aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/neuros-osd2.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-05-30 09:39:01 +0000
committerKoen Kooi <koen@openembedded.org>2008-05-30 09:39:01 +0000
commit742aa153193acdd8dc8f12772101d75337b0bf23 (patch)
tree1a81976e4c292aab9189f67cc636188e1e067bc5 /conf/machine/neuros-osd2.conf
parent4ca81325484f9aba79c3953b7ff2e995721f4e24 (diff)
downloadopenembedded-742aa153193acdd8dc8f12772101d75337b0bf23.tar.gz
neuros-osd2: start machine file for the neuros osd v2.0 machine
Diffstat (limited to 'conf/machine/neuros-osd2.conf')
-rw-r--r--conf/machine/neuros-osd2.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/neuros-osd2.conf b/conf/machine/neuros-osd2.conf
new file mode 100644
index 0000000000..e66109a785
--- /dev/null
+++ b/conf/machine/neuros-osd2.conf
@@ -0,0 +1,23 @@
+#@TYPE: Machine
+#@NAME: neuros OSD2
+#@DESCRIPTION: neuros OSD2
+
+TARGET_ARCH = "arm"
+
+PACKAGE_EXTRA_ARCHS = "armv4t armv5te"
+
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "linux-davinci"
+
+PREFERRED_VERSION_u-boot = "git"
+#UBOOT_MACHINE = "davinci_dvevm_config"
+
+SERIAL_CONSOLE ?= "115200 ttyS0"
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
+
+ROOT_FLASH_SIZE = "29"
+
+MACHINE_FEATURES = "kernel26 pcmcia usbhost screen"
+
+require conf/machine/include/tune-arm926ejs.inc
+