1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

arm/armv*: add all the Arm tunes in GCC 13.2.0

(From OE-Core rev: 5af154b66459ac05409619c81dd247c252b673f3)

Signed-off-by: Jon Mason <jon.mason@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jon Mason
2024-02-05 13:40:53 +01:00
committed by Richard Purdie
parent e71f54c6ef
commit cc740bf63d
16 changed files with 257 additions and 0 deletions
@@ -0,0 +1,15 @@
#
# Tune Settings for cortex-a78ae
#
DEFAULTTUNE ?= "cortexa78ae"
TUNEVALID[cortexa78ae] = "Enable cortex-a78ae specific processor optimizations"
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa78ae', ' -mcpu=cortex-a78ae', '', d)}"
require conf/machine/include/arm/arch-armv8-2a.inc
AVAILTUNES += "cortexa78ae"
ARMPKGARCH:tune-cortexa78ae = "cortexa78ae"
TUNE_FEATURES:tune-cortexa78ae = "aarch64 crypto cortexa78ae"
PACKAGE_EXTRA_ARCHS:tune-cortexa78ae = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} cortexa78ae"
BASE_LIB:tune-cortexa78ae = "lib64"
@@ -0,0 +1,15 @@
#
# Tune Settings for cortex-a78c
#
DEFAULTTUNE ?= "cortexa78c"
TUNEVALID[cortexa78c] = "Enable cortex-a78c specific processor optimizations"
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa78c', ' -mcpu=cortex-a78c', '', d)}"
require conf/machine/include/arm/arch-armv8-2a.inc
AVAILTUNES += "cortexa78c"
ARMPKGARCH:tune-cortexa78c = "cortexa78c"
TUNE_FEATURES:tune-cortexa78c = "aarch64 crypto cortexa78c"
PACKAGE_EXTRA_ARCHS:tune-cortexa78c = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} cortexa78c"
BASE_LIB:tune-cortexa78c = "lib64"
@@ -0,0 +1,15 @@
#
# Tune Settings for cortex-x1
#
DEFAULTTUNE ?= "cortexx1"
TUNEVALID[cortexx1] = "Enable cortex-x1 specific processor optimizations"
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexx1', ' -mcpu=cortex-x1', '', d)}"
require conf/machine/include/arm/arch-armv8-2a.inc
AVAILTUNES += "cortexx1"
ARMPKGARCH:tune-cortexx1 = "cortexx1"
TUNE_FEATURES:tune-cortexx1 = "aarch64 crypto cortexx1"
PACKAGE_EXTRA_ARCHS:tune-cortexx1 = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} cortexx1"
BASE_LIB:tune-cortexx1 = "lib64"
@@ -0,0 +1,15 @@
#
# Tune Settings for cortex-x1c
#
DEFAULTTUNE ?= "cortexx1c"
TUNEVALID[cortexx1c] = "Enable cortex-x1c specific processor optimizations"
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexx1c', ' -mcpu=cortex-x1c', '', d)}"
require conf/machine/include/arm/arch-armv8-2a.inc
AVAILTUNES += "cortexx1c"
ARMPKGARCH:tune-cortexx1c = "cortexx1c"
TUNE_FEATURES:tune-cortexx1c = "aarch64 crypto cortexx1c"
PACKAGE_EXTRA_ARCHS:tune-cortexx1c = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} cortexx1c"
BASE_LIB:tune-cortexx1c = "lib64"