[fedora-arm] Fw: [PATCH 0/5] arm64, thunder: Enable Cavium Thunder SoC Family

Robert Richter rric at kernel.org
Wed Jul 30 19:06:14 UTC 2014


Peter,

today I posted first enablement patches for Cavium Thunder.

See here for the thread:

 https://lkml.kernel.org/r/1406732794-20920-1-git-send-email-rric@kernel.org

The patches are publicly hosted on kernel.org:

 https://git.kernel.org/cgit/linux/kernel/git/rric/linux.git/?h=thunder/master

We will add more patches for Thunder soon.

Please take a look at the patches and consider them for integration
into the arm64 Fedora kernel. Let me know if you have questions or how
I could help adding Thunder support to Fedora.

I will also be at Flock in Prague next week. Maybe we can meet there
and start a discussion on this.

Thanks,

-Robert



----- Forwarded message from Robert Richter <rric at kernel.org> -----

Subject: [PATCH 0/5] arm64, thunder: Enable Cavium Thunder SoC Family
Date: Wed, 30 Jul 2014 17:06:29 +0200
From: Robert Richter <rric at kernel.org>
To: Catalin Marinas <catalin.marinas at arm.com>, Will Deacon <will.deacon at arm.com>, Rob Herring <robh+dt at kernel.org>, Arnd Bergmann <arnd at arndb.de>
Cc: linux-kernel at vger.kernel.org, linux-arm-kernel at lists.infradead.org, Robert Richter <rrichter at cavium.com>
Message-ID: <1406732794-20920-1-git-send-email-rric at kernel.org>
Return-Path: <rric.net at gmail.com>
X-Mailer: git-send-email 2.0.1
Content-Type: text/plain

From: Robert Richter <rrichter at cavium.com>

This initial patches enable Cavium Thunder SoC Family. The patches add
Kconfig and devicetree support and then add Thunder to the defconfig.
The last patch is unrelated to Thunder and enables the tmpfs mount
option for a more convinient use of defconfig with distros.

The Thunder system needs more enablement patches for subsystems and
devices, this includes network, ahci, gicv3/gicv3-its, pci, smmu, kvm.
We will send separate patch sets for these. All of them base on this
initial patches.

Patches are available here:

 git://git.kernel.org/pub/scm/linux/kernel/git/rric/linux.git thunder/init

Radha Mohan Chintakuntla (3):
  arm64, thunder: Add Kconfig option for Cavium Thunder SoC Family
  arm64, thunder: Add initial dts for Cavium Thunder SoC
  arm64, thunder: document devicetree bindings for Cavium Thunder SoC

Robert Richter (2):
  arm64, defconfig: Enable Cavium Thunder SoC in defconfig
  arm64, defconfig: Enable tmpfs mount option

 .../devicetree/bindings/arm/cavium-thunder.txt     |  10 +
 Documentation/devicetree/bindings/arm/cpus.txt     |   1 +
 arch/arm64/Kconfig                                 |   6 +
 arch/arm64/boot/dts/Makefile                       |   1 +
 arch/arm64/boot/dts/thunder-88xx.dts               | 387 +++++++++++++++++++++
 arch/arm64/configs/defconfig                       |   2 +
 6 files changed, 407 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/cavium-thunder.txt
 create mode 100644 arch/arm64/boot/dts/thunder-88xx.dts

-- 
2.0.1


----- End forwarded message -----


More information about the arm mailing list