linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Sean MacLennan <smaclennan@pikatech.com>
To: "Aggrwal Poonam-B10812" <Poonam.Aggrwal@freescale.com>
Cc: linuxppc-dev@ozlabs.org, Felix Radensky <felix@embedded-sol.com>,
	linuxppc-release@webnode01-prod1.am.freescale.net
Subject: Re: [PATCH][powerpc/85xx] P2020RDB Platform Support Added
Date: Thu, 6 Aug 2009 19:30:02 -0400	[thread overview]
Message-ID: <20090806193002.18c096af@lappy.seanm.ca> (raw)
In-Reply-To: <1BD5CFC378ED0946B688E0C9BA2EF0951931A6@zin33exm24.fsl.freescale.net>

On Thu, 6 Aug 2009 17:04:18 +0530
"Aggrwal Poonam-B10812" <Poonam.Aggrwal@freescale.com> wrote:

> Can u point me to some reference of this, shud they be partition@0,
> partition@1, etc...
> I am not able to configure all the partitions successfully.

Not unless all your partitions are 1 byte long ;)

The number is the offset into the device. Here is an example partition
table from the warp:

partition@0 {
	label = "kernel";
	reg = <0x00000000 0x00200000>;
};
partition@200000 {
	label = "root";
	reg = <0x00200000 0x03E00000>;
};
partition@40000000 {
	label = "persistent";
	reg = <0x04000000 0x04000000>;
};

Cheers,
   Sean

  reply	other threads:[~2009-08-06 23:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-06  4:23 [PATCH][powerpc/85xx] P2020RDB Platform Support Added Poonam Aggrwal
2009-08-06  6:25 ` Felix Radensky
2009-08-06  6:37   ` Aggrwal Poonam-B10812
2009-08-06  6:46     ` Felix Radensky
2009-08-06  7:14       ` Aggrwal Poonam-B10812
2009-08-06 11:34       ` Aggrwal Poonam-B10812
2009-08-06 23:30         ` Sean MacLennan [this message]
2009-09-24 18:11   ` Kumar Gala
2009-09-25  4:18     ` Aggrwal Poonam-B10812

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=20090806193002.18c096af@lappy.seanm.ca \
    --to=smaclennan@pikatech.com \
    --cc=Poonam.Aggrwal@freescale.com \
    --cc=felix@embedded-sol.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=linuxppc-release@webnode01-prod1.am.freescale.net \
    /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).