bootstd: Add implementation for bootmeth rauc
authorMartin Schwan <m.schwan@phytec.de>
Wed, 4 Jun 2025 12:15:29 +0000 (14:15 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 18 Jun 2025 18:15:35 +0000 (12:15 -0600)
commit7e5c2c782fb9aba2d9a2e580f51582dd394dc5a3
treef4721081e7edc1f3170594e3c0bf6ffdd8c7fbb1
parentb22a276f039f818d5564bec6637071cfc8a7e432
bootstd: Add implementation for bootmeth rauc

Add a bootmeth driver which supports booting A/B system with RAUC as
their update client.

Signed-off-by: Martin Schwan <m.schwan@phytec.de>
Tested-by: Wadim Egorov <w.egorov@phytec.de>
boot/Kconfig
boot/Makefile
boot/bootmeth_rauc.c [new file with mode: 0644]