All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: introduce the Alpine support
@ 2016-02-08  9:11 ` Antoine Tenart
  0 siblings, 0 replies; 43+ messages in thread
From: Antoine Tenart @ 2016-02-08  9:11 UTC (permalink / raw)
  To: catalin.marinas, will.deacon, tsahee
  Cc: Antoine Tenart, linux-arm-kernel, rshitrit, thomas.petazzoni,
	linux-kernel

Hi all,

This series introduces the support for the arm64 Alpine family from
Annapurna Labs, by adding a device tree for the Alpine v2 EVP. This
board has 4 Cortex A57 and a few nodes in its device tree for now.

You can find the series at:
https://github.com/atenart/linux.git 4.5-rc1/alpinev2-bringup

Antoine

Antoine Tenart (3):
  arm64: add Alpine SoC family
  arm64: dts: add the Alpine v2 EVP
  arm64: defconfig: enable the Alpine family

 arch/arm64/Kconfig.platforms             |   6 +
 arch/arm64/boot/dts/Makefile             |   1 +
 arch/arm64/boot/dts/al/Makefile          |   5 +
 arch/arm64/boot/dts/al/alpine-v2-evp.dts |  46 +++++++
 arch/arm64/boot/dts/al/alpine-v2.dtsi    | 221 +++++++++++++++++++++++++++++++
 arch/arm64/configs/defconfig             |   1 +
 6 files changed, 280 insertions(+)
 create mode 100644 arch/arm64/boot/dts/al/Makefile
 create mode 100644 arch/arm64/boot/dts/al/alpine-v2-evp.dts
 create mode 100644 arch/arm64/boot/dts/al/alpine-v2.dtsi

-- 
2.7.0

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

end of thread, other threads:[~2016-02-09 13:54 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-08  9:11 [PATCH 0/3] arm64: introduce the Alpine support Antoine Tenart
2016-02-08  9:11 ` Antoine Tenart
2016-02-08  9:11 ` [PATCH 1/3] arm64: add Alpine SoC family Antoine Tenart
2016-02-08  9:11   ` Antoine Tenart
2016-02-08  9:11 ` [PATCH 2/3] arm64: dts: add the Alpine v2 EVP Antoine Tenart
2016-02-08  9:11   ` Antoine Tenart
2016-02-08 10:51   ` Mark Rutland
2016-02-08 10:51     ` Mark Rutland
2016-02-08 11:00     ` Antoine Tenart
2016-02-08 11:00       ` Antoine Tenart
2016-02-08 11:00       ` Antoine Tenart
2016-02-08 12:20   ` Arnd Bergmann
2016-02-08 12:20     ` Arnd Bergmann
2016-02-08 12:20     ` Arnd Bergmann
2016-02-09 10:18     ` Antoine Tenart
2016-02-09 10:18       ` Antoine Tenart
2016-02-09 10:18       ` Antoine Tenart
2016-02-08 15:29   ` Marc Zyngier
2016-02-08 15:29     ` Marc Zyngier
2016-02-09  8:56     ` Antoine Tenart
2016-02-09  8:56       ` Antoine Tenart
2016-02-09  9:01       ` Antoine Tenart
2016-02-09  9:01         ` Antoine Tenart
2016-02-09  9:09         ` Marc Zyngier
2016-02-09  9:09           ` Marc Zyngier
2016-02-09  9:09           ` Marc Zyngier
     [not found]           ` <CABM=7knaepbyy4nw_GczVM7E_t6py7gG0ERs8ru_AYoVXvAQ+A@mail.gmail.com>
2016-02-09  9:30             ` Marc Zyngier
2016-02-09  9:30               ` Marc Zyngier
2016-02-09  9:30               ` Marc Zyngier
2016-02-09 10:13               ` Tsahee Zidenberg
2016-02-09 10:13                 ` Tsahee Zidenberg
2016-02-09 10:13                 ` Tsahee Zidenberg
2016-02-09 10:42                 ` Marc Zyngier
2016-02-09 10:42                   ` Marc Zyngier
2016-02-09 10:42                   ` Marc Zyngier
2016-02-09 11:48                 ` Marc Zyngier
2016-02-09 11:48                   ` Marc Zyngier
2016-02-09 11:48                   ` Marc Zyngier
2016-02-09 13:54                   ` Tsahee Zidenberg
2016-02-09 13:54                     ` Tsahee Zidenberg
2016-02-09 13:54                     ` Tsahee Zidenberg
2016-02-08  9:11 ` [PATCH 3/3] arm64: defconfig: enable the Alpine family Antoine Tenart
2016-02-08  9:11   ` Antoine Tenart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.