Re: [U-Boot] [PATCH v2 6/9] spl: fit: add support for post-processing of images

2016-06-26 Thread Andreas Dannenberg
On Sat, Jun 25, 2016 at 08:54:19PM -0600, Simon Glass wrote: > Hi Andreas, > > On 24 June 2016 at 09:57, Andreas Dannenberg wrote: > > From: Daniel Allred > > > > The next stage boot loader image and the selected FDT can be post- > > processed by board/platform/device-specific code, which can in

Re: [U-Boot] [PATCH v2 6/9] spl: fit: add support for post-processing of images

2016-06-25 Thread Simon Glass
Hi Andreas, On 24 June 2016 at 09:57, Andreas Dannenberg wrote: > From: Daniel Allred > > The next stage boot loader image and the selected FDT can be post- > processed by board/platform/device-specific code, which can include > modifying the size and altering the starting source address before

[U-Boot] [PATCH v2 6/9] spl: fit: add support for post-processing of images

2016-06-24 Thread Andreas Dannenberg
From: Daniel Allred The next stage boot loader image and the selected FDT can be post- processed by board/platform/device-specific code, which can include modifying the size and altering the starting source address before copying these binary blobs to their final destination. This might be desire