aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /conf/machine
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/.mtn2git_empty0
-rw-r--r--conf/machine/geodegx.conf12
-rw-r--r--conf/machine/jornada7xx.conf8
-rw-r--r--conf/machine/lite5200.conf19
-rw-r--r--conf/machine/mainstone.conf22
-rw-r--r--conf/machine/native.conf12
-rw-r--r--conf/machine/omap1510inn.conf18
-rw-r--r--conf/machine/omap1710h3.conf18
-rw-r--r--conf/machine/omap2420h4.conf18
-rw-r--r--conf/machine/rt3000.conf12
-rw-r--r--conf/machine/tosa-2.4.conf19
-rw-r--r--conf/machine/tune-arm920t.conf2
-rw-r--r--conf/machine/tune-c3.conf3
-rw-r--r--conf/machine/tune-ppc603e.conf2
-rw-r--r--conf/machine/tune-ppce500.conf2
-rw-r--r--conf/machine/tune-sh3.conf1
-rw-r--r--conf/machine/tune-sh4.conf1
-rw-r--r--conf/machine/tune-strongarm.conf2
-rw-r--r--conf/machine/tune-supersparc.conf2
-rw-r--r--conf/machine/tune-xscale.conf3
-rw-r--r--conf/machine/vibren-pxa255idp.conf23
-rw-r--r--conf/machine/wl500g.conf7
22 files changed, 206 insertions, 0 deletions
diff --git a/conf/machine/.mtn2git_empty b/conf/machine/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/conf/machine/.mtn2git_empty
diff --git a/conf/machine/geodegx.conf b/conf/machine/geodegx.conf
index e69de29bb2..23a08cc99d 100644
--- a/conf/machine/geodegx.conf
+++ b/conf/machine/geodegx.conf
@@ -0,0 +1,12 @@
+# Machine file for devices with the AMD Geode GX processor
+# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+TARGET_ARCH = "i486"
+IPKG_ARCHS = "all i486 geodegx"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-geodegx"
+BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev"
+BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
+
+udevdir = "/dev"
diff --git a/conf/machine/jornada7xx.conf b/conf/machine/jornada7xx.conf
index e69de29bb2..b3e1840469 100644
--- a/conf/machine/jornada7xx.conf
+++ b/conf/machine/jornada7xx.conf
@@ -0,0 +1,8 @@
+#@TYPE: Machine
+#@NAME: HP Jornada 7xx
+#@DESCRIPTION: Machine configuration for the SA1100 based HP Jornada 7xx palmtop computer
+
+TARGET_ARCH = "arm"
+IPKG_ARCHS = "all arm ${MACHINE}"
+
+include conf/machine/tune-strongarm.conf \ No newline at end of file
diff --git a/conf/machine/lite5200.conf b/conf/machine/lite5200.conf
index e69de29bb2..e8cb819551 100644
--- a/conf/machine/lite5200.conf
+++ b/conf/machine/lite5200.conf
@@ -0,0 +1,19 @@
+TARGET_ARCH = "powerpc"
+TARGET_OS = "linux"
+IPKG_ARCHS = "all ppc ${MACHINE}"
+UBOOT_MACHINE = "Lite5200"
+SERIAL_CONSOLE="38400 ttyS0"
+
+DISTRO = "familiar"
+
+TARGET_PREFIX = powerpc-603e-linux-gnu-
+ASSUME_PROVIDED += "virtual/${TARGET_PREFIX}gcc virtual/libc"
+PREFERRED_PROVIDERS += "virtual/qte:qte virtual/libqpe:libqpe-opie"
+PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-qpe"
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
+
+IMAGE_FSTYPES = "jffs2 tar"
+
+include conf/machine/tune-ppc603e.conf
diff --git a/conf/machine/mainstone.conf b/conf/machine/mainstone.conf
index e69de29bb2..e9ef8fae18 100644
--- a/conf/machine/mainstone.conf
+++ b/conf/machine/mainstone.conf
@@ -0,0 +1,22 @@
+#@TYPE: Machine
+#@Name: Vibren PXA255 IDP Development Platform
+#@DESCRIPTION: Machine configuration for Vibren PXA255 IDP
+
+TARGET_ARCH = "arm"
+
+GUI_MACHINE_CLASS = "smallscreen"
+IPKG_ARCHS = "all arm armv5te ${MACHINE}"
+
+PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
+
+BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel"
+
+include conf/machine/tune-xscale.conf
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS0"
+
+# used by opie-collections.inc
+ROOT_FLASH_SIZE = "32"
+
+
diff --git a/conf/machine/native.conf b/conf/machine/native.conf
index e69de29bb2..b28565316f 100644
--- a/conf/machine/native.conf
+++ b/conf/machine/native.conf
@@ -0,0 +1,12 @@
+#@TYPE: Machine
+#@NAME: Build Station
+#@DESCRIPTION: Machine configuration for your build station.
+
+TARGET_ARCH = "${BUILD_ARCH}"
+IPKG_ARCHS = "all ${TARGET_ARCH}"
+TARGET_PREFIX = ""
+VENDOR = "-oe"
+
+PREFERRED_PROVIDER_virtual/kernel = "native-kernel"
+ASSUME_PROVIDED = "virtual/gcc-initial virtual/gcc virtual/g++"
+ASSUME_PROVIDED += "binutils-cross"
diff --git a/conf/machine/omap1510inn.conf b/conf/machine/omap1510inn.conf
index e69de29bb2..40aaa2917a 100644
--- a/conf/machine/omap1510inn.conf
+++ b/conf/machine/omap1510inn.conf
@@ -0,0 +1,18 @@
+#@TYPE: Machine
+#@NAME: OMAP1610 cpu on an H2 board
+#@DESCRIPTION: Machine configuration for the OMAP H2 development board with a 1610 processor
+
+TARGET_ARCH = "arm"
+IPKG_ARCHS = "all arm armv5te ${MACHINE}"
+
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap-2.6"
+PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
+
+BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel modutils-collateral"
+BOOTSTRAP_EXTRA_RDEPENDS += "modutils-collateral"
+
+SERIAL_CONSOLE ?= "115200 ttyS0"
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
+
+include conf/machine/tune-arm926ejs.conf
diff --git a/conf/machine/omap1710h3.conf b/conf/machine/omap1710h3.conf
index e69de29bb2..40aaa2917a 100644
--- a/conf/machine/omap1710h3.conf
+++ b/conf/machine/omap1710h3.conf
@@ -0,0 +1,18 @@
+#@TYPE: Machine
+#@NAME: OMAP1610 cpu on an H2 board
+#@DESCRIPTION: Machine configuration for the OMAP H2 development board with a 1610 processor
+
+TARGET_ARCH = "arm"
+IPKG_ARCHS = "all arm armv5te ${MACHINE}"
+
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap-2.6"
+PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
+
+BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel modutils-collateral"
+BOOTSTRAP_EXTRA_RDEPENDS += "modutils-collateral"
+
+SERIAL_CONSOLE ?= "115200 ttyS0"
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
+
+include conf/machine/tune-arm926ejs.conf
diff --git a/conf/machine/omap2420h4.conf b/conf/machine/omap2420h4.conf
index e69de29bb2..2e81beb306 100644
--- a/conf/machine/omap2420h4.conf
+++ b/conf/machine/omap2420h4.conf
@@ -0,0 +1,18 @@
+#@TYPE: Machine
+#@NAME: OMAP1610 cpu on an H2 board
+#@DESCRIPTION: Machine configuration for the OMAP H2 development board with a 1610 processor
+
+TARGET_ARCH = "arm"
+IPKG_ARCHS = "all arm armv5te armv6te ${MACHINE}"
+
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap-2.6"
+PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
+
+BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel modutils-collateral"
+BOOTSTRAP_EXTRA_RDEPENDS += "modutils-collateral"
+
+SERIAL_CONSOLE ?= "115200 ttyS0"
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
+
+include conf/machine/tune-arm926ejs.conf
diff --git a/conf/machine/rt3000.conf b/conf/machine/rt3000.conf
index e69de29bb2..ce327d5e68 100644
--- a/conf/machine/rt3000.conf
+++ b/conf/machine/rt3000.conf
@@ -0,0 +1,12 @@
+#@TYPE: Machine
+#@NAME: M&N RT3000/RT4000
+#@DESCRIPTION: Machine configuration for the PXA255 based M&N Solutions Radio Terminal RT3000/RT4000
+
+PREFERRED_PROVIDER_virtual/kernel = "rt3000"
+
+USE_DEVFS = "1"
+GUI_MACHINE_CLASS = "smallscreen"
+
+# For sysvinit:
+USE_VT = "0"
+SERIAL_CONSOLE = "115200 tts/0"
diff --git a/conf/machine/tosa-2.4.conf b/conf/machine/tosa-2.4.conf
index e69de29bb2..e33de0582e 100644
--- a/conf/machine/tosa-2.4.conf
+++ b/conf/machine/tosa-2.4.conf
@@ -0,0 +1,19 @@
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa"
+BOOTSTRAP_EXTRA_DEPENDS += "wlan-ng-modules virtual/kernel hostap-modules \
+ orinoco-modules sharp-sdmmc-support usbutils"
+BOOTSTRAP_EXTRA_RDEPENDS += "wlan-ng-modules wlan-ng-utils kernel-module-acm \
+ kernel-module-evdev kernel-module-net-fd \
+ kernel-module-pxa-bi kernel-module-registers \
+ kernel-module-storage-fd kernel-module-usb-ohci-tc6393 \
+ kernel-module-usb-storage \
+ kernel hostap-modules-cs orinoco-modules-cs \
+ sharp-sdmmc-support kernel-module-pxa-bi \
+ kernel-module-ip-gre \
+ kernel-module-irnet kernel-module-ipip kernel-module-usbcore \
+ kernel-module-usbdcore kernel-module-usbdmonitor"
+
+RRECOMMENDS += "kernel-module-usbdserial kernel-module-usbkbd \
+ kernel-module-usbmouse kernel-module-hid usbutils \
+ kernel-module-evdev"
+
diff --git a/conf/machine/tune-arm920t.conf b/conf/machine/tune-arm920t.conf
index e69de29bb2..936b137517 100644
--- a/conf/machine/tune-arm920t.conf
+++ b/conf/machine/tune-arm920t.conf
@@ -0,0 +1,2 @@
+TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"
+
diff --git a/conf/machine/tune-c3.conf b/conf/machine/tune-c3.conf
index e69de29bb2..e6a522af10 100644
--- a/conf/machine/tune-c3.conf
+++ b/conf/machine/tune-c3.conf
@@ -0,0 +1,3 @@
+TARGET_CC_ARCH = "-march=c3 -mtune=c3"
+PACKAGE_ARCH = "i586"
+
diff --git a/conf/machine/tune-ppc603e.conf b/conf/machine/tune-ppc603e.conf
index e69de29bb2..7c8714cfc2 100644
--- a/conf/machine/tune-ppc603e.conf
+++ b/conf/machine/tune-ppc603e.conf
@@ -0,0 +1,2 @@
+TARGET_CC_ARCH = "-mcpu=603e"
+PACKAGE_ARCH = "ppc603e"
diff --git a/conf/machine/tune-ppce500.conf b/conf/machine/tune-ppce500.conf
index e69de29bb2..11717eba70 100644
--- a/conf/machine/tune-ppce500.conf
+++ b/conf/machine/tune-ppce500.conf
@@ -0,0 +1,2 @@
+TARGET_CC_ARCH = "-mcpu=8540"
+PACKAGE_ARCH = "ppce500"
diff --git a/conf/machine/tune-sh3.conf b/conf/machine/tune-sh3.conf
index e69de29bb2..192dd8fd22 100644
--- a/conf/machine/tune-sh3.conf
+++ b/conf/machine/tune-sh3.conf
@@ -0,0 +1 @@
+TARGET_CC_ARCH = "-ml -m3"
diff --git a/conf/machine/tune-sh4.conf b/conf/machine/tune-sh4.conf
index e69de29bb2..866f7f89d5 100644
--- a/conf/machine/tune-sh4.conf
+++ b/conf/machine/tune-sh4.conf
@@ -0,0 +1 @@
+TARGET_CC_ARCH = "-ml -m4"
diff --git a/conf/machine/tune-strongarm.conf b/conf/machine/tune-strongarm.conf
index e69de29bb2..8654c996ef 100644
--- a/conf/machine/tune-strongarm.conf
+++ b/conf/machine/tune-strongarm.conf
@@ -0,0 +1,2 @@
+TARGET_CC_ARCH = "-march=armv4 -mtune=xscale"
+
diff --git a/conf/machine/tune-supersparc.conf b/conf/machine/tune-supersparc.conf
index e69de29bb2..1b1ec1207f 100644
--- a/conf/machine/tune-supersparc.conf
+++ b/conf/machine/tune-supersparc.conf
@@ -0,0 +1,2 @@
+TARGET_CC_ARCH = "-mcpu=supersparc"
+PACKAGE_ARCH = "supersparc"
diff --git a/conf/machine/tune-xscale.conf b/conf/machine/tune-xscale.conf
index e69de29bb2..0b98f09fc8 100644
--- a/conf/machine/tune-xscale.conf
+++ b/conf/machine/tune-xscale.conf
@@ -0,0 +1,3 @@
+TARGET_CC_ARCH = "-march=armv5te -mtune=xscale"
+PACKAGE_ARCH = "armv5te"
+
diff --git a/conf/machine/vibren-pxa255idp.conf b/conf/machine/vibren-pxa255idp.conf
index e69de29bb2..7071ed7296 100644
--- a/conf/machine/vibren-pxa255idp.conf
+++ b/conf/machine/vibren-pxa255idp.conf
@@ -0,0 +1,23 @@
+#@TYPE: Machine
+#@Name: Vibren PXA255 IDP Development Platform
+#@DESCRIPTION: Machine configuration for Vibren PXA255 IDP
+
+TARGET_ARCH = "arm"
+
+GUI_MACHINE_CLASS = "bigscreen"
+IPKG_ARCHS = "all arm armv5te ${MACHINE}"
+
+PREFERRED_PROVIDER_virtual/bootloader = "uboot-${MACHINE}"
+PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
+
+BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel virtual/bootloader"
+
+include conf/machine/tune-xscale.conf
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS0"
+
+# used by opie-collections.inc
+ROOT_FLASH_SIZE = "32"
+
+
diff --git a/conf/machine/wl500g.conf b/conf/machine/wl500g.conf
index e69de29bb2..18445ec17d 100644
--- a/conf/machine/wl500g.conf
+++ b/conf/machine/wl500g.conf
@@ -0,0 +1,7 @@
+#@TYPE: Machine
+#@NAME: Asus WL500g(x)
+#@DESCRIPTION: Machine configuration for the MIPS based WL500g(x) devices
+
+TARGET_ARCH = "mipsel"
+TARGET_CC_ARCH = "-Os -mips2"
+IPKG_ARCHS = "all mipsel ${MACHINE}"