From 23e64192ed036a24181a49702655ffd7812fb2cb Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 4 Oct 2024 22:24:57 +0100 Subject: Add Dell OptiPlex 7010/9010 SFF support Pretty much just copied the T1650 directory in config/, then changed the board to 9010 SFF in menuconfig. Signed-off-by: Leah Rowe --- config/coreboot/dell7010sff_12mb/target.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/coreboot/dell7010sff_12mb/target.cfg (limited to 'config/coreboot/dell7010sff_12mb/target.cfg') diff --git a/config/coreboot/dell7010sff_12mb/target.cfg b/config/coreboot/dell7010sff_12mb/target.cfg new file mode 100644 index 00000000..abc1d14e --- /dev/null +++ b/config/coreboot/dell7010sff_12mb/target.cfg @@ -0,0 +1,9 @@ +tree="default" +xarch="i386-elf" +payload_seabios="y" +payload_grub="y" +payload_memtest="y" +grub_scan_disk="nvme ahci" +grubtree="nvme" +vcfg="t1650" +build_depend="seabios/default grub/nvme memtest86plus" -- cgit v1.2.1