[coreboot-gerrit] New patch to review for coreboot: lenovo: add ps2 spinup timeout to all H8S based boards

Alexander Couzens (lynxis@fe80.eu) gerrit at coreboot.org
Tue Sep 6 16:07:10 CEST 2016


Alexander Couzens (lynxis at fe80.eu) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16505

-gerrit

commit 536f6ceb5e3d1a77b25b7b3daa2a1e41204c6ef8
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Tue Sep 6 16:06:32 2016 +0200

    lenovo: add ps2 spinup timeout to all H8S based boards
    
    The h8s needs around 3s to respond to ps2 commands
    
    Change-Id: I0cf01969975b8dd3839eadf90cb2dac0f1eaafc4
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 src/mainboard/lenovo/t400/Kconfig  | 5 +++++
 src/mainboard/lenovo/t420/Kconfig  | 5 +++++
 src/mainboard/lenovo/t420s/Kconfig | 5 +++++
 src/mainboard/lenovo/t520/Kconfig  | 5 +++++
 src/mainboard/lenovo/x200/Kconfig  | 5 +++++
 src/mainboard/lenovo/x201/Kconfig  | 5 +++++
 src/mainboard/lenovo/x220/Kconfig  | 5 +++++
 7 files changed, 35 insertions(+)

diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig
index a444bf8..194e38c 100644
--- a/src/mainboard/lenovo/t400/Kconfig
+++ b/src/mainboard/lenovo/t400/Kconfig
@@ -56,4 +56,9 @@ config ONBOARD_VGA_IS_PRIMARY
 	bool
 	default y
 
+config SEABIOS_PS2_TIMEOUT
+	int
+	depends on PAYLOAD_SEABIOS
+	default 3000
+
 endif # BOARD_LENOVO_T400
diff --git a/src/mainboard/lenovo/t420/Kconfig b/src/mainboard/lenovo/t420/Kconfig
index 04233e7..e2272b1 100644
--- a/src/mainboard/lenovo/t420/Kconfig
+++ b/src/mainboard/lenovo/t420/Kconfig
@@ -76,4 +76,9 @@ config ONBOARD_VGA_IS_PRIMARY
 	bool
 	default y
 
+config SEABIOS_PS2_TIMEOUT
+	int
+	depends on PAYLOAD_SEABIOS
+	default 3000
+
 endif # BOARD_LENOVO_T420
diff --git a/src/mainboard/lenovo/t420s/Kconfig b/src/mainboard/lenovo/t420s/Kconfig
index feacb51..d278ccb 100644
--- a/src/mainboard/lenovo/t420s/Kconfig
+++ b/src/mainboard/lenovo/t420s/Kconfig
@@ -75,4 +75,9 @@ config ONBOARD_VGA_IS_PRIMARY
 	bool
 	default y
 
+config SEABIOS_PS2_TIMEOUT
+	int
+	depends on PAYLOAD_SEABIOS
+	default 3000
+
 endif # BOARD_LENOVO_T420S
diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig
index ee5dd81..4ce27f1 100644
--- a/src/mainboard/lenovo/t520/Kconfig
+++ b/src/mainboard/lenovo/t520/Kconfig
@@ -75,4 +75,9 @@ config ONBOARD_VGA_IS_PRIMARY
 	bool
 	default y
 
+config SEABIOS_PS2_TIMEOUT
+	int
+	depends on PAYLOAD_SEABIOS
+	default 3000
+
 endif # BOARD_LENOVO_T520
diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig
index 7bae12d..f069fd5 100644
--- a/src/mainboard/lenovo/x200/Kconfig
+++ b/src/mainboard/lenovo/x200/Kconfig
@@ -48,4 +48,9 @@ config CBFS_SIZE
 	hex
 	default 0x200000
 
+config SEABIOS_PS2_TIMEOUT
+	int
+	depends on PAYLOAD_SEABIOS
+	default 3000
+
 endif # BOARD_LENOVO_X200
diff --git a/src/mainboard/lenovo/x201/Kconfig b/src/mainboard/lenovo/x201/Kconfig
index 7f96cbe..7e46c33 100644
--- a/src/mainboard/lenovo/x201/Kconfig
+++ b/src/mainboard/lenovo/x201/Kconfig
@@ -49,4 +49,9 @@ config CPU_ADDR_BITS
 	int
 	default 36
 
+config SEABIOS_PS2_TIMEOUT
+	int
+	depends on PAYLOAD_SEABIOS
+	default 3000
+
 endif
diff --git a/src/mainboard/lenovo/x220/Kconfig b/src/mainboard/lenovo/x220/Kconfig
index 0ef6689..5367fd1 100644
--- a/src/mainboard/lenovo/x220/Kconfig
+++ b/src/mainboard/lenovo/x220/Kconfig
@@ -73,4 +73,9 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
 	hex
 	default 0x21db
 
+config SEABIOS_PS2_TIMEOUT
+	int
+	depends on PAYLOAD_SEABIOS
+	default 3000
+
 endif # BOARD_LENOVO_X220 || BOARD_LENOVO_X220I



More information about the coreboot-gerrit mailing list