From 97054498e9460b1cbc5800817fc0c9d64458536a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 28 Oct 2024 01:36:50 +0000 Subject: NEW MAINBOARD: Dell OptiPlex 780 MT Thanks go to Lorenzo Aloe and Nicholas Chin for working on and testing this code. Signed-off-by: Leah Rowe --- config/coreboot/dell780mt_8mb/target.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/coreboot/dell780mt_8mb/target.cfg (limited to 'config/coreboot/dell780mt_8mb/target.cfg') diff --git a/config/coreboot/dell780mt_8mb/target.cfg b/config/coreboot/dell780mt_8mb/target.cfg new file mode 100644 index 00000000..eca44aa2 --- /dev/null +++ b/config/coreboot/dell780mt_8mb/target.cfg @@ -0,0 +1,8 @@ +tree="next" +xarch="i386-elf" +payload_seabios="y" +payload_grub="y" +payload_memtest="y" +grub_scan_disk="nvme ahci ata" +grubtree="nvme" +build_depend="seabios/default grub/nvme memtest86plus" -- cgit v1.2.1