]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx8mq: Add tuning for cortexa53+crypto+crc
authorTom Hochstein <tom.hochstein@nxp.com>
Tue, 14 Apr 2020 15:46:23 +0000 (10:46 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 14 Apr 2020 17:11:46 +0000 (14:11 -0300)
Like other i.MX 8M SOCs, the 8M Quad has Cortex-A53 cores
and supports ARM Crypto extensions. Enable them by default.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 5e62f2fb476405e77388da0f2963163173e0c090)

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

index a6cf90305f748ca15273acc641a3aa29ca9c7f60..7c7625b8d23b00804a89a67889cb6fd7e0229e4f 100644 (file)
@@ -7,7 +7,7 @@
 MACHINEOVERRIDES =. "mx8:mx8m:mx8mq:"
 
 require conf/machine/include/imx-base.inc
-require conf/machine/include/arm/arch-arm64.inc
+require conf/machine/include/tune-cortexa53.inc
 
 MACHINE_FEATURES += "pci wifi bluetooth optee qca6174"
 
index 5ba1da750c6249c02f16b87a928d5a622b5c46c0..ba5a65f3a1e9f0dc208ca8a9ae0346ef58510d7d 100644 (file)
@@ -66,6 +66,7 @@ DEFAULTTUNE_mx7 ?= "cortexa7thf-neon"
 DEFAULTTUNE_vf ?= "cortexa5thf-neon"
 DEFAULTTUNE_mx8mm ?= "cortexa53-crypto"
 DEFAULTTUNE_mx8mn ?= "cortexa53-crypto"
+DEFAULTTUNE_mx8mq ?= "cortexa53-crypto"
 
 INHERIT += "machine-overrides-extender"