]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/ls2080ardb.h
armv8/ls2085ardb: Add support of LS2085ARDB platform
authorYork Sun <yorksun@freescale.com>
Sat, 21 Mar 2015 02:28:24 +0000 (19:28 -0700)
committerYork Sun <yorksun@freescale.com>
Thu, 23 Apr 2015 15:55:58 +0000 (08:55 -0700)
commite2b65ea975c2ddc67a958bf428e34ee3c543061a
tree36641a3aba11b9c80a655c4c1ebbeaf173f9df60
parent7288c2c2b0d4ea2475424ef9d00227a4b608234d
armv8/ls2085ardb: Add support of LS2085ARDB platform

The LS2085ARDB is a evaluation platform that supports LS2085A
family SoCs. This patch add sbasic support for the platform.

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
12 files changed:
arch/arm/Kconfig
arch/arm/cpu/armv8/fsl-lsch3/README
board/freescale/ls2085ardb/Kconfig [new file with mode: 0644]
board/freescale/ls2085ardb/MAINTAINERS [new file with mode: 0644]
board/freescale/ls2085ardb/Makefile [new file with mode: 0644]
board/freescale/ls2085ardb/README [new file with mode: 0644]
board/freescale/ls2085ardb/ddr.c [new file with mode: 0644]
board/freescale/ls2085ardb/ddr.h [new file with mode: 0644]
board/freescale/ls2085ardb/ls2085ardb.c [new file with mode: 0644]
board/freescale/ls2085ardb/ls2085ardb_qixis.h [new file with mode: 0644]
configs/ls2085ardb_defconfig [new file with mode: 0644]
include/configs/ls2085ardb.h [new file with mode: 0644]