diff options
| author | Masami Hiramatsu <[email protected]> | 2023-05-31 00:29:14 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-06-09 13:52:40 -0400 |
| commit | 4898679e190770ad19917dfc01bc192df0cdfdee (patch) | |
| tree | c01fb2da03b2ad3790977e1a28aca7bc7f74ef88 /lib/fwu_updates/Makefile | |
| parent | 72168b929e0fb69aa0a133703ad9dee02c7aa561 (diff) | |
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 <[email protected]>
Signed-off-by: Jassi Brar <[email protected]>
Diffstat (limited to 'lib/fwu_updates/Makefile')
| -rw-r--r-- | lib/fwu_updates/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fwu_updates/Makefile b/lib/fwu_updates/Makefile index 1993088e5b1..c9e3c06b489 100644 --- a/lib/fwu_updates/Makefile +++ b/lib/fwu_updates/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_FWU_MULTI_BANK_UPDATE) += fwu.o obj-$(CONFIG_FWU_MDATA_GPT_BLK) += fwu_gpt.o +obj-$(CONFIG_FWU_MDATA_MTD) += fwu_mtd.o |
