RE: [PATCH 3/3] cmd: adtimg: Refactor usage style

2020-07-08 Thread Patrick DELAUNAY
Thanks, > From: Eugeniu Rosca > Sent: lundi 6 juillet 2020 08:47 > > Hi Patrick, > > On Fri, Jul 03, 2020 at 04:40:28PM +, Patrick DELAUNAY wrote: > > > From: U-Boot On Behalf Of Eugeniu > > > Rosca > > > Sent: samedi 11 janvier 2020 00:30 > > > > > > Hi Tom, > > > > > > On Fri, Jan 10,

Re: [PATCH 3/3] cmd: adtimg: Refactor usage style

2020-07-06 Thread Eugeniu Rosca
Hi Patrick, On Fri, Jul 03, 2020 at 04:40:28PM +, Patrick DELAUNAY wrote: > > From: U-Boot On Behalf Of Eugeniu Rosca > > Sent: samedi 11 janvier 2020 00:30 > > > > Hi Tom, > > > > On Fri, Jan 10, 2020 at 04:50:52PM -0500, Tom Rini wrote: > > > On Tue, Dec 24, 2019 at 05:51:08PM +0100,

RE: [PATCH 3/3] cmd: adtimg: Refactor usage style

2020-07-03 Thread Patrick DELAUNAY
Hi Eugeniu, > From: U-Boot On Behalf Of Eugeniu Rosca > Sent: samedi 11 janvier 2020 00:30 > > Hi Tom, > > On Fri, Jan 10, 2020 at 04:50:52PM -0500, Tom Rini wrote: > > On Tue, Dec 24, 2019 at 05:51:08PM +0100, Eugeniu Rosca wrote: > > > Signed-off-by: Eugeniu Rosca > > > Reviewed-by: Sam

Re: [PATCH 3/3] cmd: adtimg: Refactor usage style

2020-01-10 Thread Eugeniu Rosca
Hi Tom, On Fri, Jan 10, 2020 at 04:50:52PM -0500, Tom Rini wrote: > On Tue, Dec 24, 2019 at 05:51:08PM +0100, Eugeniu Rosca wrote: > > Signed-off-by: Eugeniu Rosca > > Reviewed-by: Sam Protsenko > > Applied to u-boot/master, thanks! Thanks for merging! -- Best Regards, Eugeniu

Re: [PATCH 3/3] cmd: adtimg: Refactor usage style

2020-01-10 Thread Tom Rini
On Tue, Dec 24, 2019 at 05:51:08PM +0100, Eugeniu Rosca wrote: > Trying to extend 'adtimg' functionality [1], we've been severely hit > by a major limitation in the command's usage scheme. Specifically, the > command's user interface appears to be too centric to getting the > DTB/DTBO entry [3]

Re: [PATCH 3/3] cmd: adtimg: Refactor usage style

2020-01-08 Thread Eugeniu Rosca
Hi Simon, On Wed, Jan 08, 2020 at 10:39:34AM -0700, Simon Glass wrote: > On Tue, 24 Dec 2019 at 09:52, Eugeniu Rosca wrote: > > [5] New usage > > adtimg addr - Set image location to > > adtimg dump - Print out image contents > > adtimg get dt

Re: [PATCH 3/3] cmd: adtimg: Refactor usage style

2020-01-08 Thread Simon Glass
Hi Eugeniu, On Tue, 24 Dec 2019 at 09:52, Eugeniu Rosca wrote: > > Trying to extend 'adtimg' functionality [1], we've been severely hit > by a major limitation in the command's usage scheme. Specifically, the > command's user interface appears to be too centric to getting the > DTB/DTBO entry

[PATCH 3/3] cmd: adtimg: Refactor usage style

2019-12-24 Thread Eugeniu Rosca
Trying to extend 'adtimg' functionality [1], we've been severely hit by a major limitation in the command's usage scheme. Specifically, the command's user interface appears to be too centric to getting the DTB/DTBO entry [3] based on the index of the desired DT in the image, which makes it really