[oe-commits] Mark Brown : Add tuning for ARM1176JZF-S core

GIT User account git at amethyst.openembedded.net
Wed Jan 21 11:07:01 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1bd70f27e9c37f9e56e5c25e92822f2a2a8b398d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1bd70f27e9c37f9e56e5c25e92822f2a2a8b398d

Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date:   Thu Jan 15 16:50:32 2009 +0000

Add tuning for ARM1176JZF-S core

This core is featured in processors such as the S3C6410.

---

 conf/machine/include/tune-arm1176jzf-s.inc |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/tune-arm1176jzf-s.inc b/conf/machine/include/tune-arm1176jzf-s.inc
new file mode 100644
index 0000000..b7c5291
--- /dev/null
+++ b/conf/machine/include/tune-arm1176jzf-s.inc
@@ -0,0 +1,7 @@
+TARGET_CC_ARCH = "-march=armv6j -mtune=arm1176jzf-s -mfpu=vfp -mfloat-abi=softfp"
+FEED_ARCH = "armv6"
+BASE_PACKAGE_ARCH = "armv6"
+PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6"
+
+# Include tune file for thumb support, it defaults to off so DISTROs can turn it on if they wish
+require conf/machine/include/tune-thumb.inc





More information about the Openembedded-commits mailing list