1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +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 neoverse-512tvb
#
DEFAULTTUNE ?= "neoverse512tvb"
TUNEVALID[neoverse512tvb] = "Enable neoverse-512tvb specific processor optimizations"
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'neoverse512tvb', ' -mcpu=neoverse-512tvb', '', d)}"
require conf/machine/include/arm/arch-armv8-4a.inc
AVAILTUNES += "neoverse512tvb"
ARMPKGARCH:tune-neoverse512tvb = "neoverse512tvb"
TUNE_FEATURES:tune-neoverse512tvb = "aarch64 crypto neoverse512tvb"
PACKAGE_EXTRA_ARCHS:tune-neoverse512tvb = "${PACKAGE_EXTRA_ARCHS:tune-armv8-4a-crypto} neoverse512tvb"
BASE_LIB:tune-neoverse512tvb = "lib64"
@@ -0,0 +1,15 @@
#
# Tune Settings for neoverse-v1
#
DEFAULTTUNE ?= "neoversev1"
TUNEVALID[neoversev1] = "Enable neoverse-v1 specific processor optimizations"
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'neoversev1', ' -mcpu=neoverse-v1', '', d)}"
require conf/machine/include/arm/arch-armv8-4a.inc
AVAILTUNES += "neoversev1"
ARMPKGARCH:tune-neoversev1 = "neoversev1"
TUNE_FEATURES:tune-neoversev1 = "aarch64 crypto neoversev1"
PACKAGE_EXTRA_ARCHS:tune-neoversev1 = "${PACKAGE_EXTRA_ARCHS:tune-armv8-4a-crypto} neoversev1"
BASE_LIB:tune-neoversev1 = "lib64"