All of lore.kernel.org
 help / color / mirror / Atom feed
From: Josh Boyer <jwboyer@linux.vnet.ibm.com>
To: linuxppc-dev@ozlabs.org
Subject: [PATCH 0/5] Acadia support
Date: Mon, 13 Oct 2008 14:07:18 -0400	[thread overview]
Message-ID: <cover.1223921238.git.jwboyer@linux.vnet.ibm.com> (raw)

Updated patch set for the AMCC Acadia board.  As Arnd suggested, I implemented
the ppc40x_simple platform and simply add Acadia as the first supported board.

The patches are slightly reordered and the defconfig is updated as well.

josh

Josh Boyer (5):
  powerpc/40x: AMCC PowerPC 405EZ Acadia DTS
  powerpc/40x: Add AMCC PowerPC 405EZ to cputable
  powerpc/40x: Add PowerPC 40x simple platform support
  powerpc/40x: Add cuboot wrapper for Acadia board
  powerpc/40x: Add PowerPC 405EZ Acadia defconfig

 arch/powerpc/boot/Makefile                 |    4 +-
 arch/powerpc/boot/cuboot-acadia.c          |  174 ++++++
 arch/powerpc/boot/dts/acadia.dts           |  224 +++++++
 arch/powerpc/configs/40x/acadia_defconfig  |  921 ++++++++++++++++++++++++++++
 arch/powerpc/kernel/cputable.c             |   13 +
 arch/powerpc/platforms/40x/Kconfig         |   22 +
 arch/powerpc/platforms/40x/Makefile        |    1 +
 arch/powerpc/platforms/40x/ppc40x_simple.c |   80 +++
 8 files changed, 1438 insertions(+), 1 deletions(-)
 create mode 100644 arch/powerpc/boot/cuboot-acadia.c
 create mode 100644 arch/powerpc/boot/dts/acadia.dts
 create mode 100644 arch/powerpc/configs/40x/acadia_defconfig
 create mode 100644 arch/powerpc/platforms/40x/ppc40x_simple.c

             reply	other threads:[~2008-10-13 18:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-13 18:07 Josh Boyer [this message]
2008-10-09 12:56 ` [PATCH 2/5] powerpc/40x: Add AMCC PowerPC 405EZ to cputable Josh Boyer
2008-10-13 18:11 ` [PATCH 1/5] powerpc/40x: AMCC PowerPC 405EZ Acadia DTS Josh Boyer
2008-10-13 18:11 ` [PATCH 3/5] powerpc/40x: Add PowerPC 40x simple platform support Josh Boyer
2008-10-13 18:11 ` [PATCH 4/5] powerpc/40x: Add cuboot wrapper for Acadia board Josh Boyer
2008-10-13 18:11 ` [PATCH 5/5] powerpc/40x: Add PowerPC 405EZ Acadia defconfig 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=cover.1223921238.git.jwboyer@linux.vnet.ibm.com \
    --to=jwboyer@linux.vnet.ibm.com \
    --cc=linuxppc-dev@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.