
On Oct 8, 2009, at 3:03 AM, Dipen Dudhat wrote:
NAND Boot support for P1 and P2 series RDB platforms.
This patch is derived from latest NAND Boot support on MPC8536DS by Mingkai Hu.
Signed-off-by: Dipen Dudhat dipen.dudhat@freescale.com
- Applies to http://git.denx.de/u-boot.git
- Changes from v1: Integrated kumar's comments
MAKEALL | 4 + Makefile | 6 +- board/freescale/p1_p2_rdb/config.mk | 7 ++ board/freescale/p1_p2_rdb/tlb.c | 10 ++ include/configs/P1_P2_RDB.h | 72 ++++++++++++-- nand_spl/board/freescale/p1_p2_rdb/Makefile | 127 +++++++++++++++ +++++++++ nand_spl/board/freescale/p1_p2_rdb/nand_boot.c | 97 +++++++++++++++ +++ 7 files changed, 315 insertions(+), 8 deletions(-) create mode 100644 nand_spl/board/freescale/p1_p2_rdb/Makefile create mode 100644 nand_spl/board/freescale/p1_p2_rdb/nand_boot.c
applied to 85xx
- k