Francis Rowe (info@gluglug.org.uk) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8714
-gerrit
commit 061a7ab785cb75bc122793ffa5bf341aadc31322 Author: Francis Rowe info@gluglug.org.uk Date: Tue Mar 17 20:13:36 2015 +0000
New mainboard: Lenovo T400
Clone of Lenovo X200. It works/boots, but needs more testing.
Change-Id: Idf3f522679a1ca47c1ac8b9865cca545a668952f Signed-off-by: Francis Rowe info@gluglug.org.uk --- src/mainboard/lenovo/Kconfig | 6 ++++++ src/mainboard/lenovo/t400/Kconfig | 7 +++++++ src/mainboard/lenovo/t400/board_info.txt | 6 ++++++ src/mainboard/lenovo/x200/Kconfig | 2 +- 4 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/src/mainboard/lenovo/Kconfig b/src/mainboard/lenovo/Kconfig index 2a7fa33..4fc56cd 100644 --- a/src/mainboard/lenovo/Kconfig +++ b/src/mainboard/lenovo/Kconfig @@ -32,6 +32,11 @@ config BOARD_LENOVO_X230 help Lenovo X230 laptop. Consult wiki for details.
+config BOARD_LENOVO_T400 + bool "ThinkPad T400" + help + Lenovo T400 laptop. Consult wiki for details. + config BOARD_LENOVO_T420S bool "ThinkPad T420s" help @@ -77,6 +82,7 @@ source "src/mainboard/lenovo/x200/Kconfig" source "src/mainboard/lenovo/x201/Kconfig" source "src/mainboard/lenovo/x220/Kconfig" source "src/mainboard/lenovo/x230/Kconfig" +source "src/mainboard/lenovo/t400/Kconfig" source "src/mainboard/lenovo/t420s/Kconfig" source "src/mainboard/lenovo/t430s/Kconfig" source "src/mainboard/lenovo/t520/Kconfig" diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig new file mode 100644 index 0000000..6d26deb --- /dev/null +++ b/src/mainboard/lenovo/t400/Kconfig @@ -0,0 +1,7 @@ +if BOARD_LENOVO_T400 + +config MAINBOARD_PART_NUMBER + string + default "ThinkPad T400" + +endif diff --git a/src/mainboard/lenovo/t400/board_info.txt b/src/mainboard/lenovo/t400/board_info.txt new file mode 100644 index 0000000..8791abf --- /dev/null +++ b/src/mainboard/lenovo/t400/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/x200 diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig index 9b6cb86..b3b2c51 100644 --- a/src/mainboard/lenovo/x200/Kconfig +++ b/src/mainboard/lenovo/x200/Kconfig @@ -1,4 +1,4 @@ -if BOARD_LENOVO_X200 || BOARD_LENOVO_R400 +if BOARD_LENOVO_X200 || BOARD_LENOVO_R400 || BOARD_LENOVO_T400
config BOARD_SPECIFIC_OPTIONS # dummy def_bool y