summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2026-06-10 19:39:24 +0200
committerEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2026-06-11 11:14:32 +0200
commit747e737ebd30317758451da04e3f1acf74354bcf (patch)
treedac0fef401182e8970fddf8844a759f37d17edf5
parent89baf223a822c14734a56742136a0e4e579a4be0 (diff)
imx-atf: limit full system power control patch to i.MX95HEADmaster
0001-feat-imx9-add-full-system-power-control-option.patch only touches i.MX95 platform files (plat/imx/imx95, the SCMI vendor header and platform.mk), so it is meaningless on the other machines using imx-atf. Use the tdx:mx95-generic-bsp override instead of applying it to every machine. Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
-rw-r--r--recipes-bsp/imx-atf/imx-atf_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_%.bbappend b/recipes-bsp/imx-atf/imx-atf_%.bbappend
index 85f844e..4d0b437 100644
--- a/recipes-bsp/imx-atf/imx-atf_%.bbappend
+++ b/recipes-bsp/imx-atf/imx-atf_%.bbappend
@@ -1,7 +1,7 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/files/:"
ATF_SYS_PWR_FULL_CTRL ?= "0"
EXTRA_OEMAKE += 'SYS_PWR_FULL_CTRL=${ATF_SYS_PWR_FULL_CTRL}'
-SRC_URI:append:tdx = " \
+SRC_URI:append:tdx:mx95-generic-bsp = " \
file://0001-feat-imx9-add-full-system-power-control-option.patch \
"
SRC_URI:append:colibri-imx8x = " \