From c99dced5b1022fd2053fa8e47785ce83f4e05f90 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 6 Oct 2024 09:21:08 +0100 Subject: 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 --- config/coreboot/dell3050micro_fsp_16mb/target.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') 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 -- cgit v1.2.1