diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2024-05-29 13:49:42 -0600 |
---|---|---|
committer | Nicholas Chin <nic.c3.14@gmail.com> | 2024-08-13 21:55:08 -0600 |
commit | 0240be18332e61e81a6a1711b282ccbb071d7465 (patch) | |
tree | 6dc6afbf31b4dbbab8894cd6f3ce29900d95c997 /config/coreboot/e6320_10mb/target.cfg | |
parent | 875e9cb2554a529d7a3b91a8a60782a7159ff516 (diff) |
config/coreboot: Add config for Dell Latitude E6320
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Diffstat (limited to 'config/coreboot/e6320_10mb/target.cfg')
-rw-r--r-- | config/coreboot/e6320_10mb/target.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
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" |