summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Watt <Joshua.Watt@garmin.com>2020-02-27 13:51:12 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2020-02-27 19:46:10 -0300
commit54115b38b777f09d60847f7ba0ac7796230b3d89 (patch)
tree9ecdb6a0c764aeca8588bed7b06e815053af09ad
parent66a2169bd2e449856e1eb6891d8383a60365936d (diff)
downloadmeta-freescale-54115b38b777f09d60847f7ba0ac7796230b3d89.tar.gz
mx8qm: Use cortexa72-cortexa53 tune by default
Use the cortexa72-cortexa53-crypto tune for IMX.8 QuadMax devices instead of the more generic aarch64. Update the QuadMax MEK machine to require the file that provides this tune. Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
-rw-r--r--conf/machine/imx8qmmek.conf2
-rw-r--r--conf/machine/include/imx-base.inc1
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/imx8qmmek.conf b/conf/machine/imx8qmmek.conf
index a3326af1..01d92009 100644
--- a/conf/machine/imx8qmmek.conf
+++ b/conf/machine/imx8qmmek.conf
@@ -6,7 +6,7 @@
6MACHINEOVERRIDES =. "mx8:mx8qm:" 6MACHINEOVERRIDES =. "mx8:mx8qm:"
7 7
8require conf/machine/include/imx-base.inc 8require conf/machine/include/imx-base.inc
9require conf/machine/include/arm/arch-arm64.inc 9require conf/machine/include/tune-cortexa72-cortexa53.inc
10 10
11MACHINE_FEATURES_append = " qca6174" 11MACHINE_FEATURES_append = " qca6174"
12 12
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 18473d29..2dc9d923 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -66,6 +66,7 @@ DEFAULTTUNE_mx7 ?= "cortexa7thf-neon"
66DEFAULTTUNE_vf ?= "cortexa5thf-neon" 66DEFAULTTUNE_vf ?= "cortexa5thf-neon"
67DEFAULTTUNE_mx8mm ?= "cortexa53-crypto" 67DEFAULTTUNE_mx8mm ?= "cortexa53-crypto"
68DEFAULTTUNE_mx8mn ?= "cortexa53-crypto" 68DEFAULTTUNE_mx8mn ?= "cortexa53-crypto"
69DEFAULTTUNE_mx8qm ?= "cortexa72-cortexa53-crypto"
69 70
70INHERIT += "machine-overrides-extender" 71INHERIT += "machine-overrides-extender"
71 72