summaryrefslogtreecommitdiff
path: root/poky/meta/conf/machine/include/tune-cortexa55.inc
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/conf/machine/include/tune-cortexa55.inc')
-rw-r--r--poky/meta/conf/machine/include/tune-cortexa55.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/poky/meta/conf/machine/include/tune-cortexa55.inc b/poky/meta/conf/machine/include/tune-cortexa55.inc
new file mode 100644
index 000000000..274944819
--- /dev/null
+++ b/poky/meta/conf/machine/include/tune-cortexa55.inc
@@ -0,0 +1,14 @@
+DEFAULTTUNE ?= "cortexa55"
+
+TUNEVALID[cortexa55] = "Enable Cortex-A55 specific processor optimizations"
+TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa55', ' -mcpu=cortex-a55', '', d)}"
+
+require conf/machine/include/arm/arch-armv8a.inc
+
+# Little Endian base configs
+AVAILTUNES += "cortexa55"
+ARMPKGARCH_tune-cortexa55 = "cortexa55"
+TUNE_FEATURES_tune-cortexa55 = "aarch64 cortexa55 crc crypto"
+TUNE_PKGARCH_tune-cortexa55 = "cortexa55"
+PACKAGE_EXTRA_ARCHS_tune-cortexa55 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa55"
+BASE_LIB_tune-cortexa55 = "lib64"