[meta-swupdate-boards,0/1] Add support for STM32MP257F-EV1
mbox series

Message ID 20260429141857.616450-1-dario.binacchi@amarulasolutions.com
Headers show
Series
  • Add support for STM32MP257F-EV1
Related show

Message

Dario Binacchi April 29, 2026, 2:18 p.m. UTC
This patch adds support for the STM32MP257F-EV1 evaluation board.

Please note that this requires the recent changes submitted to both 
SWUpdate core and meta-swupdate, which provide the handler and the 
libfwumdata integration.

Dario Binacchi (1):
  New board: STM32MP257F-EV1

 README.md                                     |  10 ++
 .../update-image/stm32mp25-eval/emmcsetup.lua |  11 ++
 .../stm32mp25-eval/sw-description             |  43 +++++++
 .../swupdate/stm32mp25-eval/09-swupdate-args  |   9 ++
 .../swupdate/stm32mp25-eval/defconfig         | 110 ++++++++++++++++++
 .../swupdate/stm32mp25-eval/swupdate.cfg      |  41 +++++++
 6 files changed, 224 insertions(+)
 create mode 100644 recipes-extended/images/update-image/stm32mp25-eval/emmcsetup.lua
 create mode 100644 recipes-extended/images/update-image/stm32mp25-eval/sw-description
 create mode 100644 recipes-support/swupdate/swupdate/stm32mp25-eval/09-swupdate-args
 create mode 100644 recipes-support/swupdate/swupdate/stm32mp25-eval/defconfig
 create mode 100644 recipes-support/swupdate/swupdate/stm32mp25-eval/swupdate.cfg