summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-01-19 20:36:38 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-01-20 22:01:31 +0000
commitcb9773443d8a7cc8b7670e0446d820ab95943196 (patch)
treea92af2dc0af4af5792fb049bb4bb917a896ca234
parent740d62c9fd4d90cb4a13931550d8f4c6b38adc37 (diff)
downloadcoreboot-cb9773443d8a7cc8b7670e0446d820ab95943196.tar.gz
coreboot-cb9773443d8a7cc8b7670e0446d820ab95943196.tar.bz2
coreboot-cb9773443d8a7cc8b7670e0446d820ab95943196.zip
soc/amd/cezanne/Kconfig: select IDT_IN_EVERY_STAGE
This adds interrupt handlers that end up calling x86_exception(). Change-Id: I3dce539b6f1ef300cf16f20224744a75100f60b8 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49726 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
-rw-r--r--src/soc/amd/cezanne/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig
index 50b8777bfba2..1a38c77b67da 100644
--- a/src/soc/amd/cezanne/Kconfig
+++ b/src/soc/amd/cezanne/Kconfig
@@ -14,6 +14,7 @@ config SOC_SPECIFIC_OPTIONS
select ARCH_ROMSTAGE_X86_32
select ARCH_RAMSTAGE_X86_32
select HAVE_CF9_RESET
+ select IDT_IN_EVERY_STAGE
select IOAPIC
select RESET_VECTOR_IN_RAM
select SOC_AMD_COMMON