devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] arc: add AXS101 board support
@ 2015-05-14 12:48 Alexey Brodkin
  2015-05-14 12:48 ` [PATCH 1/4] ARC: [axs101] Add support for AXS101 SDP (software development platform) Alexey Brodkin
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Alexey Brodkin @ 2015-05-14 12:48 UTC (permalink / raw)
  To: linux-arch
  Cc: linux-kernel, arc-linux-dev, devicetree, Vineet.Gupta1,
	Alexey Brodkin

AXS101 is a new generation of devlopment boards from Synopsys that houses
ASIC with ARC700 and lots of DesignWare peripherals:

 * DW APB UART
 * DW Mobile Storage (MMC/SD)
 * DW I2C
 * DW GMAC

More info about DesignWare ARC Software Development Platforms (SDP) is here:
http://www.synopsys.com/dw/ipdir.php?ds=arc-software-development-platform

More info about AXS101 in particular is here (it's required to enter contact
details to obtain the document):
http://www.synopsys.com/dw/doc.php/ds/cc/arc_axs101_sdp.pdf

Alexey Brodkin (2):
  ARC: [axs101] Add support for AXS101 SDP (software development
    platform)
  ARC: [axs101] STAR 9000799830: Fix SD cards support

Vineet Gupta (2):
  ARC: [axs101] support early 8250 uart
  ARC: [axs101] Tweak DDR port aperture mappings for performance

 Documentation/devicetree/bindings/arc/axs10x.txt |   7 +
 MAINTAINERS                                      |   7 +
 arch/arc/Kconfig                                 |   1 +
 arch/arc/Makefile                                |   1 +
 arch/arc/boot/dts/axc001.dtsi                    |  79 ++++++
 arch/arc/boot/dts/axs101.dts                     |  21 ++
 arch/arc/boot/dts/axs10x_mb.dtsi                 | 241 ++++++++++++++++++
 arch/arc/configs/axs101_defconfig                | 112 +++++++++
 arch/arc/kernel/devtree.c                        |   2 +
 arch/arc/plat-axs10x/Kconfig                     |  35 +++
 arch/arc/plat-axs10x/Makefile                    |   9 +
 arch/arc/plat-axs10x/axs10x.c                    | 298 +++++++++++++++++++++++
 12 files changed, 813 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arc/axs10x.txt
 create mode 100644 arch/arc/boot/dts/axc001.dtsi
 create mode 100644 arch/arc/boot/dts/axs101.dts
 create mode 100644 arch/arc/boot/dts/axs10x_mb.dtsi
 create mode 100644 arch/arc/configs/axs101_defconfig
 create mode 100644 arch/arc/plat-axs10x/Kconfig
 create mode 100644 arch/arc/plat-axs10x/Makefile
 create mode 100644 arch/arc/plat-axs10x/axs10x.c

-- 
2.1.0

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

end of thread, other threads:[~2015-06-05 14:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-14 12:48 [PATCH 0/4] arc: add AXS101 board support Alexey Brodkin
2015-05-14 12:48 ` [PATCH 1/4] ARC: [axs101] Add support for AXS101 SDP (software development platform) Alexey Brodkin
2015-05-14 12:48 ` [PATCH 2/4] ARC: [axs101] support early 8250 uart Alexey Brodkin
2015-05-14 12:53   ` Arnd Bergmann
2015-05-14 13:04     ` Vineet Gupta
2015-06-05  5:02       ` Vineet Gupta
2015-06-05 13:01         ` console setting via stdout-path vs console=xxx (was Re: [PATCH 2/4] ARC: [axs101] support early 8250 uart) Vineet Gupta
2015-05-14 12:48 ` [PATCH 3/4] ARC: [axs101] Tweak DDR port aperture mappings for performance Alexey Brodkin
2015-05-14 12:48 ` [PATCH 4/4] ARC: [axs101] STAR 9000799830: Fix SD cards support Alexey Brodkin
2015-06-05 14:13 ` [PATCH 0/4] arc: add AXS101 board support Vineet Gupta

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