[meta-freescale] Updates to meta-fsl-arm-extra (jethro) in 2015-12-04

Otavio Salvador otavio.salvador at gmail.com
Fri Dec 4 07:19:01 PST 2015


Hello,

I pushed following updates:

commit 95f6f731517817ae2f8b379da43ab3376005e5d4 (HEAD -> for-jethro, fslc/jethro)
Author: Max Krummenacher <max.oss.09 at gmail.com>
Date:   Fri Dec 4 14:18:38 2015 +0100

    colibri-imx6: add machine configuration
    
    The Toradex Colibri iMX6 computer module is based on i.MX 6.
    
    The Colibri iMX6 is a member of the pincompatible Colibri family.
    
    They feature on module RAM and EMMC, Ethernet PHY, Resistive Touch
    Controller and Audio Codec.
    
    For additional specifications please visit:
    https://www.toradex.com/computer-on-modules/colibri-arm-family/freescale-imx6
    
    Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 201072ec6830670fca921e51cc5bbdd74efb28fd
Author: Max Krummenacher <max.oss.09 at gmail.com>
Date:   Fri Dec 4 14:18:37 2015 +0100

    apalis-imx6: add machine configuration
    
    The Toradex Apalis iMX6 computer module is based on i.MX 6.
    
    The Apalis iMX6 is a member of the pincompatible Apalis family.
    
    They feature on module RAM and EMMC, Ethernet PHY, Resistive Touch
    Controller and Audio Codec.
    
    For additional specifications please visit:
    https://www.toradex.com/computer-on-modules/apalis-arm-family/freescale-imx-6
    
    Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 24d396db59f0bceff4d8bdc74f43033fb793bd4d
Author: Max Krummenacher <max.oss.09 at gmail.com>
Date:   Fri Dec 4 14:18:36 2015 +0100

    linux-toradex: add Linux defconfig for Toradex Colibri iMX6
    
    This adds a defconfig for the Freescale i.MX 6 based modules Colibri iMX6.
    
      - based on Freescale's BSP release imx_3.14.28_1.0.0_ga release and patches from Boundary Devices
      - GPIOlib /sys/class/gpio
      - PWM LEDs /sys/class/leds/
      - temperature sensor CPU /sys/devices/virtual/thermal/thermal_zone0/temp
          board: /sys/devices/soc0/soc.1/2100000.aips-bus/21a4000.i2c/i2c-1/1-0041/stmpe-adc/iio:device0/in_temp8_raw
      - Ethernet
      - eMMC/SD/MMC
      - serial console debug UART1
      - UARTs
      - I2C via /dev/i2c-X
      - framebuffer console
      - HDMI audio
      - analogue audio playback and capture, resistive touch
      - S/PDIF
      - SPI via /dev/spidev
      - serial number and board revision
      - USB host port
      - USB device Ethernet RNDIS
      - automatic USB device/host switching
      - analog input via IIO framework
      - parallel camera interface
      - DVFS power management
      - suspend LP1
      - watchdog
    
    Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 0c85b743a4ed4942fc7909a03d89aeb2123ef363
Author: Max Krummenacher <max.oss.09 at gmail.com>
Date:   Fri Dec 4 14:18:35 2015 +0100

    linux-toradex: add Linux recipe for Toradex Apalis iMX6
    
    This recipe provides a kernel for the Freescale i.MX 6 based modules
    Apalis iMX6.
    
      - based on Freescale's BSP release imx_3.14.28_1.0.0_ga release and patches from Boundary Devices
      - GPIOlib /sys/class/gpio
      - PWM LEDs /sys/class/leds/
      - temperature sensor CPU /sys/devices/virtual/thermal/thermal_zone0/temp
          board: /sys/devices/soc0/soc.1/2100000.aips-bus/21a4000.i2c/i2c-1/1-0041/stmpe-adc/iio:device0/in_temp8_raw
      - Ethernet
      - eMMC/SD/MMC
      - serial console debug UART1
      - UARTs
      - I2C via /dev/i2c-X
      - framebuffer console
      - HDMI audio
      - analogue audio playback and capture, resistive touch
      - S/PDIF
      - SPI via /dev/spidev
      - serial number and board revision
      - USB host ports
      - USB device Ethernet RNDIS
      - automatic USB device/host switching
      - analog input via IIO framework
      - parallel camera interface
      - DVFS power management
      - suspend LP1
      - watchdog
      - CAN on via can0 and can1
      - PCIe (regular ports and mini-PCIe slot)
      - SATA (regular port or mSATA slot)
      - LVDS output
      - analog VGA output
    
    Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 61a4f4fdf91b2467d211c808d1f618e2a42e12f0
Author: Max Krummenacher <max.oss.09 at gmail.com>
Date:   Fri Dec 4 14:18:34 2015 +0100

    u-boot-toradex: add U-Boot recipe for Toradex i.MX 6 based modules
    
    This allows building U-Boot supporting Toradex modules based on i.MX 6
    Apalis iMX6 and Colibri iMX6.
    The source is combined with the source already used for our Vybrid based
    modules and fetched directly from our Git server at git.toradex.com.
    
      - based on upstream U-Boot 2015.04
      - environment storage in eMMC
      - Ethernet
      - enabled gpio command line interface
      - enabled DFU and Mass Storage on USB client
      - framebuffer support
      - MMC/SD cards
      - eMMC flash
      - RAM size auto detection
      - serial console debug UART1
      - Toradex Apalis configuration block handling
      - USB storage as host on USB host ports
    
    Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
    Acked-by: Stefan Agner <stefan.agner at toradex.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit e07d1d11b92292f770f6e10a4c4fe09775ce34e7
Author: Tony Felice <tony.felice at timesys.com>
Date:   Thu Dec 3 16:35:16 2015 -0500

    mcc: Update MCC packages to be dual license (GPLv2 or BSD)
    
    Change the MCC packages to be licensed under either GPLv2 or BSD. This is
    less restrictive than the previous GPLv2-only license for these packages.
    
    Signed-off-by: Anthony Felice <tony.felice at timesys.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 858d3b0915642fdfe3dafa98f1107b62dd7d9dd8
Author: Stefan Agner <stefan.agner at toradex.com>
Date:   Wed Dec 2 09:48:19 2015 -0800

    u-boot-toradex: fix typo in version number
    
    The update to v2.5b2 introduced the Toradex BSP version number to
    the U-Boot version string. However, accidentially the previous
    version number has been used.
    
    Signed-off-by: Stefan Agner <stefan.agner at toradex.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

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


More information about the meta-freescale mailing list