Re: [meta-freescale] [meta-fsl-arm PATCH 2/3] linux-fslc-imx: Bump revision to 00850640

2016-07-21 Thread Fabio Estevam
On Thu, Jul 21, 2016 at 9:44 PM, Peter S. Housel wrote: > This kernel needs the linked commit added: > > https://git.kernel.org/cgit/linux/kernel/git/sashal/linux-stable.git/commit/?h=linux-4.1.y-queue=74225a4cbea38034034add5da67a2f7ee23251c0 > > Otherwise it is subject to severe

Re: [meta-freescale] [meta-fsl-arm PATCH 2/3] linux-fslc-imx: Bump revision to 00850640

2016-07-21 Thread Peter S. Housel
On 07/14/2016 10:09 AM, Otavio Salvador wrote: This merges the 4.1.28 stable release onto the fork. Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) This kernel needs the

[meta-freescale] [meta-fsl-arm][PATCH 2/2] u-boot-fslc-mxsboot: Bump revision to 9da4a42

2016-07-21 Thread Fabio Berton
This includes following changes: - 9da4a42 Revert "imx_common: Return MMCSD_MODE_FS in spl_boot_mode() also for EXTFS" - 7be8ff4 serial_mxc: Remove unconditional DCE setting - 6dec211 mx6: clock: Fix the logic for reading axi_alt_sel - 68f2c3e Revert "arch-mx6: fix MX6_PAD_DECLARE macro

[meta-freescale] [meta-fsl-arm][PATCH 1/2] u-boot-fslc: Bump revision to 9da4a42

2016-07-21 Thread Fabio Berton
This includes following changes: - 9da4a42 Revert "imx_common: Return MMCSD_MODE_FS in spl_boot_mode() also for EXTFS" - 7be8ff4 serial_mxc: Remove unconditional DCE setting - 6dec211 mx6: clock: Fix the logic for reading axi_alt_sel - 68f2c3e Revert "arch-mx6: fix MX6_PAD_DECLARE macro

[meta-freescale] [meta-fsl-arm-extra][PATCH v2 8/9] linux-toradex_4.1.15: add kernel for colibri imx7

2016-07-21 Thread Max Krummenacher
This recipe provides a kernel for the NXP i.MX 7 based modules Colibri iMX7. - based on Freescale's kernel release rel_imx_4.1.15_1.1.1 - analogue audio playback and capture, resistive touch - analogue input via IIO framework /sys/bus/iio/devices/iio:device0 Note the 1.8 volt full scale

[meta-freescale] [meta-fsl-arm-extra][PATCH v2 9/9] colibri-imx7.conf: add machine configuration

2016-07-21 Thread Max Krummenacher
The Toradex Colibri iMX7 computer module is based on i.MX 7Solo and i.MX 7Dual. The Colibri iMX7 is a member of the pincompatible Colibri family. They feature on module RAM and NAND, Ethernet PHY, Resistive Touch Controller and Audio Codec. For additional specifications please visit:

[meta-freescale] [meta-fsl-arm-extra][PATCH v2 6/9] colibri-vf.conf: fix uboot make target

2016-07-21 Thread Max Krummenacher
As some variables are now assigned with ?= in colibri-vf.conf and imx-base.inc make sure that colibri-vf.conf takes precedence. (e.g. UBOOT_MAKE_TARGET) UBOOT_MAKE_TARGET is assigned with ?= in imx-base.inc and u-boot.inc. So in order to have the machine.conf file take precedence use a =

[meta-freescale] [meta-fsl-arm-extra][PATCH v2 3/9] linux-toradex: add kernel version 4.4 for colibri-vf

2016-07-21 Thread Max Krummenacher
- updated to 4.4.14 LTS long term stable Linux kernel - added driver for Ethernet (L2) switch - switched to DRM based driver for the display controller unit (DCU) Note: The display kernel parameter video uses a new identifier (LVDS-1 as opposed to dcufb). Specifying display timings in the

[meta-freescale] [meta-fsl-arm-extra][PATCH v2 1/9] u-boot-toradex: update to v2.6 beta 2 release

2016-07-21 Thread Max Krummenacher
- merged NXP imx_v2015.04_3.14.52_1.1.0_ga release - backport fix to complie with GCC-6 from mainline - add support for the i.MX 7 based Colibri iMX 7 module - add mx7 to compatible machine Additionally notable commits 8d048cf i.mx 6/7 increase maximum temperature for booting linux c9f3017 net:

[meta-freescale] [meta-fsl-arm-extra][PATCH v2 4/9] toradex machine conf: build sdcard and tar.bz2 image

2016-07-21 Thread Max Krummenacher
This helps deploying the images: - The U-Boot booting from on module mass storage is able to directly boot the sdcard image. - The tar.bz2 rootfs can easily be used to update on module mass storage. Signed-off-by: Max Krummenacher Acked-by: Stefan Agner

[meta-freescale] [meta-fsl-arm-extra][PATCH v2 5/9] colibri-vf.conf: don't add kernel/dtb to rootfs

2016-07-21 Thread Max Krummenacher
The kernel is now deployed in the static ubi volumes 'kernel' and 'dtb'. So remove them from rootfs /boot. Signed-off-by: Max Krummenacher Acked-by: Stefan Agner --- conf/machine/colibri-vf.conf | 5 +++-- 1 file changed, 3

[meta-freescale] [meta-fsl-arm-extra][PATCH v2 2/9] linux-toradex: port to 3.14.52

2016-07-21 Thread Max Krummenacher
- updated to imx_3.14.52_1.1.0_ga - backport gcc 6 fixes - follow changed OV5640 compatibility string - mxc_v4l2_capture: Allow clock setting for de-interlaced video input - media: Add support for ADV7280 decoder driver as found on ACA - video: mxc: ldb: Add support for LVDS configuration via

[meta-freescale] [meta-fsl-arm-extra][PATCH v2 0/9] update toradex

2016-07-21 Thread Max Krummenacher
Hi This patch series - updates the machine configuration, U-Boot and kernel to the Toradex BSP release V2.6 Beta 2 with the additon of patches to make U-Boot and kernel compile with GCC-6. - adds a new machine for the Colibri iMX7 based module. The intention is to also backport the patches