From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 7F52EE0095D; Wed, 10 Jun 2015 09:18:41 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MSGID_FROM_MTA_HEADER, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (otavio.salvador[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.170 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * 0.0 MSGID_FROM_MTA_HEADER Message-Id was added by a relay Received: from mail-qk0-f170.google.com (mail-qk0-f170.google.com [209.85.220.170]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D38A9E007B6 for ; Wed, 10 Jun 2015 09:18:39 -0700 (PDT) Received: by qkx62 with SMTP id 62so27662817qkx.3 for ; Wed, 10 Jun 2015 09:18:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:date:to:subject:user-agent:mime-version :content-type:content-transfer-encoding; bh=JaN7T1n3f0Le5Twrnd2cRtAYWCtYVWdHzuURuYu6E6g=; b=xZekUv8UqWy4QND3UYhc3LM71dUbG0CDkw49SrAMQu29k8Uh6xB2iSNkOAIw8j3jAa qpekXmfcOz4udK0DzVe6p8pVgr6Oyq1FWt4/EWox9HiDUvo8y5AeNhfRD4Re8qx2XQYO QfQM4CS6UE0krg5NScThe/9YLo3Fz/pzkvepruZ2yPJJxCIf8L7wK3oT6mkz9yT6Y8gS H43Dm/acp2k/mUPptyjRGnlQxbNncUm2K9D88nA5xZtXEqt+xlPKTyHcDdKz+7nLoezp 9ZtNmjcK51H8sVSCRE21zzFexjzn70yn7P7UjTFBvMctLUP0yxv6TikrkBQyvyAmU0vo w34A== X-Received: by 10.140.201.4 with SMTP id w4mr5276317qha.11.1433953118643; Wed, 10 Jun 2015 09:18:38 -0700 (PDT) Received: from localhost ([177.100.226.57]) by mx.google.com with ESMTPSA id 75sm4290646qhc.39.2015.06.10.09.18.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Jun 2015 09:18:37 -0700 (PDT) Message-ID: <5578635d.4e828c0a.d84f.ffffdfd1@mx.google.com> Received: by localhost (sSMTP sendmail emulation); Wed, 10 Jun 2015 13:18:32 -0300 From: "Otavio Salvador" Date: Wed, 10 Jun 2015 13:18:32 -0300 To: meta-freescale@yoctoproject.org User-Agent: mail v14.8.0 MIME-Version: 1.0 Subject: Updates to meta-fsl-arm (fido) in 2015-06-10 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 16:18:41 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, I pushed following updates: commit 000f770272be28b913ee10f87e344ac7527ba462 (HEAD -> for-fido, yocto/fi= do) Author: Andreas M=C3=BCller Date: Mon Jun 8 14:48:06 2015 +0200 linux-imx-3.14.28: FEC: fix garbage send for huge data blocks =20 Signed-off-by: Otavio Salvador commit 172a4277f0632941aa74f02495d2c420e5495323 Author: Andreas M=C3=BCller Date: Mon Jun 8 14:48:05 2015 +0200 linux-imx_3.14.28: fix initial MMC device detection =20 On Variscite Varsom we have three devices connected to MMC =20 * MMC1: eMMC * MMC2: SDCard * MMC3: Wifi =20 Without this patch only the first device was detected properly. I found two workarounds which can be removed by this patch: =20 1. Variscite: booting from SDCard made possible by renumbering MMC devi= ces [1]. 2. BoundaryDevices: Add workqueues for each mmc_host [2]. This had been= tested here too but causes crashing sdcard for huge storage traffic. =20 [1] https://github.com/varigit/linux-2.6-imx/blob/imx_3.10.53_1.1.0_ga_= var01/arch/arm/boot/dts/imx6qdl.dtsi / Line 879 [2] https://github.com/boundarydevices/linux-imx6/commit/1d40159a995a29= 8f16901bfb14ae3e0294c65691 =20 Signed-off-by: Andreas M=C3=BCller Signed-off-by: Otavio Salvador commit cb3ff963b1bbff7d2c2a9e6344e4ea592a958154 Author: Carlos Rafael Giani Date: Mon Jun 8 11:47:00 2015 +0200 gstreamer1.0-plugins-imx: Update to version 0.10.2 =20 Changes: =20 - v4l2src: renamed imxv4l2src to imxv4l2videosrc to avoid name collisio= ns with the FSL plugins - v4l2src: Call the buffer pool baseclass stop() function (fixes segfau= lts) - uniaudio: Create correct config header even if no codecs were found - audio: new MP3 encoder element using the libfslcodec MP3 encoder - g2d/ipu/pxp blitter sink: Respect aspect ratio also in 90/270 degree = rotations - pxp: Remove broken/unsupported formats - eglvivsink: Fix double mutex unlock - phys mem meta naming cleanup =20 Change-Id: Id2c72352f19cfeb6635af2ed0ec625867c28b7a7 Signed-off-by: Carlos Rafael Giani Signed-off-by: Otavio Salvador commit da3d17b725ee009831bcb595bd9802c7a9c1f928 Author: Otavio Salvador Date: Wed Jun 3 13:35:17 2015 -0300 imx-base.inc: Set amd-gpu-mx51 provider depending on backend =20 The amd-gpu-mx51 provider needs to be set, along with the other virtual providers, for the i.MX5 CPUs. =20 Fixes the warning: =20 ,---- | NOTE: multiple providers are available for amd-gpu-mx51 | (amd-gpu-x11-bin-mx51, amd-gpu-bin-mx51) `---- =20 Change-Id: Ieb3401dbbdf1178641aeda55b20b7ae054423d75 Signed-off-by: Otavio Salvador commit e28c9a0f57f7418f41da4972c8f8b2137b190355 Author: Otavio Salvador Date: Wed Jun 3 13:33:45 2015 -0300 libfslcodec: Remove binary examples for i.MX5 =20 The binary examples require the libvpu.so.4 library and does not work at runtime, so we are removing them. =20 Fixes following warning: =20 ,---- | WARNING: QA Issue: libfslcodec-test-bin requires libvpu.so.4, but no | providers in its RDEPENDS [file-rdeps] `---- =20 Change-Id: Icf4bdd5591dd73ca0d6b8adc4fde0730a0739606 Signed-off-by: Otavio Salvador commit 20ecaea1d84e34873c164ff2756aec15a54f2db6 Author: Neena Busireddy Date: Tue Jun 2 10:08:21 2015 -0500 SCR-3.14.28-1.0.1-patch: Add SCR for 3.14.28-1.0.1_patch release =20 Change-Id: I64b42c99a0b91fcaca174e5537d843832d38c351 Signed-off-by: Neena Busireddy commit 1281e1e3cc422fe5db62caacd74ac8bc7ee8de5c Author: Neena Busireddy Date: Tue Jun 2 10:08:20 2015 -0500 xf86-video-imxfb-vivante: Upgrade to 5.0.11.p4.5 =20 Modify the version to match the version of imx-gpu-viv =20 Signed-off-by: Neena Busireddy Signed-off-by: Otavio Salvador commit 7c5529705f9dc48a4f4629b7ca8d2b6944b138b5 Author: Neena Busireddy Date: Tue Jun 2 10:08:19 2015 -0500 imx-gpu-viv: Upgrade sfp to 5.0.11.p4.5 =20 Signed-off-by: Neena Busireddy Signed-off-by: Otavio Salvador commit 75246b722e59960a0c3a35e1c1b982d0ee9e7d24 Author: Neena Busireddy Date: Tue Jun 2 10:08:18 2015 -0500 imx-gpu-viv: Upgrade to 5.0.11.p4.5 =20 3.14.28-1.0.1 patch release has the following bug fixes: =20 MGS-554 [#1644] Fix the false alert with GPU commit dirty MGS-528 [#ccc] Wayland does not free window memory until the applicatio= n exits GRPH-56 [#ccc] Add environment variable to turn off memory fill GRPH-55 [ccc] Add alpha channel for direct texture viv extension MA-6540 [#1672] Fix native fence FD leak found by Android=E2=84=A2 CTS MGS-663 [#1686] P4 release can't be built statically MA-6527 [#1666] Fix android.webgl.cts.WebGLTest CTS failure MGS-511-2 [#1593] Qt 3D app cannot run on i.MX 6SoloX board MGS-658 [#ccc] Fix build warning of isInApiTraceMode for static link Revert MGS-352 [#1453] Creating context on 5.x is slower than 4.x due t= o process name read MGS-578 [#1657] GoogleEarth APK encounters a shader compile error MGS-507 [#1323] RenderToTexture has distorted pictures on screen in DL = board MGS-547 [#ccc] Add YVYU format test in g2d_overlay_test MGS-547 [#1640] YVYU format gets wrong result when 2D is built MGS-564 [#ccc] Resolve race condition in display frame sync MGS-367 [#1589] "CTRL+C" to close the "tutorial7_es20" causes GPU to ha= ng MGS-543 [#1604] Remove some unsupported extensions in gles10 MGS-436 [#ccc] Memory leak in glimagesink video loop playback MA-6267 [#1600] Fix ES3.0 benchmark UBenchEnhanced can't run MA-6208-1 [#1543] Fix build error MA-6208 [#1543] Fix com.drawelements.deqp.gles3 CTS failure MGS-511 [#1593] Qt 3D app cannot run on i.MX 6SoloX board MGS-512 [#1493] Fix es30 conformance failures related to glReadPixels MGS-502 [#ccc] libCLC failure MGS-500 [#ccc] Disable apitrace for static build =20 Signed-off-by: Neena Busireddy Signed-off-by: Otavio Salvador commit 2735f6a5d95bff8f43111ace582ada5917f8f9e0 Author: Stefan Christ Date: Wed Jun 3 11:18:11 2015 +0200 fsl-eula-unpack: fix deploying EULA =20 If a recipe, which uses the fsl-eula-unpack bbclass, defines the variable LIC_FILES_CHKSUM like =20 LIC_FILES_CHKSUM =3D "[...]" =20 (not using "+=3D") the content of ${FSL_EULA_FILE}, which is added in fsl-eula-unpack, is overwritten. So the EULA isn't deployed to the ${LICENSE_DIRECTORY}. =20 Using 'LIC_FILES_CHKSUM_append' should work in any cases. =20 Signed-off-by: Stefan Christ Signed-off-by: Otavio Salvador commit 9c6411154c76d40f76fc5155300a6ddf75d2e221 Author: Stefan Christ Date: Wed Jun 3 11:18:10 2015 +0200 fsl-eula-unpack: fix outdated EULA checksum =20 The md5 checksum in LIC_FILES_CHKSUM was taken from an older version of the Freescale EULA. This leads to build errors like =20 ERROR: imx-gpu-viv: md5 data is not matching for file://[...]/meta-fsl-arm/EULA;md5=3D6df184a9b1950b68e17fdcd751= 3bdb97 ERROR: imx-gpu-viv: The new md5 checksum is acdb807ac7275fe32f9f64992e111241 =20 Signed-off-by: Stefan Christ Signed-off-by: Otavio Salvador commit 8e3ffc346b184e0cff263f94e9e90f43c94b7a69 Author: Stefan Christ Date: Thu May 28 10:55:24 2015 +0200 fsl-eula-unpack: deploy Freescale EULA =20 Add the file which contains the Freescale EULA to variable LIC_FILES_CHKSUM, so the EULA is deployed in the folder =20 ${LICENSE_DIRECTORY}/${PN}/ =20 for all recipes which use the bbclass fsl-eula-unpack. =20 Add a vardepsexclude to variable LIC_FILES_CHKSUM to share the sstate cache across multiple build directories. See commit =20 commit e8c6cf822889c02b76db03f2e9c6915a1bda1c06 Author: Christopher Larson Date: Wed Oct 23 22:30:41 2013 +0000 =20 fsl-eula-unpack: add FSL_EULA_FILE to vardepsexclude =20 Signed-off-by: Stefan Christ Signed-off-by: Otavio Salvador commit 8f083e1268d18966567f5ef9e723c2dae62b205f Author: Andreas M=C3=BCller Date: Thu May 21 18:09:14 2015 +0200 imx-base.inc: allow building with arm thumb support =20 thanks to Khem Raj for helping hint & more =20 discussion found at [1] =20 [1] https://lists.yoctoproject.org/pipermail/meta-freescale/2015-May/01= 3904.html =20 Signed-off-by: Andreas M=C3=BCller Acked-by: Max Krummenacher Signed-off-by: Otavio Salvador commit a127c2f8e8b36db6f5105fe2a894cafa27608698 Author: Otavio Salvador Date: Wed May 20 11:05:35 2015 -0300 u-boot-fslc: Update to revision 10aced3 =20 This backports following changes from 2015.07 development release: =20 10aced3 thermal: imx_thermal: use CPU temperature grade for trip points b02bbe4 imx: mx6: add display of CPU temperature grade in print_cpuinfo= () 959d59a imx: mx6: add get_cpu_temp_grade to obtain cpu temperature grad= e from OTP 133492b imx: mx6: display max cpu frequency in print_cpuinfo() b1a9761 imx: mx6: add get_cpu_speed_grade_hz func to return MHz speed g= rade from OTP ac4fa5f mx6: add OTP bank1 registers 982b630 arm: mx6: ddr: set fast-exit on DDR3 if pd_fast_exit specified c462c40 arm/imx-common: Fix warning 'get_reset_cause' defined but not u= sed 666a3df pmic: pfuze100 fix typo 2216998 imx: mx6sx enable SION for i2c pin mux 019f86c imx: marsboard: Enable thermal DM support 386878a imx: riotboard: Enable thermal DM support 0e80b68 imx: riotboard, marsboard: Enable thermal support bf9a6d7 hummingboard: Remove unused directory c46ff16 imx: ventana: add pmic_setup to SPL d12faa5 imx: ventana: (cosmetic) clean up size defines for improved rea= dability 86f9770 imx: ventana: config: use MMC SPL RAW support c52aa2e env_nand: use nand_spl_load_image for readenv if SPL 5559f42 imx: ventana: use stack relocation cd10311 imx: ventana: add GSC boot watchdog disable to SPL 079ca00 imx: ventana: add gpio setup to SPL 484f580 imx: ventana: use common uart and i2c setup functions in SPL 3dcd603 imx: ventana: detect pmic using i2c probe instead of board mode= l 32f01d2 imx: ventana: move GSC boot watchdog disable function to gsc.c defe0e8 imx: ventana: split out common functions between SPL and uboot 7a22259 imx: ventana: default msata/pci mux to pci before PCI enumerati= on e2e0076 imx: ventana: fix pcie reset for GW522x 265e3fb imx: ventana: config: enable Thermal support a8c94f9 imx: ventana: enable DM_SERIAL a4f84a5 imx: ventana: register gpio's with gpio_request 872b1ae imx: ventana: config: enable driver model 6f94cad imx: ventana: config: enable gpio command e574abe imx: ventana: display SPL boot device 31da35f imx: ventana: set dtype env var to boot media ebec986 arm: mx6: ddr3: Remove dead code d2249d2 i2c, mxc: rework i2c base address names for different SoCs 9c4a63b arm, imx6, i2c: add I2C4 for MX6DL f27f41c mx6: Set shared override bit in PL310 AUX_CTRL register 143286c tbs2910: add CONFIG_SUPPORT_EMMC_BOOT 0104511 tbs2910: use default CONFIG_SYS_PBSIZE 6358e0b tbs2910: only enable vga output for stdout/stderr when hdmi det= ected abce3a9 tbs2910: support for usb otg host mode 6d261b5 warp: README: Fix typo 5433284 imx: ventana: fix boot to SD 6219fb9 imx: dek_blob: Add explicit include for mapmem 57ffb41 bugfix i.mx6 pwm: prevent overflow of period_c * duty_ns =20 Change-Id: I4449a78c6f5ee86476894b146534b30d39a109cd Signed-off-by: Otavio Salvador commit b2236670677fdaefdc7cd74ac8166aadbf595df1 Author: Otavio Salvador Date: Wed May 20 10:40:18 2015 -0300 linux-fslc: Update to revision 48548f7 =20 This updates the kernel fork to the 4.0.4 stable release and also backports following changes from next releases: =20 48548f7 ARM: dts: imx6qdl-hummingboard: Add PCIe support a436e02 ARM: dts: imx23-olinuxino: Add i2c support 6fab05f ARM: dts: imx23: Add i2c support f3be862 ARM: dts: imx6qdl: move HDMI controller to right location in DT d406c7d ARM: dts: hummingboard: add sgtl5000 support for Hummingboard P= ro a902f9a ARM: dts: imx25-pinfunc: Add several pinfunctions 09b876d ARM: dts: cubox: Map gpio-keys to gpio3 8 195395a ARM: dts: hummingboard: Setup pwm lines 626e1a2 ARM: dts: hummingboard: enable PCF8523 RTC support 90d5cd9 ARM: dts: Re-license SolidRun iMX6 platform DT GPL v2/X11 fc8e447 ARM: dts: imx28: add alternative pinmuxing for spi3 16a090f ARM: dts: imx6sl: Add label snvs_rtc 00a7455 ARM: imx6qdl-sabreauto.dtsi: add max7310 support 910c8ea ARM: dts: imx25-pinfunc: remove input values for pinfuncs witho= ut input register 5d7835c ARM: dts: imx6qdl: disable PWMs by default 9591a95 ARM: dts: hummingboard/cubox-i: enable front LED PWM explicitly c147254 ARM: dts: imx6qdl: Allow disabling the PU regulator, add a enab= le ramp delay f440f6f ARM: dts: imx: Add dr_mode host setting to all host-only usb in= stances 50d210b ARM: dts: imx25-pdk: Add LCD support 22a2757 ARM: dts: imx25-pinfunc: more defines 4d5c31f ARM: imx25: fix some wrong iomux definitions c11c5d3 ARM: dts: imx6qdl: Add label snvs_rtc 86bca32 ARM: dts: imx6qdl: Move existing MIPI DSI ports into a new 'por= ts' node d0359e2 ARM: imx6sx-sdb: add revb board and make it default c045e82 ARM: imx6sx-sdb: change default board as reva board a9902ce ARM: dts: cubox-i: add support for Broadcom Wifi/Bluetooth devi= ces =20 Change-Id: Ia64861aac4b84b459cee54a7af7561e503f26d7f Signed-off-by: Otavio Salvador Regards, -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750