From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 19 Feb 2014 12:29:19 -0700 Subject: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work. In-Reply-To: <53050507.1020704@ti.com> References: <1392659798-1665-1-git-send-email-dennis@ausil.us> <1392659798-1665-2-git-send-email-dennis@ausil.us> <5304FB87.3020208@ti.com> <5304FC99.8070009@wwwdotorg.org> <5304FD57.3040508@ti.com> <5304FE7E.2060805@wwwdotorg.org> <5304FFBE.7080104@boundarydevices.com> <5305006B.7070103@ti.com> <20140219191659.GA19081@bill-the-cat> <53050507.1020704@ti.com> Message-ID: <5305060F.1060809@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 02/19/2014 12:24 PM, Dan Murphy wrote: ... > Do we have a directory where default scripts exist for each board? Or at least samples for each board? > > I could not find them. If they don't exist then we should probably put them in the board dirs and cp them to the respective out directory > > Maybe this would be something that helps defined the known good config that the community can base their changes on. For Tegra, I have created: https://github.com/NVIDIA/tegra-uboot-scripts I imagine those scripts would work on most boards that use the U-Boot config in this patch series. I've certainly used almost identical scripts on the Raspberry Pi. I should perhaps put an example extlinux.conf into that repo too. I imagine (well, it's pretty much the whole point) that distro installers (e.g. Anaconda) will soon (or already do) support spitting out extlinux.conf that'll work on ARM U-Boot too.