From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D2A45DDFCC for ; Wed, 28 May 2008 01:29:22 +1000 (EST) Message-Id: <7BF8FE6B-8BDD-4DC3-953E-E023C38EBA87@kernel.crashing.org> From: Kumar Gala To: David Gibson In-Reply-To: <20080226003955.GA24382@localhost.localdomain> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: [PATCH] Add support for binary includes. Date: Tue, 27 May 2008 10:27:57 -0500 References: <20080220191941.GA2062@ld0162-tx32.am.freescale.net> <20080226003955.GA24382@localhost.localdomain> Cc: Scott Wood , linuxppc-dev@ozlabs.org, jdl@jdl.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Feb 25, 2008, at 6:39 PM, David Gibson wrote: > On Wed, Feb 20, 2008 at 01:19:41PM -0600, Scott Wood wrote: >> A property's data can be populated with a file's contents >> as follows: >> >> node { >> prop = /incbin/("path/to/data"); >> }; >> >> A subset of a file can be included by passing start and size >> parameters. >> For example, to include bytes 8 through 23: >> >> node { >> prop = /incbin/("path/to/data", 8, 16); >> }; >> >> As with /include/, non-absolute paths are looked for in the directory >> of the source file that includes them. > > Well, while I discuss the syntax with Jon, here's some comments on the > implementation. have we made any progress on the syntax? - k