mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 17:58:46 +02:00
f4de640e45
on 3050micro, we disable seabios as a primary payload, making grub a pribary payload instead. the way it worked, the roms were still named seagrub and the seabios rom would be compiled, but with the wrong path, so seabios wouldn't be executed; seabios would hang anyway, on this board. instead, engineer it in such a way as to disable seabios_ images on this board. also, rename seagrub_ to grub_. i normally only permit seagrub, and not grub, but i make an exception for 3050micro because we know grub works, but seabios currently hangs on this board (which means no bsd). Signed-off-by: Leah Rowe <leah@libreboot.org>
13 lines
371 B
INI
13 lines
371 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" # this actually disables the seabios payload
|