diff options
author | Leah Rowe <info@minifree.org> | 2024-02-04 02:16:26 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-02-04 02:32:18 +0000 |
commit | 8e2e9735fe032c6f3229e44113ae6440b56b5400 (patch) | |
tree | 1d2f434891131b252119b5238120a1fab2f58e2d /config/coreboot/dell9020mtvga_12mb/target.cfg | |
parent | dfad11f350f81527431e53facfa002e2acad5361 (diff) |
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 <info@minifree.org>
Diffstat (limited to 'config/coreboot/dell9020mtvga_12mb/target.cfg')
-rw-r--r-- | config/coreboot/dell9020mtvga_12mb/target.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
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" |