[coreboot] New patch to review for coreboot: d1d6eaf mainboard/roda/rk886ex: Disable CHECK_SLFRCS_ON_RESUME

Nico Huber (nico.huber@secunet.com) gerrit at coreboot.org
Thu Nov 8 17:08:39 CET 2012


Nico Huber (nico.huber at secunet.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1809

-gerrit

commit d1d6eaf62861bb11d519d53cb5558629d4f73c44
Author: Nico Huber <nico.huber at secunet.com>
Date:   Wed Nov 7 14:35:07 2012 +0100

    mainboard/roda/rk886ex: Disable CHECK_SLFRCS_ON_RESUME
    
    This makes resume from S3 work again. The check is new and fails on
    other boards, too.
    
    Change-Id: I0ada569e4ba649b9ac82768b0888e16104c621e8
    Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
 src/mainboard/roda/rk886ex/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mainboard/roda/rk886ex/Kconfig b/src/mainboard/roda/rk886ex/Kconfig
index 6539805..d4553ec 100644
--- a/src/mainboard/roda/rk886ex/Kconfig
+++ b/src/mainboard/roda/rk886ex/Kconfig
@@ -6,7 +6,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select CPU_INTEL_SOCKET_MFCPGA478
 	select NORTHBRIDGE_INTEL_I945
 	select NORTHBRIDGE_INTEL_SUBTYPE_I945GM
-	select CHECK_SLFRCS_ON_RESUME
 	select SOUTHBRIDGE_INTEL_I82801GX
 	select SOUTHBRIDGE_TI_PCI7420
 	select SUPERIO_SMSC_LPC47N227




More information about the coreboot mailing list