summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53ard.conf
diff options
context:
space:
mode:
authorAdrian Alonso <b38018@freescale.com>2011-08-24 16:50:18 -0500
committerAdrian Alonso <b38018@freescale.com>2011-08-24 16:50:18 -0500
commitc90df211c6bd0d02d4c79cd29ec7c640a7ddbaad (patch)
treef48b40b74ccf3db5c3665b61b8422f71a7a02e52 /conf/machine/imx53ard.conf
parent8277b9ff5e128d7fd4b6e8c5debc780456ca8501 (diff)
downloadmeta-fsl-arm-c90df211c6bd0d02d4c79cd29ec7c640a7ddbaad.tar.gz
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 <b38018@freescale.com>
Diffstat (limited to 'conf/machine/imx53ard.conf')
-rw-r--r--conf/machine/imx53ard.conf44
1 files changed, 44 insertions, 0 deletions
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 @@
1#@TYPE: Machine
2#@NAME: imx53 SABRE tablet board
3#@DESCRIPTION: Machine configuration for Freescale imx53 sabre tablet board
4
5#TARGET_ARCH = "arm"
6include conf/machine/include/tune-cortexa8.inc
7
8# Todo:
9# Check Freescale x11 framebuffer
10# Check jffs2 extra commands
11
12PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
13PREFERRED_VERSION_linux-imx = "2.6.35.3"
14PREFERRED_VERSION_u-boot-imx = "2009.08"
15PREFERRED_PROVIDER_u-boot = "u-boot-imx"
16PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86-lite"
17XSERVER = "xserver-xf86-lite \
18 xf86-input-evdev \
19 xf86-input-keyboard \
20 xf86-input-mouse \
21 xf86-video-imxfb"
22
23# Ship kernel modules
24MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
25
26# Extra audio support
27MACHINE_EXTRA_RRECOMMENDS += "imx-lib \
28 fsl-mm-codeclib \
29 gst-fsl-plugin"
30
31EXTRA_IMAGE_DEPENDS = "u-boot-imx"
32
33IMAGE_FSTYPES += "tar.bz2 jffs2"
34EXTRA_IMAGECMD_jffs2 = "-lnp "
35
36SERIAL_CONSOLE = "115200 ttymxc0"
37
38KERNEL_IMAGETYPE = "uImage"
39
40UBOOT_MACHINE = "mx53_ard_ddr3_config"
41UBOOT_ENTRYPOINT = "0x70800000"
42UBOOT_LOADADDRESS = "0x70800000"
43
44MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa touchscreen"