]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
armv8/ls2085aqds: Add support of LS2085AQDS platform
authorYork Sun <yorksun@freescale.com>
Sat, 21 Mar 2015 02:28:23 +0000 (19:28 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:31:10 +0000 (22:31 +0200)
commitd513b8935ff8ae8d1c84e90f758661369962ca60
treed01c8d604cd8d04f80896d92545a53574ceefa02
parentd533ec730eecab6743c9a8e3494174cb4cd062dc
armv8/ls2085aqds: Add support of LS2085AQDS platform

The LS2085AQDS is an evaluatoin platform that supports the LS2085A
family SoCs. This patch add basic support of 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>
14 files changed:
arch/arm/Kconfig
arch/arm/cpu/armv8/fsl-lsch3/README
board/freescale/ls2085aqds/Kconfig [new file with mode: 0644]
board/freescale/ls2085aqds/MAINTAINERS [new file with mode: 0644]
board/freescale/ls2085aqds/Makefile [new file with mode: 0644]
board/freescale/ls2085aqds/README [new file with mode: 0644]
board/freescale/ls2085aqds/ddr.c [new file with mode: 0644]
board/freescale/ls2085aqds/ddr.h [new file with mode: 0644]
board/freescale/ls2085aqds/ls2085aqds.c [new file with mode: 0644]
board/freescale/ls2085aqds/ls2085aqds_qixis.h [new file with mode: 0644]
configs/ls2085aqds_defconfig [new file with mode: 0644]
include/configs/ls2085a_common.h
include/configs/ls2085aqds.h [new file with mode: 0644]
include/fsl_ddr_sdram.h