kumquat-buildroot/boot
Thomas Petazzoni ebe5d9edfe boot, package, support, toolchain: switch to 2 spaces for the hash file
It's time to finally switch over globally to the new spacing format
that we have agreed on for the hash file, with 2 spaces as a separator
between fields.

This commit was mechanically generated using:

find . -type f -name '*.hash' | xargs sed -i 's%^md5[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%md5  \1  \2%'
find . -type f -name '*.hash' | xargs sed -i 's%^sha1[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha1  \1  \2%'
find . -type f -name '*.hash' | xargs sed -i 's%^sha256[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha256  \1  \2%'
find . -type f -name '*.hash' | xargs sed -i 's%^sha512[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha512  \1  \2%'

This commit can easily be backported on the LTS branch by re-running
the same commands, if needed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-07-28 23:05:23 +02:00
..
afboot-stm32
arm-trusted-firmware boot/arm-trusted-firmware: allow enabling without uboot or edk2 2022-07-26 22:51:09 +02:00
at91bootstrap
at91bootstrap3
at91dataflashboot boot/at91dataflashboot: disable on armeb 2022-06-06 21:45:01 +02:00
barebox boot/barebox: update condition for custom tarball management 2022-07-23 22:11:31 +02:00
beaglev-ddrinit package/beaglev-ddrinit: update to latest 8d6318 2022-07-25 22:52:20 +02:00
beaglev-secondboot package/beaglev-secondboot: bump to version e17302 2022-07-26 00:11:13 +02:00
binaries-marvell boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-07-28 23:05:23 +02:00
boot-wrapper-aarch64
edk2 boot/edk2: fix patch line ending 2022-05-30 22:28:41 +02:00
grub2 pacakge: drop remnants of $(HOST_DIR)/usr 2022-07-24 11:30:40 +02:00
gummiboot
lpc32xxcdl
mv-ddr-marvell
mxs-bootlets
opensbi boot/opensbi: introduce BR2_TARGET_OPENSBI_ADDITIONAL_VARIABLES 2022-07-27 00:14:32 +02:00
optee-os boot/optee-os: bump to version 3.18.0 2022-07-23 10:34:29 +02:00
s500-bootloader boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-07-28 23:05:23 +02:00
shim boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-07-28 23:05:23 +02:00
sun20i-d1-spl
syslinux
uboot boot/u-boot: update condition for custom tarball management 2022-07-23 22:11:28 +02:00
vexpress-firmware
common.mk
Config.in