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

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Tue Nov 8 00:30:48 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/15471

-gerrit

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

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

diff --git a/src/cpu/amd/pi/s3_resume.c b/src/cpu/amd/pi/s3_resume.c
index 6426c97..338f921 100644
--- a/src/cpu/amd/pi/s3_resume.c
+++ b/src/cpu/amd/pi/s3_resume.c
@@ -289,10 +289,5 @@ 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();
 }
 #endif



More information about the coreboot-gerrit mailing list