Francis Rowe (info@gluglug.org.uk) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9181
-gerrit
commit 1cc5bb2c8bd8cb94b60086e5e291c4a7811bb1b0 Author: Francis Rowe info@gluglug.org.uk Date: Tue Mar 31 22:51:22 2015 +0100
New mainboard: Lenovo T500
Clone of Lenovo T400. It works/boots, but needs more testing.
Change-Id: I7ace604ca7fede44ce78277561d31e3083fc6c8c Signed-off-by: Francis Rowe info@gluglug.org.uk --- src/mainboard/lenovo/Kconfig | 6 ++++++ src/mainboard/lenovo/t400/Kconfig | 2 +- src/mainboard/lenovo/t500/Kconfig | 7 +++++++ src/mainboard/lenovo/t500/board_info.txt | 6 ++++++ 4 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/src/mainboard/lenovo/Kconfig b/src/mainboard/lenovo/Kconfig index 4fc56cd..3dee443 100644 --- a/src/mainboard/lenovo/Kconfig +++ b/src/mainboard/lenovo/Kconfig @@ -47,6 +47,11 @@ config BOARD_LENOVO_T430S help Lenovo T430s laptop. Consult wiki for details.
+config BOARD_LENOVO_T500 + bool "ThinkPad T500" + help + Lenovo T500 laptop. Consult wiki for details. + config BOARD_LENOVO_T520 bool "ThinkPad T520" help @@ -85,6 +90,7 @@ 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/t500/Kconfig" source "src/mainboard/lenovo/t520/Kconfig" source "src/mainboard/lenovo/t530/Kconfig" source "src/mainboard/lenovo/t60/Kconfig" diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig index 8287f5e..0b6f563 100644 --- a/src/mainboard/lenovo/t400/Kconfig +++ b/src/mainboard/lenovo/t400/Kconfig @@ -1,4 +1,4 @@ -if BOARD_LENOVO_T400 || BOARD_LENOVO_R400 +if BOARD_LENOVO_T400 || BOARD_LENOVO_R400 || BOARD_LENOVO_T500
config BOARD_SPECIFIC_OPTIONS # dummy def_bool y diff --git a/src/mainboard/lenovo/t500/Kconfig b/src/mainboard/lenovo/t500/Kconfig new file mode 100644 index 0000000..e1e8420 --- /dev/null +++ b/src/mainboard/lenovo/t500/Kconfig @@ -0,0 +1,7 @@ +if BOARD_LENOVO_T500 + +config MAINBOARD_PART_NUMBER + string + default "ThinkPad T500" + +endif diff --git a/src/mainboard/lenovo/t500/board_info.txt b/src/mainboard/lenovo/t500/board_info.txt new file mode 100644 index 0000000..007ec6c --- /dev/null +++ b/src/mainboard/lenovo/t500/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