From bdc39ffcc754ea442c3767e0e01b40ab977eb87a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 18 Mar 2023 12:15:35 +0000 Subject: 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 --- resources/coreboot/w541_12mb/board.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'resources/coreboot/w541_12mb/board.cfg') 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" -- cgit v1.2.1