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

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


Hello,

I pushed following updates:

commit a1a869fa9d64312352a172ecffc0f994c73c20f0 (fslc/master-next, fslc/master, pending)
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 893ad6b25b53995b427c4cd3c756dc332f7a79f8
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 add251c77206e3e48867533bb95e7ac26138cffb
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 c8b2f859c15e8e14d84dead232d46f0e08045a8e
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 b8e0e9170d692a8f0441bf24a3dc7c431a0b8d8f
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 40f85fde3584c5f85b8964aeffa4e07bd0a55874
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>

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