diff options
author | Priyanka Jain <Priyanka.Jain@freescale.com> | 2015-06-05 09:59:02 (GMT) |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-07-28 21:40:57 (GMT) |
commit | 4b6067ae9ddd2113df18735e4f10d8d40fcb1c1e (patch) | |
tree | 665cb5e0194930ffe336fec849644c5f9d64ebfb /configs/T1042D4RDB_NAND_defconfig | |
parent | 26473945ad6667183296e7edee2a65edf31bb6f7 (diff) | |
download | u-boot-4b6067ae9ddd2113df18735e4f10d8d40fcb1c1e.tar.xz |
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>
Diffstat (limited to 'configs/T1042D4RDB_NAND_defconfig')
-rw-r--r-- | configs/T1042D4RDB_NAND_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/T1042D4RDB_NAND_defconfig b/configs/T1042D4RDB_NAND_defconfig new file mode 100644 index 0000000..fa4c250 --- /dev/null +++ b/configs/T1042D4RDB_NAND_defconfig @@ -0,0 +1,6 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="PPC_T1042,T1042D4RDB,RAMBOOT_PBL,SPL_FSL_PBL,NAND,T104XD4RDB,SYS_FSL_DDR4" +CONFIG_PPC=y +CONFIG_MPC85xx=y +CONFIG_TARGET_T104XRDB=y +CONFIG_SPI_FLASH=y |