cpu/x86/smm: Add SMM_LEGACY_ASEG

Followup will allow use of PARALLEL_MP with SMM_ASEG so
some guards need to be adjusted.

Change-Id: If032ce2be4749559db0d46ab5ae422afa7666785
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61480
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Kyösti Mälkki 2022-01-29 14:05:58 +02:00 committed by Felix Held
commit 894f6f8229
10 changed files with 19 additions and 23 deletions

View file

@ -9,4 +9,4 @@ ramstage-y += model_15_init.c
smm-y += udelay.c
subdirs-y += ../../mtrr
subdirs-y += ../../smm
subdirs-$(CONFIG_SMM_LEGACY_ASEG) += ../../smm

View file

@ -1,2 +1,2 @@
ramstage-$(CONFIG_HAVE_SMI_HANDLER) += smm_init.c
ramstage-y += smm_init.c