summaryrefslogtreecommitdiff
path: root/config/data/coreboot
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-11-18 22:33:26 +0000
committerLeah Rowe <leah@libreboot.org>2024-11-19 02:04:50 +0000
commit747b6514eaf00ac71af475daab98509bf8870b23 (patch)
treeb28c6c1b5bb569ccea44eae8400c06931401fc84 /config/data/coreboot
parent3bf3ef557e4533af1e638b8f25e27c7cde0a418b (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/data/coreboot')
-rw-r--r--config/data/coreboot/mkhelper.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/data/coreboot/mkhelper.cfg b/config/data/coreboot/mkhelper.cfg
index fce1cec8..a218e0e7 100644
--- a/config/data/coreboot/mkhelper.cfg
+++ b/config/data/coreboot/mkhelper.cfg
@@ -1,12 +1,12 @@
. "include/rom.sh"
makeargs="UPDATED_SUBMODULES=1 CPUS=$XBMK_THREADS"
-build_depend="seabios/default grub/default memtest86plus u-boot/i386coreboot"
+build_depend="seabios/default grub/default memtest86plus u-boot/amd64coreboot"
seavgabiosrom="elf/seabios/default/libgfxinit/vgabios.bin"
pv="payload_uboot payload_seabios payload_memtest payload_grub"
-pv="$pv payload_uboot_i386"
+pv="$pv payload_uboot_i386 payload_uboot_amd64"
v="initmode ubootelf grub_scan_disk uboot_config grubtree grubelf pname"
v="$v displaymode tmprom newrom"
eval `setvars "n" $pv`