mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 14:59:34 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user