diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2012-10-18 18:27:27 -0400 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2012-10-31 00:49:26 -0400 |
| commit | 44a31f698c599ee4937e7130f62330ef4faa3662 (patch) | |
| tree | f32503d12e4fa76079e196ae02a468e115c10b42 /conf/machine | |
| parent | 95e12712ddffcc7ec0789a8700137afe2e449445 (diff) | |
| download | meta-ti-44a31f698c599ee4937e7130f62330ef4faa3662.tar.gz | |
tune-cortexa15: add tunes for ARM Cortex-A15
http://www.arm.com/products/processors/cortex-a/cortex-a15.php
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/include/tune-cortexa15.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/include/tune-cortexa15.inc b/conf/machine/include/tune-cortexa15.inc new file mode 100644 index 00000000..690e9340 --- /dev/null +++ b/conf/machine/include/tune-cortexa15.inc | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DEFAULTTUNE ?= "cortexa15-neon" | ||
| 2 | |||
| 3 | require conf/machine/include/arm/arch-armv7a.inc | ||
| 4 | |||
| 5 | TUNEVALID[cortexa15] = "Enable Cortex-A15 specific processor optimizations" | ||
| 6 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "cortexa15", "-mtune=cortex-a15", "", d)}" | ||
| 7 | |||
| 8 | # Little Endian base configs | ||
| 9 | AVAILTUNES += "cortexa15 cortexa15t cortexa15-neon" | ||
| 10 | TUNE_FEATURES_tune-cortexa15 = "${TUNE_FEATURES_tune-armv7a} cortexa15" | ||
| 11 | TUNE_FEATURES_tune-cortexa15t = "${TUNE_FEATURES_tune-armv7at} cortexa15" | ||
| 12 | TUNE_FEATURES_tune-cortexa15-neon = "${TUNE_FEATURES_tune-armv7a-neon} cortexa15" | ||
| 13 | PACKAGE_EXTRA_ARCHS_tune-cortexa15 = "${PACKAGE_EXTRA_ARCHS_tune-armv7a}" | ||
| 14 | PACKAGE_EXTRA_ARCHS_tune-cortexa15t = "${PACKAGE_EXTRA_ARCHS_tune-armv7at}" | ||
| 15 | PACKAGE_EXTRA_ARCHS_tune-cortexa15-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7a-neon}" | ||
| 16 | |||
| 17 | # VFP Tunes | ||
| 18 | AVAILTUNES += "cortexa15hf cortexa15thf cortexa15hf-neon" | ||
| 19 | TUNE_FEATURES_tune-cortexa15hf ?= "${TUNE_FEATURES_tune-armv7ahf} cortexa15" | ||
| 20 | TUNE_FEATURES_tune-cortexa15thf ?= "${TUNE_FEATURES_tune-armv7athf} cortexa15" | ||
| 21 | TUNE_FEATURES_tune-cortexa15hf-neon ?= "${TUNE_FEATURES_tune-armv7ahf-neon} cortexa15" | ||
| 22 | PACKAGE_EXTRA_ARCHS_tune-cortexa15hf = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf}" | ||
| 23 | PACKAGE_EXTRA_ARCHS_tune-cortexa15thf = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf}" | ||
| 24 | PACKAGE_EXTRA_ARCHS_tune-cortexa15hf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf-neon}" | ||
