[coreboot-gerrit] Patch set updated for coreboot: Select a default SeaBIOS PS2 timeout in H8 Kconfig

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Wed Feb 1 21:33:58 CET 2017


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18274

-gerrit

commit 09bcb862001238c3ccac1c00ba8fbb77e2c2ad19
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Tue Jan 31 23:16:25 2017 +0100

    Select a default SeaBIOS PS2 timeout in H8 Kconfig
    
    This timeout is probably needed on all devices with Lenovo H8 embedded
    controllers so set the default there.
    
    Change-Id: I830ab1894f7c0f10f55c82e398becf44d810852d
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/ec/lenovo/h8/Kconfig           | 9 +++++++++
 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/t60/Kconfig   | 5 -----
 src/mainboard/lenovo/x200/Kconfig  | 5 -----
 src/mainboard/lenovo/x201/Kconfig  | 5 -----
 src/mainboard/lenovo/x220/Kconfig  | 5 -----
 src/mainboard/lenovo/x60/Kconfig   | 5 -----
 10 files changed, 9 insertions(+), 45 deletions(-)

diff --git a/src/ec/lenovo/h8/Kconfig b/src/ec/lenovo/h8/Kconfig
index 6a9d055..98e8e30 100644
--- a/src/ec/lenovo/h8/Kconfig
+++ b/src/ec/lenovo/h8/Kconfig
@@ -2,5 +2,14 @@ config EC_LENOVO_H8
 	select EC_ACPI
 	bool
 
+if EC_LENOVO_H8
+
+config SEABIOS_PS2_TIMEOUT
+	int
+	depends on PAYLOAD_SEABIOS
+	default 3000
+
+endif
+
 config H8_DOCK_EARLY_INIT
 	bool
diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig
index f21f672..23c7d02 100644
--- a/src/mainboard/lenovo/t400/Kconfig
+++ b/src/mainboard/lenovo/t400/Kconfig
@@ -55,9 +55,4 @@ 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 e2272b1..04233e7 100644
--- a/src/mainboard/lenovo/t420/Kconfig
+++ b/src/mainboard/lenovo/t420/Kconfig
@@ -76,9 +76,4 @@ 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 d278ccb..feacb51 100644
--- a/src/mainboard/lenovo/t420s/Kconfig
+++ b/src/mainboard/lenovo/t420s/Kconfig
@@ -75,9 +75,4 @@ 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 4ce27f1..ee5dd81 100644
--- a/src/mainboard/lenovo/t520/Kconfig
+++ b/src/mainboard/lenovo/t520/Kconfig
@@ -75,9 +75,4 @@ 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/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig
index 9fb46e2..289c06a 100644
--- a/src/mainboard/lenovo/t60/Kconfig
+++ b/src/mainboard/lenovo/t60/Kconfig
@@ -42,9 +42,4 @@ config MAX_CPUS
 	int
 	default 2
 
-config SEABIOS_PS2_TIMEOUT
-	int
-	depends on PAYLOAD_SEABIOS
-	default 3000
-
 endif
diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig
index cec08f6..ff6139e 100644
--- a/src/mainboard/lenovo/x200/Kconfig
+++ b/src/mainboard/lenovo/x200/Kconfig
@@ -47,9 +47,4 @@ 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 0bf6135..239a815 100644
--- a/src/mainboard/lenovo/x201/Kconfig
+++ b/src/mainboard/lenovo/x201/Kconfig
@@ -48,9 +48,4 @@ 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 5367fd1..0ef6689 100644
--- a/src/mainboard/lenovo/x220/Kconfig
+++ b/src/mainboard/lenovo/x220/Kconfig
@@ -73,9 +73,4 @@ 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
diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig
index d80b22d..7667a75 100644
--- a/src/mainboard/lenovo/x60/Kconfig
+++ b/src/mainboard/lenovo/x60/Kconfig
@@ -49,9 +49,4 @@ config MAX_CPUS
 	int
 	default 2
 
-config SEABIOS_PS2_TIMEOUT
-	int
-	depends on PAYLOAD_SEABIOS
-	default 3000
-
 endif



More information about the coreboot-gerrit mailing list