bug: added BUG Labs device
authorMarcin Juszkiewicz <marcin@buglabs.net>
Thu, 23 Apr 2009 11:03:18 +0000 (13:03 +0200)
committerMarcin Juszkiewicz <marcin@buglabs.net>
Thu, 23 Apr 2009 18:11:54 +0000 (20:11 +0200)
BUG is i.mx31 based device which is often called 'LEGO for IT'.

More info: http://buglabs.net/

conf/machine/bug.conf [new file with mode: 0644]

diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf
new file mode 100644 (file)
index 0000000..cec3d5b
--- /dev/null
@@ -0,0 +1,16 @@
+#@TYPE: Machine
+#@NAME: Bug Labs BUG Computer
+#@DESCRIPTION: Machine configuration for the BUG base unit.
+TARGET_ARCH = "arm"
+
+MACHINE_EXTRA_RRECOMMENDS = "marvell-gspi-fw"
+PREFERRED_PROVIDER_virtual/kernel = "linux-bug"
+
+MACHINE_FEATURES = "kernel26 screen touchscreen hotplug alsa wifi usbhost usbgadget"
+SERIAL_CONSOLE = "-L 115200 ttymxc4"
+
+CPU_FEATURES += "vfp"
+
+require conf/machine/include/tune-arm1136jf-s.inc
+
+KERNEL_IMAGETYPE = "uImage"