From 8e2e9735fe032c6f3229e44113ae6440b56b5400 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 4 Feb 2024 02:16:26 +0000 Subject: add vga-only 9020 config on a dgpu setup, igpu was still in use, when tested by a user. do separate roms that don't enable anything vga in coreboot, relying instead only on seabios to execute a vga rom. these roms will only work if you have a graphics card. Signed-off-by: Leah Rowe --- config/coreboot/dell9020mtvga_12mb/target.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/coreboot/dell9020mtvga_12mb/target.cfg (limited to 'config/coreboot/dell9020mtvga_12mb/target.cfg') diff --git a/config/coreboot/dell9020mtvga_12mb/target.cfg b/config/coreboot/dell9020mtvga_12mb/target.cfg new file mode 100644 index 00000000..e6d3bec6 --- /dev/null +++ b/config/coreboot/dell9020mtvga_12mb/target.cfg @@ -0,0 +1,7 @@ +tree="default" +xarch="i386-elf" +payload_seabios="y" +payload_seabios_withgrub="y" +payload_seabios_grubonly="y" +payload_memtest="y" +grub_scan_disk="ahci" -- cgit v1.2.1