board: add support for ARC AXS101 and AXS103 Software Development Platforms
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Tue, 4 Aug 2015 14:21:50 +0000 (17:21 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Aug 2015 18:05:23 +0000 (20:05 +0200)
commit77e53b3d84b7dbb7d2746b1f361593a42e01c179
tree1eb225831ad51a05501432518ddc9583dca50422
parentba25711e80f05819b6199ddedb983e9f2a7681a5
board: add support for ARC AXS101 and AXS103 Software Development Platforms

The AXS10x Platform consists of a DesignWare AXC001 CPU
Card (with ARC 770D core) in case of AXS101 or AXC003 CPU Card
(typically with ARC HS38 core) in case of AXS103 mounted on an
ARC Software Development Platform Mainboard with DesignWare peripherals:
 * SD/MMC contoller
 * Gigabit network contoller
 * Serial ports (8250-compatible)
 * USB 2.0
 * SPI
 * I2C

It also houses HDMI output for external monitor connection.

For stand-alone usage of the board (with only keyboard, mouse and montor
attached) kernel console and getty made available on tty0 as well as on
serial port (ttyS3).

Note there're 2 prerequisites:
 [1] u-boot: 2015.07 - fix creation of .config
     http://patchwork.ozlabs.org/patch/502558/

 [2] binutils: fix buildng of Linux kernel for ARCv2 ISA
     http://patchwork.ozlabs.org/patch/503550/

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/synopsys/axs10x/fs-overlay/etc/inittab [new file with mode: 0644]
configs/snps_axs101_defconfig [new file with mode: 0644]
configs/snps_axs103_defconfig [new file with mode: 0644]