From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
To: Jon Loeliger <jdl@jdl.com>
Cc: linuxppc-dev@ozlabs.org, u-boot-users@lists.sourceforge.net
Subject: Re: [PATCH dtc] Implement the -R option and add a -S option.
Date: Thu, 05 Apr 2007 11:17:07 -0400 [thread overview]
Message-ID: <461512F3.3010704@smiths-aerospace.com> (raw)
In-Reply-To: <E1HZTUe-0006WY-UH@jdl.com>
Jon Loeliger wrote:
> So, like, the other day Jerry Van Baren mumbled:
>> Implement the -R <number> option to add memory reserve slots.
>> Add a -S <size> option makes the blob at least this number of bytes.
>>
>> Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
>
> Applied.
>
> Thanks,
> jdl
Thanks, Jon. That makes the new u-boot "fdt" command tremendously
easier to use because you can now allocate extra space in the blob at
compile time rather than having to reallocate space using the u-boot
"fdt" command.
Note to u-boot "fdt" command users:
* Pull the latest dtc source from Jon's repo
<http://www.jdl.com/git_repos/>
* When you compile your dts, use the new -S parameter to create some
extra space (e.g. -S 0x2000). If you don't want to guess how big
your current blob is, run a test compile with -S 1 - you will get
a warning (don't use -q ;-) that will tell you how big your
blob is. Re-run with a reasonable -S.
* The -R to make extra mem reserve slots may be useful too.
* Make sure you *don't* specify version 16 (some legacy recipes do
that). The latest version is 17 and dtc now Does The Right Thing
without needing the version specified. Do *not* use -V.
Best regards,
gvb
WARNING: multiple messages have this Message-ID (diff)
From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH dtc] Implement the -R option and add a -S option.
Date: Thu, 05 Apr 2007 11:17:07 -0400 [thread overview]
Message-ID: <461512F3.3010704@smiths-aerospace.com> (raw)
In-Reply-To: <E1HZTUe-0006WY-UH@jdl.com>
Jon Loeliger wrote:
> So, like, the other day Jerry Van Baren mumbled:
>> Implement the -R <number> option to add memory reserve slots.
>> Add a -S <size> option makes the blob at least this number of bytes.
>>
>> Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
>
> Applied.
>
> Thanks,
> jdl
Thanks, Jon. That makes the new u-boot "fdt" command tremendously
easier to use because you can now allocate extra space in the blob at
compile time rather than having to reallocate space using the u-boot
"fdt" command.
Note to u-boot "fdt" command users:
* Pull the latest dtc source from Jon's repo
<http://www.jdl.com/git_repos/>
* When you compile your dts, use the new -S parameter to create some
extra space (e.g. -S 0x2000). If you don't want to guess how big
your current blob is, run a test compile with -S 1 - you will get
a warning (don't use -q ;-) that will tell you how big your
blob is. Re-run with a reasonable -S.
* The -R to make extra mem reserve slots may be useful too.
* Make sure you *don't* specify version 16 (some legacy recipes do
that). The latest version is 17 and dtc now Does The Right Thing
without needing the version specified. Do *not* use -V.
Best regards,
gvb
next prev parent reply other threads:[~2007-04-05 15:17 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-05 2:04 [PATCH dtc] Implement the -R option and add a -S option Jerry Van Baren
2007-04-05 15:03 ` Jon Loeliger
2007-04-05 15:17 ` Jerry Van Baren [this message]
2007-04-05 15:17 ` [U-Boot-Users] " Jerry Van Baren
2007-04-05 16:11 ` Scott Wood
2007-04-05 17:10 ` Jerry Van Baren
2007-04-12 6:51 ` David Gibson
2007-04-14 12:58 ` Jerry Van Baren
2007-04-14 16:43 ` Jerry Van Baren
2007-04-15 0:42 ` David Gibson
2007-04-15 2:13 ` Jerry Van Baren
2007-04-15 2:22 ` David Gibson
2007-04-15 2:41 ` Jerry Van Baren
-- strict thread matches above, loose matches on Subject: below --
2007-04-05 2:29 [PATCH: " Jerry Van Baren
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=461512F3.3010704@smiths-aerospace.com \
--to=gerald.vanbaren@smiths-aerospace.com \
--cc=jdl@jdl.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=u-boot-users@lists.sourceforge.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 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.