diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-04-14 10:46:23 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-14 13:10:51 -0300 |
commit | 5e62f2fb476405e77388da0f2963163173e0c090 (patch) | |
tree | 13bb05a87308ad6ba9a829e65d61a99fc28cd20c /conf | |
parent | 4034db01ae39628f98d3239870608a1223ae3f3b (diff) | |
download | meta-freescale-5e62f2fb476405e77388da0f2963163173e0c090.tar.gz |
imx8mq: Add tuning for cortexa53+crypto+crc
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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/imx8mqevk.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/imx-base.inc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/imx8mqevk.conf b/conf/machine/imx8mqevk.conf index d52e576d..fef9e778 100644 --- a/conf/machine/imx8mqevk.conf +++ b/conf/machine/imx8mqevk.conf | |||
@@ -7,7 +7,7 @@ | |||
7 | MACHINEOVERRIDES =. "mx8:mx8m:mx8mq:" | 7 | MACHINEOVERRIDES =. "mx8:mx8m:mx8mq:" |
8 | 8 | ||
9 | require conf/machine/include/imx-base.inc | 9 | require conf/machine/include/imx-base.inc |
10 | require conf/machine/include/arm/arch-arm64.inc | 10 | require conf/machine/include/tune-cortexa53.inc |
11 | 11 | ||
12 | MACHINE_FEATURES += "pci wifi bluetooth optee qca6174" | 12 | MACHINE_FEATURES += "pci wifi bluetooth optee qca6174" |
13 | 13 | ||
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 64f62f64..feb243b9 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -82,6 +82,7 @@ DEFAULTTUNE_mx7 ?= "cortexa7thf-neon" | |||
82 | DEFAULTTUNE_vf ?= "cortexa5thf-neon" | 82 | DEFAULTTUNE_vf ?= "cortexa5thf-neon" |
83 | DEFAULTTUNE_mx8mm ?= "cortexa53-crypto" | 83 | DEFAULTTUNE_mx8mm ?= "cortexa53-crypto" |
84 | DEFAULTTUNE_mx8mn ?= "cortexa53-crypto" | 84 | DEFAULTTUNE_mx8mn ?= "cortexa53-crypto" |
85 | DEFAULTTUNE_mx8mq ?= "cortexa53-crypto" | ||
85 | DEFAULTTUNE_mx8qm ?= "cortexa72-cortexa53-crypto" | 86 | DEFAULTTUNE_mx8qm ?= "cortexa72-cortexa53-crypto" |
86 | 87 | ||
87 | INHERIT += "machine-overrides-extender" | 88 | INHERIT += "machine-overrides-extender" |