From 0240be18332e61e81a6a1711b282ccbb071d7465 Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Wed, 29 May 2024 13:49:42 -0600 Subject: config/coreboot: Add config for Dell Latitude E6320 Signed-off-by: Nicholas Chin --- config/coreboot/e6320_10mb/target.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/coreboot/e6320_10mb/target.cfg (limited to 'config/coreboot/e6320_10mb/target.cfg') diff --git a/config/coreboot/e6320_10mb/target.cfg b/config/coreboot/e6320_10mb/target.cfg new file mode 100644 index 00000000..4201beb1 --- /dev/null +++ b/config/coreboot/e6320_10mb/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="sandybridge" -- cgit v1.2.1