summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-22 11:06:25 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-22 11:06:25 +0100
commit3a03cca7b3851b1ddf59fab96a77e210eebbebe5 (patch)
treeb53dc6cf948462b367b4667bac56b03b5a2e3fd6 /config
parent0fbae18487a56daa5a2f6c27b689a7a583b8eb5c (diff)
dell5050sff: enable edk2 payload for testing
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config')
-rw-r--r--config/data/coreboot/mkhelper.cfg1
-rw-r--r--config/data/grub/bootorder_edk21
-rw-r--r--config/module/coreboot/dell5050sff_vfsp_16mb/target.cfg3
3 files changed, 4 insertions, 1 deletions
diff --git a/config/data/coreboot/mkhelper.cfg b/config/data/coreboot/mkhelper.cfg
index 3c8b18d9..a81db2bf 100644
--- a/config/data/coreboot/mkhelper.cfg
+++ b/config/data/coreboot/mkhelper.cfg
@@ -25,6 +25,7 @@ displaymode=""
tmprom=""
newrom=""
payload_uboot=""
+payload_edk2=""
cbfscfg=""
premake="corebootpremake"
diff --git a/config/data/grub/bootorder_edk2 b/config/data/grub/bootorder_edk2
new file mode 100644
index 00000000..a66e1ec0
--- /dev/null
+++ b/config/data/grub/bootorder_edk2
@@ -0,0 +1 @@
+/rom@img/edk2
diff --git a/config/module/coreboot/dell5050sff_vfsp_16mb/target.cfg b/config/module/coreboot/dell5050sff_vfsp_16mb/target.cfg
index 7d3b46e2..aef42794 100644
--- a/config/module/coreboot/dell5050sff_vfsp_16mb/target.cfg
+++ b/config/module/coreboot/dell5050sff_vfsp_16mb/target.cfg
@@ -8,6 +8,7 @@ payload_memtest="y"
grub_scan_disk="nvme ahci"
grubtree="xhci_nvme"
vcfg="5050sff"
-build_depend="seabios/build grub/xhci_nvme memtest86plus/default u-boot/amd64coreboot"
+build_depend="seabios/build grub/xhci_nvme memtest86plus/default u-boot/amd64coreboot edk2/mrchromebox"
IFD_platform="sklkbl"
payload_uboot="amd64"
+payload_edk2="mrchromebox"