From c90df211c6bd0d02d4c79cd29ec7c640a7ddbaad Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Wed, 24 Aug 2011 16:50:18 -0500 Subject: imx53ard: machine config options * 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 --- conf/machine/imx53ard.conf | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 conf/machine/imx53ard.conf (limited to 'conf/machine/imx53ard.conf') diff --git a/conf/machine/imx53ard.conf b/conf/machine/imx53ard.conf new file mode 100644 index 0000000..b12b407 --- /dev/null +++ b/conf/machine/imx53ard.conf @@ -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" -- cgit v1.2.3-54-g00ecf