diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-10-28 16:48:36 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-28 13:33:59 +0000 |
commit | b4ba289fa5be16f3d94a0da30fc9b07a99a61a91 (patch) | |
tree | 4f3856c1097657a8935ea0ee1407377f1d99656f /src/cpu/x86/Kconfig | |
parent | 6179f7b6182755a74ca7e92e54b4f8e1f0462d96 (diff) |
cpu/x86/smm: Support PARALLEL_MP with SMM_ASEG
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 <arthur@aheymans.xyz>
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58700
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r-- | src/cpu/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |