summaryrefslogtreecommitdiffstats
path: root/conf/machine
Commit message (Collapse)AuthorAgeFilesLines
* imx-base.inc: change EXTRA_IMAGEDEPENDS to u-boot for easy configurationOtavio Salvador2012-03-161-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx51evk: new machine config fileAdrian Alonso2012-02-011-0/+10
| | | | | | | | * New machine config file for imx51 evaluation kit board, sets tune arch options and uboot board information. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx53qsb: update machine config optionsAdrian Alonso2012-02-011-1/+4
| | | | | | | | | * 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>
* 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>
* imx-base: rename include file and minor fixesAdrian Alonso2012-02-011-8/+3
| | | | | | | | | | | | * Rename imx-base include file so it can be include in most iMx platforms imx53, imx6q * Move tune arch options to machine conf file to be able to reuse in different targets * Fix EXTRA_IMAGEDEPENDS variable name. * Remove kernel26 from MACHINE_FEATURES this is no longer used. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx53-base.inc: Do not append to IMAGE_FSTYPES in board config.Leon Woestenberg2011-12-201-1/+1
| | | | | | | | The user may want to override this setting. Use conditional assignment. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* move all common definitions for i.MX53 machines onto imx53-base.incOtavio Salvador2011-12-203-71/+39
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* avoid changing settings under the hood of non-BSP machinesOtavio Salvador2011-12-203-0/+5
| | | | | | | | 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>
* imx53qsb: cleanup machine descriptorAdrian Alonso2011-10-191-7/+3
| | | | | | | | | | * 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>
* 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>
* imx53qsb: add audio supportAdrian Alonso2011-10-061-1/+2
| | | | | | | | * Add audio support * imx-audio startup script for imx audio * ship experimental support for pulseaudio Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx53ard: machine config optionsAdrian Alonso2011-08-241-0/+45
| | | | | | | | | * 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>
* 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>