[U-Boot] [PATCH v2 8/8] ARM: Present a menu of bootable options on boot

2013-04-10 Thread Suriyan Ramasami
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 opti

Re: [U-Boot] [PATCH v2 8/8] ARM: Present a menu of bootable options on boot

2013-04-10 Thread Rob Herring
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

Re: [U-Boot] [PATCH v2 8/8] ARM: Present a menu of bootable options on boot

2013-04-10 Thread Suriyan Ramasami
I shall probably move it to a generic location with a more generic name. Any reocmmendations? - Suriyan On Wed, Apr 10, 2013 at 6: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 ca

Re: [U-Boot] [PATCH v2 8/8] ARM: Present a menu of bootable options on boot

2013-04-11 Thread Mike Dunn
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 u

Re: [U-Boot] [PATCH v2 8/8] ARM: Present a menu of bootable options on boot

2013-04-11 Thread Suriyan Ramasami
Sounds good to me. I shall attempt a generic version and call it cmd_bootscan.c in the common directory. - Suriyan On Thu, Apr 11, 2013 at 6:02 AM, Mike Dunn wrote: > On 04/10/2013 06:43 PM, Rob Herring wrote: > > On Wed, Apr 10, 2013 at 8:12 AM, Suriyan Ramasami > wrote: > >> Initialize usb

Re: [U-Boot] [PATCH v2 8/8] ARM: Present a menu of bootable options on boot

2013-04-12 Thread Tom Rini
On Thu, Apr 11, 2013 at 12:51:03PM -0700, Suriyan Ramasami wrote: > Sounds good to me. > > I shall attempt a generic version and call it cmd_bootscan.c in the common > directory. A good first pass. Please keep board/ait/cam_enc_4xx/cam_enc_4xx.c in mind as that has a similar set of things going