Michał Kopeć has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59810 )
Change subject: src/cpu/amd/pi/Kconfig: select NO_SMM ......................................................................
src/cpu/amd/pi/Kconfig: select NO_SMM
Disable SMM_ASEG and select NO_SMM since we don't use SMM.
TEST=Boot on PC Engines apu3
Signed-off-by: Michał Kopeć michal.kopec@3mdeb.com Change-Id: I47237421c3dd5bd043447831263d72c9956cdaf4 --- M src/cpu/amd/pi/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/59810/1
diff --git a/src/cpu/amd/pi/Kconfig b/src/cpu/amd/pi/Kconfig index aff8d7dc..2336d68 100644 --- a/src/cpu/amd/pi/Kconfig +++ b/src/cpu/amd/pi/Kconfig @@ -10,7 +10,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_PI