From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 05 Aug 2013 12:48:25 -0600 Subject: [U-Boot] Unified u-boot feature set for simpler distro support In-Reply-To: <51FFF147.5040108@wwwdotorg.org> References: <20130803021104.1fecaf5a@adria.ausil.us> <51FFF147.5040108@wwwdotorg.org> Message-ID: <51FFF379.3010406@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/05/2013 12:39 PM, Stephen Warren wrote: ... > Note that I'm also in the process of pushing a project to github that > creates a few boot.scr that fit into this model. I've written the code, > and hope to have IP approval to upload it very soon. Aside from the > example above, it also supports netboot, initrd being optional, > hard-coding various extra stuff into bootargs, etc. Oh, that was quick - I got IP approval, and it's pushed to: https://github.com/NVIDIA/tegra-uboot-scripts It's not directly relevant to this thread, but the scripts to flash U-Boot onto a Tegra device are also at: https://github.com/NVIDIA/tegra-uboot-flasher-scripts/blob/master/README-user.txt ... which should give you an idea of the usage-model I'm pushing for flashing U-Boot on Tegra devices.