powerpc/85xx: Add basic support for P1023RDS board
authorRoy Zang <tie-fei.zang@freescale.com>
Thu, 9 Jun 2011 03:30:52 +0000 (11:30 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 11 Jul 2011 18:24:20 +0000 (13:24 -0500)
commit3f7f6b8592ac9cd33117913310b9e6dbcc86acac
tree110fd11f802ab9ae685e57fdf65605060d1c7684
parent939e5bf9b3e04389b0262bc5634599dd0ab9c8e2
powerpc/85xx: Add basic support for P1023RDS board

The P1023RDS board is the reference board for the P1023 SoC.

Add support for booting it from NOR or NAND, with fixed 2G of DDR, PCIe,
UART, I2C, etc.

Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com>
Signed-off-by: Lei Xu <B33228@freescale.com>
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
MAINTAINERS
board/freescale/p1023rds/Makefile [new file with mode: 0644]
board/freescale/p1023rds/bcsr.h [new file with mode: 0644]
board/freescale/p1023rds/law.c [new file with mode: 0644]
board/freescale/p1023rds/p1023rds.c [new file with mode: 0644]
board/freescale/p1023rds/tlb.c [new file with mode: 0644]
boards.cfg
doc/README.p1023rds [new file with mode: 0644]
include/configs/P1023RDS.h [new file with mode: 0644]
nand_spl/board/freescale/p1023rds/Makefile [new file with mode: 0644]
nand_spl/board/freescale/p1023rds/nand_boot.c [new file with mode: 0644]