aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53qsb.conf
AgeCommit message (Collapse)Author
2012-07-10imx53qsb: add device tree kernel targetOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-07-04imx-base: set common machine featuresAdrian Alonso
* 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>
2012-05-28imx53qsb: fix machine descriptionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-21imx53qsb: move to mainline's based version of u-bootOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-29imx53qsb: force use of u-boot-imxOtavio Salvador
U-Boot's mainline lacks support for Ripley's PMIC so until it get's fixed we need to avoid the switch for it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-21mx5: set SOC_FAMILY dataOtavio Salvador
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>
2012-03-16imx53qsb: fix u-boot machine definitionOtavio Salvador
2012-02-01imx53qsb: update machine config optionsAdrian Alonso
* 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>
2011-12-20move all common definitions for i.MX53 machines onto imx53-base.incOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-20avoid changing settings under the hood of non-BSP machinesOtavio Salvador
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>
2011-10-19imx53qsb: cleanup machine descriptorAdrian Alonso
* 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. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-06imx53qsb: add audio supportAdrian Alonso
* Add audio support * imx-audio startup script for imx audio * ship experimental support for pulseaudio Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-08-24imx53ard: machine config optionsAdrian Alonso
* 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>