summaryrefslogtreecommitdiff
path: root/conf/machine/mtcdp-embedded.conf
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-03-07 16:35:15 -0600
committerJesse Gilles <jgilles@multitech.com>2011-03-07 16:35:15 -0600
commita261a5c7c813a14a95d6ac5f2176323869f3ea96 (patch)
tree2856dcd63cd45aedec8795a4e3fe3f0c7e935d11 /conf/machine/mtcdp-embedded.conf
parentee2042a17c2f85d7197ef834adbec1ae558b8ed5 (diff)
added mtcdp-embedded machine type
Diffstat (limited to 'conf/machine/mtcdp-embedded.conf')
-rw-r--r--conf/machine/mtcdp-embedded.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/conf/machine/mtcdp-embedded.conf b/conf/machine/mtcdp-embedded.conf
new file mode 100644
index 0000000000..f571f2d8f0
--- /dev/null
+++ b/conf/machine/mtcdp-embedded.conf
@@ -0,0 +1,29 @@
+#@TYPE: Machine
+#@Name: Multi-Tech MTCDP Embedded
+#@DESCRIPTION: Machine configuration for the Embedded MTCDP (Cellular Development Platform)
+
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+
+PREFERRED_VERSION_linux = "2.6.32"
+PREFERRED_VERSION_mts-io ?= "0.4.1"
+
+KERNEL_IMAGETYPE = "uImage"
+UBOOT_MACHINE = "at91sam9g20ek_nandflash_config"
+
+PREFERRED_VERSION_at91bootstrap = "2.13"
+PREFERRED_VERSION_u-boot = "1.3.4"
+
+#don't try to access tty1
+USE_VT = "0"
+
+MACHINE_FEATURES = "kernel26 ext2 usbhost usbgadget"
+EXTRA_IMAGEDEPENDS += "at91bootstrap u-boot"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS0"
+IMAGE_FSTYPES ?= "jffs2"
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
+
+require conf/machine/include/tune-arm926ejs.inc