From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [Patch V4 4/7] armv8/ls1043aqds: add LS1043AQDS board support
Date: Mon, 30 Nov 2015 09:15:05 -0800 [thread overview]
Message-ID: <565C8419.3040109@freescale.com> (raw)
In-Reply-To: <1447235920-46321-5-git-send-email-Qianyu.Gong@freescale.com>
On 11/11/2015 01:58 AM, Gong Qianyu wrote:
> From: Shaohui Xie <Shaohui.Xie@freescale.com>
>
> 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>
> ---
> V4:
> - Fix vid macros in config file and add vid support.
> - Remove RAW_TIMING definition for DDR3.
> - Remove LS1043AQDS_MDIO_10GC related code because LS1043AQDS has no phy for it.
> V3:
> - Update the commit message.
> - Remove #ifdef in fdt.h.
> - Rename ls1043aqds_sdcard_defconfig to ls1043aqds_sdcard_ifc_defconfig.
> V2:
> - No change.
>
> arch/arm/Kconfig | 9 +
> arch/arm/include/asm/arch-fsl-layerscape/fdt.h | 1 +
> board/freescale/common/vid.c | 22 +
> board/freescale/ls1043aqds/Kconfig | 15 +
> board/freescale/ls1043aqds/MAINTAINERS | 9 +
> board/freescale/ls1043aqds/Makefile | 9 +
> board/freescale/ls1043aqds/README | 96 ++++
> board/freescale/ls1043aqds/ddr.c | 131 ++++++
> board/freescale/ls1043aqds/ddr.h | 60 +++
> board/freescale/ls1043aqds/eth.c | 492 +++++++++++++++++++++
> board/freescale/ls1043aqds/ls1043aqds.c | 333 ++++++++++++++
> board/freescale/ls1043aqds/ls1043aqds_pbi.cfg | 14 +
> board/freescale/ls1043aqds/ls1043aqds_qixis.h | 39 ++
> board/freescale/ls1043aqds/ls1043aqds_rcw_nand.cfg | 7 +
> .../freescale/ls1043aqds/ls1043aqds_rcw_sd_ifc.cfg | 8 +
> configs/ls1043aqds_defconfig | 3 +
> configs/ls1043aqds_nand_defconfig | 4 +
> configs/ls1043aqds_nor_ddr3_defconfig | 2 +
> configs/ls1043aqds_sdcard_ifc_defconfig | 4 +
> include/configs/ls1043aqds.h | 387 ++++++++++++++++
> 20 files changed, 1645 insertions(+)
Added CONFIG_SYS_NS16550=y in defconfig files.
Applied to fsl-qoriq master. Thanks.
York
next prev parent reply other threads:[~2015-11-30 17:15 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-11 9:58 [U-Boot] [Patch V4 0/7] add LS1043AQDS platform support Gong Qianyu
2015-11-11 9:58 ` [U-Boot] [Patch V4 1/7] pci/layerscape: add support for LS1043A PCIe LUT register access Gong Qianyu
2015-11-30 17:13 ` York Sun
2015-11-11 9:58 ` [U-Boot] [Patch V4 2/7] armv8/fsl-layerscape: Remove reference to gdata Gong Qianyu
2015-11-30 17:13 ` York Sun
2015-11-11 9:58 ` [U-Boot] [Patch V4 3/7] armv8/ls1043ardb: dts: add dtb support Gong Qianyu
2015-11-30 17:14 ` York Sun
2015-11-11 9:58 ` [U-Boot] [Patch V4 4/7] armv8/ls1043aqds: add LS1043AQDS board support Gong Qianyu
2015-11-30 17:15 ` York Sun [this message]
2015-11-11 9:58 ` [U-Boot] [Patch V4 5/7] armv8/ls1043aqds: dts: add dtb support Gong Qianyu
2015-11-30 17:15 ` York Sun
2015-11-11 9:58 ` [U-Boot] [Patch V4 6/7] armv8/ls1043ardb: add DSPI support Gong Qianyu
2015-11-30 17:15 ` York Sun
2015-11-11 9:58 ` [U-Boot] [Patch V4 7/7] armv8/ls1043ardb: add USB support Gong Qianyu
2015-11-30 17:16 ` York Sun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=565C8419.3040109@freescale.com \
--to=yorksun@freescale.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox