u-boot/lib/fwu_updates
Masami Hiramatsu 4898679e19 FWU: Add FWU metadata access driver for MTD storage regions
In the FWU Multi Bank Update feature, the information about the
updatable images is stored as part of the metadata, on a separate
region. Add a driver for reading from and writing to the metadata
when the updatable images and the metadata are stored on a raw
MTD region.
The code is divided into core under drivers/fwu-mdata/ and some helper
functions clubbed together under lib/fwu_updates/

Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
2023-06-09 13:52:40 -04:00
..
fwu_gpt.c FWU: Add helper functions for accessing FWU metadata 2022-10-31 14:47:32 -04:00
fwu_mtd.c FWU: Add FWU metadata access driver for MTD storage regions 2023-06-09 13:52:40 -04:00
fwu.c fwu: rename fwu_get_verified_mdata to fwu_get_mdata 2023-06-09 13:52:40 -04:00
Kconfig FWU: Add support for the FWU Multi Bank Update feature 2022-10-31 14:47:32 -04:00
Makefile FWU: Add FWU metadata access driver for MTD storage regions 2023-06-09 13:52:40 -04:00