[meta-freescale] [meta-fsl-arm][PATCH] imx-base.inc: Advertize thumb2 and vfp capability

Khem Raj raj.khem at gmail.com
Wed May 27 08:33:28 PDT 2015


These SoCs are capable of thmub2 ISA as well as VFP
unit is available on them. This patch makes the default
tunes aware of that. The final ISA still remains as it is currently but
it offers a choice to distros to choose an alternative thumb2 or a mix
if they want to.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 conf/machine/include/imx-base.inc | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 5683041..d80ca46 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -30,11 +30,13 @@ PREFERRED_VERSION_directfb_mx6 = "1.7.4"
 # Ship kernel modules
 MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
 
-# Float-Point setting
+# Defaults is to show thumb2, VFP and Neon
+# capabilities
+# Float-Point ABI setting
 # handled by software
-# DEFAULTTUNE_mx6 ?= "cortexa9-neon"
+# DEFAULTTUNE_mx6 ?= "cortexa9t2-vfp-neon"
 # handled by hardware
-DEFAULTTUNE_mx6 ?= "cortexa9hf-neon"
+DEFAULTTUNE_mx6 ?= "cortexa9t2hf-vfp-neon"
 
 # Sub-architecture support
 MACHINE_SOCARCH_SUFFIX ?= ""
-- 
2.1.4



More information about the meta-freescale mailing list