blob: b82c9acb6c4dc69a932128201c94356dfb7c4e3b [file] [log] [blame]
Andrew Geissleraf5e4ef2020-10-16 10:22:50 -05001#
2# Tune Settings for Neoverse-E1
3#
4DEFAULTTUNE ?= "neoversee1"
5
6TUNEVALID[neoversee1] = "Enable Neoverse-E1 specific processor optimizations"
7TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'neoversee1', ' -mcpu=neoverse-e1', '', d)}"
8
9require conf/machine/include/arm/arch-armv8-2a.inc
10
11# Little Endian base configs
12AVAILTUNES += "neoversee1"
13ARMPKGARCH_tune-neoversee1 = "neoversee1"
14TUNE_FEATURES_tune-neoversee1 = "${TUNE_FEATURES_tune-armv8-2a-crypto} neoversee1"
15PACKAGE_EXTRA_ARCHS_tune-neoversee1 = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} neoversee1"
16BASE_LIB_tune-neoversee1 = "lib64"