
15 May
2017
15 May
'17
6:01 p.m.
This patch set adds FIT support for falcon boot. GZIP is enabled to supported compressed image.
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(-)
--
2.7.4