[oe] [PATCH 1/7] Add configuration file for Visstrim_M10 board.
Javier Martin
javier.martin at vista-silicon.com
Wed Feb 9 09:37:11 UTC 2011
Signed-off-by: Javier Martin <javier.martin at vista-silicon.com>
---
conf/machine/visstrim_m10.conf | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 conf/machine/visstrim_m10.conf
diff --git a/conf/machine/visstrim_m10.conf b/conf/machine/visstrim_m10.conf
new file mode 100644
index 0000000..2cce27d
--- /dev/null
+++ b/conf/machine/visstrim_m10.conf
@@ -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"
--
1.7.0.4
More information about the Openembedded-devel
mailing list