]> 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 16:10:51 +0000 (13:10 -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>
conf/machine/imx8mqevk.conf
conf/machine/include/imx-base.inc

index d52e576d4d69cf95c59dbae009fc1a4382677221..fef9e778d6dc0b996af66b293ffbeb843e12cd69 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 64f62f64fd6ec348a07262b712241bb0c9c421cb..feb243b9f966509cca51091aa5be22ac4e370422 100644 (file)
@@ -82,6 +82,7 @@ DEFAULTTUNE_mx7 ?= "cortexa7thf-neon"
 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"