Hello Paul Menzel, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/27276
to look at the new patch set (#3).
Change subject: soc/amd/common: Remove redundant ACPI S3 test ......................................................................
soc/amd/common: Remove redundant ACPI S3 test
Possible allowance to do wakeup is already evaluated early in romstage, so these tests are redundant.
To keep linker happy, always build in S3 support code. Besides, the condition of HAVE_ACPI_RESUME=y for this is incorrect to keep under common/ since non-volatile data storage is also part of fast raminit path utilising MRC CACHE.
Change-Id: I7c7a9ecbfcb82790e477d906a00f9749103b4045 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/soc/amd/common/block/pi/agesawrapper.c M src/soc/amd/stoneyridge/Kconfig M src/soc/amd/stoneyridge/chip.c 3 files changed, 4 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/27276/3