[coreboot-gerrit] Patch set updated for coreboot: mb/intel/d945gclf: Fix resume from S3 suspend

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Fri Dec 30 18:06:48 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/17996

-gerrit

commit b4f52045cb5211ab36fb92f3d0d098ebe07aeb30
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Fri Dec 30 17:52:36 2016 +0100

    mb/intel/d945gclf: Fix resume from S3 suspend
    
    Checking for dram self refresh in MCHBAR8(SLFRCS) generates false positives.
    
    Change-Id: I25afd565cae0269616e38ecbcdf385281bae5d1f
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/mainboard/intel/d945gclf/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mainboard/intel/d945gclf/Kconfig b/src/mainboard/intel/d945gclf/Kconfig
index c3067f5..4887dbb 100644
--- a/src/mainboard/intel/d945gclf/Kconfig
+++ b/src/mainboard/intel/d945gclf/Kconfig
@@ -19,7 +19,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select CPU_INTEL_SOCKET_441
 	select NORTHBRIDGE_INTEL_I945
 	select NORTHBRIDGE_INTEL_SUBTYPE_I945GC
-	select CHECK_SLFRCS_ON_RESUME
 	select SOUTHBRIDGE_INTEL_I82801GX
 	select SUPERIO_SMSC_LPC47M15X
 	select HAVE_OPTION_TABLE



More information about the coreboot-gerrit mailing list