mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 15:50:58 +00:00
coreboot-4.4 binary blobs
This commit is contained in:
parent
0934e85d84
commit
3fde9759f3
3
Makefile
3
Makefile
@ -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/* \
|
||||
|
1
config/coreboot-blobs.config
Normal file
1
config/coreboot-blobs.config
Normal file
@ -0,0 +1 @@
|
||||
# nothing
|
13
modules/coreboot-blobs
Normal file
13
modules/coreboot-blobs
Normal 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
|
Loading…
Reference in New Issue
Block a user