Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/43067 )
Change subject: Revert "src/amd/common: Exclude biosram from psp_verstage" ......................................................................
Revert "src/amd/common: Exclude biosram from psp_verstage"
This reverts commit f38af663d2c2c854859715803da249e6c24032db.
The build error was a spurious ENV_X86 guard in <cbmem.h> that called for a different clean up.
Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com Change-Id: I0a995301404b67224be6addbeebf984c4b5c47d5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43067 Reviewed-by: Felix Held felix-coreboot@felixheld.de Reviewed-by: Raul Rangel rrangel@chromium.org Reviewed-by: Angel Pons th3fanbus@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/amd/common/block/acpimmio/Makefile.inc 1 file changed, 1 insertion(+), 5 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved Raul Rangel: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/src/soc/amd/common/block/acpimmio/Makefile.inc b/src/soc/amd/common/block/acpimmio/Makefile.inc index 8981231..6537d56 100644 --- a/src/soc/amd/common/block/acpimmio/Makefile.inc +++ b/src/soc/amd/common/block/acpimmio/Makefile.inc @@ -3,11 +3,7 @@ all-y += mmio_util.c smm-y += mmio_util.c
-bootblock-y += biosram.c -verstage_x86-y += biosram.c -romstage-y += biosram.c -postcar-y += biosram.c -ramstage-y += biosram.c +all-y += biosram.c smm-y += biosram.c
bootblock-y += print_reset_status.c