]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/t1023rdb: Add T1023 RDB board support
authorShengzhou Liu <Shengzhou.Liu@freescale.com>
Fri, 27 Mar 2015 07:48:34 +0000 (15:48 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:23 +0000 (22:35 +0200)
commit322ed8016776c73903be13eeb509239f3dbfed74
treeabd71a6a65e7c30d53ee6f1ab539d3dc10fce74f
parent296a709a0ffaa2754f2c59ee0bfb615b869c35de
powerpc/t1023rdb: Add T1023 RDB board support

T1023RDB is a Freescale Reference Design Board that hosts the T1023 SoC.

T1023RDB board Overview
-----------------------
- T1023 SoC integrating two 64-bit e5500 cores up to 1.4GHz
- CoreNet fabric supporting coherent and noncoherent transactions with
  prioritization and bandwidth allocation
- Memory: 2GB Micron MT40A512M8HX unbuffered 32-bit fixed DDR4 without ECC
- Accelerator: DPAA components consist of FMan, BMan, QMan, DCE and SEC
- Ethernet interfaces:
  - one 1G RGMII port on-board(RTL8211F PHY)
  - one 1G SGMII port on-board(RTL8211F PHY)
  - one 2.5G SGMII port on-board(AQR105 PHY)
- PCIe: Two Mini-PCIe connectors on-board.
- SerDes: 4 lanes up to 10.3125GHz
- NOR:  128MB S29GL01GS110TFIV10 Spansion NOR Flash
- NAND: 512MB S34MS04G200BFI000 Spansion NAND Flash
- eSPI: 64MB S25FL512SAGMFI010 Spansion SPI flash.
- USB: one Type-A USB 2.0 port with internal PHY
- eSDHC: support SD/MMC card and eMMC on-board
- 256Kbit M24256 I2C EEPROM
- RTC: Real-time clock DS1339 on I2C bus
- UART: one serial port on-board with RJ45 connector
- Debugging: JTAG/COP for T1023 debugging

As well updated T1024RDB to add T1023RDB.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
[York Sun: fix defconfig files]
Reviewed-by: York Sun <yorksun@freescale.com>
19 files changed:
board/freescale/t102xrdb/MAINTAINERS
board/freescale/t102xrdb/Makefile
board/freescale/t102xrdb/README
board/freescale/t102xrdb/ddr.c
board/freescale/t102xrdb/eth_t102xrdb.c
board/freescale/t102xrdb/t1023_rcw.cfg [new file with mode: 0644]
board/freescale/t102xrdb/t102xrdb.c
board/freescale/t102xrdb/t102xrdb.h
configs/T1023RDB_NAND_defconfig [new file with mode: 0644]
configs/T1023RDB_SDCARD_defconfig [new file with mode: 0644]
configs/T1023RDB_SECURE_BOOT_defconfig [new file with mode: 0644]
configs/T1023RDB_SPIFLASH_defconfig [new file with mode: 0644]
configs/T1023RDB_defconfig [new file with mode: 0644]
configs/T1024RDB_NAND_defconfig
configs/T1024RDB_SDCARD_defconfig
configs/T1024RDB_SECURE_BOOT_defconfig
configs/T1024RDB_SPIFLASH_defconfig
configs/T1024RDB_defconfig
include/configs/T102xRDB.h