summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx28evk.conf
Commit message (Collapse)AuthorAgeFilesLines
* imx28evk: Add myself as maintainerOtavio Salvador2014-01-271-0/+1
| | | | | Change-Id: I6b23b4f50cbc9db939b612e7270429e634b038bc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: add NAND supportMario Domenech Goulart2013-10-081-0/+28
| | | | | Change-Id: Id37d371e2c2f3218654e1d736dde2ac1ba73dfda Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
* imx28evk: Drop inherited MACHINE_GSTREAMER_PLUGIN settingOtavio Salvador2013-09-281-3/+0
| | | | | | | | The MACHINE_GSTREAMER_PLUGIN is now set in mxs-base.inc so we don't need it here. Change-Id: Ief9de139dd3ca110fb8ea3f636b7df0afca8f465 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: set up UBOOT_CONFIG with config/fs-type for the supported boot devicesMario Domenech Goulart2013-09-251-1/+5
| | | | | | | Supported boot devices: sd, nand and sd-auart-console. Change-Id: I4521bbfa7a3c5ec4002a583b682a36ab18e9357a Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
* Rework machines to use dtb file in KERNEL_DEVICETREE variableOtavio Salvador2013-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | The linux-dtb.inc has been reworked to use the Linux kernel build system to generate the DeviceTree binaries so now KERNEL_DEVICETREE variable should has the /target/ name, not the file path. This patch reworks following machines: - imx23evk - imx28evk - imx51evk - imx53ard - imx53qsb - imx6dlsabreauto - imx6dlsabresd - imx6qsabreauto - imx6qsabresd - imx6solosabreauto - imx6solosabresd Change-Id: I37e9c3737552299677e315b6279a6e0a8e217836 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: Remove duplicated assignment of KERNEL_IMAGETYPEOtavio Salvador2013-07-021-2/+0
| | | | | | Change-Id: Ifc2a66a653281dc72b462671434c571cf29d6faa Reported-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: Fix machine name, include vendor nameDaiane Angolini2013-04-291-1/+2
| | | | | | | | | Include vendor name to machine name Fix machine name capitalization Include SOC Change-Id: Iff15152d6350425e4ac2ea9c8bc411edbd9fb98d Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* Fix use of SOC_FAMILY as the most right value is preferredOtavio Salvador2013-04-171-1/+1
| | | | | | | | | | | 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>
* imx28evk: Set MACHINE_GSTREAMER_PLUGIN as gst-fsl-pluginDaiane Angolini2013-04-101-0/+3
| | | | | | | | 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
* mxs-base.inc: Add U-Boot common definitionsOtavio Salvador2013-04-091-5/+0
| | | | | | | | | 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
* imx28evk: Add mx28 to SoC familyOtavio Salvador2013-04-091-0/+2
| | | | | Change-Id: I49ac52d1289aedbcda6ad1399bf04ae363f43dc4 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: add device tree kernel targetOtavio Salvador2012-07-101-0/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk.conf: fix machine descriptionOtavio Salvador2012-05-281-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: add IMXBOOTLETS_MACHINE settingOtavio Salvador2012-05-211-0/+2
| | | | | | Add support to generate imx-bootlets code for i.MX28 target. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: move generic code to mxs-base.incOtavio Salvador2012-05-211-18/+2
| | | | | | | 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>
* imx28evk: use ttyAMA as debug serialOtavio Salvador2012-05-211-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: remove deprecated XSERVER packagesOtavio Salvador2012-05-211-3/+0
| | | | | | | 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>
* imx28evk: add default image fstypesOtavio Salvador2012-05-011-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: add machine definitionOtavio Salvador2012-04-301-0/+41
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>