
+ Andre
On Monday 15 May 2017 09:31 PM, York Sun wrote:
This patch set adds FIT support for falcon boot. GZIP is enabled to supported compressed image.
Did you get a chance to look at Andre's "SPL: extend FIT loading support"[1] patch series? This series addresses similar problem in a more generic way.
[1] https://www.mail-archive.com/u-boot@lists.denx.de/msg246692.html
Thanks and regards, Lokesh
York Sun (4): tools: pblimage: Fix address calculation cmd: spl: Fix compiling warning lib: Add Kconfig option SPL_GZIP and SPL_ZLIB spl: fit: Add FIT image support for falcon boot
Kconfig | 7 +++++ cmd/spl.c | 8 +++--- common/spl/spl_fit.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ include/image.h | 4 +++ lib/Kconfig | 7 +++++ lib/Makefile | 4 +-- tools/pblimage.c | 2 +- 7 files changed, 97 insertions(+), 7 deletions(-)