public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Kim Phillips <kim.phillips@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Please pull u-boot-mpc83xx.git mpc83xx branch into testing
Date: Mon, 24 Sep 2007 15:19:01 -0500	[thread overview]
Message-ID: <20070924151901.61717d5d.kim.phillips@freescale.com> (raw)

Wolfgang,

Please pull the mpc83xx branch into your testing tree:

git pull git://www.denx.de/git/u-boot-mpc83xx.git mpc83xx

to get the following changes (essentially support for the MPC837xEMDS
board):

Dave Liu (6):
      mpc83xx: Add the support of MPC837x SoC
      mpc83xx: Add the support of MPC8315E SoC
      mpc83xx: Add the support of MPC837xEMDS board
      mpc83xx: Add the MPC837xEMDS board readme
      mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
      mpc83xx: update the CREDITS and MAINTAINERS

 CREDITS                                   |    5 +
 MAINTAINERS                               |    2 +
 MAKEALL                                   |    1 +
 Makefile                                  |   10 +
 board/freescale/mpc837xemds/Makefile      |   50 +++
 board/freescale/mpc837xemds/config.mk     |   28 ++
 board/freescale/mpc837xemds/mpc837xemds.c |  144 +++++++
 board/freescale/mpc837xemds/pci.c         |   65 +++
 cpu/mpc83xx/cpu.c                         |   36 ++-
 cpu/mpc83xx/cpu_init.c                    |    6 +-
 cpu/mpc83xx/spd_sdram.c                   |    7 +-
 cpu/mpc83xx/speed.c                       |  201 ++++++++--
 doc/README.mpc837xemds                    |  104 +++++
 drivers/tsec.c                            |   10 +
 include/asm-ppc/global_data.h             |   15 +-
 include/asm-ppc/immap_83xx.h              |  145 +++++++-
 include/configs/MPC837XEMDS.h             |  605 +++++++++++++++++++++++++++++
 include/mpc83xx.h                         |  261 +++++++++++--
 18 files changed, 1635 insertions(+), 60 deletions(-)
 create mode 100644 board/freescale/mpc837xemds/Makefile
 create mode 100644 board/freescale/mpc837xemds/config.mk
 create mode 100644 board/freescale/mpc837xemds/mpc837xemds.c
 create mode 100644 board/freescale/mpc837xemds/pci.c
 create mode 100644 doc/README.mpc837xemds
 create mode 100644 include/configs/MPC837XEMDS.h

Thanks,

Kim

             reply	other threads:[~2007-09-24 20:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-24 20:19 Kim Phillips [this message]
2007-09-24 20:25 ` [U-Boot-Users] Please pull u-boot-mpc83xx.git mpc83xx branch into testing Grant Likely
2007-09-24 20:39 ` Wolfgang Denk
2007-09-24 21:13   ` Kim Phillips
2007-09-24 21:46     ` Grant Likely
2007-09-24 21:52     ` Wolfgang Denk
2007-09-24 22:26       ` Kim Phillips
2007-09-24 22:47         ` Grant Likely
2007-09-25 15:02           ` Kim Phillips
2007-09-25 15:24             ` Grant Likely
2007-09-25 22:37     ` Wolfgang Denk
2007-11-19  3:01 ` [U-Boot-Users] Please pull u-boot-mpc83xx.git mpc83xx branch intotesting Liu Dave
2007-11-19  6:57   ` Grant Likely
2007-11-19  7:17     ` Liu Dave
2007-11-19  7:43       ` Stefan Roese
2007-11-19 17:25         ` Kim Phillips
2007-11-19 20:58           ` Wolfgang Denk

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=20070924151901.61717d5d.kim.phillips@freescale.com \
    --to=kim.phillips@freescale.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