From: Angelo Dureghello Date: Thu, 4 Oct 2018 13:29:53 +0000 (+0200) Subject: conf/machine/include: add mcf5441x cpu type tuning X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~16493 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e7192b607361769c03b939437c9815672ceadb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git conf/machine/include: add mcf5441x cpu type tuning This patch adds tuning for the mcf5441x ColdFire family. Signed-off-by: Angelo Dureghello Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/include/tune-mcf5441x.inc b/meta/conf/machine/include/tune-mcf5441x.inc new file mode 100644 index 00000000000..11a41a7c5df --- /dev/null +++ b/meta/conf/machine/include/tune-mcf5441x.inc @@ -0,0 +1,13 @@ +DEFAULTTUNE ?= "mcf5441x" + +require conf/machine/include/m68k/arch-m68k.inc + +TUNEVALID[mcf5441x] = "Enable coldfire specific processor optimizations" +TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mcf5441x', ' -mcpu=54418', '', d)}" + +AVAILTUNES += "mcf5441x" +TUNE_FEATURES_tune-mcf5441x = "mcf5441x" +TUNE_ARCH_tune-mcf5441x = "mcf5441x" +TUNE_PKGARCH_tune-mcf5441x = "mcf5441x" +PACKAGE_EXTRA_ARCHS_tune-mcf5441x = "m68k mcf5441x" +