linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Josh Boyer <jwboyer@linux.vnet.ibm.com>
To: paulus@samba.org
Cc: linuxppc-dev@ozlabs.org
Subject: Please pull from 'for-2.6.24' branch of 4xx tree
Date: Fri, 7 Sep 2007 08:16:10 -0500	[thread overview]
Message-ID: <20070907081610.6f27d6bf@weaponx.rchland.ibm.com> (raw)

Hi Paul,

Please do

git pull \
git://git.infradead.org/users/jwboyer/powerpc.git for-2.6.24

It contains the latest 4xx patches for 2.6.24.  Support for 440EPx and
405GP boards are added, a bugfix for 440EP, and a small cleanup of some
DTS files.

josh

 arch/powerpc/boot/4xx.c                |  108 +++++
 arch/powerpc/boot/4xx.h                |    1 +
 arch/powerpc/boot/Makefile             |    5 +-
 arch/powerpc/boot/cuboot-sequoia.c     |   56 +++
 arch/powerpc/boot/dcr.h                |    5 +
 arch/powerpc/boot/dts/ebony.dts        |    4 -
 arch/powerpc/boot/dts/holly.dts        |    4 -
 arch/powerpc/boot/dts/kuroboxHD.dts    |    3 -
 arch/powerpc/boot/dts/kuroboxHG.dts    |    3 -
 arch/powerpc/boot/dts/prpmc2800.dts    |    4 -
 arch/powerpc/boot/dts/sequoia.dts      |  286 ++++++++++++
 arch/powerpc/boot/dts/walnut.dts       |  183 ++++++++
 arch/powerpc/boot/treeboot-walnut.c    |  131 ++++++
 arch/powerpc/configs/sequoia_defconfig |  776 ++++++++++++++++++++++++++++++++
 arch/powerpc/configs/walnut_defconfig  |  773 +++++++++++++++++++++++++++++++
 arch/powerpc/kernel/cputable.c         |   18 +
 arch/powerpc/kernel/head_44x.S         |    2 +-
 arch/powerpc/platforms/40x/Kconfig     |   14 +-
 arch/powerpc/platforms/40x/Makefile    |    2 +-
 arch/powerpc/platforms/40x/walnut.c    |   68 +++
 arch/powerpc/platforms/44x/Kconfig     |   17 +-
 arch/powerpc/platforms/44x/Makefile    |    1 +
 arch/powerpc/platforms/44x/bamboo.c    |    2 +-
 arch/powerpc/platforms/44x/sequoia.c   |   66 +++
 arch/powerpc/platforms/Kconfig         |    2 +-
 arch/powerpc/platforms/Makefile        |    2 +-
 26 files changed, 2504 insertions(+), 32 deletions(-)
 create mode 100644 arch/powerpc/boot/cuboot-sequoia.c
 create mode 100644 arch/powerpc/boot/dts/sequoia.dts
 create mode 100644 arch/powerpc/boot/dts/walnut.dts
 create mode 100644 arch/powerpc/boot/treeboot-walnut.c
 create mode 100644 arch/powerpc/configs/sequoia_defconfig
 create mode 100644 arch/powerpc/configs/walnut_defconfig
 create mode 100644 arch/powerpc/platforms/40x/walnut.c
 create mode 100644 arch/powerpc/platforms/44x/sequoia.c

Josh Boyer (6):
      [POWERPC] Remove dtc build cruft from DTS files
      [POWERPC] Fix bus probe on Bamboo board
      [POWERPC] Walnut DTS
      [POWERPC] Walnut defconfig
      [POWERPC] Walnut board support
      [POWERPC] Walnut zImage wrapper

Valentine Barshak (4):
      [POWERPC] PowerPC 440EPx: Sequoia device tree
      [POWERPC] PowerPC 440EPx: Sequoia defconfig
      [POWERPC] PowerPC 440EPx: Sequoia board support
      [POWERPC] PowerPC 440EPx: Sequoia bootwrapper

             reply	other threads:[~2007-09-07 13:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-07 13:16 Josh Boyer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-09-20 12:41 Please pull from 'for-2.6.24' branch of 4xx tree Josh Boyer
2007-09-21  1:53 ` Paul Mackerras
2007-10-02 12:54 Josh Boyer
2007-10-03 13:42 ` Josh Boyer
2007-10-19 21:31 Josh Boyer
2007-10-23 12:06 ` Josh Boyer
2007-11-01 13:10 Josh Boyer
2007-11-01 14:54 ` Steven A. Falco
2007-11-01 14:57   ` Josh Boyer
2007-11-19 21:26 Josh Boyer

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=20070907081610.6f27d6bf@weaponx.rchland.ibm.com \
    --to=jwboyer@linux.vnet.ibm.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.org \
    /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;
as well as URLs for NNTP newsgroup(s).