diff options
author | Leah Rowe <leah@libreboot.org> | 2023-03-18 12:15:35 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-03-18 12:15:35 +0000 |
commit | bdc39ffcc754ea442c3767e0e01b40ab977eb87a (patch) | |
tree | d16022f8851f73b9adcd5abaa37b1e73ea0d3621 /resources/coreboot/w541_12mb/board.cfg | |
parent | df6b9e2840abe7a926946bc8224fe88d8c0c470b (diff) |
haswell: only use txtmod seabios configuration
i found that with libre mrc, usb was broken in grub
however, it worked nicely in seabios
for our purposes, doing seabios-only roms in text mode
is best for now
i'm going to re-add mrc.bin, but for t440p_12mb_mrc
and w541_12mb_mrc, as new config names. the regular
t440p_12mb and w541_12mb will continue to use libre
mrc, but the _mrc ones will use mrc.bin and retain the
grub payload in board.cfg
Diffstat (limited to 'resources/coreboot/w541_12mb/board.cfg')
-rw-r--r-- | resources/coreboot/w541_12mb/board.cfg | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/coreboot/w541_12mb/board.cfg b/resources/coreboot/w541_12mb/board.cfg index e3643660..8a6367d5 100644 --- a/resources/coreboot/w541_12mb/board.cfg +++ b/resources/coreboot/w541_12mb/board.cfg @@ -1,8 +1,7 @@ cbtree="haswell" romtype="t440p" arch="x86_64" -payload_grub="y" -payload_grub_withseabios="y" +payload_grub="n" +payload_grub_withseabios="n" payload_seabios="y" payload_memtest="y" -grub_scan_disk="ahci" |