summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53ard.conf
Commit message (Collapse)AuthorAgeFilesLines
* 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>