summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx51evk.conf
Commit message (Collapse)AuthorAgeFilesLines
* imx51evk: Add myself as maintainerDaiane Angolini2014-01-281-0/+1
| | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* 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>
* imx51evk: Fix machine name, include SOCDaiane Angolini2013-04-291-1/+2
| | | | | | | | | Include vendor name to machine name Fix machine name Include SOC Change-Id: I89fc1de1bb80008b6940f96f7e044fe8b2772e31 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>
* Consolidate common configurations among iMX5 and iMX6 SoCsOtavio Salvador2012-10-151-3/+0
| | | | | Change-Id: I3afbbe9acc2fe91bbbb2caf246cfb781e030e2d5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Use SoC model in SoC family informationOtavio Salvador2012-10-151-1/+1
| | | | | Change-Id: I952910e3d6d96a78acbeacad31cbf1034f31cce5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx51evk: add device tree kernel targetOtavio Salvador2012-07-101-0/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx51evk: fix machine descriptionOtavio Salvador2012-05-281-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mx5: set SOC_FAMILY dataOtavio Salvador2012-03-211-0/+3
| | | | | | | Set SoC family as mx5 for imx51evk, imx53ard and imx53qsb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
* imx51evk: fix u-boot machine definitionOtavio Salvador2012-03-161-1/+1
|
* imx51evk: new machine config fileAdrian Alonso2012-02-011-0/+10
* New machine config file for imx51 evaluation kit board, sets tune arch options and uboot board information. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>