From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 24 Jun 2025 17:47:12 +0200 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 1uU5rb-00Advy-37 for lore@lore.pengutronix.de; Tue, 24 Jun 2025 17:47:11 +0200 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 1uU5rT-00056e-CK; Tue, 24 Jun 2025 17:47:03 +0200 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 1uU5rN-0004ui-Ix; Tue, 24 Jun 2025 17:46:57 +0200 Received: from dude06.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::5c]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uU5rN-0058Zo-0o; Tue, 24 Jun 2025 17:46:57 +0200 Received: from localhost ([::1] helo=dude06.red.stw.pengutronix.de) by dude06.red.stw.pengutronix.de with esmtp (Exim 4.96) (envelope-from ) id 1uU5rN-005dSN-0T; Tue, 24 Jun 2025 17:46:57 +0200 From: Lars Schmidt Date: Tue, 24 Jun 2025 17:46:52 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20250624-am62-beagleplay-v2-2-9fcf3e67a98b@pengutronix.de> References: <20250624-am62-beagleplay-v2-0-9fcf3e67a98b@pengutronix.de> In-Reply-To: <20250624-am62-beagleplay-v2-0-9fcf3e67a98b@pengutronix.de> To: distrokit@pengutronix.de X-Mailer: b4 0.14.2 Subject: [DistroKit] [PATCH v2 02/10] beagleplay: k3: barebox needs part of tf-a firmware 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: l.schmidt@pengutronix.de 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 Signed-off-by: Lars Schmidt --- configs/platform-v8a/platforms/tf-a-barebox.in | 7 +++++++ configs/platform-v8a/rules/tf-a.barebox.make | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/configs/platform-v8a/platforms/tf-a-barebox.in b/configs/platform-v8a/platforms/tf-a-barebox.in new file mode 100644 index 0000000000000000000000000000000000000000..07444518e0a766a3948a4237fdc4a94e23d48b3c --- /dev/null +++ b/configs/platform-v8a/platforms/tf-a-barebox.in @@ -0,0 +1,7 @@ +## SECTION=non_free_firmware + +config BAREBOX_DEPENDENCIES + tristate + select TF_A + help + Inject necessary files from non-free firmware into Barebox diff --git a/configs/platform-v8a/rules/tf-a.barebox.make b/configs/platform-v8a/rules/tf-a.barebox.make new file mode 100644 index 0000000000000000000000000000000000000000..4c61af2371462996787e6b23e68fec85e39ba460 --- /dev/null +++ b/configs/platform-v8a/rules/tf-a.barebox.make @@ -0,0 +1,5 @@ +ifdef PTXCONF_TF_A +ifneq ($(filter k3,$(call remove_quotes, $(PTXCONF_TF_A_PLATFORMS))),) +BAREBOX_INJECT_FILES += k3-bl31.bin:firmware/k3-bl31.bin +endif +endif \ No newline at end of file -- 2.39.5