mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
Add U-Boot x86_64 payload
Currently seems to stall when booted from the GRUB payload, but works when booted from the SeaBIOS menu. I also tested it as a standalone payload and it seems to boot. Will test on hardware next, and start adding it to more mainboards. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
. "include/rom.sh"
|
||||
|
||||
makeargs="UPDATED_SUBMODULES=1 CPUS=$XBMK_THREADS"
|
||||
build_depend="seabios/default grub/default memtest86plus u-boot/i386coreboot"
|
||||
build_depend="seabios/default grub/default memtest86plus u-boot/amd64coreboot"
|
||||
|
||||
seavgabiosrom="elf/seabios/default/libgfxinit/vgabios.bin"
|
||||
|
||||
pv="payload_uboot payload_seabios payload_memtest payload_grub"
|
||||
pv="$pv payload_uboot_i386"
|
||||
pv="$pv payload_uboot_i386 payload_uboot_amd64"
|
||||
v="initmode ubootelf grub_scan_disk uboot_config grubtree grubelf pname"
|
||||
v="$v displaymode tmprom newrom"
|
||||
eval `setvars "n" $pv`
|
||||
|
||||
Reference in New Issue
Block a user