Re: [PATCH 3/4] configs: libretech-ac_defconfig: enable EFI Capsule on Disk
Neil Armstrong <[email protected]> Thu, 9 Apr 2026 10:01:06 +0200
| Newsgroups | io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot |
|---|---|
| Organization | Linaro |
| Message-ID | <[email protected]> |
On 4/8/26 22:30, Ferass El Hafidi wrote: > 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 > Reviewed-by: Neil Armstrong <[email protected]> Thanks, Neil