]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/c29xpcie: add support for C29XPCIE board
authorMingkai Hu <Mingkai.Hu@freescale.com>
Thu, 4 Jul 2013 09:33:43 +0000 (17:33 +0800)
committerYork Sun <yorksun@freescale.com>
Fri, 9 Aug 2013 19:41:42 +0000 (12:41 -0700)
commita8d9758d0162f2eb8589be9d60b833241f043c6d
treedb43b08523ff4336f28edd0db2a74c26dc7fc9c1
parent3b75e98273532ed0135846345e367ac4992b1a51
powerpc/c29xpcie: add support for C29XPCIE board

C29XPCIE board is a series of Freescale PCIe add-in cards to perform
as public key crypto accelerator or secure key management module. It
includes C293PCIE board, C293PCIE board and C291PCIE board.

 - 512KB platform SRAM in addition to 512K L2 Cache/SRAM
 - 512MB soldered DDR3 32bit memory
 - CPLD System Logic
 - 64MB x16 NOR flash and 4GB x8 NAND flash
 - 16MB SPI flash

Signed-off-by: Mingkai Hu <Mingkai.Hu@freescale.com>
Singed-off-by: Po Liu <Po.Liu@freescale.com>
[yorksun: Fixup include/configs/C29XPCIE.h]
Signed-off-by: York Sun <yorksun@freescale.com>
MAINTAINERS
board/freescale/c29xpcie/Makefile [new file with mode: 0644]
board/freescale/c29xpcie/c29xpcie.c [new file with mode: 0644]
board/freescale/c29xpcie/cpld.c [new file with mode: 0644]
board/freescale/c29xpcie/cpld.h [new file with mode: 0644]
board/freescale/c29xpcie/ddr.c [new file with mode: 0644]
board/freescale/c29xpcie/law.c [new file with mode: 0644]
board/freescale/c29xpcie/tlb.c [new file with mode: 0644]
boards.cfg
include/configs/C29XPCIE.h [new file with mode: 0644]