Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63413 )
Change subject: hardwaremain.c: Drop checking the S3 resume ......................................................................
hardwaremain.c: Drop checking the S3 resume
It's not needed to do this early in ramstage and on non-x86 it's even meaningless as those platforms don't have S3.
Change-Id: I4a8a7b3c5e347e111eae09e019cf2cfba79545fa Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/lib/hardwaremain.c 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/63413/1
diff --git a/src/lib/hardwaremain.c b/src/lib/hardwaremain.c index b5ed6e0..84f3e9b 100644 --- a/src/lib/hardwaremain.c +++ b/src/lib/hardwaremain.c @@ -460,9 +460,6 @@ timestamp_add_now(TS_RAMSTAGE_START); post_code(POST_ENTRY_HARDWAREMAIN);
- /* Handoff sleep type from romstage. */ - acpi_is_wakeup_s3(); - /* Initialise GNVS early. */ if (CONFIG(ACPI_SOC_NVS)) acpi_create_gnvs();