[U-Boot] [PATCH v3 0/2] mpc85xx: support for Freescale COM Express P2020
Ira W. Snyder
iws at ovro.caltech.edu
Thu Nov 10 22:11:25 CET 2011
This is a cleaned up version of the U-Boot port provided with the BSP for
the Freescale COM Express P2020 evaluation kit.
Changes v2 -> v3:
- re-enable CCSR relocation
Changes v1 -> v2:
- fix checkpatch warnings
- remove references to NAND (this board lacks NAND)
- disable CCSR relocation
Ira W. Snyder (2):
mpc85xx: support board-specific reset function
mpc85xx: support for Freescale COM Express P2020
MAINTAINERS | 4 +
arch/powerpc/cpu/mpc85xx/cpu.c | 17 +-
arch/powerpc/include/asm/immap_85xx.h | 1 +
board/freescale/p2020come/Makefile | 46 +++
board/freescale/p2020come/ddr.c | 245 ++++++++++++++
board/freescale/p2020come/law.c | 36 ++
board/freescale/p2020come/p2020come.c | 401 +++++++++++++++++++++++
board/freescale/p2020come/tlb.c | 100 ++++++
boards.cfg | 2 +
include/configs/P2020COME.h | 569 +++++++++++++++++++++++++++++++++
10 files changed, 1420 insertions(+), 1 deletions(-)
create mode 100644 board/freescale/p2020come/Makefile
create mode 100644 board/freescale/p2020come/ddr.c
create mode 100644 board/freescale/p2020come/law.c
create mode 100644 board/freescale/p2020come/p2020come.c
create mode 100644 board/freescale/p2020come/tlb.c
create mode 100644 include/configs/P2020COME.h
--
1.7.3.4
More information about the U-Boot
mailing list