From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Dunn Date: Thu, 11 Apr 2013 06:02:56 -0700 Subject: [U-Boot] [PATCH v2 8/8] ARM: Present a menu of bootable options on boot In-Reply-To: References: <1365599537-14138-1-git-send-email-suriyan.r@gmail.com> <1365599537-14138-9-git-send-email-suriyan.r@gmail.com> Message-ID: <5166B480.1090606@newsguy.com> 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/10/2013 06:43 PM, Rob Herring wrote: > On Wed, Apr 10, 2013 at 8:12 AM, Suriyan Ramasami wrote: >> Initialize usb and ide. >> Scan through the usb for storage and boot capable partitions. >> Scan through the ide interface for boot capable partitions. >> Present such bootable options to the user to choose to boot from >> If the user does not choose any choose the default option >> the default option is the option chosen by the user the last time >> If no such default option exists, boot from the first possible >> bootable option. > > This all sounds very generic but... > >> >> Signed-off-by: Suriyan Ramasami >> --- >> Changes in v2: >> - Coding style changes >> >> board/Seagate/goflexhome/goflexhomemenu.c | 415 +++++++++++++++++++++++++++++ > > but this is not a generic location. This feature would interest me and > probably Stephen as well. I was thinking along these lines as well for the treo 680. Suriyan, perhaps we can collaborate, with the guidance of the maintainers here. Mike