aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx28evk.conf
AgeCommit message (Collapse)Author
2013-04-17Fix use of SOC_FAMILY as the most right value is preferredOtavio Salvador
The SOC_FAMILY uses the MACHINEOVERRIDES and it evaluates from left to right. In this case, the most SoC specific value needs to be kept in the right so it take precedence. This has been catch when finding out why i.MX6SL EVK where using the wrong value as entry point, and this was the root cause. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-04-10imx28evk: Set MACHINE_GSTREAMER_PLUGIN as gst-fsl-pluginDaiane Angolini
The multimedia plugins provided by Freescale will be installed by default when adding gstreamer to image. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Change-Id: Idae0e65cb469643bd866caa3ed77af86f554616c
2013-04-09mxs-base.inc: Add U-Boot common definitionsOtavio Salvador
This removes the U-Boot common definitions from imx28evk board as they are shared with all 'mxs' SoCs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: I44d33aa54971534c07a240e6cf88c0c4b3051f25
2013-04-09imx28evk: Add mx28 to SoC familyOtavio Salvador
Change-Id: I49ac52d1289aedbcda6ad1399bf04ae363f43dc4 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-07-10imx28evk: add device tree kernel targetOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-28imx28evk.conf: fix machine descriptionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-21imx28evk: add IMXBOOTLETS_MACHINE settingOtavio Salvador
Add support to generate imx-bootlets code for i.MX28 target. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-21imx28evk: move generic code to mxs-base.incOtavio Salvador
To avoid metadata duplication we provide a mxs-base.inc to be used for every i.MXS based board. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-21imx28evk: use ttyAMA as debug serialOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-21imx28evk: remove deprecated XSERVER packagesOtavio Salvador
Nowadays the evdev driver, from Xorg, can handle keyboard, mice and touchscreen so we don't need to install the old drivers anymore. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-01imx28evk: add default image fstypesOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-30imx28evk: add machine definitionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>