[coreboot-gerrit] Patch set updated for coreboot: lenovo/r400: Add clone of Lenovo T400

Francis Rowe (info@gluglug.org.uk) gerrit at coreboot.org
Sun Jun 14 15:35:21 CEST 2015


Francis Rowe (info at gluglug.org.uk) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8393

-gerrit

commit 95d43f46e93f2ddfa49d771eb1ec9a43f21675d0
Author: Michał Masłowski <mtjm at mtjm.eu>
Date:   Tue Feb 3 23:26:05 2015 +0100

    lenovo/r400: Add clone of Lenovo T400
    
    The existing code for the Lenovo T400 works without changes on the
    Lenovo R400.  Same HDA verbs are provided by Lenovo BIOS on both
    laptops.
    
    Change-Id: I1dadddd7250ab80a4c40c2435865d72e3e5d99c9
    Signed-off-by: Michał Masłowski <mtjm at mtjm.eu>
    Signed-off-by: Francis Rowe <info at gluglug.org.uk>
---
 src/mainboard/lenovo/r400/Kconfig        | 7 +++++++
 src/mainboard/lenovo/r400/Kconfig.name   | 2 ++
 src/mainboard/lenovo/r400/board_info.txt | 6 ++++++
 src/mainboard/lenovo/t400/Kconfig        | 6 +++++-
 4 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/lenovo/r400/Kconfig b/src/mainboard/lenovo/r400/Kconfig
new file mode 100644
index 0000000..0966bf1
--- /dev/null
+++ b/src/mainboard/lenovo/r400/Kconfig
@@ -0,0 +1,7 @@
+if BOARD_LENOVO_R400
+
+config MAINBOARD_PART_NUMBER
+	string
+	default "ThinkPad R400"
+
+endif
diff --git a/src/mainboard/lenovo/r400/Kconfig.name b/src/mainboard/lenovo/r400/Kconfig.name
new file mode 100644
index 0000000..15a99b1
--- /dev/null
+++ b/src/mainboard/lenovo/r400/Kconfig.name
@@ -0,0 +1,2 @@
+config BOARD_LENOVO_R400
+	bool "ThinkPad R400"
diff --git a/src/mainboard/lenovo/r400/board_info.txt b/src/mainboard/lenovo/r400/board_info.txt
new file mode 100644
index 0000000..007ec6c
--- /dev/null
+++ b/src/mainboard/lenovo/r400/board_info.txt
@@ -0,0 +1,6 @@
+Category: laptop
+ROM package: SOIC-16 or SOIC-8
+ROM protocol: SPI
+ROM socketed: n
+Flashrom support: n
+Clone of: lenovo/t400
diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig
index a1d0652..2ea592f 100644
--- a/src/mainboard/lenovo/t400/Kconfig
+++ b/src/mainboard/lenovo/t400/Kconfig
@@ -1,4 +1,4 @@
-if BOARD_LENOVO_T400
+if BOARD_LENOVO_T400 || BOARD_LENOVO_R400
 
 config BOARD_SPECIFIC_OPTIONS # dummy
 	def_bool y
@@ -26,10 +26,14 @@ config MAINBOARD_DIR
 	string
 	default lenovo/t400
 
+if BOARD_LENOVO_T400
+
 config MAINBOARD_PART_NUMBER
 	string
 	default "ThinkPad T400"
 
+endif
+
 config MMCONF_BASE_ADDRESS
 	hex
 	default 0xf0000000



More information about the coreboot-gerrit mailing list