diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2024-05-29 13:55:40 -0600 |
---|---|---|
committer | Nicholas Chin <nic.c3.14@gmail.com> | 2024-08-13 21:55:09 -0600 |
commit | 73484d98ac7ce8380cc8aa0e936e1d6687725432 (patch) | |
tree | 281b69d5a063435470445a39ebd3b351f41f0b22 /config/coreboot/e6230_12mb/target.cfg | |
parent | f51a9dee95abbf36bf016ecf3f942b50f61e732b (diff) |
config/coreboot: Add config for Dell Latitude E6230
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Diffstat (limited to 'config/coreboot/e6230_12mb/target.cfg')
-rw-r--r-- | config/coreboot/e6230_12mb/target.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
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" |