summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorKaustabh Chakraborty <[email protected]>2026-02-24 21:07:10 +0530
committerMinkyu Kang <[email protected]>2026-02-25 10:47:03 +0900
commit0e61fc5364dc6b4af88b44ea2e1aa9d84c9f1ca7 (patch)
tree5f606be1f550db286a650c3a5edf27421ce8e349 /configs
parentdb0fe21bd38f27f570ce16670ccad567efd596f4 (diff)
board: samsung: exynos-mobile: add EFI capsule update support
Add support for EFI capsule updates via U-Boot's DFU. This flashes the boot partition with the new image provided in the capsule. Signed-off-by: Kaustabh Chakraborty <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/exynos-mobile_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/exynos-mobile_defconfig b/configs/exynos-mobile_defconfig
index cee468d9c24..9a4b6a52362 100644
--- a/configs/exynos-mobile_defconfig
+++ b/configs/exynos-mobile_defconfig
@@ -11,6 +11,10 @@ CONFIG_SYS_BOOTM_LEN=0x2000000
CONFIG_SYS_LOAD_ADDR=0x80000000
CONFIG_ARMV8_CNTFRQ_BROKEN=y
# CONFIG_PSCI_RESET is not set
+CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
+CONFIG_EFI_CAPSULE_ON_DISK=y
+CONFIG_EFI_CAPSULE_ON_DISK_EARLY=y
+CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
CONFIG_BUTTON_CMD=y
CONFIG_USE_PREBOOT=y
CONFIG_SAVE_PREV_BL_FDT_ADDR=y
@@ -31,6 +35,8 @@ CONFIG_BLKMAP=y
CONFIG_BUTTON=y
CONFIG_BUTTON_REMAP_PHONE_KEYS=y
CONFIG_CLK_EXYNOS7870=y
+CONFIG_DFU_MMC=y
+CONFIG_SYS_DFU_DATA_BUF_SIZE=0x200000
CONFIG_USB_FUNCTION_FASTBOOT=y
CONFIG_FASTBOOT_BUF_ADDR=0xdead0000
CONFIG_FASTBOOT_FLASH=y