diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2024-01-31 22:26:08 -0700 |
---|---|---|
committer | Nicholas Chin <nic.c3.14@gmail.com> | 2024-02-06 13:18:31 -0700 |
commit | a5bfbe4d10be6ea659a68e8ecff5475497c0fffa (patch) | |
tree | 5b677ca9a0f174b0cac1a90bb1813ff79f428228 /config/coreboot/e6520_10mb/target.cfg | |
parent | 617f2b88fd5774196b9b6f74ec67eb48b2418213 (diff) |
config: Add Dell Latitude E6520
Tested by Martin Dawson.
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Diffstat (limited to 'config/coreboot/e6520_10mb/target.cfg')
-rw-r--r-- | config/coreboot/e6520_10mb/target.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/coreboot/e6520_10mb/target.cfg b/config/coreboot/e6520_10mb/target.cfg new file mode 100644 index 00000000..1cf0792e --- /dev/null +++ b/config/coreboot/e6520_10mb/target.cfg @@ -0,0 +1,11 @@ +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" |