]> git.ipfire.org Git - people/ms/u-boot.git/commit
armv8/ls1043aqds: add LS1043AQDS board support
authorShaohui Xie <Shaohui.Xie@freescale.com>
Wed, 11 Nov 2015 09:58:37 +0000 (17:58 +0800)
committerYork Sun <yorksun@freescale.com>
Mon, 30 Nov 2015 17:11:10 +0000 (09:11 -0800)
commit02b5d2ed867e92b56fa54b94685edb196fde98bf
treeecf91a605275a3f8fdd4348391e9b6f0f0d6e3bb
parente1cecb4d4245beac8184af8988be0ffbb4e7a9d6
armv8/ls1043aqds: add LS1043AQDS board support

LS1043AQDS Specification:
-------------------------
Memory subsystem:
 * 2GByte DDR4 DIMM
 * 128 Mbyte NOR flash single-chip memory
 * 512 Mbyte NAND flash
 * 16 Mbyte high-speed SPI flash
 * SD connector to interface with the SD memory card

Ethernet:
 * Two RGMII ports
 * XFI 10G port
 * SGMII
 * QSGMII with 4x 1G ports

PCIe: supports Gen 1 and Gen 2

SATA 3.0: one SATA 3.0 port

USB 3.0: two micro AB connector and one type A connector

UART: supports two UARTs up to 115200 bps for console

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Mingkai Hu <Mingkai.Hu@freescale.com>
Signed-off-by: Hou Zhiqiang <B48286@freescale.com>
Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com>
[York Sun: Add CONFIG_SYS_NS16550=y in defconfig]
Reviewed-by: York Sun <yorksun@freescale.com>
20 files changed:
arch/arm/Kconfig
arch/arm/include/asm/arch-fsl-layerscape/fdt.h
board/freescale/common/vid.c
board/freescale/ls1043aqds/Kconfig [new file with mode: 0644]
board/freescale/ls1043aqds/MAINTAINERS [new file with mode: 0644]
board/freescale/ls1043aqds/Makefile [new file with mode: 0644]
board/freescale/ls1043aqds/README [new file with mode: 0644]
board/freescale/ls1043aqds/ddr.c [new file with mode: 0644]
board/freescale/ls1043aqds/ddr.h [new file with mode: 0644]
board/freescale/ls1043aqds/eth.c [new file with mode: 0644]
board/freescale/ls1043aqds/ls1043aqds.c [new file with mode: 0644]
board/freescale/ls1043aqds/ls1043aqds_pbi.cfg [new file with mode: 0644]
board/freescale/ls1043aqds/ls1043aqds_qixis.h [new file with mode: 0644]
board/freescale/ls1043aqds/ls1043aqds_rcw_nand.cfg [new file with mode: 0644]
board/freescale/ls1043aqds/ls1043aqds_rcw_sd_ifc.cfg [new file with mode: 0644]
configs/ls1043aqds_defconfig [new file with mode: 0644]
configs/ls1043aqds_nand_defconfig [new file with mode: 0644]
configs/ls1043aqds_nor_ddr3_defconfig [new file with mode: 0644]
configs/ls1043aqds_sdcard_ifc_defconfig [new file with mode: 0644]
include/configs/ls1043aqds.h [new file with mode: 0644]