diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-02-14 12:50:38 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-02-14 12:58:01 +0000 |
| commit | c0399adab341323e77b091082b2f8fa7a2080e57 (patch) | |
| tree | 49de0ed4eeb659629fbb2d46f163e2a2a5b7336a /config/coreboot/dell3050microsecure_vfsp_16mb/target.cfg | |
| parent | a14fbfd23a0b7e92f7d85803b99e7d2bc0d42880 (diff) | |
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 <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/dell3050microsecure_vfsp_16mb/target.cfg')
| -rw-r--r-- | config/coreboot/dell3050microsecure_vfsp_16mb/target.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
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" |
