diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-02-19 21:57:19 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-02-21 08:26:44 +0000 |
| commit | 2edd583aeef27f4f37d893db8342c71fd2268758 (patch) | |
| tree | cdc2859c990147015a184390cd6c13c9eb163b5e /config/coreboot/t530_12mb | |
| parent | 1068acd2c0297c5cfd35951de062568f3f2fa0e8 (diff) | |
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 <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/t530_12mb')
| -rw-r--r-- | config/coreboot/t530_12mb/config/libgfxinit_corebootfb | 1 | ||||
| -rw-r--r-- | config/coreboot/t530_12mb/config/libgfxinit_txtmode | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/coreboot/t530_12mb/config/libgfxinit_corebootfb b/config/coreboot/t530_12mb/config/libgfxinit_corebootfb index b3d7c550..bc88f1cc 100644 --- a/config/coreboot/t530_12mb/config/libgfxinit_corebootfb +++ b/config/coreboot/t530_12mb/config/libgfxinit_corebootfb @@ -191,6 +191,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 is not set diff --git a/config/coreboot/t530_12mb/config/libgfxinit_txtmode b/config/coreboot/t530_12mb/config/libgfxinit_txtmode index f5f52ba3..77d56d1c 100644 --- a/config/coreboot/t530_12mb/config/libgfxinit_txtmode +++ b/config/coreboot/t530_12mb/config/libgfxinit_txtmode @@ -189,6 +189,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 is not set |
