mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ARM: ls1046a: add support for Arkona AT300
@ 2026-04-15  8:13 Steffen Trumtrar
  2026-04-15  8:13 ` [PATCH v2 1/2] scripts: ls1046a-rcwtool: add functions to generate RCW Steffen Trumtrar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Steffen Trumtrar @ 2026-04-15  8:13 UTC (permalink / raw)
  To: barebox, Sascha Hauer; +Cc: Steffen Trumtrar

This series adds support for a variant of the TQ tqmls1046a SoM.
The Arkona AT300 is based on the TQ SoM, with mainly different RAM and QSPI setup.

To help generating the RCW IO-muxing values, add a header and tool to
generate these values.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
Changes in v2:
- enable barebox deep-probe in devicetree
- only add alternate qspi on AT300 board
- split rcwtool to scripts/include/ls1046a-rcwtool.h header
- Link to v1: https://lore.barebox.org/20260407-v2026-03-1-topic-arkona-at300-v1-1-e06b73050326@pengutronix.de

---
Sascha Hauer (1):
      ARM: tqmls1046a: Add Arkona AT300 support

Steffen Trumtrar (1):
      scripts: ls1046a-rcwtool: add functions to generate RCW

 arch/arm/boards/tqmls1046a/Makefile             |   2 +
 arch/arm/boards/tqmls1046a/arkona_at300_rcw.cfg |  86 ++++++
 arch/arm/boards/tqmls1046a/board.c              |   5 +
 arch/arm/boards/tqmls1046a/lowlevel.c           |  23 +-
 arch/arm/boards/tqmls1046a/rcwtool-at300.c      |  89 +++++++
 arch/arm/boards/tqmls1046a/start.S              |  13 +
 arch/arm/dts/Makefile                           |   1 +
 arch/arm/dts/fsl-tqmls1046a-arkona-at300.dts    | 338 ++++++++++++++++++++++++
 images/Makefile.layerscape                      |  14 +-
 scripts/include/ls1046a-rcwtool.h               | 147 +++++++++++
 10 files changed, 711 insertions(+), 7 deletions(-)
---
base-commit: 1d386a53086d28a0c4eda138ae9408a418b97b7e
change-id: 20260407-v2026-03-1-topic-arkona-at300-1eb495d15f79

Best regards,
--  
Steffen Trumtrar <s.trumtrar@pengutronix.de>




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

end of thread, other threads:[~2026-04-17  9:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-15  8:13 [PATCH v2 0/2] ARM: ls1046a: add support for Arkona AT300 Steffen Trumtrar
2026-04-15  8:13 ` [PATCH v2 1/2] scripts: ls1046a-rcwtool: add functions to generate RCW Steffen Trumtrar
2026-04-15  8:13 ` [PATCH v2 2/2] ARM: tqmls1046a: Add Arkona AT300 support Steffen Trumtrar
2026-04-17  9:07 ` [PATCH v2 0/2] ARM: ls1046a: add support for Arkona AT300 Sascha Hauer

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