[PATCH 4/4] configs: libretech-cc_defconfig: enable EFI Capsule on Disk
Neil Armstrong
neil.armstrong at linaro.org
Thu Apr 9 10:01:24 CEST 2026
On 4/8/26 22:30, Ferass El Hafidi wrote:
> 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.
>
> Signed-off-by: Ferass El Hafidi <funderscore at postmarketos.org>
> ---
> configs/libretech-cc_defconfig | 4 ++++
> 1 file changed, 4 insertions(+)
>
> 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
>
Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>
Thanks,
Neil
More information about the U-Boot
mailing list