coreboot-4.4 binary blobs

This commit is contained in:
Trammell Hudson 2016-08-02 21:39:24 -04:00
parent 0934e85d84
commit 3fde9759f3
Failed to extract signature
3 changed files with 16 additions and 1 deletions

View File

@ -12,6 +12,7 @@ include modules/tpmtotp
include modules/mbedtls
include modules/busybox
include modules/linux
include modules/coreboot-blobs
all: $(modules)
@ -95,7 +96,7 @@ initrd/bin/busybox: $(build)/$(busybox_dir)/busybox
# Update all of the libraries in the initrd based on the executables
# that were installed.
initrd_libs:
initrd_libs: $(initrd_bins)
./populate-lib \
./initrd/lib/x86-64-linux-gnu/ \
initrd/bin/* \

View File

@ -0,0 +1 @@
# nothing

13
modules/coreboot-blobs Normal file
View File

@ -0,0 +1,13 @@
modules += coreboot-blobs
coreboot-blobs_version := 4.4
coreboot-blobs_tar := coreboot-blobs-$(coreboot-blobs_version).tar.xz
coreboot-blobs_dir := coreboot-$(coreboot-blobs_version)/3rdparty/blobs
coreboot-blobs_url := https://www.coreboot.org/releases/$(coreboot-blobs_tar)
coreboot-blobs_hash := 43b993915c0f46a77ee7ddaa2dbe47581f399510632c62f2558dff931358d8ab
# there is nothing to build for the blobs, this should be
# made easier to make happen
coreboot-blobs_output := null
#coreboot-blobs_configure := echo -e 'all:\n\ttouch $(build)/$(coreboot-blobs_dir)/.canary' > Makefile
coreboot-blobs_configure := echo -e 'all:\n\ttouch null' > Makefile