From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1egqIc-0005bK-II for barebox@lists.infradead.org; Wed, 31 Jan 2018 11:11:35 +0000 From: Sascha Hauer Date: Wed, 31 Jan 2018 12:11:08 +0100 Message-Id: <20180131111116.9638-1-s.hauer@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 0/8] FIT: Add support for opening images without a /configuration/ 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