diff options
author | Jesse Gilles <jgilles@multitech.com> | 2010-04-21 15:22:09 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2010-04-26 11:45:42 -0500 |
commit | 561e05654ad646682edb42ec2216886b885fee43 (patch) | |
tree | 05aa6afe237cfec42098afac7519241c6afe45e4 /conf | |
parent | 262baa37527f7f35e979b960e14a0e4e29f5e7e5 (diff) |
add machine mtcdp
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/mtcdp.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/conf/machine/mtcdp.conf b/conf/machine/mtcdp.conf new file mode 100644 index 0000000000..fd03fd2ae1 --- /dev/null +++ b/conf/machine/mtcdp.conf @@ -0,0 +1,27 @@ +#@TYPE: Machine +#@Name: Multi-Tech MTCDP +#@DESCRIPTION: Machine configuration for the MTCDP (Cellular Development Platform) + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.28" + +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 |