linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Josh Boyer <jwboyer@linux.vnet.ibm.com>
To: benh@kernel.crashing.org
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Please pull 'next' branch of 4xx tree
Date: Wed, 5 May 2010 13:11:42 -0400	[thread overview]
Message-ID: <20100505171142.GK29593@zod.rchland.ibm.com> (raw)

Hi Ben,

A late pull request for -next, so my apologies in advance.  This contains the
first 7 patches of the 476 series.  I did a build/boot test on 440EPx for each
patch individually and fixed up a few minor issues.  The 440EPx seems to be
running just fine for all of them.  This also has the reset type patch from
Stefan in it, as I've tested that as well.

josh

The following changes since commit cb694769f0d0c1f6fb8c9dc806c0a68da1056055:
  Benjamin Herrenschmidt (1):
        Revert "powerpc/mm: Bump SECTION_SIZE_BITS from 16MB to 256MB"

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Dave Kleikamp (5):
      powerpc/44x: break out cpu init code into stand-alone function
      powerpc/47x: Base ppc476 support
      powerpc/476: add machine check handler for 47x core
      powerpc/476: Add isync after loading mmu and debug spr's
      powerpc/47x: defconfig for 476 on the iss 4xx simulator

Stefan Roese (1):
      powerpc/4xx: Add optional "reset_type" property to control reboot via dts

Torez Smith (2):
      powerpc/booke: Add Stack Marking support to Booke Exception Prolog
      powerpc/4xx: Simple platform for the ISS 4xx simulator

 Documentation/powerpc/dts-bindings/4xx/reboot.txt |   18 +
 arch/powerpc/boot/Makefile                        |    5 +-
 arch/powerpc/boot/dts/iss4xx-mpic.dts             |  155 ++++
 arch/powerpc/boot/dts/iss4xx.dts                  |  116 +++
 arch/powerpc/boot/treeboot-iss4xx.c               |   56 ++
 arch/powerpc/boot/wrapper                         |    3 +
 arch/powerpc/configs/44x/iss476-smp_defconfig     | 1026 +++++++++++++++++++++
 arch/powerpc/include/asm/cache.h                  |    6 +-
 arch/powerpc/include/asm/cputable.h               |    5 +
 arch/powerpc/include/asm/mmu-44x.h                |   51 +-
 arch/powerpc/include/asm/mmu.h                    |    1 +
 arch/powerpc/include/asm/reg.h                    |    4 +
 arch/powerpc/include/asm/reg_booke.h              |   24 +
 arch/powerpc/kernel/cputable.c                    |   29 +
 arch/powerpc/kernel/entry_32.S                    |    5 +
 arch/powerpc/kernel/head_44x.S                    |  828 +++++++++++++----
 arch/powerpc/kernel/head_booke.h                  |    4 +
 arch/powerpc/kernel/kprobes.c                     |    3 +
 arch/powerpc/kernel/misc_32.S                     |    9 +-
 arch/powerpc/kernel/process.c                     |    3 +
 arch/powerpc/kernel/smp.c                         |    8 +
 arch/powerpc/kernel/traps.c                       |   40 +
 arch/powerpc/mm/44x_mmu.c                         |  144 +++-
 arch/powerpc/mm/mmu_context_nohash.c              |    8 +
 arch/powerpc/mm/mmu_decl.h                        |    7 +-
 arch/powerpc/mm/tlb_nohash_low.S                  |  118 +++-
 arch/powerpc/platforms/44x/Kconfig                |   20 +
 arch/powerpc/platforms/44x/Makefile               |    1 +
 arch/powerpc/platforms/44x/iss4xx.c               |  167 ++++
 arch/powerpc/platforms/Kconfig.cputype            |    5 +-
 arch/powerpc/sysdev/ppc4xx_soc.c                  |   24 +-
 31 files changed, 2690 insertions(+), 203 deletions(-)
 create mode 100644 Documentation/powerpc/dts-bindings/4xx/reboot.txt
 create mode 100644 arch/powerpc/boot/dts/iss4xx-mpic.dts
 create mode 100644 arch/powerpc/boot/dts/iss4xx.dts
 create mode 100644 arch/powerpc/boot/treeboot-iss4xx.c
 create mode 100644 arch/powerpc/configs/44x/iss476-smp_defconfig
 create mode 100644 arch/powerpc/platforms/44x/iss4xx.c

             reply	other threads:[~2010-05-05 17:11 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-05 17:11 Josh Boyer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-02 13:51 Please pull 'next' branch of 4xx tree Josh Boyer
2012-05-09 11:42 ` Josh Boyer
2012-03-16 13:41 Josh Boyer
2012-03-16 14:50 ` Stephen Rothwell
2011-12-20 16:23 Josh Boyer
2011-12-21 20:11 ` Josh Boyer
2011-08-10 18:26 Josh Boyer
2011-08-29 13:05 ` Josh Boyer
2011-08-30  3:09   ` Benjamin Herrenschmidt
2011-07-12 20:41 Josh Boyer
2011-07-20 13:18 ` Josh Boyer
2011-07-21  9:22   ` Benjamin Herrenschmidt
2011-06-28 12:07 Josh Boyer
2011-02-15 14:54 Josh Boyer
2011-03-15 13:19 ` Josh Boyer
2010-12-03 13:22 Josh Boyer
2010-09-28 13:09 Josh Boyer
2010-10-13 13:16 ` Josh Boyer
2010-10-14  0:56   ` Benjamin Herrenschmidt
2010-10-14 10:35     ` Josh Boyer
2010-07-26 16:58 Josh Boyer
2010-02-12 13:02 Josh Boyer
2009-12-18 14:08 Josh Boyer
2009-12-04 14:38 Josh Boyer
2009-11-04 18:55 Josh Boyer
2009-11-19 14:45 ` Josh Boyer
2009-11-19 14:49   ` Kumar Gala
2009-11-20  8:53     ` Benjamin Herrenschmidt
2009-08-31 16:24 Josh Boyer
2009-07-31 12:50 Josh Boyer
2008-12-11 15:09 Josh Boyer
2008-10-20 13:14 Josh Boyer
2008-10-21  0:04 ` Josh Boyer
2008-10-03 12:30 Josh Boyer
2008-09-18 13:26 Josh Boyer
2008-07-09 18:13 Josh Boyer
2008-06-19 17:53 Josh Boyer
2008-05-29 15:40 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=20100505171142.GK29593@zod.rchland.ibm.com \
    --to=jwboyer@linux.vnet.ibm.com \
    --cc=benh@kernel.crashing.org \
    --cc=linuxppc-dev@lists.ozlabs.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).