]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/T104xD4RDB: Add T104xD4RDB boards support
authorPriyanka Jain <Priyanka.Jain@freescale.com>
Fri, 5 Jun 2015 09:59:02 +0000 (15:29 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:54 +0000 (13:50 +0200)
commit66edd4212106ab560157f18a881d8c0f22bc9724
tree2eda9d40a09e04048d1671b7ca2b4aef65a25a3b
parent0958b7db83f450bbf9df10a9fd28b2596a2c6d07
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