[PATCH v2 3/4] configs: libretech-ac_defconfig: enable EFI Capsule on Disk
Ferass El Hafidi <[email protected]> Wed, 22 Apr 2026 15:39:06 +0000
| Newsgroups | io.groups.u-boot-amlogic,de.denx.lists.u-boot |
|---|---|
| Message-ID | <20260422-b4-amlogic-sysreset-capsules-v2-3-e04e4c9e69f9@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