diff options
| author | Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> | 2019-02-01 17:12:13 -0800 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-12-09 17:00:45 -0800 |
| commit | a127db981534b6817c8f57b8d30928d7cd6afc55 (patch) | |
| tree | f79920447842917b77d235de53e0eaadd2509162 /meta-xilinx-standalone/conf | |
| parent | 0d44ea226dbcf308f7d2bf55231083592b327631 (diff) | |
| download | meta-xilinx-a127db981534b6817c8f57b8d30928d7cd6afc55.tar.gz | |
Adds MACHINE.conf containing default tune for Cortex R5
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/conf')
| -rw-r--r-- | meta-xilinx-standalone/conf/machine/cortexr5.conf | 13 |
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 @@ | |||
| 1 | DEFAULTTUNE ?= "cortexr5" | ||
| 2 | |||
| 3 | require conf/machine/include/arm/arch-arm.inc | ||
| 4 | |||
| 5 | TUNEVALID[cortexr5] = "Enable Cortex-r5 specific processor optimizations" | ||
| 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexr5', ' -mcpu=cortex-r5', '', d)}" | ||
| 7 | |||
| 8 | AVAILTUNES += "cortexr5" | ||
| 9 | |||
| 10 | ARMPKGARCH_tune-cortexr5 = "cortexr5" | ||
| 11 | |||
| 12 | TUNE_FEATURES_tune-cortexr5 = "cortexr5" | ||
| 13 | #PACKAGE_EXTRA_ARCHS_tune-cortexr5 = "cortexr5" \ No newline at end of file | ||
