summaryrefslogtreecommitdiff
path: root/multitech/conf/machine/mtocgd3.conf
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2013-02-13 11:22:57 -0600
committerJesse Gilles <jgilles@multitech.com>2013-02-13 11:22:57 -0600
commitc4f1a399934177d3e174203a12ea23496f4b409a (patch)
tree7918e838071ac65a8f222895d6aee5b3542fdfcf /multitech/conf/machine/mtocgd3.conf
parent517e29dc7f4631630f58c9f7195899ef0f54d94a (diff)
conf/machine: add mtocgd3
Diffstat (limited to 'multitech/conf/machine/mtocgd3.conf')
-rw-r--r--multitech/conf/machine/mtocgd3.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/multitech/conf/machine/mtocgd3.conf b/multitech/conf/machine/mtocgd3.conf
new file mode 100644
index 0000000..b7659bd
--- /dev/null
+++ b/multitech/conf/machine/mtocgd3.conf
@@ -0,0 +1,32 @@
+#@TYPE: Machine
+#@Name: Multi-Tech MTOCGD3
+#@DESCRIPTION: Machine configuration for the MultiConnect OCG-D MTOCGD3 hardware
+
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+
+PREFERRED_VERSION_linux = "2.6.39.4"
+MACHINE_KERNEL_PR = "r2"
+PREFERRED_VERSION_mts-io ?= "0.5.1+git"
+
+KERNEL_IMAGETYPE = "uImage"
+UBOOT_MACHINE = "at91sam9x5ek_nandflash_config"
+PREFERRED_VERSION_u-boot = "2012.10"
+
+AT91BOOTSTRAP_BOARD = "at91sam9x5eknf_uboot"
+PREFERRED_VERSION_at91bootstrap = "3.5.2"
+
+#don't try to access tty1
+USE_VT = "0"
+
+MACHINE_FEATURES = "kernel26 ext2 usbhost"
+EXTRA_IMAGEDEPENDS += "at91bootstrap u-boot"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS0"
+
+IMAGE_FSTYPES ?= "jffs2"
+EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 -n"
+
+require conf/machine/include/tune-arm926ejs.inc