diff options
author | Alexei Sorokin <sor.alexei@meowr.ru> | 2022-11-28 23:33:58 +0300 |
---|---|---|
committer | Alexei Sorokin <sor.alexei@meowr.ru> | 2022-11-28 23:33:58 +0300 |
commit | a33e8429086f4fcc3e84a6ba2e9037f4f2b47bac (patch) | |
tree | ce66e769ef56f39dabca87637fa3914157633d98 /resources/coreboot/x230edp_12mb/board.cfg | |
parent | e8eee6dd8a9393567330905bcddad2eb4a232e8e (diff) |
coreboot: add x230edp_12mb, remove x230fhd_12mb
New x230edp_12mb target uses the
https://review.coreboot.org/c/coreboot/+/28950 patchset to add an
X230_EDP target to the default coreboot branch.
Consequently the "fhd" coreboot branch is no longer needed and has
been safely removed.
Diffstat (limited to 'resources/coreboot/x230edp_12mb/board.cfg')
-rw-r--r-- | resources/coreboot/x230edp_12mb/board.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/coreboot/x230edp_12mb/board.cfg b/resources/coreboot/x230edp_12mb/board.cfg new file mode 100644 index 00000000..e7626cf1 --- /dev/null +++ b/resources/coreboot/x230edp_12mb/board.cfg @@ -0,0 +1,8 @@ +cbtree="default" +romtype="normal" +arch="x86_64" +payload_grub="y" +payload_grub_withseabios="y" +payload_seabios="y" +payload_memtest="y" +grub_scan_disk="ahci" |