summaryrefslogtreecommitdiff
path: root/config/coreboot/x201_8mb/target.cfg
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-29 01:22:21 +0000
committerLeah Rowe <leah@libreboot.org>2023-10-29 04:46:25 +0000
commit7e6fd7e5b4a87063e962e57ba73a85c28aaeb932 (patch)
tree691aefbb8134b5f147f290c32ced7c9d59089836 /config/coreboot/x201_8mb/target.cfg
parent93458de74a2e403bdd7e7a25d6fdead41d8fa718 (diff)
add lenovo x201 support
note: me6_update_parser needs to be written, similar to me7_update_parser, to generate the partition tables within intel me6 on lenovo bios updates. the current logic in lbmk goes like this: mkdir -p vendorfiles/cache/ and save your factory dump as: vendorfiles/cache/x201_factory.rom the build system has been modified, in such a way as to support extracting me.bin (which is the full one) and then neutering from this. this is done automatically, if the file is present, but you must first insert that file there, which means you'll need a dump of the original boot flash on your thinkpad x201 Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/x201_8mb/target.cfg')
-rw-r--r--config/coreboot/x201_8mb/target.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/coreboot/x201_8mb/target.cfg b/config/coreboot/x201_8mb/target.cfg
new file mode 100644
index 00000000..f5dfa8d8
--- /dev/null
+++ b/config/coreboot/x201_8mb/target.cfg
@@ -0,0 +1,8 @@
+tree="default"
+romtype="normal"
+arch="x86_64"
+payload_grub="y"
+payload_grub_withseabios="y"
+payload_seabios="y"
+payload_memtest="y"
+grub_scan_disk="ahci"