blob: 15ed595bdeab4e55c212db327efc2da3b82a4e0f [file] [log] [blame]
Andrew Geisslerf0343792020-11-18 10:42:21 -06001#
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"
Patrick Williams213cb262021-08-07 19:21:33 -050013ARMPKGARCH: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"