]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/ls2080a_common.h
armv8/ls2085aqds: Add support of LS2085AQDS platform
authorYork Sun <yorksun@freescale.com>
Sat, 21 Mar 2015 02:28:23 +0000 (19:28 -0700)
committerYork Sun <yorksun@freescale.com>
Thu, 23 Apr 2015 15:55:58 +0000 (08:55 -0700)
commit7288c2c2b0d4ea2475424ef9d00227a4b608234d
treed364d1acf79fa9dde7b931553cde665ec8372e94
parent9cc2c4713a822cccaa1c5872720a23675045dd42
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