Re: [U-Boot] [PATCH 00/14] mkimage: Tidy up error handling

2016-07-01 Thread Simon Glass
Hi Stefano, On 1 July 2016 at 11:33, Stefano Babic wrote: > Hi Tom, Simon, > > On 01/07/2016 18:45, Tom Rini wrote: >> On Fri, Jul 01, 2016 at 09:15:11AM -0700, Simon Glass wrote: >>> Hi, >>> >>> On 1 July 2016 at 08:48, Tom Rini wrote: On Fri, Jul 01, 2016 at 10:44:04AM +0200, Stefano Babi

Re: [U-Boot] [PATCH 00/14] mkimage: Tidy up error handling

2016-07-01 Thread Stefano Babic
Hi Tom, Simon, On 01/07/2016 18:45, Tom Rini wrote: > On Fri, Jul 01, 2016 at 09:15:11AM -0700, Simon Glass wrote: >> Hi, >> >> On 1 July 2016 at 08:48, Tom Rini wrote: >>> On Fri, Jul 01, 2016 at 10:44:04AM +0200, Stefano Babic wrote: Hi Simon, On 30/06/2016 18:52, Simon Glass wro

Re: [U-Boot] [PATCH 00/14] mkimage: Tidy up error handling

2016-07-01 Thread Tom Rini
On Fri, Jul 01, 2016 at 09:15:11AM -0700, Simon Glass wrote: > Hi, > > On 1 July 2016 at 08:48, Tom Rini wrote: > > On Fri, Jul 01, 2016 at 10:44:04AM +0200, Stefano Babic wrote: > >> Hi Simon, > >> > >> On 30/06/2016 18:52, Simon Glass wrote: > >> > There are a few problems when mkimage is provi

Re: [U-Boot] [PATCH 00/14] mkimage: Tidy up error handling

2016-07-01 Thread Simon Glass
Hi, On 1 July 2016 at 08:48, Tom Rini wrote: > On Fri, Jul 01, 2016 at 10:44:04AM +0200, Stefano Babic wrote: >> Hi Simon, >> >> On 30/06/2016 18:52, Simon Glass wrote: >> > There are a few problems when mkimage is provided with invalid arguments. >> > In one case it crashes. When an invalid imag

Re: [U-Boot] [PATCH 00/14] mkimage: Tidy up error handling

2016-07-01 Thread Tom Rini
On Fri, Jul 01, 2016 at 10:44:04AM +0200, Stefano Babic wrote: > Hi Simon, > > On 30/06/2016 18:52, Simon Glass wrote: > > There are a few problems when mkimage is provided with invalid arguments. > > In one case it crashes. When an invalid image type it is provided it lists > > the valid types, b

Re: [U-Boot] [PATCH 00/14] mkimage: Tidy up error handling

2016-07-01 Thread Stefano Babic
Hi Simon, On 30/06/2016 18:52, Simon Glass wrote: > There are a few problems when mkimage is provided with invalid arguments. > In one case it crashes. When an invalid image type it is provided it lists > the valid types, but this is not implemented for compression, architecture > or OS. > There

[U-Boot] [PATCH 00/14] mkimage: Tidy up error handling

2016-06-30 Thread Simon Glass
There are a few problems when mkimage is provided with invalid arguments. In one case it crashes. When an invalid image type it is provided it lists the valid types, but this is not implemented for compression, architecture or OS. This series tidies this up a little, to make mkimage more friendly.