summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53ard.conf
Commit message (Collapse)AuthorAgeFilesLines
* Convert SOC_FAMILY to MACHINEOVERRIDESOtavio Salvador2016-09-081-2/+2
| | | | | | | | | | The SOC_FAMILY is an indirection which makes the understanding, from OpenEmbedded versed developers and users, more difficult. Instead of using the SOC_FAMILY indirection which is rarely used, we now move to the MACHINEOVERRIDES mechanism as this is in fact what is in use. Change-Id: Ic6e58b79bdc990ac853c87761c3fff635786e4e5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* perf: Only disable perf events for machines using 2.6.35.3.Alex Gonzalez2015-01-131-0/+3
| | | | | | | Newer kernels build fine with the default settings. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com> 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>
* mx53ard: 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>
* firmware-imx: Remove Atheros firmwareOtavio Salvador2013-06-071-2/+2
| | | | | | | | The linux-firmware already provide the Atheros firmware so we should use it and avoid duplication. Change-Id: I5e8675612916ab20ae27e63aedba6758e9a17afb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx53ard: Fix machine name, include SOCDaiane Angolini2013-04-291-2/+3
| | | | | | | | | | Include vendor name to machine name Fix machine name capitalization Include SOC Fix description capitalization Change-Id: I103329a4b37b7eca197a9b345db79f4401cdd8f3 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>
* Add machine firmware configuration for iMX SoCsOtavio Salvador2012-10-151-1/+3
| | | | | Change-Id: Ie8501d8e4336d80a7ab6c4c0415562229b2213dd 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>
* imx53ard: add device tree kernel targetOtavio Salvador2012-07-101-0/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: set common machine featuresAdrian Alonso2012-07-041-0/+2
| | | | | | | | * Set common machine features * imx53qsb, imx53ard add wifi and bluetooth support * imx6qsabrelite add pci to machine features Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx53ard: 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>
* imx53ard: fix u-boot machine definitionOtavio Salvador2012-03-161-1/+1
|
* imx53ard: update machine config optionsAdrian Alonso2012-02-011-3/+6
| | | | | | | | | * Update machine config options * Include imx-base file and include tune arch options * Set uboot load and entry address since this are not always the same in iMx platforms Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* move all common definitions for i.MX53 machines onto imx53-base.incOtavio Salvador2011-12-201-35/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* avoid changing settings under the hood of non-BSP machinesOtavio Salvador2011-12-201-0/+1
| | | | | | | | In case Meta-Freescale is used together with other layers it shouldn't change any setting except when using the BSD specific machines thus the include files are moved onto a imx53-base.inc file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx53ard: cleanup machine descriptorAdrian Alonso2011-10-191-8/+5
| | | | | | | | | | * Cleanup machine descriptor Remove preferred versions and providers, this are set in upper layer configuration. * Rename xserver-xf86-lite to xserver-xorg-lite alling to Yocto's upstream xserver-xorg naming changes. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx53ard: machine config optionsAdrian Alonso2011-08-241-0/+44
* Custom target config options * Sets u-boot default loadaddress, u-boot target config * Preferred linux and u-boot package descriptors * Target basic support like alsa, touchscreen support Signed-off-by: Adrian Alonso <b38018@freescale.com>