Re: [U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images

2014-07-08 Thread Pavel Machek
> > If someone really wants such a trial and error approach, he can still > > do this without adding code that affects everybody with just a little > > scripting - like "bootm $addr || bootz $addr || ...". > > That's not the usecase really. The usecase is roughly "I just want to > boot what the

Re: [U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images

2014-06-03 Thread Tom Rini
On Tue, Jun 03, 2014 at 11:01:21AM -0600, Simon Glass wrote: > Hi Tom, > > On 3 June 2014 10:59, Tom Rini wrote: > > On Mon, Jun 02, 2014 at 07:11:14PM -0600, Simon Glass wrote: > >> Hi Tom, > >> > >> On 24 May 2014 06:21, Tom Rini wrote: > >> > >> > On Fri, May 23, 2014 at 03:57:34PM -1000, Sim

Re: [U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images

2014-06-03 Thread Simon Glass
Hi Tom, On 3 June 2014 10:59, Tom Rini wrote: > On Mon, Jun 02, 2014 at 07:11:14PM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 24 May 2014 06:21, Tom Rini wrote: >> >> > On Fri, May 23, 2014 at 03:57:34PM -1000, Simon Glass wrote: > [snip] >> > > It surprises me the lengths to which people are

Re: [U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images

2014-06-03 Thread Tom Rini
On Mon, Jun 02, 2014 at 07:11:14PM -0600, Simon Glass wrote: > Hi Tom, > > On 24 May 2014 06:21, Tom Rini wrote: > > > On Fri, May 23, 2014 at 03:57:34PM -1000, Simon Glass wrote: [snip] > > > It surprises me the lengths to which people are going to try to > > > shoehorn .dtbs, compression, mult

Re: [U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images

2014-06-02 Thread Simon Glass
Hi Tom, On 24 May 2014 06:21, Tom Rini wrote: > On Fri, May 23, 2014 at 03:57:34PM -1000, Simon Glass wrote: > > Hi Tom, > > > > On 21 May 2014 10:46, Tom Rini wrote: > > > On Wed, May 21, 2014 at 10:10:50PM +0200, Wolfgang Denk wrote: > > >> Dear Tom Rini, > > >> > > >> In message <20140521195

Re: [U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images

2014-05-24 Thread Tom Rini
On Fri, May 23, 2014 at 03:57:34PM -1000, Simon Glass wrote: > Hi Tom, > > On 21 May 2014 10:46, Tom Rini wrote: > > On Wed, May 21, 2014 at 10:10:50PM +0200, Wolfgang Denk wrote: > >> Dear Tom Rini, > >> > >> In message <20140521195824.GE1752@bill-the-cat> you wrote: > >> > > >> > Something that

Re: [U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images

2014-05-23 Thread Simon Glass
Hi Tom, On 21 May 2014 10:46, Tom Rini wrote: > On Wed, May 21, 2014 at 10:10:50PM +0200, Wolfgang Denk wrote: >> Dear Tom Rini, >> >> In message <20140521195824.GE1752@bill-the-cat> you wrote: >> > >> > Something that Rob mentioned to me at ELC, and others have mentioned >> > before is that it w

Re: [U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images

2014-05-21 Thread Tom Rini
On Wed, May 21, 2014 at 10:10:50PM +0200, Wolfgang Denk wrote: > Dear Tom Rini, > > In message <20140521195824.GE1752@bill-the-cat> you wrote: > > > > Something that Rob mentioned to me at ELC, and others have mentioned > > before is that it would be nice if 'bootm' (which says "boot application

Re: [U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images

2014-05-21 Thread Wolfgang Denk
Dear Tom Rini, In message <20140521195824.GE1752@bill-the-cat> you wrote: > > Something that Rob mentioned to me at ELC, and others have mentioned > before is that it would be nice if 'bootm' (which says "boot application > image stored in memory" in the help, even) would just work with zImage >

[U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images

2014-05-21 Thread Tom Rini
Hey all, Something that Rob mentioned to me at ELC, and others have mentioned before is that it would be nice if 'bootm' (which says "boot application image stored in memory" in the help, even) would just work with zImage or Image or whatever is spit directly out of the kernel. The following show