[U-Boot] [PATCH] powerpc: Add P3041DS/P5020DS board support (uses corenet_ds code)
Kumar Gala
galak at kernel.crashing.org
Fri Apr 29 14:50:02 CEST 2011
On Apr 9, 2011, at 1:47 PM, Kumar Gala wrote:
> The P3041DS & P5020DS boards are almost identical (except for the
> processor in them). Additionally they are based on the P4080DS board
> design so we use the some board code for all 3 boards.
>
> Some ngPIXIS (FPGA) registers where reserved on P4080DS and now have
> meaning on P3041DS/P5020DS. We utilize some of these for SERDES clock
> configuration.
>
> Additionally, the P3041DS/P5020DS support NAND.
>
> Signed-off-by: Timur Tabi <timur at freescale.com>
> Signed-off-by: Shaohui Xie <b21989 at freescale.com>
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> arch/powerpc/include/asm/immap_85xx.h | 1 +
> board/freescale/common/Makefile | 2 +
> board/freescale/common/ngpixis.h | 7 ++--
> board/freescale/corenet_ds/Makefile | 2 +
> board/freescale/corenet_ds/corenet_ds.c | 45 ++++++++++++++++++++++++++----
> board/freescale/corenet_ds/law.c | 5 ++-
> board/freescale/corenet_ds/p3041ds_ddr.c | 14 +++++++++
> board/freescale/corenet_ds/p5020ds_ddr.c | 18 ++++++++++++
> board/freescale/corenet_ds/tlb.c | 10 ++++++
> boards.cfg | 2 +
> include/configs/P3041DS.h | 37 ++++++++++++++++++++++++
> include/configs/P5020DS.h | 37 ++++++++++++++++++++++++
> include/configs/corenet_ds.h | 38 +++++++++++++++++++++++++
> 13 files changed, 208 insertions(+), 10 deletions(-)
> create mode 100644 board/freescale/corenet_ds/p3041ds_ddr.c
> create mode 100644 board/freescale/corenet_ds/p5020ds_ddr.c
> create mode 100644 include/configs/P3041DS.h
> create mode 100644 include/configs/P5020DS.h
applied to 85xx
- k
More information about the U-Boot
mailing list