From 747b6514eaf00ac71af475daab98509bf8870b23 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 18 Nov 2024 22:33:26 +0000 Subject: 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 --- config/u-boot/x86_64/nuke.list | 1 + config/u-boot/x86_64/target.cfg | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 config/u-boot/x86_64/nuke.list create mode 100644 config/u-boot/x86_64/target.cfg (limited to 'config/u-boot/x86_64') 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 -- cgit v1.2.1