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