From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 24 Jan 2022 12:21:58 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nBxQ6-00Bopa-Gq for lore@lore.pengutronix.de; Mon, 24 Jan 2022 12:21:58 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nBxQ4-0002Z7-TB; Mon, 24 Jan 2022 12:21:56 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nBxQ2-0002Xf-Lj; Mon, 24 Jan 2022 12:21:54 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nBxQ2-00C6w1-Kk; Mon, 24 Jan 2022 12:21:53 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nBxQ0-00CemG-JK; Mon, 24 Jan 2022 12:21:52 +0100 From: Michael Olbrich To: oss-tools@pengutronix.de Date: Mon, 24 Jan 2022 12:21:39 +0100 Message-Id: <20220124112143.3016473-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [OSS-Tools] [PATCH 0/4] improve barebox-state support on EFI system X-BeenThere: oss-tools@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: Pengutronix Public Open-Source-Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Olbrich Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "OSS-Tools" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: oss-tools-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Hi, This adds support for backend-diskuuid / backend-offset. The corresponding barebox patches can be found here: https://lore.barebox.org/barebox/20220124100458.2924679-1-m.olbrich@pengutronix.de/ The mount point for the ESP is quite standardized. So let barebox-state look there if nothing is found in sysfs/procfs. This way, barebox-state works on EFI without manually specifying the dtb file. Michael Michael Olbrich (4): state: support deep probe state: implement helper to find device path from diskuuid state: support backend-diskuuid / backend-offset state: automatically find state.dtb in the ESP Makefile.am | 1 + src/barebox-state-compat.c | 64 ++++++++++++++++++++++++++++++++++++++ src/barebox-state.c | 24 ++++++++++++++ src/barebox-state/state.c | 53 ++++++++++++++++++++++--------- src/libbb.h | 2 ++ 5 files changed, 129 insertions(+), 15 deletions(-) create mode 100644 src/barebox-state-compat.c -- 2.30.2 _______________________________________________ OSS-Tools mailing list OSS-Tools@pengutronix.de