From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 21 Apr 2014 12:05:12 -0600 Subject: [U-Boot] config: enable CONFIG_API in distro config In-Reply-To: References: <1397163348-9343-1-git-send-email-robherring2@gmail.com> <20140418153558.GD5698@bill-the-cat> <53515F97.1060909@wwwdotorg.org> <1397916100.19277.57.camel@hastur.hellion.org.uk> <20140419104218.702c3706@adria.ausil.us> <20140421094957.74f9ecfd@adria.ausil.us> Message-ID: <53555DD8.4020101@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 04/21/2014 11:57 AM, Simon Glass wrote: > Hi Dennis, > > On 21 April 2014 08:49, Dennis Gilmore > wrote: > > On Sun, 20 Apr 2014 09:55:53 -0700 > Simon Glass > wrote: > > [snip] > > > Can you suggest a starting point for trying this out on am ARM > > platform? (e.g. OMAP, Tegra, Exynos) I'd like to see how it works. > > as of 2014.04 it will work on tegra, its worked on calxeda since it was > added but their default environment is outside of u-boot itself. I have > some patches submitted that need futher thought and work converting > omap and wandboard. If you have a prefered platform I can throw > together a patch for you to test. > > > Tegra is OK - I have a trimslice and a badger(?) if either of those is > OK. So do I just try to install Fedora and see what happens? s/badger/Beaver/ Yes, both of those support finding and executing /boot/extlinux.cfg in mainline. I've just been manually creating extlinux.cfg for now. An example might be: > TIMEOUT 30 > default primary > > MENU TITLE Venice2 eMMC boot options > > LABEL primary > MENU LABEL primary kernel > LINUX zImage > FDTDIR./ > APPEND console=ttyS0,115200n8 console=tty1 rootwait rw root=PARTUUID=5f71e06f-be08-48ed-b1ef-ee4800cc860f > > LABEL backup > MENU LABEL backup kernel > LINUX backup/zImage > FDTDIR backup/ > APPEND console=ttyS0,115200n8 console=tty1 rootwait rw root=PARTUUID=5f71e06f-be08-48ed-b1ef-ee4800cc860f