summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/arm/armv7r/tune-cortexr7.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/arm/armv7r/tune-cortexr7.inc')
-rw-r--r--meta/conf/machine/include/arm/armv7r/tune-cortexr7.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/conf/machine/include/arm/armv7r/tune-cortexr7.inc b/meta/conf/machine/include/arm/armv7r/tune-cortexr7.inc
new file mode 100644
index 0000000000..bfae1f0075
--- /dev/null
+++ b/meta/conf/machine/include/arm/armv7r/tune-cortexr7.inc
@@ -0,0 +1,14 @@
1#
2# Tune Settings for Cortex-R7
3#
4DEFAULTTUNE ?= "cortexr7"
5
6TUNEVALID[cortexr7] = "Enable Cortex-R7 specific processor optimizations"
7TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexr7', ' -mcpu=cortex-r7', '', d)}"
8
9require conf/machine/include/arm/arch-armv7r.inc
10
11AVAILTUNES += "cortexr7"
12ARMPKGARCH:tune-cortexr7 = "cortexr7"
13TUNE_FEATURES:tune-cortexr7 = "${TUNE_FEATURES:tune-armv7r-vfpv3d16} cortexr7 idiv"
14PACKAGE_EXTRA_ARCHS:tune-cortexr7 = "${PACKAGE_EXTRA_ARCHS:tune-armv7r-vfpv3d16} cortexr7-vfpv3d16"