summaryrefslogtreecommitdiff
path: root/config/module/coreboot/macbook21/target.cfg
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-24 14:05:51 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-24 14:49:16 +0100
commitb6830b254ceb4818749b2b489bf3a469b4fd119c (patch)
tree4fd8b67740ac33e01163db726ad482ddcb6efcb0 /config/module/coreboot/macbook21/target.cfg
parent639503a33bc1492c70a2bde9b8fff135122812d3 (diff)
turn on edk2 by default
instead, set build_depend only on boards that don't have it boards that already set build_depend, where they should not have edk2, do not set edk2 or have had it removed TODO: turn on grub/xhci by default. most targets use it now. this will enable us to mostly never define build_depend, except on really old coreboot targets, which will increasingly become the minority in libreboot. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/module/coreboot/macbook21/target.cfg')
-rw-r--r--config/module/coreboot/macbook21/target.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/module/coreboot/macbook21/target.cfg b/config/module/coreboot/macbook21/target.cfg
index a7ad9910..040e806a 100644
--- a/config/module/coreboot/macbook21/target.cfg
+++ b/config/module/coreboot/macbook21/target.cfg
@@ -7,3 +7,4 @@ payload_grub="y"
payload_memtest="y"
grub_scan_disk="ahci"
+build_depend="seabios/build grub/default memtest86plus/default"