public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Eric Cooper <ecc@cmu.edu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] Seagate FreeAgent DockStar support
Date: Mon, 22 Nov 2010 08:57:26 -0500	[thread overview]
Message-ID: <20101122135726.GA25100@localhost> (raw)
In-Reply-To: <F766E4F80769BD478052FB6533FA745D19A9291045@SC-VEXCH4.marvell.com>

On Sun, Nov 21, 2010 at 09:37:18PM -0800, Prafulla Wadaskar wrote:
> > diff --git a/board/Seagate/dockstar/kwbimage.cfg
> > b/board/Seagate/dockstar/kwbimage.cfg
> [...]
> Are the contents for this file exactly same as
> sheevaplug/kwbimage.cfg?  If yes then you can reuse that file and
> avoid adding this file here by using configuration in board config
> file.

No, they're different (DockStar has 128M of RAM vs. SheevaPlug's 256M.)

> > diff --git a/boards.cfg b/boards.cfg
> > index 08e531e..50e9d1b 100644
> > --- a/boards.cfg
> > +++ b/boards.cfg
> > @@ -376,6 +376,7 @@ guruplug	arm	arm926ejs	-		Marvell
> > 	kirkwood
> >  mv88f6281gtw_ge	arm	arm926ejs	-		Marvell		kirkwood
> >  openrd_base	arm	arm926ejs	-		Marvell		kirkwood
> >  sheevaplug	arm	arm926ejs	-		Marvell		kirkwood
> > +dockstar	arm	arm926ejs	-		Seagate		Kirkwood
> 
> Please check if you have missed to maintain this in order

I couldn't figure out the intended sort order of the current file.
The comment at the top (about using a sort command) doesn't seem to
match the contents at all, and there are already several arm926ejs and
kirkwood boards in various places.

I'm happy to move this, but please specify exactly where :-)

> > +#define CONFIG_ENV_SIZE			0x20000	/* 128k */
> > +#define CONFIG_ENV_ADDR			0xA0000
> > +#define CONFIG_ENV_OFFSET		0xA0000	/* env starts here */
> 
> u-boot.bin is not more than 0x60000, its better to use env offset at
> 0x60000 to pack u-boot+env in first 512kb

The factory partitioning uses 1M for u-boot, so I wasn't paying
attention to saving space.  But I'll move it down as you suggest.

Thanks for the feedback.

-- 
Eric Cooper             e c c @ c m u . e d u

  reply	other threads:[~2010-11-22 13:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-21 21:28 [U-Boot] [PATCH v3] Seagate FreeAgent DockStar support Eric Cooper
2010-11-22  5:37 ` Prafulla Wadaskar
2010-11-22 13:57   ` Eric Cooper [this message]
2010-11-23  6:03     ` Prafulla Wadaskar

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=20101122135726.GA25100@localhost \
    --to=ecc@cmu.edu \
    --cc=u-boot@lists.denx.de \
    /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