diff options
author | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2025-08-13 11:02:20 +0200 |
---|---|---|
committer | Hiago De Franco <hiago.franco@toradex.com> | 2025-09-09 16:36:55 -0300 |
commit | 553c0bd6060862208871397a8ec2aba3942ca5d0 (patch) | |
tree | ac3cd112b2facad1b882d66a1c8dc9e53e25e1dc | |
parent | 8e1ebe57dec8748effffe80cc0a29b8b5446206b (diff) | |
download | meta-freescale-553c0bd6060862208871397a8ec2aba3942ca5d0.tar.gz |
imx95-19x19-verdin: set OEI_DDRCONFIG when IMX_SOC_REV is A0 or A1
Easily allow builds for iMX95 Rev A0/A1 by automatically setting the
necessary variable OEI_DDRCONFIG when IMX_SOC_REV is set to A0/A1.
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
(cherry picked from commit 3a6ac9a5052061aec3252effc0773e55cf5635b8)
-rw-r--r-- | conf/machine/imx95-19x19-verdin.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/imx95-19x19-verdin.conf b/conf/machine/imx95-19x19-verdin.conf index 38acc47da..5ae9ac665 100644 --- a/conf/machine/imx95-19x19-verdin.conf +++ b/conf/machine/imx95-19x19-verdin.conf | |||
@@ -8,6 +8,12 @@ MACHINEOVERRIDES =. "mx95:" | |||
8 | 8 | ||
9 | require conf/machine/include/imx95-evk.inc | 9 | require conf/machine/include/imx95-evk.inc |
10 | 10 | ||
11 | # iMX95 Verdin EVK V1.1E is the first revision with a B0 SoC, | ||
12 | # older versions require A0/A1 support, set with the below variable | ||
13 | #IMX_SOC_REV:${MACHINE} = "A0" | ||
14 | # When building for A0/A1 iMX95 SoCs, set OEI_DDRCONFIG accordingly | ||
15 | OEI_DDRCONFIG = "${@'XIMX95LPD5EVK19_6400mbps_train_timing_a1' if d.getVar('IMX_SOC_REV')[0] == 'A' else ''}" | ||
16 | |||
11 | KERNEL_DEVICETREE_BASENAME = "imx95-19x19-verdin" | 17 | KERNEL_DEVICETREE_BASENAME = "imx95-19x19-verdin" |
12 | 18 | ||
13 | KERNEL_DEVICETREE:append:use-nxp-bsp = " \ | 19 | KERNEL_DEVICETREE:append:use-nxp-bsp = " \ |