summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2008-01-11 08:37:43 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2008-01-11 08:37:43 +0000
commitca878cece7ccbde0bd83487aad91cf13922d6fb2 (patch)
tree664d893a47913547065e0d8684548ba7de3d2aa5 /conf/machine
parent4298ad67f59c242f7d3e79773455e9503a06e367 (diff)
parent457fc3b7f778bbf2a60a2925e3de26dbdbe2d735 (diff)
merge of '6794aa0dd1ca646be71cc57651a883ac99f55985'
and '7775497ff0c2687b47560d82fd34535a0952beac'
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/mx31moboard.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/conf/machine/mx31moboard.conf b/conf/machine/mx31moboard.conf
new file mode 100644
index 0000000000..c918404d6c
--- /dev/null
+++ b/conf/machine/mx31moboard.conf
@@ -0,0 +1,33 @@
+#@TYPE: Machine
+#@Name: EPFL mx31MoBoard
+#@DESCRIPTION: Machine configuration for EPFL MX31MoBoard
+#@Website: http://mobots.epfl.ch/mx31MoBoard.html
+
+TARGET_ARCH = "arm"
+TARGET_FPU_arm = "hard"
+
+MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget"
+
+GUI_MACHINE_CLASS = "smallscreen"
+PACKAGE_EXTRA_ARCHS = "arm armv4t armv5te armv6"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+
+require conf/machine/include/tune-arm1136jf-s.inc
+
+#
+# usb networking
+#
+module_conf_g_ether = "alias usb0 g_ether"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "-L 115200 ttymxc0 vt100"
+
+# used by opie-collections.inc
+ROOT_FLASH_SIZE = "32"
+
+# to avoid annoying jffs2 messages
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000"
+
+IMAGE_FSTYPES += "tar.gz"
+