]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/T1042D4RDB_SPIFLASH_defconfig
powerpc/T104xD4RDB: Add T104xD4RDB boards support
authorPriyanka Jain <Priyanka.Jain@freescale.com>
Fri, 5 Jun 2015 09:59:02 +0000 (15:29 +0530)
committerYork Sun <yorksun@freescale.com>
Tue, 28 Jul 2015 21:40:57 +0000 (14:40 -0700)
commit4b6067ae9ddd2113df18735e4f10d8d40fcb1c1e
tree665cb5e0194930ffe336fec849644c5f9d64ebfb
parent26473945ad6667183296e7edee2a65edf31bb6f7
powerpc/T104xD4RDB: Add T104xD4RDB boards support

T1040D4RDB is a Freescale reference board that hosts the T1040 SoC.
    T1040D4RDB is re-designed T1040RDB board with following changes :
    - Support of DDR4 memory
    - Support of 0x66 serdes protocol which can support following interfaces
        - 2 RGMII's on DTSEC4, DTSEC5
        - 1 SGMII on DTSEC3
    - Support of QE-TDM

    Similarily T1042D4RDB is a Freescale reference board that hosts the T1040
    SoC. T1042D4RDB is re-designed T1042RDB board with following changes :
    - Support of DDR4 memory
    - Support for 0x86 serdes protocol which can support following interfaces
        - 2 RGMII's on DTSEC4, DTSEC5
        - 3 SGMII on DTSEC1, DTSEC2 & DTSEC3
    - Support of DIU

Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@freescale.com>
Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
19 files changed:
board/freescale/t104xrdb/MAINTAINERS
board/freescale/t104xrdb/README
board/freescale/t104xrdb/cpld.c
board/freescale/t104xrdb/cpld.h
board/freescale/t104xrdb/ddr.c
board/freescale/t104xrdb/ddr.h
board/freescale/t104xrdb/eth.c
board/freescale/t104xrdb/t1040d4_rcw.cfg [new file with mode: 0644]
board/freescale/t104xrdb/t1042d4_rcw.cfg [new file with mode: 0644]
board/freescale/t104xrdb/t104xrdb.c
configs/T1040D4RDB_NAND_defconfig [new file with mode: 0644]
configs/T1040D4RDB_SDCARD_defconfig [new file with mode: 0644]
configs/T1040D4RDB_SPIFLASH_defconfig [new file with mode: 0644]
configs/T1040D4RDB_defconfig [new file with mode: 0644]
configs/T1042D4RDB_NAND_defconfig [new file with mode: 0644]
configs/T1042D4RDB_SDCARD_defconfig [new file with mode: 0644]
configs/T1042D4RDB_SPIFLASH_defconfig [new file with mode: 0644]
configs/T1042D4RDB_defconfig [new file with mode: 0644]
include/configs/T104xRDB.h