summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx31pdk.conf
Commit message (Collapse)AuthorAgeFilesLines
* Drop i.MX31 and i.MX35 supportOtavio Salvador2015-07-161-24/+0
| | | | | | | | | | | | | | | The i.MX31 and i.MX35 has been barely used and without much community coverage since its inclusion making them untested boards. There is no reason to keep the support for those SoCs in the BSP layer as those are virtually not tested and unkown to be working or not. The metadata related to the i.MX3 SoC family has been removed in this commit so if someone ever wants to bring it back it is easy to find out all the necessary changes. Change-Id: I808bf7d1cfa97eb7d444fba711a93b1e074d5f4d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 2014.07-based releaseOtavio Salvador2014-07-211-0/+1
| | | | | | | | | | | | | | | | | | | | This updates the FSL Community's U-Boot fork to a 2014.07-based release. Along with the recipe revision changes, this modifies the default kernel image to "zImage" as most machines maintained in meta-fsl-arm now uses it. The machines that are still using uImage are: - imx31pdk - imx35pdk - imx53ard - imx6dlsabreauto - imx6solosabreauto - imx6solosabresd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx31pdf, imx35pdf: Remove duplicate inclusion of soc-family.incOtavio Salvador2014-02-121-1/+0
| | | | | | | | | | | | This fixes following warning during build: ,----[ Warning ] | WARNING: Duplicate inclusion for .../meta/conf/machine/include/soc-family.inc | in .../sources/meta-fsl-arm/conf/machine/include/imx-base.inc `---- Change-Id: Ie23c6a25e23e1968a595969a3962d82284a6f1e9 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx31pdk: Fix name and description, add SOCDaiane Angolini2013-04-291-2/+3
| | | | | | | | | | Include vendor name to machine name Fix machine name typo Include SOC Fix description typo Change-Id: I47a1bacae17e64b21c77dfdc8ba17f3110b9dafc Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* u-boot-fslc: Update to patches-2013.04's 20130415 snapshot based on 2013.04-rc3Otavio Salvador2013-04-191-2/+2
| | | | | | | | This updates to U-Boot 2013.04-rc3 based code and changes the U-Boot target for using in i.MX31PDK as it was changed in this release. Change-Id: I670abc0bf709c86ebff8195b9dab00b21f2c4615 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Place UBOOT_ENTRYPOINT into common locationFabio Estevam2013-04-181-2/+0
| | | | | | | | Place the entry points for mx31 and mx35 into the common imx-base.inc instead of having them in board .conf files and also remove the unneeded UBOOT_LOADADDRESS occurrences. Signed-off-by: Fabio Estevam <fabio.estevam@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>
* imx31pdk, imx35pdk: Use XSERVER from imx-base.incFabio Estevam2013-03-131-4/+0
| | | | | | XSERVER is already defined in imx-base.inc, no need to re-define it again. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* imx31pdk, imx35pdk: Remove 'kernel26' featureFabio Estevam2013-03-131-1/+1
| | | | | | | | 'kernel26' feature has been already removed in oe-core. No need to keep this anymore. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* imx-base.inc: Centralize the preferred kernel for i.MX3X SoCsOtavio Salvador2013-01-071-2/+0
| | | | | | | | | The preferred kernel for i.MX3X SoCs are the same so we should set it in imx-base.inc. The previous setting were not working as the board files were using weak setting and the default (linux-imx) were being used by mistake. 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>
* imx31pdk: Override U-Boot targetAmjad Afzaal2012-09-251-0/+2
| | | | | | | | The imx-base.inc default to use u-boot.imx as U-Boot target and imx as U-Boot suffix but the Soc needs to use u-boot-nand.bin as U-Boot target and bin as U-Boot suffix. Signed-off-by: Amjad Afzaal <bcsf09m001@pucit.edu.pk>
* imx31pdk: Add machine definitionAmjad Afzaal2012-09-241-0/+29
Signed-off-by: Amjad Afzaal <bcsf09m001@pucit.edu.pk>