]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: Add P1023RDB board support
authorChunhe Lan <Chunhe.Lan@freescale.com>
Fri, 14 Jun 2013 08:21:48 +0000 (16:21 +0800)
committerAndy Fleming <afleming@freescale.com>
Thu, 20 Jun 2013 22:08:53 +0000 (17:08 -0500)
commit5707233880090f785c33df32c04549ea1aeef61e
tree6a3652e620c838a0702b245dd8ab9d5f1146f640
parentbd7c023e48d74bb5c343f05f9d62742e108a8f52
powerpc/85xx: Add P1023RDB board support

P1023RDB Specification:
-----------------------
Memory subsystem:
   512MB DDR3 (Fixed DDR on board)
   64MB NOR flash
   128MB NAND flash

Ethernet:
   eTSEC1: Connected to Atheros AR8035 GETH PHY
   eTSEC2: Connected to Atheros AR8035 GETH PHY

PCIe:
   Three mini-PCIe slots

USB:
   Two USB2.0 Type A ports

I2C:
   AT24C08 8K Board EEPROM (8 bit address)

Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com>
Cc: Scott Wood <scottwood@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/cpu/mpc85xx/Makefile
board/freescale/p1023rdb/Makefile [new file with mode: 0644]
board/freescale/p1023rdb/ddr.c [new file with mode: 0644]
board/freescale/p1023rdb/law.c [new file with mode: 0644]
board/freescale/p1023rdb/p1023rdb.c [new file with mode: 0644]
board/freescale/p1023rdb/tlb.c [new file with mode: 0644]
boards.cfg
include/configs/P1023RDB.h [new file with mode: 0644]