]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
85xx: Add support for P2020RDB board
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>
Wed, 5 Aug 2009 07:59:24 +0000 (13:29 +0530)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 28 Aug 2009 22:12:38 +0000 (17:12 -0500)
commit728ece343e8bb2a66ee977c49d455439e3b28da9
tree02db3e3ece04097e2315b03d592b7ad894b38be6
parent0e870980a64584a591af775bb9c9fe9450124df9
85xx: Add support for P2020RDB board

The code base adds P1 & P2 RDB platforms support.
The folder and file names can cater to future SOCs of P1/P2 family.
P1 & P2 processors are 85xx platforms, part of Freescale QorIQ series.

Tested following on P2020RDB:
1. eTSECs
2. DDR, NAND, NOR, I2C.

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 files changed:
MAINTAINERS
MAKEALL
Makefile
board/freescale/p1_p2_rdb/Makefile [new file with mode: 0644]
board/freescale/p1_p2_rdb/config.mk [new file with mode: 0644]
board/freescale/p1_p2_rdb/ddr.c [new file with mode: 0644]
board/freescale/p1_p2_rdb/law.c [new file with mode: 0644]
board/freescale/p1_p2_rdb/p1_p2_rdb.c [new file with mode: 0644]
board/freescale/p1_p2_rdb/tlb.c [new file with mode: 0644]
board/freescale/p1_p2_rdb/u-boot.lds [new file with mode: 0644]
doc/README.p2020rdb [new file with mode: 0644]
include/asm-ppc/global_data.h
include/configs/P1_P2_RDB.h [new file with mode: 0644]