mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 17:58:46 +02:00
c99dced5b1
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>
13 lines
367 B
INI
13 lines
367 B
INI
tree="default"
|
|
xarch="i386-elf"
|
|
payload_seabios="y"
|
|
payload_grub="y"
|
|
payload_memtest="y"
|
|
grub_scan_disk="nvme ahci"
|
|
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
|