Re: [U-Boot] [PATCH 12/17] Makefile: add rules to generate SPL FIT images

2017-03-08 Thread Simon Glass
On 28 February 2017 at 19:25, Andre Przywara wrote: > Some platforms require more complex U-Boot images than we can easily > generate via the mkimage command line, for instance to load additional > image files. > Introduce a CONFIG_SPL_FIT_SOURCE and

Re: [U-Boot] [PATCH 12/17] Makefile: add rules to generate SPL FIT images

2017-03-03 Thread Andrew F. Davis
On 02/28/2017 08:25 PM, Andre Przywara wrote: > Some platforms require more complex U-Boot images than we can easily > generate via the mkimage command line, for instance to load additional > image files. > Introduce a CONFIG_SPL_FIT_SOURCE and CONFIG_SPL_FIT_GENERATOR symbol, > which can either

[U-Boot] [PATCH 12/17] Makefile: add rules to generate SPL FIT images

2017-02-28 Thread Andre Przywara
Some platforms require more complex U-Boot images than we can easily generate via the mkimage command line, for instance to load additional image files. Introduce a CONFIG_SPL_FIT_SOURCE and CONFIG_SPL_FIT_GENERATOR symbol, which can either hold an .its source file describing the image layout, or,