summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-10-06 09:21:08 +0100
committerLeah Rowe <leah@libreboot.org>2024-10-06 09:22:21 +0100
commitc99dced5b1022fd2053fa8e47785ce83f4e05f90 (patch)
treee7d77d0e9b3a8ef7eb2b2ef39aabf2fc5ef12939 /config
parented8178e83b8fe294094fbf797d0872125ea69c10 (diff)
dell3050micro: make GRUB the primary payload
SeaBIOS is known to hang on this board. It is being investigated. Add two variable options for target.cfg files: * seabiosname * grubname This string defines where it would be located in CBFS. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config')
-rw-r--r--config/coreboot/dell3050micro_fsp_16mb/target.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/coreboot/dell3050micro_fsp_16mb/target.cfg b/config/coreboot/dell3050micro_fsp_16mb/target.cfg
index 79dc358f..03ad3ecb 100644
--- a/config/coreboot/dell3050micro_fsp_16mb/target.cfg
+++ b/config/coreboot/dell3050micro_fsp_16mb/target.cfg
@@ -8,3 +8,5 @@ grubtree="xhci"
vcfg="3050micro"
build_depend="seabios/default grub/xhci memtest86plus"
IFD_platform="sklkbl"
+grubname="fallback/payload" # make GRUB the primary payload on this board
+seabiosname="seabios.elf" # seabios is known to hang on this board