[coreboot-gerrit] Patch set updated for coreboot: 4516ce0 lenovo/t60 lenovo/x60: Override SMBIOS vendor name to all upper case

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Mon Jun 3 01:27:40 CEST 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1557

-gerrit

commit 4516ce0475aa255d33d40efe32b946a87a407cd7
Author: Peter Stuge <peter at stuge.se>
Date:   Thu Oct 4 21:25:18 2012 +0200

    lenovo/t60 lenovo/x60: Override SMBIOS vendor name to all upper case
    
    Allow the Linux thinkpad_acpi.ko module to understand
    that a ThinkPad is a ThinkPad also when it runs coreboot.
    
    Change-Id: I85c948b9a772ac878708d72012e522e87c49c2b2
    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 952004b..306e7f3 100644
--- a/src/mainboard/lenovo/t60/Kconfig
+++ b/src/mainboard/lenovo/t60/Kconfig
@@ -39,6 +39,10 @@ config MAINBOARD_PART_NUMBER
 	string
 	default "ThinkPad T60 / T60p"
 
+config MAINBOARD_SMBIOS_VENDOR
+	string
+	default "LENOVO"
+
 config MMCONF_BASE_ADDRESS
 	hex
 	default 0xf0000000
diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig
index 1431a2f..09e728c 100644
--- a/src/mainboard/lenovo/x60/Kconfig
+++ b/src/mainboard/lenovo/x60/Kconfig
@@ -42,6 +42,10 @@ config MAINBOARD_PART_NUMBER
 	string
 	default "ThinkPad X60 / X60s"
 
+config MAINBOARD_SMBIOS_VENDOR
+	string
+	default "LENOVO"
+
 config MMCONF_BASE_ADDRESS
 	hex
 	default 0xf0000000



More information about the coreboot-gerrit mailing list