From ce5eb284a3cc8e1e661848affe39cff1118849d7 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 14 Feb 2026 12:50:38 +0000 Subject: supermicro x11ssh_f: use underscores in dir names i don't like hyphens in file names, because of how lbmk has historically handled directories and files in the past; i've removed a lot of eval statements, to the extent that it's no longer likely to be a problem (it's barely used now), but i previously had a problem with using hyphens in config names. this design flaw (in lbmk) was fixed ages ago, but i still maintain this policy. since that time, i use hyphens only. Signed-off-by: Leah Rowe --- config/coreboot/dell3050microsecure_vfsp_16mb/target.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/coreboot/dell3050microsecure_vfsp_16mb/target.cfg (limited to 'config/coreboot/dell3050microsecure_vfsp_16mb/target.cfg') diff --git a/config/coreboot/dell3050microsecure_vfsp_16mb/target.cfg b/config/coreboot/dell3050microsecure_vfsp_16mb/target.cfg new file mode 100644 index 00000000..37455fbe --- /dev/null +++ b/config/coreboot/dell3050microsecure_vfsp_16mb/target.cfg @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + +tree="default" +xarch="i386-elf" +payload_seabios="y" +payload_grub="y" +payload_memtest="y" +grub_scan_disk="nvme ahci" +grubtree="xhci_nvme" +vcfg="3050micro" +build_depend="seabios/default grub/xhci_nvme memtest86plus u-boot/amd64coreboot" +IFD_platform="sklkbl" +payload_uboot="amd64" +payload_grubsea="y" -- cgit v1.2.1