[coreboot-gerrit] New patch to review for coreboot: AMD k8 fam10: Delay ACPI S3 backup until ramstage loader

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Tue Jun 28 12:08:03 CEST 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/15475

-gerrit

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

    AMD k8 fam10: Delay ACPI S3 backup until ramstage loader
    
    Change-Id: I6d5d3e1ccd2dab727c9eba6c6175d47955719b54
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/cpu/amd/car/post_cache_as_ram.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/cpu/amd/car/post_cache_as_ram.c b/src/cpu/amd/car/post_cache_as_ram.c
index db10071..d9137a5 100644
--- a/src/cpu/amd/car/post_cache_as_ram.c
+++ b/src/cpu/amd/car/post_cache_as_ram.c
@@ -131,9 +131,6 @@ void cache_as_ram_new_stack (void)
 	set_var_mtrr(0, 0x00000000, CACHE_TMP_RAMTOP, MTRR_TYPE_WRBACK);
 	enable_cache();
 
-	if (acpi_is_wakeup_s3())
-		acpi_prepare_for_resume();
-
 #if IS_ENABLED(CONFIG_HAVE_ROMSTAGE_CONSOLE_SPINLOCK)
 	initialize_romstage_console_lock();
 #endif



More information about the coreboot-gerrit mailing list