From 73484d98ac7ce8380cc8aa0e936e1d6687725432 Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Wed, 29 May 2024 13:55:40 -0600 Subject: config/coreboot: Add config for Dell Latitude E6230 Signed-off-by: Nicholas Chin --- config/coreboot/e6230_12mb/target.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/coreboot/e6230_12mb/target.cfg (limited to 'config/coreboot/e6230_12mb/target.cfg') diff --git a/config/coreboot/e6230_12mb/target.cfg b/config/coreboot/e6230_12mb/target.cfg new file mode 100644 index 00000000..2556a4ce --- /dev/null +++ b/config/coreboot/e6230_12mb/target.cfg @@ -0,0 +1,7 @@ +tree="default" +xarch="i386-elf" +payload_seabios="y" +payload_grub="y" +payload_memtest="y" +grub_scan_disk="ahci" +vcfg="ivybridge" -- cgit v1.2.1