mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-02 01:20:09 +00:00
n1sdp: use upstream tunes file
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
DEFAULTTUNE ?= "neoversen1"
|
||||
|
||||
TUNEVALID[neoversen1] = "Enable Neoverse-N1 specific processor optimizations"
|
||||
# Note: Neoverse was called Ares, and GCC will accept "ares" in place of "neoverse-n1"
|
||||
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'neoversen1', ' -mcpu=neoverse-n1', '', d)}"
|
||||
|
||||
require conf/machine/include/arm/arch-armv8-2a.inc
|
||||
|
||||
# Little Endian base configs
|
||||
AVAILTUNES += "neoversen1"
|
||||
ARMPKGARCH:tune-neoversen1 = "neoversen1"
|
||||
TUNE_FEATURES:tune-neoversen1 = "aarch64 neoversen1 crc crypto"
|
||||
PACKAGE_EXTRA_ARCHS:tune-neoversen1 = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc-crypto} neoversen1"
|
||||
BASE_LIB:tune-neoversen1 = "lib64"
|
||||
@@ -4,7 +4,7 @@
|
||||
#@NAME: N1SDP machine
|
||||
#@DESCRIPTION: Machine configuration for N1SDP
|
||||
|
||||
require conf/machine/include/tune-neoversen1.inc
|
||||
require conf/machine/include/arm/armv8-2a/tune-neoversen1.inc
|
||||
|
||||
KERNEL_IMAGETYPE = "Image"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user