Re: [PATCH] mkimage: Default to adding a crc32 hash with '-f auto'

2020-06-03 Thread Tom Rini
On Wed, May 27, 2020 at 07:24:55AM -0600, Simon Glass wrote: > This option currently does not add any sort of hash to the images in the > FIT. > > Add a hash node requesting a crc32 checksum, which at least provides some > protection. > > The crc32 value is easily ignored (e.g. in SPL) if not

Re: [PATCH] mkimage: Default to adding a crc32 hash with '-f auto'

2020-05-27 Thread Wolfgang Denk
Dear Simon, In message <20200527072419.1.I6b204b428d46addbce0f668960df1756a0bd5a0a@changeid> you wrote: > This option currently does not add any sort of hash to the images in the > FIT. > > Add a hash node requesting a crc32 checksum, which at least provides some > protection. > > The crc32

[PATCH] mkimage: Default to adding a crc32 hash with '-f auto'

2020-05-27 Thread Simon Glass
This option currently does not add any sort of hash to the images in the FIT. Add a hash node requesting a crc32 checksum, which at least provides some protection. The crc32 value is easily ignored (e.g. in SPL) if not needed. and takes up only about 48 bytes per image, including overhead.