From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 05 Dec 2023 10:59:54 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rASDZ-0041yo-2V for lore@lore.pengutronix.de; Tue, 05 Dec 2023 10:59:54 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rASDZ-0006WZ-Sa; Tue, 05 Dec 2023 10:59:53 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rASDQ-0006Vw-DE for distrokit@pengutronix.de; Tue, 05 Dec 2023 10:59:44 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rASDQ-00DiGV-0x for distrokit@pengutronix.de; Tue, 05 Dec 2023 10:59:44 +0100 Received: from localhost ([::1] helo=dude05.red.stw.pengutronix.de) by dude05.red.stw.pengutronix.de with esmtp (Exim 4.96) (envelope-from ) id 1rASDP-00EYdG-33 for distrokit@pengutronix.de; Tue, 05 Dec 2023 10:59:43 +0100 From: Ahmad Fatoum To: distrokit@pengutronix.de Date: Tue, 5 Dec 2023 10:59:28 +0100 Message-Id: <20231205095929.3469672-1-a.fatoum@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH 0/2] fixed after bootchooser switch X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Some boards use a common barebox environment, which was changed to use bootchooser as part of the RAUC addition, but no state storage was defined for them, leading to boot failure. Fix this for some v7a boards, and revert it for the i.MX8M boards. The i.MX8M boards still fail the test suite, because the systemd-repart takes 4 minutes, which is longer than the test suite is willing to wait. Ahmad Fatoum (2): v7a: barebox: define state for all supported board variants v8a: barebox: env: fix boot for i.MX8M EVKs configs/platform-v7a/dts/bootstate.dtsi | 13 +++++++++---- .../barebox-common-defaultenv/init/bootsource | 5 +++-- 2 files changed, 12 insertions(+), 6 deletions(-) -- 2.39.2