From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 05 Dec 2025 23:23:31 +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 1vReD5-008LJa-1b for lore@lore.pengutronix.de; Fri, 05 Dec 2025 23:23:31 +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 1vReD4-0004UV-Uv; Fri, 05 Dec 2025 23:23:30 +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 1vReCy-0004Lp-ED; Fri, 05 Dec 2025 23:23:24 +0100 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) 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 1vReCy-004Bz6-0d; Fri, 05 Dec 2025 23:23:24 +0100 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vReCy-00000009UOd-0ZH7; Fri, 05 Dec 2025 23:23:24 +0100 From: Roland Hieber To: distrokit@pengutronix.de Date: Fri, 5 Dec 2025 23:22:54 +0100 Message-ID: <20251205222320.2261758-5-rhi@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251205222320.2261758-1-rhi@pengutronix.de> References: <20251205222320.2261758-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH 5/6] v8a: tf-a: re-export patch queue with 'git ptx-patches' 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: Roland Hieber 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 No functional change, only artefacts from applying a new patch using 'git ptx-patches'. Since the output is stable, this is needed only once. Signed-off-by: Roland Hieber --- .../0001-fix-imx8mq-fix-imx8mq-build-break-due-to-hab.patch | 6 +----- .../tf-a-v2.12/0002-fix-imx8m-fix-imx8mq-build-break.patch | 6 +----- configs/platform-v8a/patches/tf-a-v2.12/series | 3 +++ 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/configs/platform-v8a/patches/tf-a-v2.12/0001-fix-imx8mq-fix-imx8mq-build-break-due-to-hab.patch b/configs/platform-v8a/patches/tf-a-v2.12/0001-fix-imx8mq-fix-imx8mq-build-break-due-to-hab.patch index 1c538180f8b2..30bf8da0999b 100644 --- a/configs/platform-v8a/patches/tf-a-v2.12/0001-fix-imx8mq-fix-imx8mq-build-break-due-to-hab.patch +++ b/configs/platform-v8a/patches/tf-a-v2.12/0001-fix-imx8mq-fix-imx8mq-build-break-due-to-hab.patch @@ -1,7 +1,6 @@ -From 3a36f70ba02e88ed20083c1278a739c6c870aae0 Mon Sep 17 00:00:00 2001 From: Jacky Bai Date: Tue, 14 Jan 2020 16:05:59 +0800 -Subject: [PATCH 1/2] fix(imx8mq): fix imx8mq build break due to hab +Subject: [PATCH] fix(imx8mq): fix imx8mq build break due to hab Add the HAB secure boot support for the i.MX8MQ to fix the build break. @@ -78,6 +77,3 @@ index 73179dd0c13e..d3d213268ce1 100644 plat/imx/imx8m/imx_aipstz.c \ plat/imx/imx8m/imx8m_caam.c \ plat/imx/imx8m/imx8m_ccm.c \ --- -2.39.5 - diff --git a/configs/platform-v8a/patches/tf-a-v2.12/0002-fix-imx8m-fix-imx8mq-build-break.patch b/configs/platform-v8a/patches/tf-a-v2.12/0002-fix-imx8m-fix-imx8mq-build-break.patch index 8cf78cd2e17d..8cab553508b9 100644 --- a/configs/platform-v8a/patches/tf-a-v2.12/0002-fix-imx8m-fix-imx8mq-build-break.patch +++ b/configs/platform-v8a/patches/tf-a-v2.12/0002-fix-imx8m-fix-imx8mq-build-break.patch @@ -1,7 +1,6 @@ -From 1b65be5943fc4f6a0382d03a4ed7393b383e56a4 Mon Sep 17 00:00:00 2001 From: Jacky Bai Date: Thu, 17 Oct 2024 17:56:41 +0800 -Subject: [PATCH 2/2] fix(imx8m): fix imx8mq build break +Subject: [PATCH] fix(imx8m): fix imx8mq build break Fix the build break for i.MX8MQ to make it boot with basic function enabled. @@ -88,6 +87,3 @@ index d3d213268ce1..76fc07107057 100644 ifneq (${PRELOADED_BL33_BASE},) $(eval $(call add_define_val,PLAT_NS_IMAGE_OFFSET,${PRELOADED_BL33_BASE})) endif --- -2.39.5 - diff --git a/configs/platform-v8a/patches/tf-a-v2.12/series b/configs/platform-v8a/patches/tf-a-v2.12/series index dcb2e47ba885..1e61d308efdd 100644 --- a/configs/platform-v8a/patches/tf-a-v2.12/series +++ b/configs/platform-v8a/patches/tf-a-v2.12/series @@ -1,3 +1,6 @@ +# generated by git-ptx-patches +#tag:base --start-number 1 0001-fix-imx8mq-fix-imx8mq-build-break-due-to-hab.patch 0002-fix-imx8m-fix-imx8mq-build-break.patch 0003-fix-nxp-imx_trdc.h-header-guard.patch +# f315dae4026f8c61c4273b474327fbaf - git-ptx-patches magic -- 2.47.3