mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 08:40:14 +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:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,5 @@
|
||||
tree="x86_64"
|
||||
# test building with x86_64 hostcc by commenting these:
|
||||
# xtree="default" # coreboot tree containing crossgcc
|
||||
# xarch="x86_64-elf"
|
||||
# or uncomment them to use crossgcc(buggy)
|
||||
Reference in New Issue
Block a user