From: Angelo Dureghello <angelo@sysam.it>
To: openembedded-core@lists.openembedded.org
Cc: Angelo Dureghello <angelo@sysam.it>
Subject: [PATCH 4/4] conf/machine/include: add mcf5441x cpu type tuning
Date: Thu, 4 Oct 2018 15:29:53 +0200 [thread overview]
Message-ID: <20181004132953.3568-5-angelo@sysam.it> (raw)
In-Reply-To: <20181004132953.3568-1-angelo@sysam.it>
This patch adds tuning for the mcf5441x ColdFire family.
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
---
meta/conf/machine/include/tune-mcf5441x.inc | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 meta/conf/machine/include/tune-mcf5441x.inc
diff --git a/meta/conf/machine/include/tune-mcf5441x.inc b/meta/conf/machine/include/tune-mcf5441x.inc
new file mode 100644
index 0000000000..11a41a7c5d
--- /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"
+
--
2.11.0
next prev parent reply other threads:[~2018-10-04 13:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-04 13:29 (No subject) Angelo Dureghello
2018-10-04 13:29 ` [PATCH 1/4] siteinfo: define data for m68k Angelo Dureghello
2018-10-04 13:29 ` [PATCH 2/4] kernel-arch.bbclass: add m68k to kernel arch map Angelo Dureghello
2018-10-04 13:29 ` [PATCH 3/4] conf/machine/include: add m68k architecture definitions Angelo Dureghello
2018-10-04 22:02 ` Richard Purdie
2018-10-04 22:56 ` Khem Raj
2018-10-04 13:29 ` Angelo Dureghello [this message]
2018-10-04 13:55 ` (No subject) Burton, Ross
2018-10-04 15:00 ` Andrea Adami
2018-10-04 15:08 ` Angelo Dureghello
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181004132953.3568-5-angelo@sysam.it \
--to=angelo@sysam.it \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox