From a5bfbe4d10be6ea659a68e8ecff5475497c0fffa Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Wed, 31 Jan 2024 22:26:08 -0700 Subject: config: Add Dell Latitude E6520 Tested by Martin Dawson. Signed-off-by: Nicholas Chin --- config/coreboot/e6520_10mb/target.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/coreboot/e6520_10mb/target.cfg (limited to 'config/coreboot/e6520_10mb/target.cfg') 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" -- cgit v1.2.1