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:
Leah Rowe
2024-11-18 22:33:26 +00:00
parent 3bf3ef557e
commit 747b6514ea
13 changed files with 3054 additions and 17 deletions
+2 -2
View File
@@ -216,10 +216,10 @@ menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey=
fi
}
fi
if [ -f (cbfsdisk)/u-boot ]; then
if [ -f (cbfsdisk)/img/u-boot ]; then
menuentry 'Load U-Boot (payload) [b]' --hotkey='u' {
set root='cbfsdisk'
chainloader /u-boot
chainloader /img/u-boot
}
fi
if [ -f (cbfsdisk)/seabios.elf ]; then