summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* xf86-video-imxfb-vivante: forward port GCC5.2 patchMax Krummenacher2016-04-191-14/+37
| | | | | | | Port to 5.0.11.p6.3-beta. Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gpu-viv: Fix host user contamination in packageOtavio Salvador2016-04-191-9/+9
| | | | | | | | | | | | | | The copy of contents must not use the host user when copying the contents for packaging. This fixes following QA errors as: ,---- | WARNING: QA Issue: | .../packages-split/imx-gpu-viv-tools/usr/bin/gmem_info is owned by uid | 1000, which is the same as the user running bitbake. This may be due | to host contamination [host-user-contaminated] `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Rework i.MX6 UltraLite support to not use other i.MX6 codeOtavio Salvador2016-04-195-47/+16
| | | | | | | | | | | | | | The i.MX6 UltraLite is very different from the other i.MX6 SoCs and the current BSP infrastructure needs to be reworked to allow for more granullar control of the features each SoC provide to control the changes to be applied for the SoC peripherals support. For now, it is not possible to express this clearly in the BSP so the current change is to revert some of the changes done for the i.MX6 UltraLite to be enabled and make sure that the boards using the SoC does not inherit the 'mx6' override. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: follow 5.5 platform configuration styleAndreas Müller2016-04-191-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This one comes up when building for non-x11 / wayland. for further details see qtbase commit d04c3d2079e0df79592128a67e115ecb90b08454 Author: Laszlo Agocs <laszlo.agocs@theqtcompany.com> Date: Mon Mar 2 16:09:22 2015 +0100 eglfs: Pluginize RPi, iMX6 and Mali backends eglfs does not depend on the device makespecs anymore when it comes to these device integration backends (hooks). Instead, backends are autodetected by configure. The name of the preferred plugin is still set in the device makespecs. This is optional. When not set and there is more than one plugin present in the system, the environment variable QT_QPA_EGLFS_INTEGRATION will have to be set at runtime. In the absence of that, the order is undefined. Change-Id: Ie1ced2c9aa1beff2adb13b4fdea7c499cb5a6aab Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: remove Force_egl_visual_ID_33.patchAndreas Müller2016-04-192-27/+0
| | | | | | | | | | | | | | | | | | | It does not apply for Qt 5.5 anymore and mainline qtbase takes care for vivante specifics. See qtbase commit e7bd18f156e508969cc536c0f0b8e3c2c3c75c47 Author: Laszlo Agocs <laszlo.agocs@theqtcompany.com> Date: Wed Mar 18 11:03:39 2015 +0100 Fix EGL config - X visual matching for i.MX6 Task-number: QTBUG-44290 Change-Id: I06cbb169803aa8a06ea310651def1f3582194c8e Reviewed-by: Jørgen Lind <jorgen.lind@theqtcompany.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc-mx6: Bump revision to 2574f81Otavio Salvador2016-04-191-1/+1
| | | | | | | | | | | | | | | | This upgrades the kernel fork for the 3.14.51 stable release. Another change is the inclusion of: 22f6925 arm: Export cache flush management symbols when !MULTI_CACHE This fixes following error: galcore: Unknown symbol v7_dma_map_area (err 0) galcore: Unknown symbol v7_dma_flush_range (err 0) When using the Vivante GPU module as a module. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-3.14.38: defconfig: Select IMX6ULFabio Estevam2016-04-191-0/+1
| | | | | | | Let IMX6UL be supported by default. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* pulseaudio: Add PulseAudio configurationYuqing Zhu2016-04-193-0/+270
| | | | | | | | | | | | -Use the ffmpeg resample instead of the speex one, since the ffmpeg resampler gives better quality. -Normally, PulseAudio exits after an application finishes using it. Set exit-idle-time to -1 in the daemon.conf to force it to not exit. Signed-off-by: Yuqing Zhu <b54851@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* hv-cfg: use MACHINE specific variableZhenhua Luo2016-04-191-10/+8
| | | | | | | * Use HV_CFG_M in hv-cfg bb file Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t4240rdb(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t4240qds(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t2080rdb(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t2080qds(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1042d4rdb(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1040d4rdb(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1024rdb(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p5040ds(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p5020ds(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p4080ds: define HV_CFG_M in machine confZhenhua Luo2016-04-191-0/+2
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p3041ds: define HV_CFG_M in machine confZhenhua Luo2016-04-191-0/+2
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p2041rdb: define HV_CFG_M in machine confZhenhua Luo2016-04-191-0/+2
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* b4860qds(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ipc-ust: move SOC specific variables to qoriq-base.incZhenhua Luo2016-04-192-5/+10
| | | | | | | | * Add IPC_UST_SOC variables in qoriq-base.inc to define SOC type for ipc-ust * Use IPC_UST_SOC in ipc-ust bb file Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: use machine specific variables defined in machine confZhenhua Luo2016-04-191-24/+6
| | | | | | | | | | | Use the following machine specific variables which are defined in machine conf file: * UBOOT_SOURCE_NAND * UBOOT_SOURCE_SPI * UBOOT_SOURCE_SD Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t4240rdb(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t4240qds(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t4160qds(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t2080rdb(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t2080qds(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1042d4rdb(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1040d4rdb(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1024rdb(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1023rdb(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-191-0/+4
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p5040ds(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p5020ds(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p4080ds: define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-191-0/+4
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p3041ds: define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-191-0/+4
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p2041rdb: define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-191-0/+4
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p2020rdb: define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-191-0/+4
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p1025twr: define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-191-0/+4
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p1023rdb: define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-191-0/+4
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p1022ds: define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-191-0/+4
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p1021rdb: define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-191-0/+4
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p1020rdb: define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-191-0/+4
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p1010rdb: define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-191-0/+4
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* c293pcie: define the u-boot source binary name of NANDZhenhua Luo2016-04-191-0/+2
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* bsc9132qds: define the u-boot source binary name of NANDZhenhua Luo2016-04-191-0/+2
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* bsc9131rdb: define the u-boot source binary name of NANDZhenhua Luo2016-04-191-0/+2
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* b4420qds(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+10
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* b4860qds(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+10
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>