linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] AMCC PowerPC 405EZ Acadia eval board port
@ 2008-10-10 12:33 Josh Boyer
  2008-10-09 12:56 ` [PATCH 3/5] powerpc/40x: Add AMCC PowerPC 405EZ to cputable Josh Boyer
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Josh Boyer @ 2008-10-10 12:33 UTC (permalink / raw)
  To: linuxppc-dev

This is the latest set of Acadia patches I have.  If there are no
major objections to these, I intend to put them in my next branch
for 2.6.28

josh

Josh Boyer (5):
  powerpc/40x: AMCC PowerPC 405EZ Acadia DTS
  powerpc/40x: Add support for PowerPC 405EZ Acadia board
  powerpc/40x: Add AMCC PowerPC 405EZ to cputable
  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 |  917 +++++++++++++++++++++++++++++
 arch/powerpc/kernel/cputable.c            |   13 +
 arch/powerpc/platforms/40x/Kconfig        |   14 +
 arch/powerpc/platforms/40x/Makefile       |    1 +
 arch/powerpc/platforms/40x/acadia.c       |   56 ++
 8 files changed, 1402 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/acadia.c

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH 0/5] Acadia support
@ 2008-10-13 18:07 Josh Boyer
  2008-10-13 18:11 ` [PATCH 5/5] powerpc/40x: Add PowerPC 405EZ Acadia defconfig Josh Boyer
  0 siblings, 1 reply; 11+ messages in thread
From: Josh Boyer @ 2008-10-13 18:07 UTC (permalink / raw)
  To: linuxppc-dev

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-10-13 18:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-10 12:33 [PATCH 0/5] AMCC PowerPC 405EZ Acadia eval board port Josh Boyer
2008-10-09 12:56 ` [PATCH 3/5] powerpc/40x: Add AMCC PowerPC 405EZ to cputable Josh Boyer
2008-10-10 12:38 ` [PATCH 1/5] powerpc/40x: AMCC PowerPC 405EZ Acadia DTS Josh Boyer
2008-10-10 12:38 ` [PATCH 2/5] powerpc/40x: Add support for PowerPC 405EZ Acadia board Josh Boyer
2008-10-10 15:58   ` Arnd Bergmann
2008-10-10 16:05     ` Josh Boyer
2008-10-10 16:16       ` Arnd Bergmann
2008-10-10 17:08         ` Josh Boyer
2008-10-10 12:38 ` [PATCH 5/5] powerpc/40x: Add PowerPC 405EZ Acadia defconfig Josh Boyer
2008-10-10 12:38 ` [PATCH 4/5] powerpc/40x: Add cuboot wrapper for Acadia board Josh Boyer
2008-10-13 18:07 [PATCH 0/5] Acadia support Josh Boyer
2008-10-13 18:11 ` [PATCH 5/5] powerpc/40x: Add PowerPC 405EZ Acadia defconfig Josh Boyer

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).