diff options
Diffstat (limited to 'resources/coreboot/t500_8mb/target.cfg')
-rw-r--r-- | resources/coreboot/t500_8mb/target.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/resources/coreboot/t500_8mb/target.cfg b/resources/coreboot/t500_8mb/target.cfg new file mode 100644 index 00000000..74dda0fd --- /dev/null +++ b/resources/coreboot/t500_8mb/target.cfg @@ -0,0 +1,10 @@ +tree="default" +romtype="8MiB ICH9 IFD NOR flash" +arch="x86_64" +payload_grub="y" +payload_grub_withseabios="y" +payload_seabios="y" +payload_memtest="y" +grub_scan_disk="ahci" +microcode_required="n" +blobs_required="n" |