Re: [PATCH u-boot-mvebu 09/31] tools: kwbimage: Validate data checksum of v1 images

2021-07-15 Thread Stefan Roese
On 08.07.21 19:30, Marek Behún wrote: From: Pali Rohár The data part of v1 images contains 32-bit checksum after the data. Validate whether this checksum is correct. Signed-off-by: Pali Rohár Reviewed-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan --- tools/kwbimage.c | 46

[PATCH u-boot-mvebu 09/31] tools: kwbimage: Validate data checksum of v1 images

2021-07-08 Thread Marek Behún
From: Pali Rohár The data part of v1 images contains 32-bit checksum after the data. Validate whether this checksum is correct. Signed-off-by: Pali Rohár Reviewed-by: Marek Behún --- tools/kwbimage.c | 46 ++ 1 file changed, 46 insertions(+) diff -