public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/2] mpc85xx: support for Freescale COM Express P2020
@ 2011-11-10 21:11 Ira W. Snyder
  2011-11-10 21:11 ` [U-Boot] [PATCH v3 1/2] mpc85xx: support board-specific reset function Ira W. Snyder
  2011-11-10 21:11 ` [U-Boot] [PATCH v3 2/2] mpc85xx: support for Freescale COM Express P2020 Ira W. Snyder
  0 siblings, 2 replies; 18+ messages in thread
From: Ira W. Snyder @ 2011-11-10 21:11 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2011-11-19 16:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10 21:11 [U-Boot] [PATCH v3 0/2] mpc85xx: support for Freescale COM Express P2020 Ira W. Snyder
2011-11-10 21:11 ` [U-Boot] [PATCH v3 1/2] mpc85xx: support board-specific reset function Ira W. Snyder
2011-11-10 21:11 ` [U-Boot] [PATCH v3 2/2] mpc85xx: support for Freescale COM Express P2020 Ira W. Snyder
2011-11-11 13:22   ` Kumar Gala
2011-11-11 16:53     ` Ira W. Snyder
2011-11-11 16:58       ` McClintock Matthew-B29882
2011-11-11 17:12         ` Ira W. Snyder
2011-11-11 20:36           ` McClintock Matthew-B29882
2011-11-11 21:03             ` Ira W. Snyder
2011-11-11 21:07               ` McClintock Matthew-B29882
2011-11-11 22:18                 ` Ira W. Snyder
2011-11-11 22:54                   ` McClintock Matthew-B29882
2011-11-11 23:02                     ` York Sun
2011-11-11 23:10                       ` Ira W. Snyder
2011-11-11 23:33                         ` Ira W. Snyder
2011-11-12 18:16       ` Kumar Gala
2011-11-19  1:31         ` Ira W. Snyder
2011-11-19 16:13           ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox