[U-Boot] [PATCH v2] powerpc/85xx: Add basic support for P1023RDS board

Kumar Gala galak at kernel.crashing.org
Fri Jul 1 06:06:10 CEST 2011


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.zang at freescale.com>
> Signed-off-by: Haiying Wang <Haiying.Wang at freescale.com>
> Signed-off-by: Chunhe Lan <Chunhe.Lan at freescale.com>
> Signed-off-by: Lei Xu <B33228 at freescale.com>
> Signed-off-by: York Sun <yorksun at freescale.com>
> Signed-off-by: Kumar Gala <galak at 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


More information about the U-Boot mailing list