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 /drivers/fwu-mdata/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 'drivers/fwu-mdata/Makefile')
| -rw-r--r-- | drivers/fwu-mdata/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fwu-mdata/Makefile b/drivers/fwu-mdata/Makefile index 3fee64c10c9..06c49747ba8 100644 --- a/drivers/fwu-mdata/Makefile +++ b/drivers/fwu-mdata/Makefile @@ -6,3 +6,4 @@ obj-$(CONFIG_FWU_MDATA) += fwu-mdata-uclass.o obj-$(CONFIG_FWU_MDATA_GPT_BLK) += gpt_blk.o +obj-$(CONFIG_FWU_MDATA_MTD) += raw_mtd.o |
