[coreboot-gerrit] New patch to review for coreboot: 772ce73 lenovo/t60 lenovo/x60: Default SEABIOS_PS2_TIMEOUT to 3 seconds

Peter Stuge (peter@stuge.se) gerrit at coreboot.org
Tue Jul 9 20:50:06 CEST 2013


Peter Stuge (peter at stuge.se) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3735

-gerrit

commit 772ce730585b3e4c4c6d40b981499d6eec5866ea
Author: Peter Stuge <peter at stuge.se>
Date:   Tue Jul 9 20:17:28 2013 +0200

    lenovo/t60 lenovo/x60: Default SEABIOS_PS2_TIMEOUT to 3 seconds
    
    The ThinkPad keyboard controller sometimes needs a while in order
    to initialize, so let's ask SeaBIOS to wait for it.
    
    This change ensures that the internal keyboard always functions
    correctly on the ThinkPad when coreboot is built with SeaBIOS as
    payload.
    
    Change-Id: I562475ec98b0c1f5d0debf6e9b597748a420f068
    Signed-off-by: Peter Stuge <peter at stuge.se>
---
 src/mainboard/lenovo/t60/Kconfig | 4 ++++
 src/mainboard/lenovo/x60/Kconfig | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig
index e5d17b8..0f0670e 100644
--- a/src/mainboard/lenovo/t60/Kconfig
+++ b/src/mainboard/lenovo/t60/Kconfig
@@ -54,4 +54,8 @@ config MAINBOARD_SMBIOS_MANUFACTURER
 	string
 	default "LENOVO"
 
+config SEABIOS_PS2_TIMEOUT
+	int
+	default 3000
+
 endif
diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig
index 1a765fb..72aeef8 100644
--- a/src/mainboard/lenovo/x60/Kconfig
+++ b/src/mainboard/lenovo/x60/Kconfig
@@ -58,4 +58,8 @@ config MAINBOARD_SMBIOS_MANUFACTURER
 	string
 	default "LENOVO"
 
+config SEABIOS_PS2_TIMEOUT
+	int
+	default 3000
+
 endif



More information about the coreboot-gerrit mailing list