mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Fabian Pflug <f.pflug@pengutronix.de>
To: BAREBOX <barebox@lists.infradead.org>
Cc: Fabian Pflug <f.pflug@pengutronix.de>
Subject: [PATCH v2 0/3] ARM: boards: add support for tqma8mpxs boards
Date: Fri, 06 Mar 2026 11:31:40 +0100	[thread overview]
Message-ID: <20260306-v2026-01-0-topic-tqma8mpxs-v2-0-0acc817e5fe4@pengutronix.de> (raw)

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 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):
      dts: arm64: freescale: add imx8mp-tqma8mpqs board
      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 +-
 arch/arm/dts/imx8mp-tqma8mpqs-mb-smarc-2.dts       |  388 +++++++
 arch/arm/dts/imx8mp-tqma8mpqs-mba8mpxs.dts         |   15 +
 arch/arm/dts/imx8mp-tqma8mpqs.dtsi                 | 1066 ++++++++++++++++++++
 arch/arm/mach-imx/Kconfig                          |    5 +-
 images/Makefile.imx                                |    2 +-
 16 files changed, 2442 insertions(+), 141 deletions(-)
---
base-commit: 0024921364eb4c8bc8089fdc198440b0d67a239f
change-id: 20260213-v2026-01-0-topic-tqma8mpxs-bf32a1a3ecb5

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




             reply	other threads:[~2026-03-06 10:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-06 10:31 Fabian Pflug [this message]
2026-03-06 10:31 ` [PATCH v2 1/3] dts: arm64: freescale: add imx8mp-tqma8mpqs board Fabian Pflug
2026-03-06 10:56   ` Marco Felsch
2026-03-06 10:31 ` [PATCH v2 2/3] ARM: boards: tqma8mpxl: extend with support for xs Fabian Pflug
2026-03-06 10:31 ` [PATCH v2 3/3] ARM: boards: tqma8mpxx: add no_ecc ram timings Fabian Pflug

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260306-v2026-01-0-topic-tqma8mpxs-v2-0-0acc817e5fe4@pengutronix.de \
    --to=f.pflug@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox