All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] fit: Image node compression
@ 2019-04-18 21:08 Julius Werner
  2019-04-18 21:08 ` [U-Boot] [PATCH 1/2 v2] fit: Support compression for non-kernel components (e.g. FDT) Julius Werner
  2019-04-18 21:08 ` [U-Boot] [PATCH 2/2 v2] fit: Support compat string property in configuration node Julius Werner
  0 siblings, 2 replies; 12+ messages in thread
From: Julius Werner @ 2019-04-18 21:08 UTC (permalink / raw)
  To: u-boot

This patch series adds compression support for non-kernel FIT image
nodes (e.g. FDTs). The first patch adds the compression support
itself, the second adds a new feature to compatible string matching
that allows it to be useful with compressed FDTs.

Sandbox-tested with FIT images with and without compressed FDTs, with
and without overlays, in both compatible string matching and direct
config selection modes.

Julius Werner (2):
  fit: Support compression for non-kernel components (e.g. FDT)
    - Changes for v2:
      - Changed from only supporting compressed FDTs to supporting all
	non-kernel image node types.
  fit: Support compat string property in configuration node

 common/image-fit.c | 140 +++++++++++++++++++++++++++------------------
 1 file changed, 83 insertions(+), 57 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2019-05-03 21:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-18 21:08 [U-Boot] [PATCH 0/2] fit: Image node compression Julius Werner
2019-04-18 21:08 ` [U-Boot] [PATCH 1/2 v2] fit: Support compression for non-kernel components (e.g. FDT) Julius Werner
2019-04-24 19:22   ` Simon Goldschmidt
2019-04-30  0:38     ` Julius Werner
2019-04-30  4:05       ` Simon Goldschmidt
2019-04-30 18:24         ` Simon Goldschmidt
2019-04-30 18:24   ` Simon Goldschmidt
2019-04-30 22:34     ` Julius Werner
2019-05-01  8:18       ` Simon Goldschmidt
2019-05-02 15:43   ` Simon Glass
2019-05-03 21:27     ` Julius Werner
2019-04-18 21:08 ` [U-Boot] [PATCH 2/2 v2] fit: Support compat string property in configuration node Julius Werner

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.