diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-04-15 17:17:08 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-16 11:57:17 -0300 |
| commit | 1fbb03a5d024116e5b6e2ec9c6b259d3aaf02a3d (patch) | |
| tree | 49c2b397c7cc45a07def5f746f91c8089f4fa1c1 | |
| parent | 9d6833f8a2e743c9907e20c8e0a0d46be9f65fd3 (diff) | |
| download | meta-freescale-1fbb03a5d024116e5b6e2ec9c6b259d3aaf02a3d.tar.gz | |
mx8qxp: Use cortexa35-crypto tuning for i.MX 8 QXP default
The i.MX 8QXP has Cortex-A35 cores plus Crypto
extensions, so enable them by default.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit f02d6921bacee8396579330999d57f2381e89402)
| -rw-r--r-- | conf/machine/imx8qxpmek.conf | 2 | ||||
| -rw-r--r-- | conf/machine/include/imx-base.inc | 18 |
2 files changed, 11 insertions, 9 deletions
diff --git a/conf/machine/imx8qxpmek.conf b/conf/machine/imx8qxpmek.conf index 2611c2ccc..7be26f748 100644 --- a/conf/machine/imx8qxpmek.conf +++ b/conf/machine/imx8qxpmek.conf | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | MACHINEOVERRIDES =. "mx8:mx8x:mx8qxp:" | 6 | MACHINEOVERRIDES =. "mx8:mx8x:mx8qxp:" |
| 7 | 7 | ||
| 8 | require conf/machine/include/imx-base.inc | 8 | require conf/machine/include/imx-base.inc |
| 9 | require conf/machine/include/arm/arch-arm64.inc | 9 | require conf/machine/include/tune-cortexa35.inc |
| 10 | 10 | ||
| 11 | MACHINE_FEATURES_append = " qca6174" | 11 | MACHINE_FEATURES_append = " qca6174" |
| 12 | 12 | ||
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index e3046f128..da1f26c74 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
| @@ -59,15 +59,17 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" | |||
| 59 | # handled by software | 59 | # handled by software |
| 60 | # DEFAULTTUNE_mx6 ?= "cortexa9t-neon" | 60 | # DEFAULTTUNE_mx6 ?= "cortexa9t-neon" |
| 61 | # handled by hardware | 61 | # handled by hardware |
| 62 | DEFAULTTUNE_mx6 ?= "cortexa9thf-neon" | 62 | DEFAULTTUNE_mx6 ?= "cortexa9thf-neon" |
| 63 | DEFAULTTUNE_mx6ul ?= "cortexa7thf-neon" | 63 | DEFAULTTUNE_mx6ul ?= "cortexa7thf-neon" |
| 64 | DEFAULTTUNE_mx6ull ?= "cortexa7thf-neon" | 64 | DEFAULTTUNE_mx6ull ?= "cortexa7thf-neon" |
| 65 | DEFAULTTUNE_mx7 ?= "cortexa7thf-neon" | 65 | DEFAULTTUNE_mx7 ?= "cortexa7thf-neon" |
| 66 | DEFAULTTUNE_vf ?= "cortexa5thf-neon" | 66 | DEFAULTTUNE_vf ?= "cortexa5thf-neon" |
| 67 | DEFAULTTUNE_mx8mm ?= "cortexa53-crypto" | 67 | |
| 68 | DEFAULTTUNE_mx8mn ?= "cortexa53-crypto" | 68 | DEFAULTTUNE_mx8mm ?= "cortexa53-crypto" |
| 69 | DEFAULTTUNE_mx8mq ?= "cortexa53-crypto" | 69 | DEFAULTTUNE_mx8mn ?= "cortexa53-crypto" |
| 70 | DEFAULTTUNE_mx8qm ?= "cortexa72-cortexa53-crypto" | 70 | DEFAULTTUNE_mx8mq ?= "cortexa53-crypto" |
| 71 | DEFAULTTUNE_mx8qm ?= "cortexa72-cortexa53-crypto" | ||
| 72 | DEFAULTTUNE_mx8qxp ?= "cortexa35-crypto" | ||
| 71 | 73 | ||
| 72 | INHERIT += "machine-overrides-extender" | 74 | INHERIT += "machine-overrides-extender" |
| 73 | 75 | ||
