aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-28 01:37:45 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-30 16:40:39 +0100
commit0d741511a6be60faec917583c1c50863e31c3e0d (patch)
tree2069e59228549753b3e255e12cddc26e0c698b94 /conf/machine/include
parent40e86b9249cc171f0e4369d9723d7177a8a3d7e4 (diff)
downloadmeta-handheld-0d741511a6be60faec917583c1c50863e31c3e0d.tar.gz
Update for tune file cleanup in oe-core
* Remove tune-xscale.inc, tune-arm*.inc * Switch machines using tune-strongarm.inc to tune-strongarm1100.inc Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/tune-arm920t.inc4
-rw-r--r--conf/machine/include/tune-arm926ejs.inc7
-rw-r--r--conf/machine/include/tune-strongarm.inc11
-rw-r--r--conf/machine/include/tune-xscale.inc9
-rw-r--r--conf/machine/include/zaurus.inc2
5 files changed, 0 insertions, 33 deletions
diff --git a/conf/machine/include/tune-arm920t.inc b/conf/machine/include/tune-arm920t.inc
deleted file mode 100644
index fee5c58..0000000
--- a/conf/machine/include/tune-arm920t.inc
+++ /dev/null
@@ -1,4 +0,0 @@
-FEED_ARCH = "armv4t"
-BASE_PACKAGE_ARCH = "armv4t"
-TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"
-PACKAGE_EXTRA_ARCHS += "armv4 armv4t"
diff --git a/conf/machine/include/tune-arm926ejs.inc b/conf/machine/include/tune-arm926ejs.inc
deleted file mode 100644
index f41e460..0000000
--- a/conf/machine/include/tune-arm926ejs.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-FEED_ARCH = "armv5te"
-PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te"
-# For gcc 3.x you need:
-#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
-# For gcc 4.x you need:
-TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
-BASE_PACKAGE_ARCH = "armv5te"
diff --git a/conf/machine/include/tune-strongarm.inc b/conf/machine/include/tune-strongarm.inc
deleted file mode 100644
index ac584e3..0000000
--- a/conf/machine/include/tune-strongarm.inc
+++ /dev/null
@@ -1,11 +0,0 @@
-# This machine lists common configuration options for Strongarm devices
-# gcc does not differentiate between the different Strongarm versions, so neither do we
-# http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-January/004031.html
-
-TARGET_CC_ARCH = "-march=armv4 -mtune=strongarm"
-FEED_ARCH = "armv4"
-BASE_PACKAGE_ARCH = "armv4"
-PACKAGE_EXTRA_ARCHS += "armv4"
-
-ARM_INSTRUCTION_SET = "arm"
-THUMB_INTERWORK = "no"
diff --git a/conf/machine/include/tune-xscale.inc b/conf/machine/include/tune-xscale.inc
deleted file mode 100644
index f0f58bc..0000000
--- a/conf/machine/include/tune-xscale.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-# this depends on fact that for ARM the TARGET_ARCH is 'arm' for little endian and 'armeb' for bigendian
-# this is the case as of now for all arm machines in OE.
-
-FEED_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('TARGET_ARCH', d, 1) == 'arm']}"
-
-TARGET_CC_ARCH = "-march=armv5te -mtune=xscale"
-TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale"
-PACKAGE_EXTRA_ARCHS += "${@['armv4b armv4tb armv5teb', 'armv4 armv4t armv5te'][ bb.data.getVar('TARGET_ARCH', d, 1) == 'arm']}"
-BASE_PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('TARGET_ARCH', d, 1) == 'arm']}"
diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc
index 0bbed6e..713995c 100644
--- a/conf/machine/include/zaurus.inc
+++ b/conf/machine/include/zaurus.inc
@@ -76,8 +76,6 @@ LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga"
# machine tuning
################
-TARGET_ARCH = "arm"
-
SERIAL_CONSOLE = "115200 ttyS0"
SERIAL_CONSOLE_collie = "115200 ttySA0"