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