summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t60/Kconfig.name
diff options
context:
space:
mode:
authorMaccraft <maccraft123mc@gmail.com>2019-10-07 20:28:51 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-10-25 20:07:16 +0000
commit0cd098e4e41d6bb3b27327d4a6526bd7004bfc77 (patch)
treee2efaebfd6f4b797ceffda7be75ce85c5cfabea9 /src/mainboard/lenovo/t60/Kconfig.name
parent9be81b8d4b911a064e023cafb17490f101da6cd4 (diff)
downloadcoreboot-0cd098e4e41d6bb3b27327d4a6526bd7004bfc77.tar.gz
coreboot-0cd098e4e41d6bb3b27327d4a6526bd7004bfc77.tar.bz2
coreboot-0cd098e4e41d6bb3b27327d4a6526bd7004bfc77.zip
mb/lenovo/{t60,r60}: Add ThinkPad R60 support as variant board
- This port should be Reclaim Your Freedom compliant (not certified yet). - Untested on boards with external Radeon graphics adapter. - Some columns on the left-most side of display are completely black on 1400x1050 IPS display[1]. Display works fine on Linux. I don't know why it appears like that. So far it has been observed only with native graphics initialization. - Only GRUB2 and SeaBIOS payloads tested for now. - 2504 docking station USB doesn't work under Linux. Can detect pendrive in GRUB2 payload. - Sometimes it takes 20s of "pretending it's powered off" to run coreboot code. Issue is payload agnostic. Probably caused by missing one capacitor on my unit. [1] https://imgur.com/a/0wpMGsm Change-Id: Ibd9208a5eafd228f8eedbc8fb4f4eb9ed1932a14 Signed-off-by: Maciej Matuszczyk <maccraft123mc@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35864 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/lenovo/t60/Kconfig.name')
-rw-r--r--src/mainboard/lenovo/t60/Kconfig.name3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t60/Kconfig.name b/src/mainboard/lenovo/t60/Kconfig.name
index 4cf8def8fcbd..454ac52db5a1 100644
--- a/src/mainboard/lenovo/t60/Kconfig.name
+++ b/src/mainboard/lenovo/t60/Kconfig.name
@@ -3,3 +3,6 @@ config BOARD_LENOVO_T60
config BOARD_LENOVO_Z61T
bool "ThinkPad Z61t"
+
+config BOARD_LENOVO_R60
+ bool "ThinkPad R60"