]> git.sur5r.net Git - u-boot/commit
ARC: Add support for EM Development Kit board
authorAlexey Brodkin <abrodkin@synopsys.com>
Mon, 28 May 2018 12:27:43 +0000 (15:27 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Thu, 31 May 2018 17:13:29 +0000 (20:13 +0300)
commit2c3f9261c80e8171ba813f8baef958c1edac3f0d
tree079016e700f0628daa81b8b8cbacf357c04ba0f6
parent7af51f12bc41c38c537f2b049db21fb4554657b5
ARC: Add support for EM Development Kit board

Synopsys DesignWare ARC EM Development Kit (ARC EMDK) is
an FPGA-based development platform from Synopsys aimed to speed-up
development of software for ARC EM cores and entire subsystems based on
ARC EM like Data Fusion, Secure and Sensor & Control subsystems.

U-Boot is supposed to be used as a primary bootloader on EMDK allowing
users to easily load and start their application from micro-SD card.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/Kconfig
arch/arc/dts/Makefile
arch/arc/dts/emdk.dts [new file with mode: 0644]
board/synopsys/emdk/Kconfig [new file with mode: 0644]
board/synopsys/emdk/MAINTAINERS [new file with mode: 0644]
board/synopsys/emdk/Makefile [new file with mode: 0644]
board/synopsys/emdk/emdk.c [new file with mode: 0644]
configs/emdk_defconfig [new file with mode: 0644]
include/configs/emdk.h [new file with mode: 0644]