summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-11-12 16:16:02 +0100
committerPaul Fagerburg <pfagerburg@chromium.org>2022-11-14 15:54:02 +0000
commit6e85740236d203eb6be6367f242bb673bfa14849 (patch)
tree879be5d24dd819e990646f59fb8c156bb8d28b86 /src/soc/amd/cezanne/Kconfig
parent32882c97f93a1e8075f3c49a5a2766a0dc849499 (diff)
downloadcoreboot-6e85740236d203eb6be6367f242bb673bfa14849.tar.gz
coreboot-6e85740236d203eb6be6367f242bb673bfa14849.tar.bz2
coreboot-6e85740236d203eb6be6367f242bb673bfa14849.zip
arch/x86/Kconfig: Move AMD stages arch to common code
Use VBOOT_STARTS_BEFORE_BOOTBLOCK to determine whether the VERSTAGE needs to be build as x86 stage. Change-Id: I126801a1f6f523435935bb300f3e2807db347f63 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69505 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/soc/amd/cezanne/Kconfig')
-rw-r--r--src/soc/amd/cezanne/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig
index 1630df2e72be..30e3e73930de 100644
--- a/src/soc/amd/cezanne/Kconfig
+++ b/src/soc/amd/cezanne/Kconfig
@@ -10,10 +10,6 @@ if SOC_AMD_CEZANNE
config SOC_SPECIFIC_OPTIONS
def_bool y
select ACPI_SOC_NVS
- select ARCH_BOOTBLOCK_X86_32
- select ARCH_VERSTAGE_X86_32 if !VBOOT_STARTS_BEFORE_BOOTBLOCK
- select ARCH_ROMSTAGE_X86_32
- select ARCH_RAMSTAGE_X86_32
select ARCH_X86
select BOOT_DEVICE_SUPPORTS_WRITES if BOOT_DEVICE_SPI_FLASH
select DRIVERS_USB_ACPI
@@ -88,9 +84,6 @@ config SOC_SPECIFIC_OPTIONS
select X86_AMD_FIXED_MTRRS
select X86_INIT_NEED_1_SIPI
-config ARCH_ALL_STAGES_X86
- default n
-
config CHIPSET_DEVICETREE
string
default "soc/amd/cezanne/chipset.cb"