[coreboot-gerrit] Patch set updated for coreboot: mb/ga-945gcm-s2l: Fix resume from suspend

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Thu Dec 15 18:32:12 CET 2016


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17617

-gerrit

commit a559993575341d434a2db078eef4caf67aa56e8e
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Sat Nov 26 16:46:56 2016 +0100

    mb/ga-945gcm-s2l: Fix resume from suspend
    
    Checking for memory self refresh can generate false positives,
    as explained in faa6beb: "northbridge/intel/i945:
    CHECK_SLFRCS_ON_RESUME Kconfig option".
    
    This seems to be the case for this motherboard.
    
    TESTED on ga-945gcm-s2l.
    
    Change-Id: Iadf0a73b054470b652e1dc02557fb1715131f823
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig b/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig
index e4110d1..0ac060f 100644
--- a/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig
+++ b/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig
@@ -21,7 +21,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select CPU_INTEL_SOCKET_LGA775
 	select NORTHBRIDGE_INTEL_I945
 	select NORTHBRIDGE_INTEL_SUBTYPE_I945GC
-	select CHECK_SLFRCS_ON_RESUME
 	select SOUTHBRIDGE_INTEL_I82801GX
 	select SUPERIO_ITE_IT8718F
 	select HAVE_OPTION_TABLE



More information about the coreboot-gerrit mailing list