All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/4] Add FIT support for falcon boot
@ 2017-05-15 16:01 York Sun
  2017-05-15 16:01 ` [U-Boot] [PATCH v1 1/4] tools: pblimage: Fix address calculation York Sun
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: York Sun @ 2017-05-15 16:01 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-06-12 23:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-15 16:01 [U-Boot] [PATCH v1 0/4] Add FIT support for falcon boot York Sun
2017-05-15 16:01 ` [U-Boot] [PATCH v1 1/4] tools: pblimage: Fix address calculation York Sun
2017-05-15 16:01 ` [U-Boot] [PATCH v1 2/4] cmd: spl: Fix compiling warning York Sun
2017-05-15 16:01 ` [U-Boot] [PATCH v1 3/4] lib: Add Kconfig option SPL_GZIP and SPL_ZLIB York Sun
2017-05-15 16:01 ` [U-Boot] [PATCH v1 4/4] spl: fit: Add FIT image support for falcon boot York Sun
2017-05-16  5:35 ` [U-Boot] [PATCH v1 0/4] Add FIT " Lokesh Vutla
2017-05-16 15:54   ` york sun
2017-05-19  9:56     ` Andre Przywara
2017-05-19 15:15       ` york sun
2017-06-09 18:48       ` york sun
2017-06-12 23:13         ` André Przywara
2017-06-12 23:28           ` York Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.