diff options
| author | Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> | 2019-02-01 17:12:20 -0800 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-12-09 17:00:45 -0800 |
| commit | 5b5cb85d1a066bb7fc75e201156a686b5a680658 (patch) | |
| tree | 93c90fb9c5340bfcc8f44b813051bfb126fdfb91 /meta-xilinx-standalone | |
| parent | a127db981534b6817c8f57b8d30928d7cd6afc55 (diff) | |
| download | meta-xilinx-5b5cb85d1a066bb7fc75e201156a686b5a680658.tar.gz | |
Adds MACHINE.conf containing default tune for Cortex A53
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone')
| -rw-r--r-- | meta-xilinx-standalone/conf/machine/cortexa53.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/conf/machine/cortexa53.conf b/meta-xilinx-standalone/conf/machine/cortexa53.conf new file mode 100644 index 00000000..ac2f21f2 --- /dev/null +++ b/meta-xilinx-standalone/conf/machine/cortexa53.conf | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DEFAULTTUNE ?= "cortexa53" | ||
| 2 | |||
| 3 | require conf/machine/include/arm/arch-armv8.inc | ||
| 4 | |||
| 5 | TUNEVALID[cortexa53] = "Enable Cortex-a53 specific processor optimizations" | ||
| 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa53', ' -mcpu=cortex-a53', '', d)}" | ||
| 7 | |||
| 8 | AVAILTUNES += "cortexa53" | ||
| 9 | |||
| 10 | ARMPKGARCH_tune-cortexa53 = "cortexa53" | ||
| 11 | |||
| 12 | TUNE_FEATURES_tune-cortexa53 = "${TUNE_FEATURES_tune-aarch64} cortexa53" | ||
| 13 | PACKAGE_EXTRA_ARCHS_tune-cortexa53 = "${PACKAGE_EXTRA_ARCHS_tune-aarch64}" | ||
| 14 | |||
