]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx53ard: machine config options
authorAdrian Alonso <b38018@freescale.com>
Wed, 24 Aug 2011 21:50:18 +0000 (16:50 -0500)
committerAdrian Alonso <b38018@freescale.com>
Wed, 24 Aug 2011 21:50:18 +0000 (16:50 -0500)
* Custom target config options
* Sets u-boot default loadaddress, u-boot target config
* Preferred linux and u-boot package descriptors
* Target basic support like alsa, touchscreen support

Signed-off-by: Adrian Alonso <b38018@freescale.com>
meta-fsl-arm/conf/machine/imx53ard.conf [new file with mode: 0644]

diff --git a/meta-fsl-arm/conf/machine/imx53ard.conf b/meta-fsl-arm/conf/machine/imx53ard.conf
new file mode 100644 (file)
index 0000000..b12b407
--- /dev/null
@@ -0,0 +1,44 @@
+#@TYPE: Machine
+#@NAME: imx53 SABRE tablet board
+#@DESCRIPTION: Machine configuration for Freescale imx53 sabre tablet board
+
+#TARGET_ARCH = "arm"
+include conf/machine/include/tune-cortexa8.inc
+
+# Todo: 
+#      Check Freescale x11 framebuffer
+#      Check jffs2 extra commands
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
+PREFERRED_VERSION_linux-imx = "2.6.35.3"
+PREFERRED_VERSION_u-boot-imx = "2009.08"
+PREFERRED_PROVIDER_u-boot = "u-boot-imx"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86-lite"
+XSERVER = "xserver-xf86-lite \
+              xf86-input-evdev \
+              xf86-input-keyboard \
+              xf86-input-mouse \
+           xf86-video-imxfb"
+
+# Ship kernel modules
+MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
+
+# Extra audio support
+MACHINE_EXTRA_RRECOMMENDS += "imx-lib \
+                              fsl-mm-codeclib \
+                              gst-fsl-plugin"
+
+EXTRA_IMAGE_DEPENDS = "u-boot-imx"
+
+IMAGE_FSTYPES += "tar.bz2 jffs2"
+EXTRA_IMAGECMD_jffs2 = "-lnp "
+
+SERIAL_CONSOLE = "115200 ttymxc0"
+
+KERNEL_IMAGETYPE = "uImage"
+
+UBOOT_MACHINE = "mx53_ard_ddr3_config"
+UBOOT_ENTRYPOINT = "0x70800000"
+UBOOT_LOADADDRESS = "0x70800000"
+
+MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa touchscreen"