From 2edd583aeef27f4f37d893db8342c71fd2268758 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 19 Feb 2026 21:57:19 +0000 Subject: Add ThinkPad X270 coreboot port from Kat Inskip Courtesy of Kat Inskip who ported this board. Headphone output doesn't work at the moment, due to incorrect verb. Intel VBT is also wrong. Both are taken from another board. This will be amended later with the correct verb and VBT. Signed-off-by: Leah Rowe --- config/coreboot/r400_16mb/config/libgfxinit_corebootfb | 1 + config/coreboot/r400_16mb/config/libgfxinit_txtmode | 1 + 2 files changed, 2 insertions(+) (limited to 'config/coreboot/r400_16mb') diff --git a/config/coreboot/r400_16mb/config/libgfxinit_corebootfb b/config/coreboot/r400_16mb/config/libgfxinit_corebootfb index 54f41f70..e1a60e67 100644 --- a/config/coreboot/r400_16mb/config/libgfxinit_corebootfb +++ b/config/coreboot/r400_16mb/config/libgfxinit_corebootfb @@ -192,6 +192,7 @@ CONFIG_PCIEXP_HOTPLUG_PREFETCH_MEM=0x10000000 # CONFIG_BOARD_LENOVO_T480S is not set # CONFIG_BOARD_LENOVO_T580 is not set # CONFIG_BOARD_LENOVO_X280 is not set +# CONFIG_BOARD_LENOVO_X270_20HM is not set # CONFIG_BOARD_LENOVO_T400 is not set # CONFIG_BOARD_LENOVO_T500 is not set CONFIG_BOARD_LENOVO_R400=y diff --git a/config/coreboot/r400_16mb/config/libgfxinit_txtmode b/config/coreboot/r400_16mb/config/libgfxinit_txtmode index dcd66dcd..3afd76db 100644 --- a/config/coreboot/r400_16mb/config/libgfxinit_txtmode +++ b/config/coreboot/r400_16mb/config/libgfxinit_txtmode @@ -190,6 +190,7 @@ CONFIG_PCIEXP_HOTPLUG_PREFETCH_MEM=0x10000000 # CONFIG_BOARD_LENOVO_T480S is not set # CONFIG_BOARD_LENOVO_T580 is not set # CONFIG_BOARD_LENOVO_X280 is not set +# CONFIG_BOARD_LENOVO_X270_20HM is not set # CONFIG_BOARD_LENOVO_T400 is not set # CONFIG_BOARD_LENOVO_T500 is not set CONFIG_BOARD_LENOVO_R400=y -- cgit v1.2.1