diff options
Diffstat (limited to 'config/coreboot/e5420_6mb/target.cfg')
-rw-r--r-- | config/coreboot/e5420_6mb/target.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/coreboot/e5420_6mb/target.cfg b/config/coreboot/e5420_6mb/target.cfg new file mode 100644 index 00000000..70be0ab9 --- /dev/null +++ b/config/coreboot/e5420_6mb/target.cfg @@ -0,0 +1,12 @@ +tree="default" +romtype="normal" +arch="x86_64" +payload_grub="n" +payload_grub_withseabios="n" +payload_seabios="y" +payload_memtest="y" +payload_seabios_withgrub="y" +payload_seabios_grubonly="y" +grub_scan_disk="ahci" +microcode_required="n" +status="untested" |