public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] Initial support for the XPedite5170
@ 2009-05-22 15:26 Peter Tyser
  2009-05-22 15:26 ` [U-Boot] [PATCH 1/7] 85xx: Add PORBMSR and PORDEVSR shift defines Peter Tyser
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Peter Tyser @ 2009-05-22 15:26 UTC (permalink / raw)
  To: u-boot

Initial support for Extreme Engineering Solutions XPedite5170 -
a MPC8640-based 3U VPX single board computer with a PMC/XMC
site.

http://www.xes-inc.com/Products/XPedite5170/XPedite5170.html

Peter Tyser (6):
  85xx: Add PORBMSR and PORDEVSR shift defines
  86xx: Unlock l1 cache unconditionally
  xes: Update Freescale PCI code to work with 86xx processors
  xes: Update Freescale DDR code to work with 86xx processors
  xes: Update Freescale clock code to work with 86xx processors
  XPedite5170 board support

Zach LeRoy (1):
  tsec: Add support for BCM5482S PHY

 MAINTAINERS                                        |    1 +
 MAKEALL                                            |    1 +
 Makefile                                           |    3 +
 board/xes/common/Makefile                          |    7 +-
 .../xes/common/{fsl_8572_clk.c => fsl_8xxx_clk.c}  |    8 +
 .../xes/common/{fsl_85xx_ddr.c => fsl_8xxx_ddr.c}  |    8 +-
 .../xes/common/{fsl_85xx_pci.c => fsl_8xxx_pci.c}  |   81 ++-
 board/xes/xpedite5170/Makefile                     |   52 ++
 board/xes/xpedite5170/config.mk                    |   32 +
 board/xes/xpedite5170/ddr.c                        |  168 +++++
 board/xes/xpedite5170/law.c                        |   52 ++
 board/xes/xpedite5170/u-boot.lds                   |  132 ++++
 board/xes/xpedite5170/xpedite5170.c                |  111 +++
 drivers/net/tsec.c                                 |   41 ++
 include/asm-ppc/immap_85xx.h                       |    2 +
 include/configs/XPEDITE5170.h                      |  758 ++++++++++++++++++++
 include/tsec.h                                     |    2 +
 lib_ppc/board.c                                    |    8 +-
 lib_ppc/bootm.c                                    |    3 +-
 19 files changed, 1453 insertions(+), 17 deletions(-)
 rename board/xes/common/{fsl_8572_clk.c => fsl_8xxx_clk.c} (86%)
 rename board/xes/common/{fsl_85xx_ddr.c => fsl_8xxx_ddr.c} (92%)
 rename board/xes/common/{fsl_85xx_pci.c => fsl_8xxx_pci.c} (79%)
 create mode 100644 board/xes/xpedite5170/Makefile
 create mode 100644 board/xes/xpedite5170/config.mk
 create mode 100644 board/xes/xpedite5170/ddr.c
 create mode 100644 board/xes/xpedite5170/law.c
 create mode 100644 board/xes/xpedite5170/u-boot.lds
 create mode 100644 board/xes/xpedite5170/xpedite5170.c
 create mode 100644 include/configs/XPEDITE5170.h

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

end of thread, other threads:[~2009-07-10 23:14 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-22 15:26 [U-Boot] [PATCH 0/7] Initial support for the XPedite5170 Peter Tyser
2009-05-22 15:26 ` [U-Boot] [PATCH 1/7] 85xx: Add PORBMSR and PORDEVSR shift defines Peter Tyser
2009-06-12 22:21   ` Kumar Gala
2009-05-22 15:26 ` [U-Boot] [PATCH 2/7] tsec: Add support for BCM5482S PHY Peter Tyser
2009-06-12 14:46   ` Kumar Gala
2009-06-12 16:17     ` Ben Warren
2009-05-22 15:26 ` [U-Boot] [PATCH 3/7] 86xx: Unlock l1 cache unconditionally Peter Tyser
2009-06-12 14:48   ` Kumar Gala
2009-07-10 20:37     ` Wolfgang Denk
2009-07-10 20:51       ` Peter Tyser
2009-07-10 23:07         ` Wolfgang Denk
2009-07-10 23:14           ` Peter Tyser
2009-05-22 15:26 ` [U-Boot] [PATCH 4/7] xes: Update Freescale PCI code to work with 86xx processors Peter Tyser
2009-06-12 22:24   ` Kumar Gala
2009-05-22 15:26 ` [U-Boot] [PATCH 5/7] xes: Update Freescale DDR " Peter Tyser
2009-06-12 22:24   ` Kumar Gala
2009-05-22 15:26 ` [U-Boot] [PATCH 6/7] xes: Update Freescale clock " Peter Tyser
2009-06-12 22:24   ` Kumar Gala
2009-05-22 15:26 ` [U-Boot] [PATCH 7/7] XPedite5170 board support Peter Tyser

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