Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1557
-gerrit
commit 1362ccdfcc788895a39deb65473246cbe099fa1b Author: Peter Stuge peter@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 to understand that a ThinkPad is a ThinkPad also when it runs coreboot.
Change-Id: I85c948b9a772ac878708d72012e522e87c49c2b2 Signed-off-by: Peter Stuge peter@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