Re: [U-Boot] [PATCH] common: image: Add support for post-processing of images

2016-07-29 Thread Andreas Dannenberg
On Fri, Jul 29, 2016 at 07:51:53AM -0600, Simon Glass wrote: > On 27 July 2016 at 11:12, Andreas Dannenberg wrote: > > This commit allows injecting a board/platform/device-specific post- > > processing function into the FIT image data loading process, which can > > include modifying the size and a

Re: [U-Boot] [PATCH] common: image: Add support for post-processing of images

2016-07-29 Thread Simon Glass
On 27 July 2016 at 11:12, Andreas Dannenberg wrote: > This commit allows injecting a board/platform/device-specific post- > processing function into the FIT image data loading process, which can > include modifying the size and altering the starting source address of > an image data artifact. This

Re: [U-Boot] [PATCH] common: image: Add support for post-processing of images

2016-07-29 Thread Tom Rini
On Wed, Jul 27, 2016 at 12:12:39PM -0500, Andreas Dannenberg wrote: > This commit allows injecting a board/platform/device-specific post- > processing function into the FIT image data loading process, which can > include modifying the size and altering the starting source address of > an image dat

[U-Boot] [PATCH] common: image: Add support for post-processing of images

2016-07-27 Thread Andreas Dannenberg
This commit allows injecting a board/platform/device-specific post- processing function into the FIT image data loading process, which can include modifying the size and altering the starting source address of an image data artifact. This might be desired to do things like strip headers or footers