Michał Kopeć has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59809 )
Change subject: src/cpu/amd/agesa/Kconfig: select NO_SMM ......................................................................
src/cpu/amd/agesa/Kconfig: select NO_SMM
Disable SMM_ASEG and select NO_SMM since we don't use SMM.
TEST=Boot on PC Engines apu1
Signed-off-by: Michał Kopeć michal.kopec@3mdeb.com Change-Id: I09bbe036a88dada847219606ec79c68e7ca8e5cc --- M src/cpu/amd/agesa/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/59809/1
diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig index 15622c9..42574a1 100644 --- a/src/cpu/amd/agesa/Kconfig +++ b/src/cpu/amd/agesa/Kconfig @@ -12,7 +12,7 @@ select UDELAY_LAPIC select LAPIC_MONOTONIC_TIMER select SPI_FLASH if HAVE_ACPI_RESUME - select SMM_ASEG + select NO_SMM select SSE2
if CPU_AMD_AGESA