On Wed, Dec 03, 2025 at 06:13:15PM +0100, Sohaib Mohamed wrote: > Add support for Arrow STM32MP157A Avenger96 board with bootloader > update handlers for MMC and NOR flash. > > Signed-off-by: Sohaib Mohamed <[email protected]> > --- > Changes in v2: > - EDITME: describe what is new in this series revision. > - EDITME: use bulletpoints and terse descriptions. > - Link to v1: > https://lore.kernel.org/r/[email protected] >
--- v1 -> v2: - Improved NOR flash handler commit message clarity - Link to v1: https://lore.kernel.org/r/[email protected] > --- > Sohaib Mohamed (3): > common: bbu: refactor flash operations into separate function > ARM: stm32mp: bbu: add NOR flash FIP update handler > ARM: stm32mp: add support for STM32MP157A Avenger96 board > > arch/arm/boards/Makefile | 1 + > arch/arm/boards/dhcor-stm32mp1/Makefile | 2 + > arch/arm/boards/dhcor-stm32mp1/board.c | 47 ++++++++++++++++++ > arch/arm/configs/multi_v7_defconfig | 2 + > arch/arm/configs/stm32mp_defconfig | 2 + > arch/arm/dts/Makefile | 1 + > arch/arm/dts/stm32mp157a-dhcor-stm32mp1.dts | 4 ++ > arch/arm/mach-stm32mp/Kconfig | 4 ++ > arch/arm/mach-stm32mp/bbu.c | 77 > +++++++++++++++++++++++++++++ > common/bbu.c | 17 ++++--- > include/bbu.h | 2 + > include/mach/stm32mp/bbu.h | 10 ++++ > 12 files changed, 163 insertions(+), 6 deletions(-) > --- > base-commit: a831f32782a5ce216301ccb52e4d27e3462632f3 > change-id: 20251128-avenger96-2b70277cdd7a > > Best regards, > -- > Sohaib Mohamed <[email protected]> >
