These two patches provide functionality to assess if a barebox image is corrupted or not by embedding and checking a hash value. This can be of interest if for example the image has been loaded from unreliable storage. Jan Luebbe (2): images: write checksum into barebox header images: add function to verify checksum in barebox header common/Kconfig | 9 ++ common/Makefile | 1 + common/barebox-image.c | 85 +++++++++++++++++++ images/Makefile | 3 +- include/common.h | 9 ++ include/filetype.h | 2 + scripts/.gitignore | 1 + scripts/Makefile | 1 + scripts/bareboxcrc.c | 219 +++++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 329 insertions(+), 1 deletion(-) create mode 100644 common/barebox-image.c create mode 100644 scripts/bareboxcrc.c -- 2.8.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox