public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Peter Tyser <ptyser@xes-inc.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/7] Initial support for the XPedite5170
Date: Fri, 22 May 2009 10:26:31 -0500	[thread overview]
Message-ID: <cover.1243005212.git.ptyser@xes-inc.com> (raw)

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

             reply	other threads:[~2009-05-22 15:26 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-22 15:26 Peter Tyser [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1243005212.git.ptyser@xes-inc.com \
    --to=ptyser@xes-inc.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox