[meta-freescale] Updates to meta-fsl-arm (master) in 2016-04-11

Otavio Salvador otavio.salvador at gmail.com
Mon Apr 11 05:41:25 PDT 2016


Hello,

I pushed following updates:

commit 370a313c750d3a7d7171523a6d5fe66de45e931d (HEAD -> pending, yocto/master-next, yocto/master)
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Apr 11 09:38:49 2016 -0300

    imx-test: Fix build for X11 backend
    
    The root case of the addition of the dependencies on the recipe was
    that it were not being correctly included in the .inc file. This fixes
    it and remove the duplication.
    
    Change-Id: Ie9ee5fbc2a61915ce109473f5df2b8e88d3966c4
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 1a5c169afbdb936f2339c988fb1efccf8c95257e (ossystems/master-next)
Author: Lauren Post <lauren.post at nxp.com>
Date:   Thu Mar 31 10:25:34 2016 -0500

    u-boot-imx: Upgrade to updates from imx_4.1.15-1.0.0_ga release
    
    Signed-off-by: Lauren Post <lauren.post at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit a587394863f017909eda102b07e3f3a76d681638
Author: Lauren Post <lauren.post at nxp.com>
Date:   Thu Mar 31 10:25:33 2016 -0500

    imx-test: Upgrade to 5.4 version
    
    - Restructure to support building all test cases on all machines
         regardless of harware support
    - mx6s_v4l2_capture: Fix resource leak reported by coverity
    - memtool: Fix string not null - Fix resource leak problem reported by coverity
    - mxc_i2c_slave_test: Fix argument cannot be negative problem reported by coverity
    - mxc_spi_test1:  Fix resource leak problems reported by coverity.
    - mxc_vpu_test:  Encode and decode MPEG file in one app failed with return value
    - mxc_v4l2_capture: Handle usb camera restriction which does not support CROP feature
    - mxc_mlb_test: Fix out of bounds access reported by coverity
    - soc_check:  Remove unnecessary operation in soc_check.h
    - mxc_epdc_v2_fb: Initialize upd_data.dither_mode to 0 to avoid the spurious
    "unsupported quantization bit number" error message.
    - mxc_sim_test: When sim card doesn't exist, no atr can be received. The application
    should directly return with corresponding error value.
    - Remove legacy platform restriction to shell scripts - only support mx6 and mx7 SoC now.
    
    Signed-off-by: Lauren Post <lauren.post at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit f5e1056936e90b7239ba478cef08859d8d5db305
Author: Lauren Post <lauren.post at nxp.com>
Date:   Thu Mar 31 10:25:32 2016 -0500

    imx-vpu: Upgrade to 5.4.33 version
    
    VPU firmware has been changed to the format of Linux codec driver firmware.
    Change VPU library to adapt to firmware format change.
    
    Signed-off-by: Lauren Post <lauren.post at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 7946533a95281315dc8c0dbee9d38eda8ccdce4f
Author: Lauren Post <lauren.post at nxp.com>
Date:   Thu Mar 31 10:25:31 2016 -0500

    imx-lib: Upgrade to 5.4 version
    
    - Remove platform check in hdmi-cec and imx-lib - simplify to support builds
    on multiple machines
    - For ipu use the dummy defaul object to fix build issues on non-ipu hardware
    
    Signed-off-by: Lauren Post <lauren.post at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit a7545b13feb60399822b7a2c3ea4961a265c0c6f
Author: Lauren Post <lauren.post at nxp.com>
Date:   Thu Mar 31 10:25:30 2016 -0500

    imx-kobs: Upgrade to 5.4 version
    
    - Check raw mode flag for backward compatbility
    - Fix membership name in bch geometry structure.
    - Fix the previous implementation that may ruin the BBM
    - Adapt raw page accesses to match the new raw_read/write implementation
    
    The old raw access implementation (in GPMI driver) was considering that
    data and OOB data were separated in their respective regions (the data
    area and the OOB area of the page), which is not true.
    They are actually interleaved this way:
    
    METADATA + ((DATA + ECCBYTES) * N)
    
    The new raw access implementation (in the GPMI driver) is hiding this
    weird
    layout to MTD users by exposing a more common layout:
    
    DATA + METADATA + (N * ECCBYTES)
    
    Here METADATA + (N * ECCBYTES) are exposed as if they were stored in the
    OOB area.
    
    Unfortunately kobs-ng rely on this weird layout when accessing the NAND
    in raw mode.
    
    Signed-off-by: Lauren Post <lauren.post at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit dbb8773f9df69566d1135f19d8b5059654dd9dba
Author: Lauren Post <lauren.post at nxp.com>
Date:   Thu Mar 31 10:25:29 2016 -0500

    firmware-imx: Upgrade to 5.4 version
    
    - Upgrade to FW v3.1.1_r46072
    - v3.1.1_r46070 plus 2 patches 391/392
    - FSLARIK-391 [Decoder/H.264] VPU is always busy when decoding an
    erroneous H264 bitstream
    - FSLARIK-392 [Decoder/VC1] VPU outputs only 1 picture
    - Change to the format of Linux coda driver firmware
    
    Signed-off-by: Lauren Post <lauren.post at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 90e3ebfc04682518e0fafe3ba6b8cfb1c62a2d5d
Author: Lauren Post <lauren.post at nxp.com>
Date:   Thu Mar 31 10:25:28 2016 -0500

    EULA: Update EULA to March v12 version
    
    Update mdsum in fsl-eula-unpack class
    pdate license mdsum in firmware, codec, parser and vpu
    
    Signed-off-by: Lauren Post <lauren.post at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 64dfc1aac74b38535eac3e2765aca619766bfff7
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Apr 6 08:29:37 2016 -0300

    linux-fslc-imx: Update to 4.1.15-1.0.0 GA based fork
    
    This updates the kernel fork for the 4.1.15-1.0.0 GA and merges the
    4.1.20 stable release on top of it.
    
    Up to now, no extra fixes are applied on top of it but this is likely
    to change as vendors start to base their work on this tree.
    
    Change-Id: I2f7c330b35f7bf2ae916b84147e445b28cb8e829
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 5eaa523dd52945aa1ec0f086c1fc625bf67ad032
Author: Lauren Post <lauren.post at nxp.com>
Date:   Thu Mar 31 10:25:27 2016 -0500

    linux-imx: Upgrade to 4.1.15 kernel
    
    Upgrade to the 4.1.15-1.0.0_ga release
    
    Signed-off-by: Lauren Post <lauren.post at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 0041de6874d43f6c5204aed8091068a76317cb9a
Author: Lauren Post <lauren.post at nxp.com>
Date:   Thu Mar 31 10:25:26 2016 -0500

    imx7dsabresd: Restructure device tree with new reva names
    
    Some device trees are only needed for reva board
    
    The following are reva device trees
    
    imx7d-sdb-reva.dtb imx7d-sdb-reva-epdc.dtb imx7d-sdb-reva-gpmi-weim.dtb
    imx7d-sdb-reva-hdmi-audio.dtb imx7d-sdb-reva-m4.dtb imx7d-sdb-reva-qspi.dtb
    imx7d-sdb-reva-touch.dtb imx7d-sdb-reva-wm8960.dtb
    
    Signed-off-by: Lauren Post <lauren.post at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit c22987cf5bd870e353cbb36be1513b0949aa2fc5
Author: Lauren Post <lauren.post at nxp.com>
Date:   Thu Mar 31 10:25:25 2016 -0500

    imx6dlsabresd and imx6slevk : Remove pf200 device trees
    
    imx6dlsabresd: Remove imx6dl-sabresd-pf200.dtb
    imx6slevk: Remove imx6sl-evk-pf200.dtb
    
    Signed-off-by: Lauren Post <lauren.post at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit f6ef11ab914a2f665369f875d79f2da0c47027f5
Author: Lauren Post <lauren.post at nxp.com>
Date:   Thu Mar 31 10:25:24 2016 -0500

    imx6dlsabreauto and imx6qsabreauto: Add sabreauto-enetirq device tree
    
    ARM: dts: imx6qdl-sabreauto: add enet irq dts files to avoid conflict with MLB
    
    ENET gpio irq pin conlict with MLB on i.MX6qdl sabreauto board, since enet
    gpio irq is extended feature for performance improvement, so let MLB enable
    in default dts file and newly create sabreauto enet irq dts files.
    
    Signed-off-by: Lauren Post <lauren.post at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 730984c8d0a6b4e49aed587df7b1c56216b49725
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Apr 6 08:09:08 2016 -0300

    u-boot-fslc: Update to 1e82446 revision
    
    This brings following backports/fixes:
    
    1e82446 mx6slevk: imximage.cfg: update to fix tINIT3 and tIH-CA violations
    e578035 mx6qarm2: imximage_mx6dl.cfg update to fix tINIT3 violation
    adc86d5 mx7_common: Define CONFIG_SYS_MALLOC_LEN in the board file
    83195c2 warp7: Pass the UART base definition
    87a2283 mx6sabresd: Remove unneeded enable_lvds() function
    8f1927e arm: mxs: Update MX28EVK config
    db8b958 mx6sabresd: Use VESA 1024x768 timings
    49185d3 mx27: 16-bit wide watchdog registers
    cfc4a96 mx6sabre_common: Fix U-Boot corruption after 'saveenv'
    d955806 arm: mx5: Enable NAND TrimFFS on M53EVK
    0aea495 imx: print ARM clock for clocks command
    1a1ac16 imx: mx6ul configure the PMIC_STBY_REQ pin as open drain
    6f8ee92 imx: mx6ul: skip setting ahb rate
    60b774d imx: mx6: Fix incorrect clear mmdc_ch0 handshake mask
    fe3704b Revert conversion for config_distro_bootcmd.h
    8a68957 Revert "warp7: Add initial support"
    
    Change-Id: I7a04b21f4ec9aac0a58adb1233d208b1ae2c3258
    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