From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id EFBFCE00A7B; Mon, 1 Jun 2015 16:59:55 -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.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.216.43 listed in list.dnswl.org] * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (otavio.salvador[at]gmail.com) * -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-vn0-f43.google.com (mail-vn0-f43.google.com [209.85.216.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B2D9EE00992 for ; Mon, 1 Jun 2015 16:59:48 -0700 (PDT) Received: by vnbf129 with SMTP id f129so18388171vnb.10 for ; Mon, 01 Jun 2015 16:59:48 -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=mbT0TkntdMldm8hPBHA/uh8R5qqUtTwq5M4NxdsODyU=; b=vyZH73WKEcCo0uuBvfSw6O4tTGhyFqVuJbMkhm98u9+Ljtrqp6bhwywWo1lsg0F8oR S3RDx8gcfWBpVhYx73LwtCp7u5uQJ86eQiN9ZWqRNyUws6Q7XtPQZ22bm+uFTJRHdcHw YdQ6GwTKgIggTFwuhI8pZxQbKJELwTVUMIHEzNTv6eAyY0Kh5zWaI4jwll0ZH0ngriL5 lOhwTu2pPEFfcs5c4CpLWfmWLPMrgYhCHrjkgZXS7gh0+fKwIrF/NtvoAgbXWs9kKHRW 9eFlh2v4TZNQRebrFxP4W03oxxaszgR2uAB3RwEUUVgljoMUUVACoAEGto4lRS8zWr/1 TpTA== X-Received: by 10.52.116.130 with SMTP id jw2mr32882620vdb.32.1433203187918; Mon, 01 Jun 2015 16:59:47 -0700 (PDT) Received: from localhost ([177.100.224.72]) by mx.google.com with ESMTPSA id r7sm24012110vdw.23.2015.06.01.16.59.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 01 Jun 2015 16:59:46 -0700 (PDT) Message-ID: <556cf1f2.674d340a.7cee.7aff@mx.google.com> Received: by localhost (sSMTP sendmail emulation); Mon, 01 Jun 2015 20:59:41 -0300 From: otavio.salvador@gmail.com Date: Mon, 01 Jun 2015 20:59:41 -0300 To: meta-freescale@yoctoproject.org User-Agent: mail v14.8.0 MIME-Version: 1.0 Subject: Updates to meta-fsl-arm (master) in 2015-06-01 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: Mon, 01 Jun 2015 23:59:56 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, I pushed following updates: commit 9c0e329fa02673a990630f6e400157ca30e3447f (HEAD -> pending, yocto/mas= ter-next, yocto/master) 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 56b3ff40a94d6304fdbe387d312c55cec3a6e7e6 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 85bf914667a0020001ff6d4feabf911e1eb1f3bd 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 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