heads/bin
Jonathon Hall f632897bb5
modules/coreboot: Cache coreboot toolchain archives and use mirrors
Download coreboot toolchain archives into packages/<arch> before
coreboot tries to download them.  This allows us to use mirrors to get
the archives.  We could also update the primary source this way if it
goes down instead of patching coreboot itself (has happened for IASL).

The archive versions and digests are retrieved from the coreboot
module, so there isn't another copy of that info to maintain.  That is
done in bin/fetch_coreboot_crossgcc_archive.sh, which uses the
existing fetch script to do the actual download, leveraging mirrors.

bin/fetch_source_archive.sh supports using a SHA-1 digest instead of
SHA-256, since coreboot has SHA-1 digests.  It also checks if the file
already exists (deleting the coreboot directory will cause it to be
re-run, but the packages are already there and can be used from cache).

The coreboot-4.11 IASL patch is updated to delete the outdated acpica
archive digest (it already added the new one, but the old one was still
there).  bin/fetch_coreboot_crossgcc_archive.sh finds the archive
version and digest from the digest files, so only one acpica file must
be present.

Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
2024-01-08 15:10:56 -05:00
..
cpio-clean clean all cpio files and ensure that they are all padded 2018-03-15 11:46:42 -04:00
fetch_coreboot_crossgcc_archive.sh modules/coreboot: Cache coreboot toolchain archives and use mirrors 2024-01-08 15:10:56 -05:00
fetch_source_archive.sh modules/coreboot: Cache coreboot toolchain archives and use mirrors 2024-01-08 15:10:56 -05:00
inject_gpg_key.sh build: Allow injecting GPG key at build time 2022-08-24 13:04:06 -04:00
verity-sign move tools into bin/ directory 2018-01-19 14:17:26 -05:00