Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/26834
to look at the new patch set (#3).
Change subject: ACPI S3: Depend on RELOCATABLE_RAMSTAGE ......................................................................
ACPI S3: Depend on RELOCATABLE_RAMSTAGE
With RELOCATABLE_RAMSTAGE, S3 resume path only uses memory that is reserved from OS. So there is no need for low memory backup and recovery.
Change-Id: If7f83711685ac445abf4cd1aa6b66c3391e0e554 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/Kconfig M src/arch/x86/acpi_s3.c M src/arch/x86/include/arch/acpi.h M src/arch/x86/wakeup.S M src/lib/hardwaremain.c M src/lib/prog_loaders.c 6 files changed, 4 insertions(+), 130 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/26834/3