]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/t2081qds: Add T2081 QDS board support
authorShengzhou Liu <Shengzhou.Liu@freescale.com>
Fri, 21 Feb 2014 05:16:19 +0000 (13:16 +0800)
committerYork Sun <yorksun@freescale.com>
Mon, 24 Feb 2014 23:23:01 +0000 (15:23 -0800)
commit254887a57e93a818a10d95451a8ec29cb30c21f4
tree91e95a7fa2c651a77f686cf86599ca773dbd1a0f
parent35c471e509465366bbf0b92a589b5cdc69081a7d
powerpc/t2081qds: Add T2081 QDS board support

T2081 QDS is a high-performance computing evaluation, development and
test platform supporting the T2081 QorIQ Power Architecture processor.

T2081QDS board Overview
-----------------------
- T2081 SoC integrating four 64-bit dual-threads e6500 cores up to 1.8GHz
- 2MB shared L2 and 512KB L3 CoreNet platform cache (CPC)
- CoreNet fabric supporting coherent and noncoherent transactions with
  prioritization and bandwidth allocation
- 32-/64-bit DDR3/DDR3LP SDRAM memory controller with ECC and interleaving
- Ethernet interfaces:
  - Two on-board 10M/100M/1G bps RGMII ports
  - Two 10Gbps XFI with on-board SFP+ cage
  - 1Gbps/2.5Gbps SGMII Riser card
  - 10Gbps XAUI Riser card
- Accelerator:
  - DPAA components consist of FMan, BMan, QMan, PME, DCE and SEC
- SerDes:
  - 8 lanes up to 10.3125GHz
  - Supports SGMII, HiGig, XFI, XAUI and Aurora debug,
- IFC:
  - 512MB NOR Flash, 2GB NAND Flash, PromJet debug port and Qixis FPGA
- eSPI:
  - Three SPI flash (16MB N25Q128A + 16MB EN25S64 + 512KB SST25WF040)
- USB:
  - Two USB2.0 ports with internal PHY (one Type-A + one micro Type mini-AB)
- PCIe:
  - Four PCI Express controllers (two PCIe 2.0 and two PCIe 3.0 with SR-IOV)
- eSDHC:
  - Supports various SD/SDHC/SDXC/eMMC devices with adapter cards and
    voltage translators
- I2C:
  - Four I2C controllers.
- UART:
  - Dual 4-pins UART serial ports

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
15 files changed:
board/freescale/t208xqds/Makefile [moved from board/freescale/t2080qds/Makefile with 53% similarity]
board/freescale/t208xqds/ddr.c [moved from board/freescale/t2080qds/ddr.c with 100% similarity]
board/freescale/t208xqds/ddr.h [moved from board/freescale/t2080qds/ddr.h with 100% similarity]
board/freescale/t208xqds/eth_t208xqds.c [moved from board/freescale/t2080qds/eth_t2080qds.c with 66% similarity]
board/freescale/t208xqds/law.c [moved from board/freescale/t2080qds/law.c with 100% similarity]
board/freescale/t208xqds/pci.c [moved from board/freescale/t2080qds/pci.c with 100% similarity]
board/freescale/t208xqds/t2080_rcw.cfg [moved from board/freescale/t2080qds/t2080_rcw.cfg with 100% similarity]
board/freescale/t208xqds/t2081_rcw.cfg [new file with mode: 0644]
board/freescale/t208xqds/t208x_pbi.cfg [moved from board/freescale/t2080qds/t2080_pbi.cfg with 100% similarity]
board/freescale/t208xqds/t208xqds.c [moved from board/freescale/t2080qds/t2080qds.c with 80% similarity]
board/freescale/t208xqds/t208xqds.h [moved from board/freescale/t2080qds/t2080qds.h with 100% similarity]
board/freescale/t208xqds/t208xqds_qixis.h [moved from board/freescale/t2080qds/t2080qds_qixis.h with 90% similarity]
board/freescale/t208xqds/tlb.c [moved from board/freescale/t2080qds/tlb.c with 100% similarity]
boards.cfg
include/configs/T208xQDS.h [moved from include/configs/T2080QDS.h with 97% similarity]