[PATCH] images: Add automatic image crc generation for imd

Sascha Hauer sha at pengutronix.de
Mon Dec 7 04:28:40 EST 2020


Hi Yunus,

On Fri, Dec 04, 2020 at 11:04:21AM +0100, Yunus Bas wrote:
> Since commit 9d12256bfcc6, the barebox IMD-header has an additional
> register space for CRC32 checksum. This is an important feature, since
> it allows us to verify the barebox image after flashing to the hardware.
> 
> This patch adds an optional feature for automatically generating the CRC32
> checksum and writing it into IMD-section for all generated image-files.
> Additionally, the file 'barebox-imd-crc', containing the list of IMD
> outputs including the CRC32-value, will be generated under the images
> directory.

It's not that easy unfortunately. Generating CRC IMD tags doesn't work
for many image types. For example the i.MX28 images are all encrypted,
so the bareboximd command won't find any valid tags in the binary. The
signed i.MX6 HAB images could be added a CRC to, but doing that would
invalidate the signature.
I'm afraid it's not possible to add a IMD crc to all images, we must
carefully select the images we can actually do that.

Having said that, generating the crcs automatically would be really
great and I have also thought about that. See the following series as
a starting point. It's not complete though, because it generates the
crcs also in HAB signed images.

Sascha

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list