aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53qsb.conf
AgeCommit message (Collapse)Author
2016-09-08Convert SOC_FAMILY to MACHINEOVERRIDESOtavio Salvador
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>
2015-08-06Drop Freescale official Linux kernel for i.MX23, i.MX28 and i.MX5 SoC familiesOtavio Salvador
The Linux kernel provided by Freescale for i.MX28 and i.MX5 is too old (2.6.35.3) and there are no plans to upgrade it, as the OE-Core is going to use GCC 5.2 as default compiler soon and it is not possible to compile this kernel with the new toolchain, thus the removal. The metadata related to the i.MX23, i.MX28 and i.MX5 SoC family, which is dependant of this Linux kernel support, has been removed in this commit so if someone ever wants to bring it back it is easy to find out all the necessary changes. The recipes affected are: - alsa-state - amd-gpu-x11-bin - gtk+3 - imx-lib - imx-test - imx-vpu - libfslcodec - linux-imx - mesa - qt4-embedded-free - qt4-x11-free - qtbase - xf86-video-imxfb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2015-01-13perf: Only disable perf events for machines using 2.6.35.3.Alex Gonzalez
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>
2014-11-10imx53qsb: Add extra dtbFabio Estevam
Since kernel 3.15 there are two dtb's for the imx53-qsb board: imx53-qsb.dtb - For the boards with DA9053 PMIC imx53-qsrb.dtb - For the boards with MC34708 PMIC Add the 'imx53-qsrb.dtb' to the list of supported dtb's. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-26imx53qsb: add myself as maintainerTrevor Woerner
Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-08-20Rework machines to use dtb file in KERNEL_DEVICETREE variableOtavio Salvador
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>
2013-06-07firmware-imx: Remove Atheros firmwareOtavio Salvador
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>
2013-04-29imx53qsb: Fix machine name and description, include SOCDaiane Angolini
Include vendor name to machine name Include SOC Change-Id: Ia0b4b45ee644bc978da70d5d6b61ac5f92754913 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-17Fix use of SOC_FAMILY as the most right value is preferredOtavio Salvador
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>
2012-10-15Consolidate common configurations among iMX5 and iMX6 SoCsOtavio Salvador
Change-Id: I3afbbe9acc2fe91bbbb2caf246cfb781e030e2d5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-15Add machine firmware configuration for iMX SoCsOtavio Salvador
Change-Id: Ie8501d8e4336d80a7ab6c4c0415562229b2213dd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-15Use SoC model in SoC family informationOtavio Salvador
Change-Id: I952910e3d6d96a78acbeacad31cbf1034f31cce5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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>