]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
armv8/ls2085ardb: Add support of LS2085ARDB platform
authorYork Sun <yorksun@freescale.com>
Sat, 21 Mar 2015 02:28:24 +0000 (19:28 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:31:10 +0000 (22:31 +0200)
commitab26b2f862704e96ab28ffe85089971916d7cc4c
treebc66e232a47eb590f94659992d28fc48003d38c6
parentd513b8935ff8ae8d1c84e90f758661369962ca60
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]