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

2016-10-07 Thread Peng Fan
Hi Stefano, On Tue, Oct 04, 2016 at 07:54:17PM +0200, Stefano Babic wrote: >Hi Peng, > >On 27/09/2016 11:23, 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 V2 1/8] tools: imximage: add plugin support

2016-10-04 Thread Stefano Babic
Hi Peng, On 27/09/2016 11:23, 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: Troy Kisky > Cc: Ye Li > --- This patch breaks mx28 boards.

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

2016-10-04 Thread Stefano Babic
Hi Peng, On 27/09/2016 11:23, 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: Troy Kisky > Cc: Ye Li > --- > > V2: > Drop the CONFIG_USE_PLUG

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

2016-09-27 Thread Tom Rini
On Tue, Sep 27, 2016 at 05:23:20PM +0800, 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: Troy Kisky > Cc: Ye Li Reviewed-by: Tom Rini -- T

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

2016-09-27 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: Troy Kisky Cc: Ye Li --- V2: Drop the CONFIG_USE_PLUGIN, make plugin always support in imximage. tools/imximage.c | 282