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:
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)
|
||||
@@ -0,0 +1 @@
|
||||
test/lib/strlcat.c
|
||||
@@ -0,0 +1,2 @@
|
||||
tree="x86_64"
|
||||
rev="3f772959501c99fbe5aa0b22a36efe3478d1ae1c" # v2024.07
|
||||
Reference in New Issue
Block a user