public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH dtc] Implement the -R option and add a -S option.
       [not found] ` <E1HZTUe-0006WY-UH@jdl.com>
@ 2007-04-05 15:17   ` Jerry Van Baren
  0 siblings, 0 replies; only message in thread
From: Jerry Van Baren @ 2007-04-05 15:17 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-04-05 15:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20070405020433.GA13891@dellserver.lan>
     [not found] ` <E1HZTUe-0006WY-UH@jdl.com>
2007-04-05 15:17   ` [U-Boot-Users] [PATCH dtc] Implement the -R option and add a -S option Jerry Van Baren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox