From 3f87a477adbd7de0e2ee0f626652935280fb6ba7 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 14 Apr 2020 10:46:23 -0500 Subject: [PATCH] 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 (cherry picked from commit 5e62f2fb476405e77388da0f2963163173e0c090) --- conf/machine/imx8mqevk.conf | 2 +- conf/machine/include/imx-base.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/imx8mqevk.conf b/conf/machine/imx8mqevk.conf index a6cf9030..7c7625b8 100644 --- a/conf/machine/imx8mqevk.conf +++ b/conf/machine/imx8mqevk.conf @@ -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" diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 5ba1da75..ba5a65f3 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -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" -- 2.40.1