aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSughosh Ganu <sughosh.ganu@linaro.org>2021-08-03 13:16:24 +0530
committerSughosh Ganu <sughosh.ganu@linaro.org>2021-11-16 15:12:00 +0530
commitbaf8e409852db604f017a3628653fd270ee1c428 (patch)
treec6ef8987041c4a7d16ad4cf18c438caba55e4835
parentfc6cd0cbe63fdaaed34bf35aff11404793f5980e (diff)
TEMP: stm32mp1: Enable capsule update and FWU multi bank updatea_b_updates_feature_fip
Enable capsule update and multi bank update features on the stm32mp1 platforms. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
-rw-r--r--configs/stm32mp15_trusted_defconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig
index feca26e97364..acb6f67aed5d 100644
--- a/configs/stm32mp15_trusted_defconfig
+++ b/configs/stm32mp15_trusted_defconfig
@@ -162,3 +162,11 @@ CONFIG_FDT_FIXUP_PARTITIONS=y
# CONFIG_LMB_USE_MAX_REGIONS is not set
CONFIG_LMB_MEMORY_REGIONS=2
CONFIG_LMB_RESERVED_REGIONS=16
+CONFIG_FWU_MULTI_BANK_UPDATE=y
+CONFIG_EFI_CAPSULE_ON_DISK=y
+CONFIG_EFI_CAPSULE_FIRMWARE_MANAGEMENT=y
+CONFIG_EFI_CAPSULE_FIRMWARE=y
+CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
+CONFIG_EFI_CAPSULE_FMP_HEADER=y
+CONFIG_CMD_FWU_METADATA=y
+CONFIG_HEXDUMP=y