Re: [U-Boot] [PATCH V2 06/21] imximage: add plugin commands

2012-09-24 Thread Troy Kisky
On 9/23/2012 8:38 AM, Stefano Babic wrote: On 22/09/2012 04:39, Troy Kisky wrote: Add commands plugin address filename iomux_entry addr, data1 [, data2, [, data3]] write_entry addr, data1 [, data2, [, data3]] Why do we need explicitely an IOMUX command ? As far as I can see, the program image d

Re: [U-Boot] [PATCH V2 06/21] imximage: add plugin commands

2012-09-23 Thread Stefano Babic
On 22/09/2012 04:39, Troy Kisky wrote: > Add commands > plugin address filename > iomux_entry addr, data1 [, data2, [, data3]] > write_entry addr, data1 [, data2, [, data3]] Why do we need explicitely an IOMUX command ? As far as I can see, the program image defined in V2 defines a plugin, but not

[U-Boot] [PATCH V2 06/21] imximage: add plugin commands

2012-09-21 Thread Troy Kisky
Add commands plugin address filename iomux_entry addr, data1 [, data2, [, data3]] write_entry addr, data1 [, data2, [, data3]] Signed-off-by: Troy Kisky --- tools/imximage.c | 334 -- tools/imximage.h | 11 +- 2 files changed, 283 insertions