Re: [PATCH v3 2/3] imd: add support for checksum generation/verification

2020-01-22 Thread Sascha Hauer
On Mon, Jan 20, 2020 at 03:58:20PM +0100, Steffen Trumtrar wrote: > Add a new imd type "checksum". This type consists of the CRC32 checksum > of the whole barebox image minus the checksum itself. > The checksum can be written to the imd field with the bareboximd host-tool. > It can be verified

[PATCH v3 2/3] imd: add support for checksum generation/verification

2020-01-20 Thread Steffen Trumtrar
Add a new imd type "checksum". This type consists of the CRC32 checksum of the whole barebox image minus the checksum itself. The checksum can be written to the imd field with the bareboximd host-tool. It can be verified with said tool or with "imd" on the target. Signed-off-by: Steffen Trumtrar