mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Protonic maintenance
@ 2024-12-18  6:08 Oleksij Rempel
  2024-12-18  6:08 ` [PATCH 1/3] ARM: stm32mp151-mecio1: use kernel dts Oleksij Rempel
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Oleksij Rempel @ 2024-12-18  6:08 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

Maintenance for protonic specific boards. Start using upstreamed kernel
devicetrees for MEC* boards. And add support for stm32mp13 based board variant.

Oleksij Rempel (2):
  ARM: stm32mp151-mecio1: use kernel dts
  ARM: stm32mp151-mect1s: use kernel dts

Roan van Dijk (1):
  ARM: protonic-stm32mp1: Add Add Priva E-Measuringbox board support

 arch/arm/boards/Makefile                      |   1 +
 arch/arm/boards/protonic-stm32mp13/Makefile   |   4 +
 arch/arm/boards/protonic-stm32mp13/board.c    | 285 ++++++++++
 arch/arm/boards/protonic-stm32mp13/lowlevel.c |  28 +
 arch/arm/configs/stm32mp_defconfig            |   1 +
 arch/arm/dts/Makefile                         |   1 +
 arch/arm/dts/stm32mp131.dtsi                  |   4 +
 arch/arm/dts/stm32mp133c-prihmb.dts           |  90 ++++
 arch/arm/dts/stm32mp133c-prihmb.dtsi          | 494 ++++++++++++++++++
 arch/arm/dts/stm32mp151-mecio1.dts            | 213 +-------
 arch/arm/dts/stm32mp151-mect1s.dts            | 319 +----------
 arch/arm/mach-stm32mp/Kconfig                 |   7 +
 images/Makefile.stm32mp                       |   1 +
 13 files changed, 919 insertions(+), 529 deletions(-)
 create mode 100644 arch/arm/boards/protonic-stm32mp13/Makefile
 create mode 100644 arch/arm/boards/protonic-stm32mp13/board.c
 create mode 100644 arch/arm/boards/protonic-stm32mp13/lowlevel.c
 create mode 100644 arch/arm/dts/stm32mp133c-prihmb.dts
 create mode 100644 arch/arm/dts/stm32mp133c-prihmb.dtsi

--
2.39.5




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

end of thread, other threads:[~2024-12-20  8:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-18  6:08 [PATCH 0/3] Protonic maintenance Oleksij Rempel
2024-12-18  6:08 ` [PATCH 1/3] ARM: stm32mp151-mecio1: use kernel dts Oleksij Rempel
2024-12-18  6:08 ` [PATCH 2/3] ARM: stm32mp151-mect1s: " Oleksij Rempel
2024-12-18  6:09 ` [PATCH 3/3] ARM: protonic-stm32mp1: Add Add Priva E-Measuringbox board support Oleksij Rempel
2024-12-20  8:46   ` Sascha Hauer
2024-12-20  8:46 ` (subset) [PATCH 0/3] Protonic maintenance Sascha Hauer

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