Re: [U-Boot] [PATCH V4 1/8] tools: imximage: add plugin support

2016-10-26 Thread Stefano Babic
On 25/10/2016 02:09, Peng Fan wrote: > Hi Stefano, > On Mon, Oct 24, 2016 at 04:05:53PM +0200, Stefano Babic wrote: >> Hi Peng, >> >> On 11/10/2016 08:29, Peng Fan wrote: >>> Add plugin support for imximage. >>> >>> Define CONFIG_USE_IMXIMG_PLUGIN in defconfig to enable using plugin. >>> >>> Signed

Re: [U-Boot] [PATCH V4 1/8] tools: imximage: add plugin support

2016-10-24 Thread Peng Fan
Hi Stefano, On Mon, Oct 24, 2016 at 04:05:53PM +0200, Stefano Babic wrote: >Hi Peng, > >On 11/10/2016 08:29, Peng Fan wrote: >> Add plugin support for imximage. >> >> Define CONFIG_USE_IMXIMG_PLUGIN in defconfig to enable using plugin. >> >> Signed-off-by: Peng Fan >> Cc: Stefano Babic >> Cc: E

Re: [U-Boot] [PATCH V4 1/8] tools: imximage: add plugin support

2016-10-24 Thread Stefano Babic
Hi Peng, On 11/10/2016 08:29, Peng Fan wrote: > Add plugin support for imximage. > > Define CONFIG_USE_IMXIMG_PLUGIN in defconfig to enable using plugin. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Cc: Eric Nelson > Cc: Ye Li > Reviewed-by: Tom Rini > --- > I have just the same issu

[U-Boot] [PATCH V4 1/8] tools: imximage: add plugin support

2016-10-10 Thread Peng Fan
Add plugin support for imximage. Define CONFIG_USE_IMXIMG_PLUGIN in defconfig to enable using plugin. Signed-off-by: Peng Fan Cc: Stefano Babic Cc: Eric Nelson Cc: Ye Li Reviewed-by: Tom Rini --- V4: Max 64KB for plugin code. V3: Fix compile error. V2: Drop the CONFIG_USE_PLUGIN, ma