From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Thu, 26 Apr 2007 14:24:34 -0500 Subject: [U-Boot-Users] Proposal for a make option to include an additional stand alone program directory In-Reply-To: <1628E43D99629C46988BE46087A3FBB997AF1A@ep-01.EmbeddedPlanet.local> References: <1628E43D99629C46988BE46087A3FBB997AF1A@ep-01.EmbeddedPlanet.local> Message-ID: <4630FC72.6050700@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jeff Mann wrote: > So you comile both at once? That is soft of what I am going for, but I > compile u-boot stand-alone-programs like the ones in the examples > folder. No, in our case, the binary is provided to us as-is. We just need to put it on the flash image. Basically, Freescale has two development directions: the open source repositories, like the ones on denx.de and kernel.org, and the BSPs. One problem I'm trying to address is that the BSPs typically have stuff that you won't find on the external repos, like this binary. There's no way I can provide the binary in the denx.de repo, so the next best thing is to make its inclusion automatic. If the binary exists, then the code from denx.de will process it. Otherwise, it won't. -- Timur Tabi Linux Kernel Developer @ Freescale