[coreboot-gerrit] New patch to review for coreboot: 5e695b6 intel/i82371: Remove HAVE_ACPI_RESUME

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Sun Oct 13 22:34:07 CEST 2013


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

-gerrit

commit 5e695b6cfe20be34caaae73a95f098fa5b1710ba
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Sun Oct 13 23:06:09 2013 +0300

    intel/i82371: Remove HAVE_ACPI_RESUME
    
    This is needed to apply a rule that get_top_of_ram() in romstage is
    required to select HAVE_ACPI_RESUME, otherwise chipset/board has no
    means to backup low memory to CBMEM on s3 resume.
    
    Only board affected is asus/p2b.
    
    Change-Id: Ia5cbf4e5e40af25f52a19de584d8bc5370487154
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/southbridge/intel/i82371eb/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/southbridge/intel/i82371eb/Kconfig b/src/southbridge/intel/i82371eb/Kconfig
index 7e5109a..d91c8b7 100644
--- a/src/southbridge/intel/i82371eb/Kconfig
+++ b/src/southbridge/intel/i82371eb/Kconfig
@@ -1,6 +1,5 @@
 config SOUTHBRIDGE_INTEL_I82371EB
 	bool
-	select HAVE_ACPI_RESUME if HAVE_ACPI_TABLES
 
 config BOOTBLOCK_SOUTHBRIDGE_INIT
 	string



More information about the coreboot-gerrit mailing list