diff options
| author | Jassi Brar <[email protected]> | 2023-05-31 00:29:56 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-06-09 13:52:40 -0400 |
| commit | 6b403ca4dcf4c68e2792c4e8b28e03b3cfe5db45 (patch) | |
| tree | d33be321509ad093ea3bf8f9488ebb62fab9f2fa /configs | |
| parent | 87f397e58e40278f23c96196103f427bffb3a0c7 (diff) | |
fwu: DeveloperBox: add support for FWU
Add code to support FWU_MULTI_BANK_UPDATE.
The platform does not have gpt-partition storage for
Banks and MetaData, rather it used SPI-NOR backed
mtd regions for the purpose.
Signed-off-by: Jassi Brar <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/synquacer_developerbox_defconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/synquacer_developerbox_defconfig b/configs/synquacer_developerbox_defconfig index 0c37897c9ac..8e7236b5723 100644 --- a/configs/synquacer_developerbox_defconfig +++ b/configs/synquacer_developerbox_defconfig @@ -97,3 +97,11 @@ CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y CONFIG_EFI_CAPSULE_ON_DISK=y CONFIG_EFI_IGNORE_OSINDICATIONS=y CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y +CONFIG_EFI_SECURE_BOOT=y +CONFIG_FWU_MULTI_BANK_UPDATE=y +CONFIG_FWU_MDATA=y +CONFIG_FWU_MDATA_MTD=y +CONFIG_FWU_NUM_BANKS=2 +CONFIG_FWU_NUM_IMAGES_PER_BANK=1 +CONFIG_CMD_FWU_METADATA=y +CONFIG_TOOLS_MKFWUMDATA=y |
