devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: imx: Add Freescale LS1021A SoC and board support
@ 2014-07-02  9:02 Jingchang Lu
       [not found] ` <1404291772-2644-1-git-send-email-jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
  2014-07-02  9:02 ` [PATCH 3/5] ARM: dts: Add initial LS1021A TWR board dts support Jingchang Lu
  0 siblings, 2 replies; 15+ messages in thread
From: Jingchang Lu @ 2014-07-02  9:02 UTC (permalink / raw)
  To: shawn.guo-QSEj5FYQhm4dnm+yROfE0A
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA, mark.rutland-5wv7dgnIgG8

This series contain the support for Freescale LS1021A CPU and LS1021A-QDS
and LS1021A-TWR board.

The LS1021A SoC combines two ARM Cortex-A7 cores that have been optimized
for high reliability and pack the highest level of integration available
for sub-3 W embedded communications processors and with a comprehensive
enablement model focused on ease of programmability.

The LS1021A SoC shares IPs with i.MX family, Vybrid family and Freescale
PowerPC platform. 

For the detail information about LS1021A SoC, please refer to the RM doc.

----------------------------------------------------------------
Jingchang Lu (5):
	ARM: dts: Add SoC level device tree support for LS1021A
	ARM: dts: Add initial LS1021A QDS board dts support
	ARM: dts: Add initial LS1021A TWR board dts support
	ARM: imx: Add initial support for Freescale LS1021A
	ARM: imx: Add Freescale LS1021A SMP support

 arch/arm/boot/dts/Makefile        |   4 +-
 arch/arm/boot/dts/ls1021a-qds.dts | 380 ++++++++++++++++++++++++++++
 arch/arm/boot/dts/ls1021a-twr.dts | 236 +++++++++++++++++
 arch/arm/boot/dts/ls1021a.dtsi    | 852 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-imx/Kconfig         |  17 ++
 arch/arm/mach-imx/Makefile        |   2 +
 arch/arm/mach-imx/common.h        |   2 +
 arch/arm/mach-imx/headsmp.S       |  11 +
 arch/arm/mach-imx/mach-ls1021a.c  |  50 ++++
 arch/arm/mach-imx/platsmp.c       |  44 ++++
 10 files changed, 1597 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/ls1021a-qds.dts
 create mode 100755 arch/arm/boot/dts/ls1021a-twr.dts
 create mode 100644 arch/arm/boot/dts/ls1021a.dtsi
 create mode 100644 arch/arm/mach-imx/mach-ls1021a.c


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-07-04 10:16 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-02  9:02 [PATCH 0/5] ARM: imx: Add Freescale LS1021A SoC and board support Jingchang Lu
     [not found] ` <1404291772-2644-1-git-send-email-jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-07-02  9:02   ` [PATCH 1/5] ARM: dts: Add SoC level device tree support for LS1021A Jingchang Lu
     [not found]     ` <1404291772-2644-2-git-send-email-jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-07-02 11:14       ` Mark Rutland
2014-07-03  7:58         ` Jingchang Lu
     [not found]           ` <c0f6813bc62a41b19790158d761d6652-AZ66ij2kwab4MB1ZSnT4iOO6mTEJWrR4XA4E9RH9d+qIuWR1G4zioA@public.gmane.org>
2014-07-03 10:10             ` Mark Rutland
2014-07-02  9:02   ` [PATCH 2/5] ARM: dts: Add initial LS1021A QDS board dts support Jingchang Lu
2014-07-02  9:02   ` [PATCH 4/5] ARM: imx: Add initial support for Freescale LS1021A Jingchang Lu
     [not found]     ` <1404291772-2644-5-git-send-email-jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-07-02 11:21       ` Mark Rutland
2014-07-03 10:17         ` Jingchang Lu
     [not found]           ` <cb01fef2c4d44711b04a321fddae33d4-AZ66ij2kwab4MB1ZSnT4iOO6mTEJWrR4XA4E9RH9d+qIuWR1G4zioA@public.gmane.org>
2014-07-03 15:12             ` Mark Rutland
2014-07-04  6:21               ` Jingchang Lu
2014-07-02  9:02   ` [PATCH 5/5] ARM: imx: Add Freescale LS1021A SMP support Jingchang Lu
     [not found]     ` <1404291772-2644-6-git-send-email-jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-07-02 11:30       ` Mark Rutland
2014-07-04 10:16         ` Jingchang Lu
2014-07-02  9:02 ` [PATCH 3/5] ARM: dts: Add initial LS1021A TWR board dts support Jingchang Lu

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).