mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: stm32mp: Add Avenger96 board support
@ 2025-11-28  0:51 Sohaib Mohamed
  2025-11-28  0:51 ` [PATCH 1/3] common: bbu: refactor flash operations into separate function Sohaib Mohamed
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sohaib Mohamed @ 2025-11-28  0:51 UTC (permalink / raw)
  To: Sascha Hauer, BAREBOX; +Cc: Sohaib Mohamed

Add support for Arrow STM32MP157A Avenger96 board with bootloader
update handlers for MMC and NOR flash.

Signed-off-by: Sohaib Mohamed <sohaib.amhmd@gmail.com>
---
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 <sohaib.amhmd@gmail.com>




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-12-01 10:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-28  0:51 [PATCH 0/3] ARM: stm32mp: Add Avenger96 board support Sohaib Mohamed
2025-11-28  0:51 ` [PATCH 1/3] common: bbu: refactor flash operations into separate function Sohaib Mohamed
2025-11-28  9:35   ` Ahmad Fatoum
2025-11-28  0:51 ` [PATCH 2/3] ARM: stm32mp: bbu: add NOR flash FIP update handler Sohaib Mohamed
2025-11-28  9:39   ` Ahmad Fatoum
2025-12-01 10:38   ` Sascha Hauer
2025-11-28  0:51 ` [PATCH 3/3] ARM: stm32mp: add support for STM32MP157A Avenger96 board Sohaib Mohamed
2025-11-28  9:40   ` Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox