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/amd64coreboot/target.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/u-boot/amd64coreboot/target.cfg (limited to 'config/u-boot/amd64coreboot/target.cfg') diff --git a/config/u-boot/amd64coreboot/target.cfg b/config/u-boot/amd64coreboot/target.cfg new file mode 100644 index 00000000..80e024ea --- /dev/null +++ b/config/u-boot/amd64coreboot/target.cfg @@ -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) -- cgit v1.2.1