mbox series

[0/3] Add readback handler for partition verify

Message ID 20200116161205.12973-1-mark.jonas@de.bosch.com
Headers show
Series Add readback handler for partition verify | expand

Message

'Darko Komljenovic' via swupdate Jan. 16, 2020, 4:12 p.m. UTC
To verify that an image was written properly, this readback handler
calculates the sha256 hash of a partition (or part of it) and compares
it against a given hash value.

Kevin Zhang (3):
  handlers: add readback handler
  doc: handlers: add readback handler documentation
  doc: handlers: trim trailing whitespaces

 doc/source/handlers.rst     |  54 ++++++++++--
 handlers/Config.in          |   7 ++
 handlers/Makefile           |   1 +
 handlers/readback_handler.c | 161 ++++++++++++++++++++++++++++++++++++
 4 files changed, 215 insertions(+), 8 deletions(-)
 create mode 100644 handlers/readback_handler.c