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/coreboot/qemu_x86_64_12mb/target.cfg | |
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/coreboot/qemu_x86_64_12mb/target.cfg')
-rw-r--r-- | config/coreboot/qemu_x86_64_12mb/target.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/coreboot/qemu_x86_64_12mb/target.cfg b/config/coreboot/qemu_x86_64_12mb/target.cfg new file mode 100644 index 00000000..5c1a733f --- /dev/null +++ b/config/coreboot/qemu_x86_64_12mb/target.cfg @@ -0,0 +1,6 @@ +tree="default" +xarch="i386-elf" +payload_grub="y" +payload_seabios="y" +payload_memtest="y" +payload_uboot_amd64="y" |