[coreboot-gerrit] Patch set updated for coreboot: AGESA: Delay ACPI S3 backup until ramstage loader

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed Nov 9 20:12:51 CET 2016


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15470

-gerrit

commit 555265ddeb842e9ee5627676246936b0affe7c9b
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Mon Jun 27 12:14:39 2016 +0300

    AGESA: Delay ACPI S3 backup until ramstage loader
    
    Change-Id: I59773161f22c1ec6a52050245f9ad3e6cc74a934
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/cpu/amd/agesa/s3_resume.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/cpu/amd/agesa/s3_resume.c b/src/cpu/amd/agesa/s3_resume.c
index e74c5b3..1e4aadb 100644
--- a/src/cpu/amd/agesa/s3_resume.c
+++ b/src/cpu/amd/agesa/s3_resume.c
@@ -91,9 +91,4 @@ void prepare_for_resume(void)
 	printk(BIOS_DEBUG, "CAR disabled.\n");
 	set_resume_cache();
 
-	/*
-	 * Copy the system memory that is in the ramstage area to the
-	 * reserved area.
-	 */
-	acpi_prepare_for_resume();
 }



More information about the coreboot-gerrit mailing list