diff options
author | Leah Rowe <leah@libreboot.org> | 2024-11-18 22:33:26 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-11-19 02:04:50 +0000 |
commit | 747b6514eaf00ac71af475daab98509bf8870b23 (patch) | |
tree | b28c6c1b5bb569ccea44eae8400c06931401fc84 /config/u-boot/x86_64 | |
parent | 3bf3ef557e4533af1e638b8f25e27c7cde0a418b (diff) |
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>
Diffstat (limited to 'config/u-boot/x86_64')
-rw-r--r-- | config/u-boot/x86_64/nuke.list | 1 | ||||
-rw-r--r-- | config/u-boot/x86_64/target.cfg | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config/u-boot/x86_64/nuke.list b/config/u-boot/x86_64/nuke.list new file mode 100644 index 00000000..f3a3fcc3 --- /dev/null +++ b/config/u-boot/x86_64/nuke.list @@ -0,0 +1 @@ +test/lib/strlcat.c diff --git a/config/u-boot/x86_64/target.cfg b/config/u-boot/x86_64/target.cfg new file mode 100644 index 00000000..dd554fcb --- /dev/null +++ b/config/u-boot/x86_64/target.cfg @@ -0,0 +1,2 @@ +tree="x86_64" +rev="3f772959501c99fbe5aa0b22a36efe3478d1ae1c" # v2024.07 |