summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx35pdk.conf
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* imx35pdk: Fix machine name and description, include SOCDaiane Angolini2013-04-291-2/+3
| | | | | | | | | | 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>
* 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>
* imx35pdk: Drop wrong executable attributeOtavio Salvador2013-02-271-0/+0
| | | | | Change-Id: Ib4a16f5c02fb93490dae70e316ac9883b2da1f9a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* 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>
* imx35pdk: Add machine definitionMuhammad Usman2012-09-251-0/+32
Change-Id: Icd0514481da4bfd392b0cca36fbc13d0318dca73 Signed-off-by: Muhammad Usman <m.usmannn@gmail.com>