summaryrefslogtreecommitdiff
path: root/config/data/coreboot
diff options
context:
space:
mode:
Diffstat (limited to 'config/data/coreboot')
-rw-r--r--config/data/coreboot/build.list1
-rw-r--r--config/data/coreboot/libreboot.bmpbin0 -> 200138 bytes
-rw-r--r--config/data/coreboot/mkhelper.cfg37
3 files changed, 38 insertions, 0 deletions
diff --git a/config/data/coreboot/build.list b/config/data/coreboot/build.list
index f6535149..55c2ee44 100644
--- a/config/data/coreboot/build.list
+++ b/config/data/coreboot/build.list
@@ -1 +1,2 @@
build/coreboot.rom
+payloads/external/edk2/workspace/Build/UefiPayloadPkgX64/RELEASE_GCC/FV/UEFIPAYLOAD.fd
diff --git a/config/data/coreboot/libreboot.bmp b/config/data/coreboot/libreboot.bmp
new file mode 100644
index 00000000..adad7a9a
--- /dev/null
+++ b/config/data/coreboot/libreboot.bmp
Binary files differ
diff --git a/config/data/coreboot/mkhelper.cfg b/config/data/coreboot/mkhelper.cfg
new file mode 100644
index 00000000..485be95d
--- /dev/null
+++ b/config/data/coreboot/mkhelper.cfg
@@ -0,0 +1,37 @@
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+# can be overridden per-tree e.g. use mrchromebox
+url="https://github.com/coreboot/coreboot.git"
+bkup_url="https://review.coreboot.org/coreboot"
+
+makeargs="UPDATED_SUBMODULES=1 CPUS=$XBMK_THREADS"
+build_depend="seabios/build grub/default memtest86plus/default"
+
+seavgabiosrom="elf/seabios/default/build/libgfxinit/vgabios.bin"
+
+payload_seabios="n"
+payload_memtest="n"
+payload_grub="n"
+payload_grubsea="n"
+
+initmode=""
+ubootelf=""
+grub_scan_disk=""
+uboot_config=""
+grubtree=""
+grubelf=""
+pname=""
+displaymode=""
+tmprom=""
+newrom=""
+payload_uboot="" # arm64 only. edk2 replaced it on x86
+payload_edk2=""
+cbfscfg=""
+
+premake="corebootpremake"
+mkhelper="$if_not_dry_build coreboot_pad_one_byte"
+postmake="$if_not_dry_build mkcorebootbin"
+cook_config="$if_not_dry_build cook_coreboot_config"
+
+
+