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
Date: Fri, 17 Aug 2007 08:46:23 -0500	[thread overview]
Message-ID: <20070817084623.3e9835d0@weaponx.rchland.ibm.com> (raw)

Hi Paul,

Please pull from the 'for-2.6.24' branch of

	git://git.infradead.org/~jwboyer/powerpc.git for-2.6.24

It contains the patches sent in

http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040512.html

rebased on top of your for-2.6.24 branch with the acks from David
included in the commits. Diffstat and shortlog below.

josh

 arch/powerpc/Makefile                          |    2 +-
 arch/powerpc/boot/44x.c                        |   85 ---
 arch/powerpc/boot/44x.h                        |    5 +-
 arch/powerpc/boot/4xx.c                        |  192 ++++++
 arch/powerpc/boot/4xx.h                        |   21 +
 arch/powerpc/boot/Makefile                     |    7 +-
 arch/powerpc/boot/bamboo.c                     |   45 ++
 arch/powerpc/boot/dcr.h                        |   13 +
 arch/powerpc/boot/dts/bamboo.dts               |  244 ++++++++
 arch/powerpc/boot/ebony.c                      |    3 +-
 arch/powerpc/boot/treeboot-bamboo.c            |   27 +
 arch/powerpc/configs/bamboo_defconfig          |  775 ++++++++++++++++++++++++
 arch/powerpc/kernel/Makefile                   |    2 +-
 arch/powerpc/kernel/{head_4xx.S => head_40x.S} |    3 +-
 arch/powerpc/kernel/ppc_ksyms.c                |    2 +-
 arch/powerpc/kernel/time.c                     |    2 +-
 arch/powerpc/mm/{4xx_mmu.c => 40x_mmu.c}       |    4 +-
 arch/powerpc/mm/Makefile                       |    2 +-
 arch/powerpc/platforms/{4xx => 40x}/Kconfig    |   77 ---
 arch/powerpc/platforms/{4xx => 40x}/Makefile   |    0 
 arch/powerpc/platforms/44x/Kconfig             |   15 +-
 arch/powerpc/platforms/44x/Makefile            |    1 +
 arch/powerpc/platforms/44x/bamboo.c            |   66 ++
 arch/powerpc/platforms/Kconfig.cputype         |    1 +
 include/asm-powerpc/mmu-40x.h                  |   65 ++
 include/asm-powerpc/mmu.h                      |    3 +
 include/asm-powerpc/time.h                     |    2 +-
 27 files changed, 1477 insertions(+), 187 deletions(-)
 delete mode 100644 arch/powerpc/boot/44x.c
 create mode 100644 arch/powerpc/boot/4xx.c
 create mode 100644 arch/powerpc/boot/4xx.h
 create mode 100644 arch/powerpc/boot/bamboo.c
 create mode 100644 arch/powerpc/boot/dts/bamboo.dts
 create mode 100644 arch/powerpc/boot/treeboot-bamboo.c
 create mode 100644 arch/powerpc/configs/bamboo_defconfig
 rename arch/powerpc/kernel/{head_4xx.S => head_40x.S} (100%)
 rename arch/powerpc/mm/{4xx_mmu.c => 40x_mmu.c} (97%)
 rename arch/powerpc/platforms/{4xx => 40x}/Kconfig (68%)
 rename arch/powerpc/platforms/{4xx => 40x}/Makefile (100%)
 create mode 100644 arch/powerpc/platforms/44x/bamboo.c
 create mode 100644 include/asm-powerpc/mmu-40x.h

Josh Boyer (10):
      Rename 4xx paths to 40x
      4xx Kconfig cleanup
      Rename 44x bootwrapper
      4xx bootwrapper reworks
      40x MMU
      40x decrementer fixes
      Fix 40x build
      Bamboo DTS
      Bamboo board support
      Bamboo zImage wrapper

             reply	other threads:[~2007-08-17 13:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-17 13:46 Josh Boyer [this message]
2007-08-20  4:45 ` Please pull from 'for-2.6.24' branch Paul Mackerras
2007-08-20 12:33   ` Josh Boyer
2007-08-20 16:09   ` Timur Tabi
2007-08-20 17:40     ` Kumar Gala
2007-08-20 22:55     ` Paul Mackerras
  -- strict thread matches above, loose matches on Subject: below --
2007-12-14  5:04 Kumar Gala
2007-12-06 19:15 Kumar Gala
2007-11-20  5:56 Kumar Gala
2007-11-20 15:52 ` Kim Phillips
2007-11-09  9:59 Kumar Gala
2007-10-11 14:19 Kumar Gala
2007-09-05  2:07 Olof Johansson
2007-08-23  4:16 Kumar Gala
2007-08-17  7:17 Kumar Gala

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=20070817084623.3e9835d0@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).