summaryrefslogtreecommitdiffstats
path: root/src/cpu/qemu-x86
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-09-25 10:14:45 +0200
committerNico Huber <nico.h@gmx.de>2020-09-26 11:42:22 +0000
commit2db779079585ed894189fad98a1a57b365e78d98 (patch)
tree67119ce610d90166dfd61a475839b5551ba7cbf1 /src/cpu/qemu-x86
parent2c6fcab2281e73f39ee42b78794d44a5ff465d32 (diff)
downloadcoreboot-2db779079585ed894189fad98a1a57b365e78d98.tar.gz
coreboot-2db779079585ed894189fad98a1a57b365e78d98.tar.bz2
coreboot-2db779079585ed894189fad98a1a57b365e78d98.zip
arch/x86: Introduce `ARCH_ALL_STAGES_X86_64`
Though only one platform uses it, this will save some redundancy. Change-Id: Ic151efe5dd9b7c89f779ac3e10c3a045f07221d3 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45730 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/cpu/qemu-x86')
-rw-r--r--src/cpu/qemu-x86/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cpu/qemu-x86/Kconfig b/src/cpu/qemu-x86/Kconfig
index af0c746f10ae..e72fbc308d42 100644
--- a/src/cpu/qemu-x86/Kconfig
+++ b/src/cpu/qemu-x86/Kconfig
@@ -12,11 +12,8 @@ if CPU_QEMU_X86
config CPU_QEMU_X86_64
bool "Experimental 64bit support"
- select ARCH_BOOTBLOCK_X86_64
- select ARCH_VERSTAGE_X86_64
- select ARCH_ROMSTAGE_X86_64
+ select ARCH_ALL_STAGES_X86_64
select ARCH_POSTCAR_X86_64
- select ARCH_RAMSTAGE_X86_64
config CPU_QEMU_X86_32
bool