From 5e31a1939b35c7c0ec0f9bdda3decff9af606bcf Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 1 Dec 2020 14:15:15 +0100 Subject: cpu/qemu-x86: Increase MAX_CPUS to have actual AP init CONFIG_MAX_CPUS=4 is the maximum supported with SMM_ASEG. TESTED: on q35 and i440fx -smp 4/32. Change-Id: I696856870e34e7a7ad580bc83c6b38f1dfb4511d Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/48209 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- src/cpu/qemu-x86/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/cpu/qemu-x86') diff --git a/src/cpu/qemu-x86/Kconfig b/src/cpu/qemu-x86/Kconfig index c7ba631c81..24029325af 100644 --- a/src/cpu/qemu-x86/Kconfig +++ b/src/cpu/qemu-x86/Kconfig @@ -28,6 +28,11 @@ config CPU_QEMU_X86_ASEG_SMM endchoice +config MAX_CPUS + int + default 4 if SMM_ASEG + default 32 + config CPU_QEMU_X86_64 bool "Experimental 64bit support" select ARCH_ALL_STAGES_X86_64 -- cgit v1.2.3