From b4ba289fa5be16f3d94a0da30fc9b07a99a61a91 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 28 Oct 2021 16:48:36 +0200 Subject: cpu/x86/smm: Support PARALLEL_MP with SMM_ASEG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will allow to migrate all platform to the parallel_mp init code and drop the old lapic_init code. Change-Id: If499e21a8dc7fca18bd5990f833170d0fc21e10c Signed-off-by: Arthur Heymans Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/58700 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/cpu/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/x86/Kconfig') diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 86f31e05c7..d5c688d40f 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -120,7 +120,7 @@ config SMM_LEGACY_ASEG help SMM support without PARALLEL_MP, to be deprecated. -if SMM_TSEG +if HAVE_SMI_HANDLER && !SMM_LEGACY_ASEG config SMM_MODULE_HEAP_SIZE hex -- cgit v1.2.3