LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Byron Bradley <byron.bbradley@gmail.com>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: Byron Bradley <byron.bbradley@gmail.com>,
	linuxppc-dev@ozlabs.org, tim.ellis@mac.com
Subject: Re: [PATCH] [POWERPC] 83xx: Add support for the Thecus N1200 NAS device
Date: Thu, 4 Jun 2009 23:11:59 +0100 (BST)	[thread overview]
Message-ID: <alpine.DEB.2.00.0906042302290.15657@gamma> (raw)
In-Reply-To: <0FD273FE-CCAA-451A-B86C-916849DD4DD8@kernel.crashing.org>

On Thu, 4 Jun 2009, Kumar Gala wrote:

> 
> On Jun 4, 2009, at 3:59 PM, Byron Bradley wrote:
> 
> > The Thecus N1200 is a NAS device with a single internal SATA disk and
> > an eSATA port based on an MPC8347 SoC.
> > 
> > http://thecus.nas-central.org/index.php/Category:N1200
> > 
> > Signed-off-by: Byron Bradley <byron.bbradley@gmail.com>
> > Signed-off-by: Tim Ellis <tim.ellis@mac.com>
> > ---
> > arch/powerpc/boot/Makefile                       |    1 +
> > arch/powerpc/boot/dts/thecus_n1200.dts           |  352 +++++
> > arch/powerpc/boot/wrapper                        |    2 +-
> > arch/powerpc/configs/83xx/thecus_n1200_defconfig | 1674
> > ++++++++++++++++++++++
> > arch/powerpc/platforms/83xx/Kconfig              |    7 +
> > arch/powerpc/platforms/83xx/Makefile             |    1 +
> > arch/powerpc/platforms/83xx/thecus_n1200.c       |  160 ++
> > 7 files changed, 2196 insertions(+), 1 deletions(-)
> > create mode 100644 arch/powerpc/boot/dts/thecus_n1200.dts
> > create mode 100644 arch/powerpc/configs/83xx/thecus_n1200_defconfig
> > create mode 100644 arch/powerpc/platforms/83xx/thecus_n1200.c
> > 
> > diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
> > index 9ae7b7e..7ea6aff 100644
> > --- a/arch/powerpc/boot/Makefile
> > +++ b/arch/powerpc/boot/Makefile
> > @@ -228,6 +228,7 @@ image-$(CONFIG_MPC834x_ITX)		+=
> > cuImage.mpc8349emitx \
> > 					   cuImage.mpc8349emitxgp
> > image-$(CONFIG_MPC834x_MDS)		+= cuImage.mpc834x_mds
> > image-$(CONFIG_MPC836x_MDS)		+= cuImage.mpc836x_mds
> > +image-$(CONFIG_THECUS_N1200)		+= cuImage.thecus_n1200
> > image-$(CONFIG_ASP834x)			+= dtbImage.asp834x-redboot
> 
> Is the u-boot for the board capable of dealing w/device trees or do you really
> need cuImage?

The u-boot on the board can't deal with device trees and we have no idea 
where the JTAG pins are so it will probably never be supported.

Cheers,

-- 
Byron Bradley

  reply	other threads:[~2009-06-04 22:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-04 20:59 [PATCH] [POWERPC] 83xx: Add support for the Thecus N1200 NAS device Byron Bradley
2009-06-04 21:50 ` Kumar Gala
2009-06-04 22:11   ` Byron Bradley [this message]
2009-06-05  3:08 ` David Gibson
2009-06-05  7:31   ` Peter Korsgaard
2009-06-05 18:44   ` Byron Bradley
2009-06-06  3:11     ` David Gibson

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=alpine.DEB.2.00.0906042302290.15657@gamma \
    --to=byron.bbradley@gmail.com \
    --cc=galak@kernel.crashing.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=tim.ellis@mac.com \
    /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