[0/1] Add support for fwumdata handler
mbox series

Message ID 20260429140130.615536-1-dario.binacchi@amarulasolutions.com
Headers show
Series
  • Add support for fwumdata handler
Related show

Message

Dario Binacchi April 29, 2026, 2:01 p.m. UTC
This series adds a new handler to manage the boot selection process
using the libfwumdata library to update the 'active_index' and mark the
selected bank as valid during the post-install phase.

I have already submitted the recipe for libfwumdata to openembedded-core
and I will shortly submit the corresponding package to Buildroot as well.

Dario Binacchi (1):
  handler: add "fwumdata" handler

 Kconfig                        |   4 ++
 Makefile.deps                  |   4 ++
 Makefile.flags                 |   3 +
 bootloader/Kconfig             |   7 ++
 configs/all_handlers_defconfig |   1 +
 doc/source/handlers.rst        |  37 ++++++++++
 handlers/Kconfig               |  17 +++++
 handlers/Makefile              |   1 +
 handlers/fwumdata_handler.c    | 125 +++++++++++++++++++++++++++++++++
 9 files changed, 199 insertions(+)
 create mode 100644 handlers/fwumdata_handler.c