summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-standalone/conf/machine/cortexr5.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/conf/machine/cortexr5.conf b/meta-xilinx-standalone/conf/machine/cortexr5.conf
new file mode 100644
index 00000000..48e1f125
--- /dev/null
+++ b/meta-xilinx-standalone/conf/machine/cortexr5.conf
@@ -0,0 +1,13 @@
1DEFAULTTUNE ?= "cortexr5"
2
3require conf/machine/include/arm/arch-arm.inc
4
5TUNEVALID[cortexr5] = "Enable Cortex-r5 specific processor optimizations"
6TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexr5', ' -mcpu=cortex-r5', '', d)}"
7
8AVAILTUNES += "cortexr5"
9
10ARMPKGARCH_tune-cortexr5 = "cortexr5"
11
12TUNE_FEATURES_tune-cortexr5 = "cortexr5"
13#PACKAGE_EXTRA_ARCHS_tune-cortexr5 = "cortexr5" \ No newline at end of file