[PATCH 3/4] configs: libretech-ac_defconfig: enable EFI Capsule on Disk
Ferass El Hafidi <[email protected]> Wed, 08 Apr 2026 20:30:14 +0000
| Newsgroups | io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <20260408-b4-amlogic-sysreset-capsules-v1-3-6f3386eb5124@postmarketos.org> |
Everything is already in place for EFI capsule updates, so enabling Capsule on Disk is fairly trivial. This allows updating U-Boot on SPI flash from Linux using fwupd's Capsule support. Signed-off-by: Ferass El Hafidi <[email protected]> --- configs/libretech-ac_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/libretech-ac_defconfig b/configs/libretech-ac_defconfig index 1a67ca734b8..17d54655017 100644 --- a/configs/libretech-ac_defconfig +++ b/configs/libretech-ac_defconfig @@ -23,6 +23,7 @@ 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 -- 2.53.0