zephyr/subsys/mgmt
Yong Cong Sin 313c49ec21 subsys/mgmt/hawkbit: Check the hash of stored firmware
Previously, the hash of the firmware is checked while we are
downloading the firmware. This isn't ideal as the validity of
the firmware written into the flash is not verified and can be
corrupted. Furthermore, checking while downloading will have an
negative impact to the download speed as the CPU need to do
more work during the data transfer.

This PR removes the previous verify-hash-while-download
implementation and use the flash_img_check API instead.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2022-03-31 10:28:22 +02:00
..
ec_host_cmd everywhere: fix typos 2022-03-18 13:24:08 -04:00
hawkbit subsys/mgmt/hawkbit: Check the hash of stored firmware 2022-03-31 10:28:22 +02:00
mcumgr mgmt/mcumgr: Fix possible buffer overflow in BT tranport 2022-03-29 10:19:09 +02:00
osdp everywhere: fix typos 2022-03-18 13:24:08 -04:00
updatehub everywhere: fix typos 2022-03-18 13:24:08 -04:00
CMakeLists.txt ec_host_cmd: add ec host command handler framework 2020-09-04 14:50:45 -04:00
Kconfig ec_host_cmd: add ec host command handler framework 2020-09-04 14:50:45 -04:00