aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx35pdk.conf
AgeCommit message (Collapse)Author
2014-07-21u-boot-fslc: Update to 2014.07-based releaseOtavio Salvador
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>
2014-02-12imx31pdf, imx35pdf: Remove duplicate inclusion of soc-family.incOtavio Salvador
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>
2013-04-29imx35pdk: Fix machine name and description, include SOCDaiane Angolini
Include vendor name to machine name Fix machine name Include SOC Fix description Change-Id: I078fae0e46bb7723b0541676087cd0aedd93f589 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-18imx-base.inc: Place UBOOT_ENTRYPOINT into common locationFabio Estevam
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>
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-03-13imx31pdk, imx35pdk: Use XSERVER from imx-base.incFabio Estevam
XSERVER is already defined in imx-base.inc, no need to re-define it again. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-03-13imx31pdk, imx35pdk: Remove 'kernel26' featureFabio Estevam
'kernel26' feature has been already removed in oe-core. No need to keep this anymore. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-02-27imx35pdk: Drop wrong executable attributeOtavio Salvador
Change-Id: Ib4a16f5c02fb93490dae70e316ac9883b2da1f9a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-01-07imx-base.inc: Centralize the preferred kernel for i.MX3X SoCsOtavio Salvador
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>
2012-10-15Use SoC model in SoC family informationOtavio Salvador
Change-Id: I952910e3d6d96a78acbeacad31cbf1034f31cce5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-25imx35pdk: Add machine definitionMuhammad Usman
Change-Id: Icd0514481da4bfd392b0cca36fbc13d0318dca73 Signed-off-by: Muhammad Usman <m.usmannn@gmail.com>