From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 20 Jun 2023 15:29:37 +0200 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 1qBbQQ-00EQ6n-Tu for lore@lore.pengutronix.de; Tue, 20 Jun 2023 15:29:37 +0200 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 1qBbQN-00022j-SS; Tue, 20 Jun 2023 15:29:35 +0200 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 1qBbQM-00020p-Bt; Tue, 20 Jun 2023 15:29:34 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1qBbQL-008nnu-LX; Tue, 20 Jun 2023 15:29:33 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1qBbQK-00998U-34; Tue, 20 Jun 2023 15:29:32 +0200 From: Michael Olbrich To: distrokit@pengutronix.de Date: Tue, 20 Jun 2023 15:29:24 +0200 Message-Id: <20230620132931.2179983-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH v2 0/7] platform-v8a: cleanup firmware rules 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: , Cc: Michael Olbrich 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.ext.pengutronix.de); SAEximRunCond expanded to false DistroKit is often used as example when creating a new BSP. So lets make sure the it follows the best practices for PTXdist BSPs. All patches are just rebased onto the current next. Regards, Michael Michael Olbrich (7): platform-v8a: cleanup barebox firmware handling firmware-imx: move to the correct section platform-v8a: move platform menu files to platforms/ platform-v8a: simplify dts search path firmware-imx: use foreach and ptx/nl firmware-imx: make sure menuconfig works correctly firmware-rockchip: make sure menuconfig works correctly configs/platform-v8a/platformconfig | 12 +++++----- .../{rules => platforms}/firmware-imx.in | 14 +++++------ .../{rules => platforms}/firmware-rockchip.in | 9 ++++---- .../platform-v8a/rules/barebox.rockchip.make | 12 ++++++++++ configs/platform-v8a/rules/firmware-imx.make | 23 +++++++++++++++---- .../platform-v8a/rules/firmware-rockchip.make | 10 ++++++++ .../rules/post/barebox-fixup.make | 16 ------------- 7 files changed, 58 insertions(+), 38 deletions(-) rename configs/platform-v8a/{rules => platforms}/firmware-imx.in (92%) rename configs/platform-v8a/{rules => platforms}/firmware-rockchip.in (99%) create mode 100644 configs/platform-v8a/rules/barebox.rockchip.make delete mode 100644 configs/platform-v8a/rules/post/barebox-fixup.make -- 2.39.2