Sven Schnelle (svens@stackframe.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/596
-gerrit
commit d2086a2879a16b23a726bf361e8a160b5d5495e8 Author: Sven Schnelle svens@stackframe.org Date: Tue Jan 31 14:54:13 2012 +0100
X60/T60: Disable Self refresh check
commit faa6bebeaa2dbdacb9333d20e5a2f6f52b21a3f0 introduced CHECK_SLFRCS_ON_RESUME to explicit tell coreboot on what Boards to check for self refresh status. This check is not working on X60/T60, so remove those Kconfig options.
Change-Id: I9e5d918d6dd1f88737b09252ed3a3d8e44357823 Signed-off-by: Sven Schnelle svens@stackframe.org --- src/mainboard/lenovo/t60/Kconfig | 1 - src/mainboard/lenovo/x60/Kconfig | 1 - 2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig index 1e4afd1..d1abcf6 100644 --- a/src/mainboard/lenovo/t60/Kconfig +++ b/src/mainboard/lenovo/t60/Kconfig @@ -5,7 +5,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select ARCH_X86 select CPU_INTEL_SOCKET_MFCPGA478 select NORTHBRIDGE_INTEL_I945GM - select CHECK_SLFRCS_ON_RESUME select SOUTHBRIDGE_INTEL_I82801GX select SUPERIO_NSC_PC87382 select SUPERIO_NSC_PC87384 diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig index 64a3761..69f83a8 100644 --- a/src/mainboard/lenovo/x60/Kconfig +++ b/src/mainboard/lenovo/x60/Kconfig @@ -5,7 +5,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select ARCH_X86 select CPU_INTEL_SOCKET_MFCPGA478 select NORTHBRIDGE_INTEL_I945GM - select CHECK_SLFRCS_ON_RESUME select SOUTHBRIDGE_INTEL_I82801GX select SOUTHBRIDGE_RICOH_RL5C476 select SUPERIO_NSC_PC87382