summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/arm/armv8-2a/tune-neoversee1.inc
blob: b82c9acb6c4dc69a932128201c94356dfb7c4e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Tune Settings for Neoverse-E1
#
DEFAULTTUNE                                        ?= "neoversee1"

TUNEVALID[neoversee1] = "Enable Neoverse-E1 specific processor optimizations"
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'neoversee1', ' -mcpu=neoverse-e1', '', d)}"

require conf/machine/include/arm/arch-armv8-2a.inc

# Little Endian base configs
AVAILTUNES                                         += "neoversee1"
ARMPKGARCH_tune-neoversee1                          = "neoversee1"
TUNE_FEATURES_tune-neoversee1                       = "${TUNE_FEATURES_tune-armv8-2a-crypto} neoversee1"
PACKAGE_EXTRA_ARCHS_tune-neoversee1                 = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} neoversee1"
BASE_LIB_tune-neoversee1                            = "lib64"