aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/neuros-osd.conf
diff options
context:
space:
mode:
authorAlessandro Gardich <gremlin@gremlin.it>2008-05-12 17:04:05 +0000
committerKoen Kooi <koen@openembedded.org>2008-05-12 17:04:05 +0000
commit98269dda52518038cda6293eedb54c2538c1358d (patch)
tree1f9179b5ef61a585b6ff11a86ee8cedbfbe9b76d /conf/machine/neuros-osd.conf
parentbf8862b4aea28a42a0dcdfdc618c2ff5ceb11cf9 (diff)
downloadopenembedded-98269dda52518038cda6293eedb54c2538c1358d.tar.gz
neuros osd: add machine and kernel for neuros OSD v1
Diffstat (limited to 'conf/machine/neuros-osd.conf')
-rw-r--r--conf/machine/neuros-osd.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/neuros-osd.conf b/conf/machine/neuros-osd.conf
new file mode 100644
index 0000000000..f88379aa2a
--- /dev/null
+++ b/conf/machine/neuros-osd.conf
@@ -0,0 +1,23 @@
+#@TYPE: Machine
+#@NAME: neuros OSD
+#@DESCRIPTION: neuros OSD
+
+TARGET_ARCH = "arm"
+
+PACKAGE_EXTRA_ARCHS = "armv4t armv5te"
+
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "linux-neuros"
+
+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 "
+
+require conf/machine/include/tune-arm926ejs.inc
+