On Jun 8, 2011, at 10:30 PM, Roy Zang wrote: > 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.z...@freescale.com> > Signed-off-by: Haiying Wang <haiying.w...@freescale.com> > Signed-off-by: Chunhe Lan <chunhe....@freescale.com> > Signed-off-by: Lei Xu <b33...@freescale.com> > Signed-off-by: York Sun <york...@freescale.com> > Signed-off-by: Kumar Gala <ga...@kernel.crashing.org> > --- > based on "Prepare v2011.06-rc2" > v2 vs. v1: some code style clean up > > MAINTAINERS | 1 + > board/freescale/p1023rds/Makefile | 38 ++ > board/freescale/p1023rds/bcsr.h | 53 +++ > board/freescale/p1023rds/law.c | 35 ++ > board/freescale/p1023rds/p1023rds.c | 162 +++++++ > board/freescale/p1023rds/tlb.c | 118 ++++++ > boards.cfg | 2 + > doc/README.p1023rds | 102 +++++ > include/configs/P1023RDS.h | 562 +++++++++++++++++++++++++ > nand_spl/board/freescale/p1023rds/Makefile | 133 ++++++ > nand_spl/board/freescale/p1023rds/nand_boot.c | 99 +++++ > 11 files changed, 1305 insertions(+), 0 deletions(-) > create mode 100644 board/freescale/p1023rds/Makefile > create mode 100644 board/freescale/p1023rds/bcsr.h > create mode 100644 board/freescale/p1023rds/law.c > create mode 100644 board/freescale/p1023rds/p1023rds.c > create mode 100644 board/freescale/p1023rds/tlb.c > create mode 100644 doc/README.p1023rds > create mode 100644 include/configs/P1023RDS.h > create mode 100644 nand_spl/board/freescale/p1023rds/Makefile > create mode 100644 nand_spl/board/freescale/p1023rds/nand_boot.c
applied to 85xx - k _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot