summaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras/recipes/u-boot/u-boot-fslc
Commit message (Collapse)AuthorAgeFilesLines
* imx7s-warp: bring back kernel with display supportv5.12.0-beta3Samuli Piippo2018-10-241-0/+22
| | | | | | | | | | | | Add old kernel recipe from meta-freescale-3rdparty layer that was removed in sumo branch. It provides support for the display and the touchscreen. Fix perf build with old kernel sources and use correct appcontroller.conf after MACHINEOVERRIDES was changed in the machine config. Task-number: QTBUG-68899 Change-Id: I6d2cd70951f86a99a8878915ce1bfc598dc95ee0 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* warp7: adapt to sumoSamuli Piippo2018-09-283-66/+4
| | | | | | | | | Upstream has switched to mainline kernel and the current kernel recipe has been removed. The mainline kernel however does not support the TRULY display. Change-Id: Ic9046efb97fe4f7080c221eb742339423fd7579a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* warp7: use kernel that supports display and touchSamuli Piippo2017-09-141-0/+22
| | | | | | | | | The new displays available from element14 are TRULY displays with synaptics touch, instead Himax. Task-number: QTBUG-63148 Change-Id: If8edf15e6ac25811d0157a250c748c77ee701ed8 Reviewed-by: Kari Hormi <kari.hormi@qt.io>
* sabre: Use hdmi as primary display only if connectedSamuli Piippo2016-02-181-0/+37
| | | | | | | | | Test if HDMI display is connected before setting it as primary display. Otherwise set lvds as primary display. Test can be overridden by setting video_interfaces env. Change-Id: If52b3cd57fc2645296ae8595ce02ae608359f24a Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* u-boot-fslc: upstream version has been updatedSamuli Piippo2015-08-191-50/+8
| | | | | | | | New u-boot version has better handling for video args, so our patch got simpler. Change-Id: I90958167d1ff10bca46123915491a5136dfa5fc9 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* sabre: update u-boot patchSamuli Piippo2015-02-191-76/+11
| | | | | | | Upstream was changed and already includes the I2C initialization. Change-Id: I3e57a248a49924eff086eea7694ccd5fa424f905 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Move meta-fsl-arm specific files to separate layerSamuli Piippo2014-09-251-0/+133
Create new layer for recipes and files that required only when meta-fsl-arm and meta-fsl-arm-extra layers are used. For now, the bblayers.conf template still includes the new layer as well. Change-Id: I01a0019ebaea3e1532f106e076f7608fb7aa86c6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>