[coreboot] New patch to review for coreboot: e045c00 lenovo/t60 lenovo/x60: Override SMBIOS vendor name to all upper case

Peter Stuge (peter@stuge.se) gerrit at coreboot.org
Thu Oct 4 21:27:49 CEST 2012


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

-gerrit

commit e045c0099dc92929935fbe5e1cae2c2cf14e3258
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
    
    This allows the Linux thinkpad_acpi.ko module 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 062a459..6f86394 100644
--- a/src/mainboard/lenovo/t60/Kconfig
+++ b/src/mainboard/lenovo/t60/Kconfig
@@ -40,6 +40,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 e77fac6..928fbf7 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 mailing list