[coreboot-gerrit] New patch to review for coreboot: x60, t60: do not add etc/ps2-keyboard-spinup for non-seabios payloads

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Wed Aug 10 22:34:31 CEST 2016


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

-gerrit

commit 5222c59d388facacdb8477e8233285eae7fcbd92
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Wed Aug 10 22:27:46 2016 +0200

    x60,t60: do not add etc/ps2-keyboard-spinup for non-seabios payloads
    
    Regardless of the payload chosen a file etc/ps2-keyboard-spinup
    is added to cbfs. With this fix this file is only added to cbfs when
    seabios is choses as a payload.
    
    Change-Id: I37cf4c998856db2d297356776752643dba46a8f8
---
 src/mainboard/lenovo/t60/Kconfig | 1 +
 src/mainboard/lenovo/x60/Kconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig
index 52eeda3..8e1ee1e 100644
--- a/src/mainboard/lenovo/t60/Kconfig
+++ b/src/mainboard/lenovo/t60/Kconfig
@@ -52,6 +52,7 @@ config MAX_CPUS
 
 config SEABIOS_PS2_TIMEOUT
 	int
+	depends on PAYLOAD_SEABIOS
 	default 3000
 
 endif
diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig
index ab4b58e..eecaf64 100644
--- a/src/mainboard/lenovo/x60/Kconfig
+++ b/src/mainboard/lenovo/x60/Kconfig
@@ -59,6 +59,7 @@ config MAX_CPUS
 
 config SEABIOS_PS2_TIMEOUT
 	int
+	depends on PAYLOAD_SEABIOS
 	default 3000
 
 endif



More information about the coreboot-gerrit mailing list