From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marian Balakowicz Date: Thu, 20 Dec 2007 23:25:59 +0100 Subject: [U-Boot-Users] RFC: New U-boot image format In-Reply-To: <476A9B35.3020309@freescale.com> References: <475EB857.4080104@semihalf.com> <475EE3AE.6060102@ge.com> <4761B528.3080601@semihalf.com> <47692A03.6030700@semihalf.com> <20071220005010.GA23395@localhost.localdomain> <476A9B35.3020309@freescale.com> Message-ID: <476AEBF7.2030807@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Scott Wood wrote: > David Gibson wrote: >> On Wed, Dec 19, 2007 at 03:26:11PM +0100, Marian Balakowicz wrote: >>> Are you aware if anyone is working on a binary includes for dtc? This >>> feature will be needed for U-boot New uImage format >>> implementation, so I wonder what is the actual status of this dtc >>> wish list item. >> >> I don't believe anyone's looked at it so far. > > I've got a patch that I'll post later today. Good news! > >> It really shouldn't take more than a couple of days once Jon or I >> gets to thinking about it. The trickiest bit is just thinking of a >> good syntax for it. > > I went with this: > prop = /bin-include/ "/path/name"; > > > I'm open to other suggestions, of course. I was thinking of a syntax that would be similar to regular data sections which are enclosed in [] braces. Something like: prop = {/path/to/file}; or prop = [file:/path/to/file]; Thanks, Marian