From be3d7b7e69189055fbf8b7904336593a03a17ecd Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 18 Mar 2023 15:20:03 +0000 Subject: haswell: re-add mrc.bin in separate board configs libre mrc on haswell is quite buggy for now, but works in a limited fashion this patch re-adds the old configs, but as _mrc for example t440p_12mb_mrc instead of t440p_12mb and t440p_12mb (without _mrc) still uses the libre mrc code --- resources/coreboot/w541_12mb_mrc/board.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 resources/coreboot/w541_12mb_mrc/board.cfg (limited to 'resources/coreboot/w541_12mb_mrc/board.cfg') diff --git a/resources/coreboot/w541_12mb_mrc/board.cfg b/resources/coreboot/w541_12mb_mrc/board.cfg new file mode 100644 index 00000000..b40d70ac --- /dev/null +++ b/resources/coreboot/w541_12mb_mrc/board.cfg @@ -0,0 +1,8 @@ +cbtree="default" +romtype="t440p" +arch="x86_64" +payload_grub="y" +payload_grub_withseabios="y" +payload_seabios="y" +payload_memtest="y" +grub_scan_disk="ahci" -- cgit v1.2.1