Add configuration file for Visstrim_M10 board.
authorJavier Martin <javier.martin@vista-silicon.com>
Wed, 9 Feb 2011 17:37:11 +0000 (17:37 +0000)
committerTom Rini <tom_rini@mentor.com>
Sat, 12 Feb 2011 15:03:49 +0000 (08:03 -0700)
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
conf/machine/visstrim_m10.conf [new file with mode: 0644]

diff --git a/conf/machine/visstrim_m10.conf b/conf/machine/visstrim_m10.conf
new file mode 100644 (file)
index 0000000..2cce27d
--- /dev/null
@@ -0,0 +1,28 @@
+#@TYPE: Machine
+#@Name: Vista Silicon Visstrim M10
+#@DESCRIPTION: Machine configuration for Vista Silicon Visstrim M10
+
+TARGET_ARCH = "arm"
+
+KERNEL_IMAGETYPE = "uImage"
+UBOOT_ENTRYPOINT = "0xa0010000"
+UBOOT_LOADADDRESS = "0xa0010000"
+
+IMAGE_FSTYPES = "tar.gz squashfs"
+
+# Uncomment this for custom kernel from local git repository
+#PREFERRED_PROVIDER_virtual/kernel = "linux-visstrim-m10"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+
+MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget"
+
+require conf/machine/include/tune-arm926ejs.inc
+
+#don't try to access tty1
+USE_VT = "0"
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttymxc0"
+
+# used by opie-collections.inc
+ROOT_FLASH_SIZE = "32"