On Tue, Oct 18, 2011 at 11:08:04AM -0400, Rob Herring wrote:
On 10/17/2011 11:30 PM, Grant Likely wrote:
[snip]
- Implement rudimentary boot menu support in u-boot (if it doesn't
already exist). Doesn't need to be graphical, but at least have a default boot with a list of other boot options.
PXE boot support for u-boot just went in yesterday. This includes some generic menu support as part of it.
The PXE code also includes a parser for pxelinux config files (really a subset of pxelinux config file format). Since the syntax is the same for syslinux config files, it would be straightforward to readapt the parser to work for those too.
Jason