File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ include modules/tpmtotp
1212include modules/mbedtls
1313include modules/busybox
1414include modules/linux
15+ include modules/coreboot-blobs
1516
1617all : $(modules )
1718
@@ -95,7 +96,7 @@ initrd/bin/busybox: $(build)/$(busybox_dir)/busybox
9596
9697# Update all of the libraries in the initrd based on the executables
9798# that were installed.
98- initrd_libs :
99+ initrd_libs : $( initrd_bins )
99100 ./populate-lib \
100101 ./initrd/lib/x86-64-linux-gnu/ \
101102 initrd/bin/* \
Original file line number Diff line number Diff line change 1+ # nothing
Original file line number Diff line number Diff line change 1+ modules += coreboot-blobs
2+
3+ coreboot-blobs_version := 4.4
4+ coreboot-blobs_tar := coreboot-blobs-$(coreboot-blobs_version).tar.xz
5+ coreboot-blobs_dir := coreboot-$(coreboot-blobs_version)/3rdparty/blobs
6+ coreboot-blobs_url := https://www.coreboot.org/releases/$(coreboot-blobs_tar)
7+ coreboot-blobs_hash := 43b993915c0f46a77ee7ddaa2dbe47581f399510632c62f2558dff931358d8ab
8+
9+ # there is nothing to build for the blobs, this should be
10+ # made easier to make happen
11+ coreboot-blobs_output := null
12+ #coreboot-blobs_configure := echo -e 'all:\n\ttouch $(build)/$(coreboot-blobs_dir)/.canary' > Makefile
13+ coreboot-blobs_configure := echo -e 'all:\n\ttouch null' > Makefile
You can’t perform that action at this time.
0 commit comments