devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] arm64: dts: Add Arm Morello support
@ 2024-12-13 16:32 Vincenzo Frascino
  2024-12-13 16:32 ` [PATCH 1/8] dt-bindings: arm: Add Morello compatibility Vincenzo Frascino
                   ` (7 more replies)
  0 siblings, 8 replies; 28+ messages in thread
From: Vincenzo Frascino @ 2024-12-13 16:32 UTC (permalink / raw)
  To: devicetree, linux-kernel, vincenzo.frascino; +Cc: Sudeep Holla, Rob Herring

The Morello architecture is an experimental extension to Armv8.2-A,
which extends the AArch64 state with the principles proposed in
version 7 of the Capability Hardware Enhanced RISC Instructions
(CHERI) ISA [1].

This series adds dts support for the Arm Morello System Development
Platform.

[1] https://www.morello-project.org/

To simplify the testing a linux tree rebased on 6.13-rc2 is accessible
at [2].

[2] https://codeberg.org/vincenzo/linux/src/branch/morello/dts/v1

Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>

Vincenzo Frascino (8):
  dt-bindings: arm: Add Morello compatibility
  dt-bindings: mailbox: arm,mhu: Add missing properties
  arm64: dts: morello: Add support for common functionalities
  arm64: dts: morello: Add support for soc dts
  arm64: Introduce Arm Morello System Development Platform
  arm64: dts: Add Arm Morello System Development Platform support
  arm64: Enable Arm Morello System Development Platform support
  MAINTAINERS: Add Vincenzo Frascino as Arm Morello Maintainer

 .../bindings/arm/arm,vexpress-juno.yaml       |   3 +
 .../devicetree/bindings/mailbox/arm,mhu.yaml  |  10 +
 MAINTAINERS                                   |   6 +
 arch/arm64/Kconfig.platforms                  |   5 +
 arch/arm64/boot/dts/arm/Makefile              |   1 +
 arch/arm64/boot/dts/arm/morello-soc.dts       | 267 ++++++++++++++++++
 arch/arm64/boot/dts/arm/morello.dtsi          | 112 ++++++++
 arch/arm64/configs/defconfig                  |   1 +
 8 files changed, 405 insertions(+)
 create mode 100644 arch/arm64/boot/dts/arm/morello-soc.dts
 create mode 100644 arch/arm64/boot/dts/arm/morello.dtsi

-- 
2.43.0


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

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

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13 16:32 [PATCH 0/8] arm64: dts: Add Arm Morello support Vincenzo Frascino
2024-12-13 16:32 ` [PATCH 1/8] dt-bindings: arm: Add Morello compatibility Vincenzo Frascino
2024-12-14 10:08   ` Krzysztof Kozlowski
2024-12-19 15:07     ` Vincenzo Frascino
2024-12-19 15:25       ` Krzysztof Kozlowski
2024-12-19 15:38         ` Vincenzo Frascino
2024-12-13 16:32 ` [PATCH 2/8] dt-bindings: mailbox: arm,mhu: Add missing properties Vincenzo Frascino
2024-12-14 10:10   ` Krzysztof Kozlowski
2024-12-19 15:13     ` Vincenzo Frascino
2024-12-19 15:26       ` Krzysztof Kozlowski
2024-12-19 17:06         ` Vincenzo Frascino
2024-12-13 16:32 ` [PATCH 3/8] arm64: dts: morello: Add support for common functionalities Vincenzo Frascino
2024-12-14 10:11   ` Krzysztof Kozlowski
2024-12-19 17:16     ` Vincenzo Frascino
2024-12-13 16:32 ` [PATCH 4/8] arm64: dts: morello: Add support for soc dts Vincenzo Frascino
2024-12-14 10:12   ` Krzysztof Kozlowski
2024-12-19 17:20     ` Vincenzo Frascino
2024-12-13 16:32 ` [PATCH 5/8] arm64: Introduce Arm Morello System Development Platform Vincenzo Frascino
2024-12-14 10:13   ` Krzysztof Kozlowski
2024-12-19 17:21     ` Vincenzo Frascino
2024-12-13 16:32 ` [PATCH 6/8] arm64: dts: Add Arm Morello System Development Platform support Vincenzo Frascino
2024-12-14 10:14   ` Krzysztof Kozlowski
2024-12-19 17:31     ` Vincenzo Frascino
2024-12-13 16:32 ` [PATCH 7/8] arm64: Enable " Vincenzo Frascino
2024-12-13 16:32 ` [PATCH 8/8] MAINTAINERS: Add Vincenzo Frascino as Arm Morello Maintainer Vincenzo Frascino
2024-12-14 10:19   ` Krzysztof Kozlowski
2024-12-19 17:45     ` Vincenzo Frascino
2024-12-21 20:07       ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).