diff options
author | Geetha T <geethat@ti.com> | 2010-03-19 16:02:29 -0600 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-03-19 23:30:17 +0000 |
commit | 3dbea75bd6da2babe4b14ef91e7bbf95e506f7d8 (patch) | |
tree | c0a555bcd44e39b2eb78e2f8a9b1677d06cc0ced /conf | |
parent | 1369fef4947f307bc4a344888a7b602ff0e5487b (diff) |
omapzoom36x.conf: Machine config for OMAP Zoom36x
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/omapzoom36x.conf | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/conf/machine/omapzoom36x.conf b/conf/machine/omapzoom36x.conf new file mode 100644 index 0000000000..88b39f4632 --- /dev/null +++ b/conf/machine/omapzoom36x.conf @@ -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" |