omapzoom36x.conf: Machine config for OMAP Zoom36x
authorGeetha T <geethat@ti.com>
Fri, 19 Mar 2010 22:02:29 +0000 (16:02 -0600)
committerGraeme Gregory <dp@xora.org.uk>
Fri, 19 Mar 2010 23:30:17 +0000 (23:30 +0000)
conf/machine/omapzoom36x.conf [new file with mode: 0644]

diff --git a/conf/machine/omapzoom36x.conf b/conf/machine/omapzoom36x.conf
new file mode 100644 (file)
index 0000000..88b39f4
--- /dev/null
@@ -0,0 +1,38 @@
+#@TYPE: Machine
+#@NAME: omapzoom36x machine
+#@DESCRIPTION: Machine configuration for the OMAP Zoom36x at http://omapzoom.org
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-tslib \
+           xf86-input-mouse \
+           xf86-video-omapfb \
+           xf86-video-fbdev \
+           xf86-input-keyboard"
+
+# Has HDMI connector for external screen
+GUI_MACHINE_CLASS = "bigscreen"
+
+require conf/machine/include/omap3.inc
+
+IMAGE_FSTYPES += "tar.bz2"
+
+SERIAL_CONSOLE = "115200 ttyS3"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoomsync"
+
+KERNEL_IMAGETYPE = "uImage"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+UBOOT_MACHINE = "omap3630zoom3_config"
+XLOAD_MACHINE = "omap3630zoom3_config"
+
+PREFERRED_VERSION_u-boot = "git"
+PREFERRED_VERSION_x-load = "git"
+EXTRA_IMAGEDEPENDS += "u-boot x-load"
+
+MACHINE_EXTRA_RRECOMMENDS = ""
+MACHINE_FEATURES = "kernel26 touchscreen phone screen apm usbgadget usbhost vfat alsa"