summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerass El Hafidi <[email protected]>2026-04-22 15:43:26 +0000
committerNeil Armstrong <[email protected]>2026-04-22 18:27:26 +0200
commite07cc9e7fdcc35780f539ee1d452ffd3da0fbd1f (patch)
treef1227340bf7ce2362d063a0a5bba5b95d952a13d
parent94deb742654ae2f8996e9db17158834261b8c05e (diff)
configs: libretech-cc_defconfig: enable EFI Capsule on Disk
Everything is in place to allow this board to support EFI Capsule updates. Enable everything needed to support Capsule updates, as well as Capsule on Disk. All this allows updating U-Boot on eMMC directly from linux using fwupd. Also enable DFU_MMC, which is a requirement for EFI Capsule flashing to eMMC/SD to work. Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: Ferass El Hafidi <[email protected]> Link: https://patch.msgid.link/20260422-b4-amlogic-sysreset-capsules-v3-4-07b5ccc8f552@postmarketos.org Signed-off-by: Neil Armstrong <[email protected]>
-rw-r--r--configs/libretech-cc_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/libretech-cc_defconfig b/configs/libretech-cc_defconfig
index d5878bdc431..622922e97ee 100644
--- a/configs/libretech-cc_defconfig
+++ b/configs/libretech-cc_defconfig
@@ -16,6 +16,9 @@ CONFIG_DEBUG_UART_CLOCK=24000000
CONFIG_IDENT_STRING=" libretech-cc"
CONFIG_DEBUG_UART=y
CONFIG_REMAKE_ELF=y
+CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
+CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
+CONFIG_EFI_CAPSULE_ON_DISK=y
CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
CONFIG_FIT_VERBOSE=y
@@ -38,6 +41,7 @@ CONFIG_OF_CONTROL=y
CONFIG_ENV_RELOC_GD_ENV_ADDR=y
CONFIG_SARADC_MESON=y
CONFIG_DFU_RAM=y
+CONFIG_DFU_MMC=y
CONFIG_MMC_MESON_GX=y
CONFIG_PHY_MESON_GXL=y
CONFIG_DM_MDIO=y