lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed,  6 Oct 2021 15:23:02 +0200
From:   Alexander Stein <alexander.stein@...tq-group.com>
To:     Rob Herring <robh+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>,
        Sascha Hauer <s.hauer@...gutronix.de>,
        Catalin Marinas <catalin.marinas@....com>,
        Will Deacon <will@...nel.org>
Cc:     Alexander Stein <alexander.stein@...tq-group.com>,
        Pengutronix Kernel Team <kernel@...gutronix.de>,
        Fabio Estevam <festevam@...il.com>,
        NXP Linux Team <linux-imx@....com>,
        devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org
Subject: [PATCH 0/7] Support for some TQMa8M* boards

This patch set adds support for the following modules:
* TQMa8Mx
* TQMa8MxML
* TQMa8MxNL

Each of the modules is available with different i.MX8M variants, the
bootloader modifies the device tree and disabled paripherals which
are not available on the actual hardware.

All of them can be attached to the same mainboard MBa8Mx, although
TQMa8MxML & TQMa8MxNL need an adapter. For that reason there is a single
mainboard .dtsi file named mba8mx.dtsi.

There is a .dtsi file for each module named imx8m?-tmqa8m*.dts.

Finally there is the final .dts file which includes the mainboard and
the attached module and contains the missing connection, prominently clk
and pinctrl defines.


Alexander Stein (7):
  dt-bindings: arm: fsl: add TQMa8MxML boards
  arm64: dts: freescale: add initial tree for TQMa8MQML with i.MX8MM
  arm64: defconfig: enable drivers for TQ TQMa8MxML-MBa8Mx
  dt-bindings: arm: fsl: add TQMa8MxNL boards
  arm64: dts: freescale: add initial tree for TQMa8MQNL with i.MX8MN
  dt-bindings: arm: fsl: add TQMa8Mx boards
  arm64: dts: freescale: add initial tree for TQMa8Mx with i.MX8M

 .../devicetree/bindings/arm/fsl.yaml          |  31 ++
 arch/arm64/boot/dts/freescale/Makefile        |   3 +
 .../dts/freescale/imx8mm-tqma8mqml-mba8mx.dts | 259 +++++++++++
 .../boot/dts/freescale/imx8mm-tqma8mqml.dtsi  | 350 +++++++++++++++
 .../dts/freescale/imx8mn-tqma8mqnl-mba8mx.dts | 283 ++++++++++++
 .../boot/dts/freescale/imx8mn-tqma8mqnl.dtsi  | 345 +++++++++++++++
 .../dts/freescale/imx8mq-tqma8mq-mba8mx.dts   | 416 ++++++++++++++++++
 .../boot/dts/freescale/imx8mq-tqma8mq.dtsi    | 369 ++++++++++++++++
 arch/arm64/boot/dts/freescale/mba8mx.dtsi     | 285 ++++++++++++
 arch/arm64/configs/defconfig                  |   5 +
 10 files changed, 2346 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl-mba8mx.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/mba8mx.dtsi

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ