diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2023-11-05 19:00:26 -0700 |
---|---|---|
committer | Nicholas Chin <nic.c3.14@gmail.com> | 2023-11-05 19:00:26 -0700 |
commit | 36d4c9061917eba8772e188be9cb084bc5877049 (patch) | |
tree | fbf11922128166480a062915b6aaa3a128131fc0 /config/coreboot/e6530_12mb/target.cfg | |
parent | 8bb9563964c9041fc3d7890610fa2fe6a33bf5d8 (diff) |
Add Dell Latitude E6530 support
This is pretty much the same as the E6430
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Diffstat (limited to 'config/coreboot/e6530_12mb/target.cfg')
-rw-r--r-- | config/coreboot/e6530_12mb/target.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/coreboot/e6530_12mb/target.cfg b/config/coreboot/e6530_12mb/target.cfg new file mode 100644 index 00000000..1cf0792e --- /dev/null +++ b/config/coreboot/e6530_12mb/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" |