summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/arm/armv8-1m/tune-cortexm55.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/arm/armv8-1m/tune-cortexm55.inc')
-rw-r--r--meta/conf/machine/include/arm/armv8-1m/tune-cortexm55.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/conf/machine/include/arm/armv8-1m/tune-cortexm55.inc b/meta/conf/machine/include/arm/armv8-1m/tune-cortexm55.inc
new file mode 100644
index 0000000000..0a115be8a4
--- /dev/null
+++ b/meta/conf/machine/include/arm/armv8-1m/tune-cortexm55.inc
@@ -0,0 +1,15 @@
1#
2# Tune Settings for Cortex-M55
3#
4DEFAULTTUNE ?= "cortexm55"
5
6TUNEVALID[cortexm55] = "Enable Cortex-M55 specific processor optimizations"
7TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm55', ' -mcpu=cortex-m55', '', d)}"
8
9require conf/machine/include/arm/arch-armv8-1m-main.inc
10
11AVAILTUNES += "cortexm55"
12ARMPKGARCH:tune-cortexm55 = "cortexm55"
13# We do not want -march since -mcpu is added above to cover for it
14TUNE_FEATURES:tune-cortexm55 = "cortexm55"
15PACKAGE_EXTRA_ARCHS:tune-cortexm55 = "${PACKAGE_EXTRA_ARCHS:tune-armv8-1m-main} cortexm55"