]> code.ossystems Code Review - meta-freescale.git/commitdiff
mx8qm: Use cortexa72-cortexa53 tune by default
authorJoshua Watt <Joshua.Watt@garmin.com>
Thu, 27 Feb 2020 19:51:12 +0000 (13:51 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 16 Apr 2020 14:57:17 +0000 (11:57 -0300)
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>
(cherry picked from commit 54115b38b777f09d60847f7ba0ac7796230b3d89)

conf/machine/imx8qmmek.conf
conf/machine/include/imx-base.inc

index a3326af18d607750d532fca521a9d5aa9df992bb..01d9200987e8371b8c6ddf5a44169aa78a073b3e 100644 (file)
@@ -6,7 +6,7 @@
 MACHINEOVERRIDES =. "mx8:mx8qm:"
 
 require conf/machine/include/imx-base.inc
-require conf/machine/include/arm/arch-arm64.inc
+require conf/machine/include/tune-cortexa72-cortexa53.inc
 
 MACHINE_FEATURES_append = " qca6174"
 
index ba5a65f3a1e9f0dc208ca8a9ae0346ef58510d7d..e3046f128716c55d310aee4f1308442da8a23c9b 100644 (file)
@@ -67,6 +67,7 @@ DEFAULTTUNE_vf ?= "cortexa5thf-neon"
 DEFAULTTUNE_mx8mm ?= "cortexa53-crypto"
 DEFAULTTUNE_mx8mn ?= "cortexa53-crypto"
 DEFAULTTUNE_mx8mq ?= "cortexa53-crypto"
+DEFAULTTUNE_mx8qm ?= "cortexa72-cortexa53-crypto"
 
 INHERIT += "machine-overrides-extender"