1#
2# Tune Settings for cortex-x1
3#
4DEFAULTTUNE ?= "cortexx1"
5
6TUNEVALID[cortexx1] = "Enable cortex-x1 specific processor optimizations"
7TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexx1', ' -mcpu=cortex-x1', '', d)}"
8
9require conf/machine/include/arm/arch-armv8-2a.inc
10
11AVAILTUNES                                        += "cortexx1"
12ARMPKGARCH:tune-cortexx1                           = "cortexx1"
13TUNE_FEATURES:tune-cortexx1                        = "aarch64 crypto cortexx1"
14PACKAGE_EXTRA_ARCHS:tune-cortexx1                  = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} cortexx1"
15BASE_LIB:tune-cortexx1                             = "lib64"
16