lbmk/config
Leah Rowe 878550d519 use sha512sum to check downloads, not sha1sum
sha-1 has known collision issues, which may not be readily
exploitable yet (in our context), but we should ideally use
a more secure method for checking file integrity.

therefore, use sha-2 (sha512sum) for checking files. this is
slower than sha-1, but checksum verification is only a minor
part of what lbmk does, so the overall effect on build times
is quite negligible.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-09 16:39:26 +01:00
..
blobs use sha512sum to check downloads, not sha1sum 2023-09-09 16:39:26 +01:00
coreboot set grub.cfg timeout to 5s (10 on some boards) 2023-09-09 00:01:22 +01:00
dependencies merge config/ and resources/ 2023-09-04 02:47:25 +01:00
git Add stm32-vserprog 2023-09-09 16:55:06 +03:00
grub set grub.cfg timeout to 5s (10 on some boards) 2023-09-09 00:01:22 +01:00
ifd move ifd/gbe configs into config/ifd/ 2023-09-04 01:38:08 +01:00
seabios merge config/ and resources/ 2023-09-04 02:47:25 +01:00
u-boot merge config/ and resources/ 2023-09-04 02:47:25 +01:00