summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/arm/armv9a/tune-cortexx2.inc
blob: c116e30ff5916d7fed1c14b7c0761a981d8a1699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Tune Settings for cortex-x2
#
DEFAULTTUNE ?= "cortexx2"

TUNEVALID[cortexx2] = "Enable cortex-x2 specific processor optimizations"
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexx2', ' -mcpu=cortex-x2', '', d)}"

require conf/machine/include/arm/arch-armv9a.inc

AVAILTUNES                                        += "cortexx2"
ARMPKGARCH:tune-cortexx2                           = "cortexx2"
TUNE_FEATURES:tune-cortexx2                        = "aarch64 crypto cortexx2"
PACKAGE_EXTRA_ARCHS:tune-cortexx2                  = "${PACKAGE_EXTRA_ARCHS:tune-armv9a-crypto} cortexx2"
BASE_LIB:tune-cortexx2                             = "lib64"