[meta-freescale] [meta-fsl-demos][PATCH 1/2] fsl-gpu-sdk: Add support for i.MX 6SoloLite

2016-03-31 Thread Tom Hochstein
From: Neena Busireddy Signed-off-by: Tom Hochstein --- recipes-graphics/fsl-gpu-sdk/fsl-gpu-sdk_2.2.1.bb | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/fsl-gpu-sdk/fsl-gpu-sdk_2.2.1.bb

[meta-freescale] [meta-fsl-arm][PATCH 0/4] Upgrade imx-gpu-viv graphics to 5.0.11-p8.3

2016-03-31 Thread Tom Hochstein
- Upgrade imx-gpu-viv graphics to 5.0.11-p8.3 - Minor directfb cleanup Neena Busireddy (3): imx-gpu-viv: Update to 5.0.11-p8.3 version xf86-video-imxfb-vivante: Update graphics to 5.0.11-p8.3 version kernel-module-imx-gpu-viv: Update graphics to 5.0.11-p8.3 version Tom Hochstein (1):

[meta-freescale] [meta-fsl-arm][PATCH 3/4] xf86-video-imxfb-vivante: Update graphics to 5.0.11-p8.3 version

2016-03-31 Thread Tom Hochstein
From: Neena Busireddy Signed-off-by: Tom Hochstein --- .../xorg-driver/xf86-video-imxfb-vivante.inc | 4 +- .../Remove-dix-internal-header-usage.patch | 31 .../Stop-using-Git-to-write-local-version.patch| 87

[meta-freescale] [meta-fsl-arm][PATCH 2/4] imx-gpu-viv: Update to 5.0.11-p8.3 version

2016-03-31 Thread Tom Hochstein
From: Neena Busireddy This version is released with 4.1.15-1.0.0_ga release. Includes many of the bug fixes and stability improvements. For more information refer to i.MX Linux Release Notes from following link:

[meta-freescale] [meta-fsl-arm][PATCH 1/4] imx-gpu-viv: Cleanup directfb reference

2016-03-31 Thread Tom Hochstein
Signed-off-by: Tom Hochstein --- recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc index beb2805..4d77081 100644

[meta-freescale] [meta-fsl-arm][PATCH 4/4] kernel-module-imx-gpu-viv: Update graphics to 5.0.11-p8.3 version

2016-03-31 Thread Tom Hochstein
From: Neena Busireddy Signed-off-by: Tom Hochstein --- .../kernel-module-imx-gpu-viv_5.0.11.p8.3.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644

[meta-freescale] [meta-fsl-arm][PATCH] imx-uuc: Add dosfstools-native on DEPENDS

2016-03-31 Thread Fabio Berton
imx-uuc Makefile runs mkfs.vfat command and fails if it not available. We need to install dosfstools-native to provide this tool. Change-Id: Iadc9ce579bbe20b69ed27e3518b39009254d9cd0 Signed-off-by: Fabio Berton --- recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb | 2 +- 1

Re: [meta-freescale] [meta-fsl-arm][PATCH] imx-uuc: Stop create fat partition on DESTDIR

2016-03-31 Thread Otavio Salvador
Hello Lauren, On Thu, Mar 31, 2016 at 3:10 PM, Fabio Berton wrote: > Makefile creates a fat partition in $(DESTDIR)/fat but it's not used. > Fat creation was added on commit 24be3bf0808503b4a590d96600407bdd92b36da6, > but commit log doesn't explain how this

[meta-freescale] [meta-fsl-arm][PATCH v1 02/11] imx6dlsabresd and imx6slevk : Remove pf200 device trees

2016-03-31 Thread Lauren Post
imx6dlsabresd: Remove imx6dl-sabresd-pf200.dtb imx6slevk: Remove imx6sl-evk-pf200.dtb Signed-off-by: Lauren Post --- conf/machine/imx6dlsabresd.conf | 2 +- conf/machine/imx6slevk.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[meta-freescale] [meta-fsl-arm][PATCH v1 00/11] Upgrade to 4.1.15-1.0.0_ga i.MX BSP

2016-03-31 Thread Lauren Post
Upgrade kernel and bsp components to the 4.1.15-1.0.0_ga i.MX release - Kernel upgrade to 4.1.15 from 4.1.15-1.0.0_ga release - Uboot 2015.04 patches for 4.1.15-1.0.0_ga release - Machine updates to imx6qsabreauto, imx6dlsabreauto, imx6dlsabresd imx6slevk and imx7dsabresd for device

[meta-freescale] [meta-fsl-arm][PATCH] imx-uuc: Stop create fat partition on DESTDIR

2016-03-31 Thread Fabio Berton
Makefile creates a fat partition in $(DESTDIR)/fat but it's not used. Fat creation was added on commit 24be3bf0808503b4a590d96600407bdd92b36da6, but commit log doesn't explain how this partition is used. So, removed fat disk creation from Makefile and /fat from FILES_${PN}. Signed-off-by: Fabio

Re: [meta-freescale] [PATCH] spi-imx -> make DMA optional through DT

2016-03-31 Thread Fabio Estevam
On Thu, Mar 31, 2016 at 2:30 PM, Hans Christian Lønstad wrote: > Completely agreed, just wandered if you could point me in some direction ,-> I am not familiar with GPU code. Maybe you could start a new thread explaining in details this GPU issue. --

Re: [meta-freescale] [PATCH] spi-imx -> make DMA optional through DT

2016-03-31 Thread Hans Christian Lønstad
> On 31. mar. 2016, at 19.26, Fabio Estevam wrote: > > On Thu, Mar 31, 2016 at 2:22 PM, Hans Christian Lønstad > wrote: > >> Implying the bug is in the SPI class driver and fixed in 4.6? >> It appears to be changes in the spi-imx as well, so back

Re: [meta-freescale] [PATCH] spi-imx -> make DMA optional through DT

2016-03-31 Thread Fabio Estevam
On Thu, Mar 31, 2016 at 2:22 PM, Hans Christian Lønstad wrote: > Implying the bug is in the SPI class driver and fixed in 4.6? > It appears to be changes in the spi-imx as well, so back porting might need > to include this. This issue is not i.MX6 related. There are

[meta-freescale] [meta-fsl-arm][PATCH v1 05/11] EULA: Update EULA to March v12 version

2016-03-31 Thread Lauren Post
Update mdsum in fsl-eula-unpack class pdate license mdsum in firmware, codec, parser and vpu Signed-off-by: Lauren Post --- EULA| 456 classes/fsl-eula-unpack.bbclass | 3 +- 2 files changed, 233

Re: [meta-freescale] [PATCH] spi-imx -> make DMA optional through DT

2016-03-31 Thread Hans Christian Lønstad
> On 31. mar. 2016, at 00.42, Fabio Estevam wrote: > > Hi Hans, > > On Wed, Mar 30, 2016 at 6:02 PM, Fabio Estevam wrote: > >> Looks like this same issue has been reported before: >> https://freescale.jiveon.com/thread/375328 > > Just tested the

Re: [meta-freescale] [meta-fsl-arm][PATCH 1/5] libfslcodec: Upgrade to v4.0.9

2016-03-31 Thread Otavio Salvador
On Thu, Mar 31, 2016 at 12:14 PM, Carlos Rafael Giani wrote: > I have a suggestion for this recipe. > > The uniaudio codecs require knowledge about the SONAME of the plugin. > Without this SONAME, accessing these plugins is not possible. For this > reason,

[meta-freescale] [meta-fsl-arm][PATCH v1 03/11] imx7dsabresd: Restructure device tree with new reva names

2016-03-31 Thread Lauren Post
Some device trees are only needed for reva board The following are reva device trees imx7d-sdb-reva.dtb imx7d-sdb-reva-epdc.dtb imx7d-sdb-reva-gpmi-weim.dtb imx7d-sdb-reva-hdmi-audio.dtb imx7d-sdb-reva-m4.dtb imx7d-sdb-reva-qspi.dtb imx7d-sdb-reva-touch.dtb imx7d-sdb-reva-wm8960.dtb

[meta-freescale] [meta-fsl-arm][PATCH v1 10/11] imx-test: Upgrade to 5.4 version

2016-03-31 Thread Lauren Post
- Restructure to support building all test cases on all machines regardless of harware support - mx6s_v4l2_capture: Fix resource leak reported by coverity - memtool: Fix string not null - Fix resource leak problem reported by coverity - mxc_i2c_slave_test: Fix argument cannot be negative

[meta-freescale] [meta-fsl-arm][PATCH v1 04/11] linux-imx: Upgrade to 4.1.15 kernel

2016-03-31 Thread Lauren Post
Upgrade to the 4.1.15-1.0.0_ga release Signed-off-by: Lauren Post --- ...sdhc-imx-Fixup-runtime-PM-conditions-duri.patch | 36 -- .../imx/defconfig | 58 +- ...tool_3.14.52.bb => linux-imx-mfgtool_4.1.15.bb} |

[meta-freescale] [meta-fsl-arm][PATCH v1 08/11] imx-lib: Upgrade to 5.4 version

2016-03-31 Thread Lauren Post
- Remove platform check in hdmi-cec and imx-lib - simplify to support builds on multiple machines - For ipu use the dummy defaul object to fix build issues on non-ipu hardware Signed-off-by: Lauren Post --- recipes-bsp/imx-lib/imx-lib_5.1.bb | 10 --

[meta-freescale] [meta-fsl-arm][PATCH v1 09/11] imx-vpu: Upgrade to 5.4.33 version

2016-03-31 Thread Lauren Post
VPU firmware has been changed to the format of Linux codec driver firmware. Change VPU library to adapt to firmware format change. Signed-off-by: Lauren Post --- recipes-bsp/imx-vpu/imx-vpu_5.4.32.bb | 11 --- recipes-bsp/imx-vpu/imx-vpu_5.4.33.bb | 11 +++

[meta-freescale] [meta-fsl-arm][PATCH v1 01/11] imx6dlsabreauto and imx6qsabreauto: Add sabreauto-enetirq device tree

2016-03-31 Thread Lauren Post
ARM: dts: imx6qdl-sabreauto: add enet irq dts files to avoid conflict with MLB ENET gpio irq pin conlict with MLB on i.MX6qdl sabreauto board, since enet gpio irq is extended feature for performance improvement, so let MLB enable in default dts file and newly create sabreauto enet irq dts files.

[meta-freescale] [meta-fsl-arm][PATCH v1 06/11] firmware-imx: Upgrade to 5.4 version

2016-03-31 Thread Lauren Post
- Upgrade to FW v3.1.1_r46072 - v3.1.1_r46070 plus 2 patches 391/392 - FSLARIK-391 [Decoder/H.264] VPU is always busy when decoding an erroneous H264 bitstream - FSLARIK-392 [Decoder/VC1] VPU outputs only 1 picture - Change to the format of Linux coda driver firmware Signed-off-by: Lauren Post

[meta-freescale] [meta-fsl-arm][PATCH v1 07/11] imx-kobs: Upgrade to 5.4 version

2016-03-31 Thread Lauren Post
- Check raw mode flag for backward compatbility - Fix membership name in bch geometry structure. - Fix the previous implementation that may ruin the BBM - Adapt raw page accesses to match the new raw_read/write implementation The old raw access implementation (in GPMI driver) was considering that

Re: [meta-freescale] [meta-fsl-arm][PATCH 1/5] libfslcodec: Upgrade to v4.0.9

2016-03-31 Thread Carlos Rafael Giani
I have a suggestion for this recipe. The uniaudio codecs require knowledge about the SONAME of the plugin. Without this SONAME, accessing these plugins is not possible. For this reason, imx-gst1.0-plugin installs a file in /etc/ that contains a list of these plugins. (gstreamer-imx scans for

Re: [meta-freescale] Wandboard stuck in U-Boot

2016-03-31 Thread Otavio Salvador
On Wed, Mar 30, 2016 at 5:05 PM, M Byrnes wrote: > After following the instructions in Getting started with Yocto on Wandboard > - Wandboard Wiki - the Wandboard is stuck in U-Boot. It seems the last > release of the Wandboard (https://github.com/wandboard-org) only

[meta-freescale] Updates to meta-fsl-arm-extra (master) in 2016-03-31

2016-03-31 Thread Otavio Salvador
Hello, I pushed following updates: commit 87e6f7c6ad31d866125f6a1363baa4769f516754 (HEAD -> pending, fslc/master-next, fslc/master) Author: Ian Coolidge Date: Wed Mar 30 10:27:03 2016 -0700 linux-boundary: Bump SRCREV to 9af660e Repository was rebased

[meta-freescale] Wandboard stuck in U-Boot

2016-03-31 Thread M Byrnes
Hello, After following the instructions in Getting started with Yocto on Wandboard - Wandboard Wiki - the Wandboard is stuck in U-Boot. It seems the last

Re: [meta-freescale] [meta-fsl-arm][PATCH 0/5] Upgrade i.MX multimedia to jethro_4.1.15-1.0.0_ga release

2016-03-31 Thread Otavio Salvador
On Thu, Mar 31, 2016 at 6:37 AM, Yuqing Zhu wrote: > --Upgrade libfslcodec to v4.0.9 > --Upgrade libfslparser to v4.0.9 > --Upgrade gst1.0-fsl-plugin to v4.0.9 > --Upgrade libfslvpuwrap to v1.0.65 > --Upgrade fsl-alsa-plugins to v1.0.26 I reviewed the first patch but the very

Re: [meta-freescale] [meta-fsl-arm][PATCH 1/5] libfslcodec: Upgrade to v4.0.9

2016-03-31 Thread Otavio Salvador
On Thu, Mar 31, 2016 at 6:37 AM, Yuqing Zhu wrote: > --Change the recipe name from "libfslcodec" to "imx-codec" > > --[aac_dec] refine the code for pure c build > aac decoder c build need float point support, which use some > float point function. > > Signed-off-by: Yuqing

[meta-freescale] [meta-fsl-arm][PATCH 4/5] fsl-alsa-plugins: Upgrade to v1.0.26

2016-03-31 Thread Yuqing Zhu
--Change the recipe name from "fsl-alsa-plugins" to "imx-alsa-plugins" --Remove 0001-asrc_pair-update-output-buffer-size.patch as it has been integrated into the package. Signed-off-by: Yuqing Zhu --- .../0001-asrc_pair-update-output-buffer-size.patch | 47

[meta-freescale] [meta-fsl-arm][PATCH 5/5] gst1.0-fsl-plugin: Upgrade to v4.0.9

2016-03-31 Thread Yuqing Zhu
--Change the recipe name from "gst1.0-fsl-plugin" to "imx-gst1.0-plugin" --Remove dependency on gstreamer1.0-plugins-bad There is a patch in gstreamer1.0-plugins-bad which intall the header file of gstaggregator and gstvideoaggregator. so we can use them outside of gstreamer-plugins-bad

[meta-freescale] [meta-fsl-arm][PATCH 3/5] libfslvpuwrap: Upgrade to v1.0.65

2016-03-31 Thread Yuqing Zhu
--Change the recipe name from "libfslvpuwrap" to "imx-vpuwrap". --Update 'nLastFrameEndPosPhy' in seqinit stage to avoid feed the same SPS to vpu repeatedly. --Fix vpu VC1 decoder hang when decoding some wrong data. Signed-off-by: Yuqing Zhu ---

[meta-freescale] [meta-fsl-arm][PATCH 2/5] libfslparser: Upgrade to v4.0.9

2016-03-31 Thread Yuqing Zhu
--Change the recipe name from "libfslparser" to "imx-parser" --Add aac latm parser in parser_libs, support aac latm in mpeg2 parser Signed-off-by: Yuqing Zhu --- .../libfslparser.inc => imx-parser/imx-parser.inc} | 2 +-

[meta-freescale] [meta-fsl-arm][PATCH 1/5] libfslcodec: Upgrade to v4.0.9

2016-03-31 Thread Yuqing Zhu
--Change the recipe name from "libfslcodec" to "imx-codec" --[aac_dec] refine the code for pure c build aac decoder c build need float point support, which use some float point function. Signed-off-by: Yuqing Zhu --- .../{libfslcodec/libfslcodec.inc =>

[meta-freescale] [meta-fsl-arm][PATCH 0/5] Upgrade i.MX multimedia to jethro_4.1.15-1.0.0_ga release

2016-03-31 Thread Yuqing Zhu
--Upgrade libfslcodec to v4.0.9 --Upgrade libfslparser to v4.0.9 --Upgrade gst1.0-fsl-plugin to v4.0.9 --Upgrade libfslvpuwrap to v1.0.65 --Upgrade fsl-alsa-plugins to v1.0.26 Yuqing Zhu (5): libfslcodec: Upgrade to v4.0.9 libfslparser: Upgrade to v4.0.9 libfslvpuwrap: Upgrade to v1.0.65

Re: [meta-freescale] [meta-fsl-arm][PATCH v2 1/3] gstreamer1.0-plugins-bad: Add directviv to glimagesink to improve playback performance

2016-03-31 Thread Yuqing Zhu
Hi Carlos, Thanks for your good comments, and my answers are as followed. B.R. Yuqing Zhu -Original Message- From: Carlos Rafael Giani [mailto:d...@pseudoterminal.org] Sent: Tuesday, March 29, 2016 3:33 PM To: Yuqing Zhu ; meta-freescale@yoctoproject.org

Re: [meta-freescale] wayland crash debugging help required

2016-03-31 Thread Vikas Patil
Hi Pekka Paalanen, Thanks a lot for your comment. As you mentioned this could be the case of multiple threads receiving and dispatching events as I am using [1] qtwayland 5.5.1 and [2] imxeglviv video sink. Both the component uses the wl_display_prepare_read() and wl_display_read_events().