mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/8] FIT: Add support for opening images without a /configuration/
@ 2018-01-31 11:11 Sascha Hauer
  2018-01-31 11:11 ` [PATCH 1/8] bootm: FIT: do not depend on FIT pre-opened images Sascha Hauer
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Sascha Hauer @ 2018-01-31 11:11 UTC (permalink / raw)
  To: Barebox List

The images in FIT images can be opened in two different ways. Since now
we only support opening images as part of a configuration. The other way
is to open an image standalone, without an configuration. This series
adds support for it (though this functionality currently remains
unused). Users could be software updates inside FIT images.

Sascha

Sascha Hauer (8):
  bootm: FIT: do not depend on FIT pre-opened images
  FIT: Do not pre-open images
  FIT: Let user specify the configuration to use
  FIT: store device_nodes in fit_handle
  FIT: move handle->verify check to fit_verify_hash()
  FIT: factor out some helper functions
  FIT: Implement opening images with no configuration
  FIT: Allow to open buffer as FIT image

 common/bootm.c      |  53 +++++--
 common/image-fit.c  | 411 +++++++++++++++++++++++++++++++++++-----------------
 include/bootm.h     |   4 +
 include/image-fit.h |  25 ++--
 4 files changed, 330 insertions(+), 163 deletions(-)

-- 
2.15.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2018-01-31 11:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-31 11:11 [PATCH 0/8] FIT: Add support for opening images without a /configuration/ Sascha Hauer
2018-01-31 11:11 ` [PATCH 1/8] bootm: FIT: do not depend on FIT pre-opened images Sascha Hauer
2018-01-31 11:11 ` [PATCH 2/8] FIT: Do not pre-open images Sascha Hauer
2018-01-31 11:11 ` [PATCH 3/8] FIT: Let user specify the configuration to use Sascha Hauer
2018-01-31 11:11 ` [PATCH 4/8] FIT: store device_nodes in fit_handle Sascha Hauer
2018-01-31 11:11 ` [PATCH 5/8] FIT: move handle->verify check to fit_verify_hash() Sascha Hauer
2018-01-31 11:11 ` [PATCH 6/8] FIT: factor out some helper functions Sascha Hauer
2018-01-31 11:11 ` [PATCH 7/8] FIT: Implement opening images with no configuration Sascha Hauer
2018-01-31 11:11 ` [PATCH 8/8] FIT: Allow to open buffer as FIT image Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox