DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH] v8a: barebox: add missing dependency on TF_A for i.MX
@ 2023-06-01  6:48 Ahmad Fatoum
  2023-06-01  6:49 ` Ahmad Fatoum
  0 siblings, 1 reply; 7+ messages in thread
From: Ahmad Fatoum @ 2023-06-01  6:48 UTC (permalink / raw)
  To: distrokit; +Cc: Ahmad Fatoum

Unlike firmware-rockchip, firmware-imx doesn't ship BL31 (TF-A). Instead
we configure the upstream TF-A rule to build images for i.MX8M Quad,
Mini and Plus.

With the switch to the upstream barebox rule, this dependency on TF-A
got lost breaking less-parallel fresh builds, so let's add it back.

Preferably, TF_A would be selected directly from the barebox rule's
Kconfig. There's a BAREBOX_DEPENDENCIES option for that, but I don't
know if it's possible to extend barebox.in without having to duplicate
it fully, so adding it to firmware-imx should suffice for now.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 configs/platform-v8a/rules/firmware-imx.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/platform-v8a/rules/firmware-imx.in b/configs/platform-v8a/rules/firmware-imx.in
index 5f06a44416fa..c756b963e5dc 100644
--- a/configs/platform-v8a/rules/firmware-imx.in
+++ b/configs/platform-v8a/rules/firmware-imx.in
@@ -10,6 +10,7 @@ menuconfig FIRMWARE_IMX
 config BAREBOX_DEPENDENCIES
 	tristate
 	select FIRMWARE_IMX
+	select TF_A
 
 if FIRMWARE_IMX
 
-- 
2.39.2




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-01 12:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01  6:48 [DistroKit] [PATCH] v8a: barebox: add missing dependency on TF_A for i.MX Ahmad Fatoum
2023-06-01  6:49 ` Ahmad Fatoum
2023-06-01  7:05   ` Michael Olbrich
2023-06-01  7:11     ` Ahmad Fatoum
2023-06-01  9:15       ` Michael Olbrich
2023-06-01  9:31         ` Ahmad Fatoum
2023-06-01 12:23           ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox