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/x270_vfsp_16mb/target.cfg | |
| 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/x270_vfsp_16mb/target.cfg')
| -rw-r--r-- | config/coreboot/x270_vfsp_16mb/target.cfg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/coreboot/x270_vfsp_16mb/target.cfg b/config/coreboot/x270_vfsp_16mb/target.cfg new file mode 100644 index 00000000..81662ec3 --- /dev/null +++ b/config/coreboot/x270_vfsp_16mb/target.cfg @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + +tree="default" +xarch="i386-elf" +payload_seabios="y" +payload_grub="y" +payload_memtest="y" +grub_scan_disk="nvme ahci" +grubtree="xhci_nvme" +vcfg="x270" +build_depend="seabios/default grub/xhci_nvme memtest86plus" +IFD_platform="sklkbl" + +# full ME (only deguard) used, so we don't want to do releases yet. +# we only want to do releases of roms with a neutered ME + +release="n" |
