Re: [U-Boot] [PATCH 2/6] add header with a generic set of boot commands defined.

2014-03-25 Thread Stephen Warren
On 03/21/2014 12:48 PM, Tom Rini wrote: > On Thu, Mar 20, 2014 at 05:12:57PM -0500, Dennis Gilmore wrote: > >> As the next step in a generic config we are introducing a set of generic boot >> paramaters. Depending on the hardwares configuration, booting from supported >> hardware will be enabled,

Re: [U-Boot] [PATCH 2/6] add header with a generic set of boot commands defined.

2014-03-25 Thread Stephen Warren
On 03/20/2014 04:12 PM, Dennis Gilmore wrote: > As the next step in a generic config we are introducing a set of generic boot > paramaters. Depending on the hardwares configuration, booting from supported > hardware will be enabled, mmc, usb, sata, scsi, ide, pxe and dhcp. > > There is nothing to

Re: [U-Boot] [PATCH 2/6] add header with a generic set of boot commands defined.

2014-03-21 Thread Marek Vasut
On Friday, March 21, 2014 at 07:53:58 PM, Tom Rini wrote: > On Fri, Mar 21, 2014 at 07:37:52PM +0100, Marek Vasut wrote: > > On Thursday, March 20, 2014 at 11:12:57 PM, Dennis Gilmore wrote: > > > As the next step in a generic config we are introducing a set of > > > generic boot paramaters. Depend

Re: [U-Boot] [PATCH 2/6] add header with a generic set of boot commands defined.

2014-03-21 Thread Tom Rini
On Fri, Mar 21, 2014 at 07:37:52PM +0100, Marek Vasut wrote: > On Thursday, March 20, 2014 at 11:12:57 PM, Dennis Gilmore wrote: > > As the next step in a generic config we are introducing a set of generic > > boot paramaters. Depending on the hardwares configuration, booting from > > supported har

Re: [U-Boot] [PATCH 2/6] add header with a generic set of boot commands defined.

2014-03-21 Thread Tom Rini
On Thu, Mar 20, 2014 at 05:12:57PM -0500, Dennis Gilmore wrote: > As the next step in a generic config we are introducing a set of generic boot > paramaters. Depending on the hardwares configuration, booting from supported > hardware will be enabled, mmc, usb, sata, scsi, ide, pxe and dhcp. > > T

Re: [U-Boot] [PATCH 2/6] add header with a generic set of boot commands defined.

2014-03-21 Thread Marek Vasut
On Thursday, March 20, 2014 at 11:12:57 PM, Dennis Gilmore wrote: > As the next step in a generic config we are introducing a set of generic > boot paramaters. Depending on the hardwares configuration, booting from > supported hardware will be enabled, mmc, usb, sata, scsi, ide, pxe and > dhcp. >

[U-Boot] [PATCH 2/6] add header with a generic set of boot commands defined.

2014-03-20 Thread Dennis Gilmore
As the next step in a generic config we are introducing a set of generic boot paramaters. Depending on the hardwares configuration, booting from supported hardware will be enabled, mmc, usb, sata, scsi, ide, pxe and dhcp. There is nothing to stop this being extended to support nand and any other t