[U-Boot] [PATCH v1 0/4] Add FIT support for falcon boot
York Sun
york.sun at nxp.com
Mon May 15 16:01:06 UTC 2017
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
More information about the U-Boot
mailing list