mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v4 0/3] ARM: boards: add support for tqma8mpxs boards
@ 2026-03-12 11:34 Fabian Pflug
  2026-03-12 11:34 ` [PATCH v4 1/3] ARM: boards: tqma8mpxl: rename to tqma8mpxx Fabian Pflug
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Fabian Pflug @ 2026-03-12 11:34 UTC (permalink / raw)
  To: BAREBOX; +Cc: Marco Felsch, Fabian Pflug

Extending the TQMA8MPxL board code with support for TQMA8MPxS, as they
share the same processor and a lot of the same codebasis, but differ in
small changes.

Both now have support for the different RAM configurations, but no ECC
support yet.

Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
---
Changes in v4:
- Split patch into two. One to rename the tqma8mpxl and the second to
  add support for tqma8mpxs (Thanks Marco)
- Link to v3: https://lore.barebox.org/barebox/20260312-v2026-01-0-topic-tqma8mpxs-v3-0-3a3fb245ce8d@pengutronix.de

Changes in v3:
- append "-upstream" to dts from upstream, which are not yet in linux.
- squashed commits 1 and 2 to have the upstream dts in the same commit
  as the board changes.
- Link to v2: https://lore.barebox.org/barebox/20260306-v2026-01-0-topic-tqma8mpxs-v2-0-0acc817e5fe4@pengutronix.de

Changes in v2:
- Moved dts to arch/arm/dts, since they are not upstream. (thanks Ahmad)
- Link to v1: https://lore.barebox.org/barebox/20260213-v2026-01-0-topic-tqma8mpxs-v1-0-44f2cc07cfef@pengutronix.de

---
Fabian Pflug (3):
      ARM: boards: tqma8mpxl: rename to tqma8mpxx
      ARM: boards: tqma8mpxl: extend with support for xs
      ARM: boards: tqma8mpxx: add no_ecc ram timings

 Documentation/migration-guides/migration-master.md |   10 +
 arch/arm/boards/Makefile                           |    2 +-
 arch/arm/boards/tqma8mpxl/lowlevel.c               |  113 --
 arch/arm/boards/{tqma8mpxl => tqma8mpxx}/Makefile  |    0
 arch/arm/boards/{tqma8mpxl => tqma8mpxx}/board.c   |   17 +-
 .../flash-header-tqma8mpxx.imxcfg}                 |    0
 arch/arm/boards/tqma8mpxx/lowlevel.c               |  196 ++++
 .../{tqma8mpxl => tqma8mpxx}/lpddr4-timing.c       |  763 +++++++++++++-
 arch/arm/configs/imx_v8_defconfig                  |    2 +-
 arch/arm/configs/multi_v8_defconfig                |    2 +-
 arch/arm/dts/Makefile                              |    2 +-
 .../dts/imx8mp-tqma8mpqs-mb-smarc-2-upstream.dts   |  402 ++++++++
 arch/arm/dts/imx8mp-tqma8mpqs-mba8mpxs.dts         |   15 +
 arch/arm/dts/imx8mp-tqma8mpqs-upstream.dtsi        | 1075 ++++++++++++++++++++
 arch/arm/mach-imx/Kconfig                          |    5 +-
 images/Makefile.imx                                |    2 +-
 16 files changed, 2465 insertions(+), 141 deletions(-)
---
base-commit: 0024921364eb4c8bc8089fdc198440b0d67a239f
change-id: 20260213-v2026-01-0-topic-tqma8mpxs-bf32a1a3ecb5

Best regards,
-- 
Fabian Pflug <f.pflug@pengutronix.de>




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

end of thread, other threads:[~2026-03-13 14:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-12 11:34 [PATCH v4 0/3] ARM: boards: add support for tqma8mpxs boards Fabian Pflug
2026-03-12 11:34 ` [PATCH v4 1/3] ARM: boards: tqma8mpxl: rename to tqma8mpxx Fabian Pflug
2026-03-12 11:37   ` Marco Felsch
2026-03-12 11:34 ` [PATCH v4 2/3] ARM: boards: tqma8mpxl: extend with support for xs Fabian Pflug
2026-03-13 13:20   ` Sascha Hauer
2026-03-13 14:19     ` Fabian Pflug
2026-03-13 14:27       ` Sascha Hauer
2026-03-12 11:34 ` [PATCH v4 3/3] ARM: boards: tqma8mpxx: add no_ecc ram timings Fabian Pflug
2026-03-13 14:31 ` [PATCH v4 0/3] ARM: boards: add support for tqma8mpxs boards Sascha Hauer

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