diff options
| -rw-r--r-- | meta/conf/machine/include/tune-cortexa9.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-cortexa9.inc b/meta/conf/machine/include/tune-cortexa9.inc new file mode 100644 index 0000000000..28049abb70 --- /dev/null +++ b/meta/conf/machine/include/tune-cortexa9.inc | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DEFAULTTUNE ?= "cortexa9-neon" | ||
| 2 | |||
| 3 | require conf/machine/include/arm/arch-armv7a.inc | ||
| 4 | |||
| 5 | TUNEVALID[cortexa9] = "Enable Cortex-A9 specific processor optimizations" | ||
| 6 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "cortexa9", "-mtune=cortex-a9", "", d)}" | ||
| 7 | |||
| 8 | # Little Endian base configs | ||
| 9 | AVAILTUNES += "cortexa9 cortexa9t cortexa9-neon" | ||
| 10 | TUNE_FEATURES_tune-cortexa9 = "${TUNE_FEATURES_tune-armv7a} cortexa9" | ||
| 11 | TUNE_FEATURES_tune-cortexa9t = "${TUNE_FEATURES_tune-armv7at} cortexa9" | ||
| 12 | TUNE_FEATURES_tune-cortexa9-neon = "${TUNE_FEATURES_tune-armv7a-neon} cortexa9" | ||
| 13 | PACKAGE_EXTRA_ARCHS_tune-cortexa9 = "${PACKAGE_EXTRA_ARCHS_tune-armv7at}" | ||
| 14 | PACKAGE_EXTRA_ARCHS_tune-cortexa9t = "${PACKAGE_EXTRA_ARCHS_tune-armv7at}" | ||
| 15 | PACKAGE_EXTRA_ARCHS_tune-cortexa9-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7at-neon}" | ||
| 16 | |||
| 17 | # VFP Tunes | ||
| 18 | AVAILTUNES += "cortexa9hf cortexa9thf cortexa9hf-neon" | ||
| 19 | TUNE_FEATURES_tune-cortexa9hf ?= "${TUNE_FEATURES_tune-armv7ahf} cortexa9" | ||
| 20 | TUNE_FEATURES_tune-cortexa9thf ?= "${TUNE_FEATURES_tune-armv7athf} cortexa9" | ||
| 21 | TUNE_FEATURES_tune-cortexa9hf-neon ?= "${TUNE_FEATURES_tune-armv7ahf-neon} cortexa9" | ||
| 22 | PACKAGE_EXTRA_ARCHS_tune-cortexa9hf = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf}" | ||
| 23 | PACKAGE_EXTRA_ARCHS_tune-cortexa9thf = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf}" | ||
| 24 | PACKAGE_EXTRA_ARCHS_tune-cortexa9hf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf-neon}" | ||
