[meta-freescale] Updates to meta-freescale (master) in 2017-01-11

Otavio Salvador otavio.salvador at gmail.com
Wed Jan 11 05:00:58 PST 2017


Hello,

I pushed following updates:

commit a99b95c899e6c20b9f46fa04766c155e3a32949a (HEAD -> master-next, yocto/master-next, yocto/master)
Author: Tom Hochstein <tom.hochstein at nxp.com>
Date:   Tue Jan 10 17:39:26 2017 -0600

    qtbase: Recipe cleanup
    
    - List variables in override priority order
    - Replace deprecated base_contains
    - Remove extraneous whitespace
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 0d82059f6c8f7e7cddc409adb093f2d523ebc437
Author: Tom Hochstein <tom.hochstein at nxp.com>
Date:   Tue Jan 10 17:39:25 2017 -0600

    qtbase: Configure eglfs with EGL pkg-config
    
    A build error occurred because eglfs needs to be
    configured with the EGL pkg-config.
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 59885ab98339c11e4144e07f98f7e1d578d3f740
Author: Tom Hochstein <tom.hochstein at nxp.com>
Date:   Tue Jan 10 17:39:24 2017 -0600

    qtbase: Reimplement i.MX configuration changes with patches
    
    Changing source should be done during the patch phase, not
    the configure stage.
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 1c0104b699a183ac3212d436fae4a7b7297124ca
Author: Tom Hochstein <tom.hochstein at nxp.com>
Date:   Tue Jan 10 17:39:23 2017 -0600

    qtbase: Remove link to libGAL
    
    imx-gpu-viv doesn't use libGAL as of v5.
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 80d7b4e5d58f5819ca910adc55f37b54ff5a02d1
Author: Tom Hochstein <tom.hochstein at nxp.com>
Date:   Tue Jan 10 17:39:22 2017 -0600

    qtbase: Use compiler settings provided by IMX-GPU driver pkg-config
    
    The IMX-GPU driver now provides compiler settings through pkg-config,
    so don't set them explicitly.
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 218f9261c986344802b33194ff7d7d4018fbfc2a
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Thu Dec 22 18:26:42 2016 +0800

    gstreamer1.0-plugins-bad: Fix MRT cannot work in GLES3.0
    
    Use glBlitFramebuffer for textures copy if it is available
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit ef2bc9b21f7666835237105bff2b949b3e77821a
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Thu Dec 22 18:26:41 2016 +0800

    gstreamer1.0-plugins-bad: Workaround for no frame when imxplayer using glimagesink
    
    Workaround:
    Change parent window of internal_window in window_show function.
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit f09365be2dbba8b017533c0e17b6bf67d55441bf
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Thu Dec 22 18:26:40 2016 +0800

    gstreamer1.0-plugins-bad: Convert YUV to RGB using directviv
    
    Add a property "disable_passthrough" in glcolorconvert for enable/disable passthrough.
    When need convert YUV to RGB with directviv, set it to be TRUE.
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit e11cf9e885e21d91e6c02152d31b69596f549aaf
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Thu Dec 22 18:26:39 2016 +0800

    gstreamer1.0-plugins-bad: Accelerate gldownload with directviv API
    
    1) Propose a physical buffer pool to upstream in gldownload
    2) Bind the physical buffer with texture via dirctviv
    3) In gldownload, wrap the physical buffer to gstbuffer, pass to
       downstream plugins.
    4) Add some configure check for g2d and phymem
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 591fc3b5c43518893fa928090b612c5a30fb215f
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Thu Dec 22 18:26:38 2016 +0800

    gstreamer1.0-plugins-bad: Add directviv to glimagesink to improve playback performance
    
    1.Add a physical buffer uploader in glupload plugin and using viv direct
      texture to bind physical continious buffer with texture to avoid memory
      copy from videobuffer to texture to gain good performance.
    
    2.Reduce glimagesink load latency by override glimagesink ALLOCATION query to
      avoid memory copy.
    
    3.Add configure check for directviv feature.
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit f2fbc0edb25f6d275888113e601c6913c252ef56
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Thu Dec 22 18:26:37 2016 +0800

    gstreamer1.0-plugins-bad: Support fb backend for gl plugins
    
    1. Add fb support in glimagesink
    
    2. Override set_render_rectangle() to support resize
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 2612cc0cccf892e48f170a9f6678beb4cc6f785e
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Wed Dec 21 18:40:38 2016 +0800

    gstreamer1.0-plugins-bad: Remove the conflicted patches
    
    These patches are for GST 1.8, need to do refine for GST 1.10
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit cc0262afdcc0d9a9ea4d3b0783fc123cfa39f6f1
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:19:07 2016 +0800

    ls1043ardb.conf: add fsl-lsch2 in MACHINEOVERRIDES
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit e62d6eeb60c00b9f7d44cf6feaf9080bd3bf7138
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:19:06 2016 +0800

    ls1046ardb-32b: add machine conf
    
    Support the NXP aarch64 based ls1046a reference design board run in 32b mode.
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit b8f64c97dd8a36f82fcf539d3e525413dec6d702
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:19:05 2016 +0800

    ls1046ardb: add machine conf
    
    Support the NXP aarch64 based ls1046a reference design board.
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit c179e778a819fe395e22f4c306608441da09e86a
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:19:04 2016 +0800

    ls1043ardb-32b: add machine conf file
    
    The ls1043ardb-32b supports ls1043ardb board run in 32b mode.
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit d89725b366b7494b56c97f35bf3c45bd4bfcb776
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:19:03 2016 +0800

    change-file-endianess: update byte_swap script to support ls1046
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 9bbf7ca14ebe7987aa950c3ab5c860d4af884254
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:19:02 2016 +0800

    qemu-qoriq: support 32b build for arm64 platforms
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 0f8a64aa7f575cd4a57ea0691cedacf1d521ce68
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:19:01 2016 +0800

    cst: upgrade to SDK 2.0 GA-1611 release
    
    The following commits are included.
    * 67ee753 Add CST product license file.
    * e78078b Merge pull request #32 in SDK/cst from ~B57223/cst:master to master
    * eaceb20 LS1046ARDB: Add input files for IE_Key Extension
    * baa6822 Add tcl script for byte swapping the images.
    * 6ef61cd LS1046AQDS: Add input files for IE_Key Extension
    * d3369bd LS1046AQDS: Add input files for nor secure boot
    * b33a74f LS1012ARDB: Add input files for IE-Key Extension
    * d802e28 Add input files for LS1046 QSPI target
    * b4c1012 Add input files for LS2088_1088 target
    * c060cda IE Table: Modify CCSR offset for PBI write cmd
    * 3b20ac4 Add ppa input file for ls1012
    * 57a7253 Add input files for LS1012
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 6276652fc5a037ac8ca0a118038e9f734e473702
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:19:00 2016 +0800

    kernel-module-ar: set CLEANBROKEN to 1
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 5714da0d7cfc572e870b7ffb180a37e4fde5931c
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:18:59 2016 +0800

    ceetm: support ls1046a targets
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 420f9a4f546c05426470be0bc169183dc7f1c747
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:18:58 2016 +0800

    rcw: upgrade to SDK 2.0 GA-1611 release
    
    * disable the endianness switch for qspi u-boot of SEC boot
    * included the following commits.
      * 3252b8c Merge pull request #20 in SDK/rcw from ~B21989/sdk-rcw:jira/QSDK-3097 to master
      * cd271ee Merge pull request #19 in SDK/rcw from ~B52263/rcw:jira/QSDK-3096 to master
      * 6a558a2 ls1021a: Fix QSPI endian issue for QSPI boot on LS1021A boards
      * fbfddb3 ls1043a: Fix QSPI endian issue for QSPI boot on LS1043AQDS
      * 2485a22 ls1046a: fix PBI of changing QSPI endianness
      * 7304127 ls1043ardb: adds a RCW with GIC 4K supported
      * d413878 ls1043a: Add PBI of changing GIC offset to 4K
      * e914a5f Add a tclsh script to swap the rcw endian.
      * 8411b78 ls1046aqds: Add RCW for ls1046aqds board
      * 6d486d4 ls1046ardb: Add RCW for ls1046ardb board
      * 14de148 arm: ls1021a: add the core frequency to 1.2GHZ support
      * 98b6bc3 t2080rdb: update SRDS2PLL2CR1 to 0x08004100 for errata A-007186
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 8eccdeb615fa7f5c186e942e196bfbf87d9c24dd
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:18:57 2016 +0800

    u-boot: upgrade to 2016.09
    
    * Upgrade the u-boot to 2016.09
    * disable the qspi endianness switch
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 5841c4bc87a3d1bc1e5c9e500645c2da59cde5b7
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:18:56 2016 +0800

    ppa: migrate to generic ppa tree
    
    * migrate to the generic git tree of ppc
    * support ls1046a targets
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit c20ddce9af829f632ef4b31bbd9e3f7d1f2d87b0
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:18:55 2016 +0800

    dpa-offload: upgrade to SDK 2.0 GA-1611 release
    
    The following changes are included:
    * 68faa6a dpa_offload: Add support for offloading PPPoE flows
    * 8bf3cdf dpa_offload/dpa_classifier: Improve support for "return-to-keygen" table entries
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 4a013ebf2e7e83cfabc127ad1008d475f60d8361
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:18:54 2016 +0800

    usdpaa-apps: upgrade to SDK 2.0 GA-1611 release
    
    The following changes are included:
    * 8fe2e96 usdpaa_apps: Patch to add ipsecfwd config script for perf.
    * 9d7f0fe usdpaa_apps: Patch to add lpm ipfwd config scripts for perf.
    * f03552a Merge pull request #27 in SDK/usdpaa-apps from ~B06830/usdpaa-apps:bugfix/QUSDPA-869 to sdk-v2.0.x
    * 88c1539 ipsecfwd, simple_proto: use DKP for MDHA split key generation
    * 41d9630 usdpaa_apps: Patch to fix next header protocol in esp header
    * a889294 usdpaa_apps: Patch to add ipfwd_config file for perf.
    * 1ef1d53 Merge pull request #18 in SDK/usdpaa-apps from ~B06830/usdpaa-apps:bugfix/QUSDPA-838 to sdk-v2.0.x
    * 6172983 usdpaa_apps: Patch to use default queue for functionality
    * b992189 usdpa_app: Patch to add ls1046a support in standalone-env.
    * 53851fb usdpaa_app: Patch to add fmc config for LS1046ARDB
    * 1c7a501 simple_proto: add supplementary MBMS test vectors
    * 2536748 simple_proto: MBMS test vector fixes
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 8f2a95e1215656f7e54a156d7b41752d1244eb3d
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:18:53 2016 +0800

    usdpaa: upgrade to SDK 2.0 GA-1611 release
    
    * a21c62e qbman: add support for qman portal v3.2.1
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 034697bed41e582645fb1f0f8d47b4e13a882094
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:18:52 2016 +0800

    eth-config: upgrade to SDK 2.0 GA-1611 release
    
    * 664ba13 eth_config: Add support for LS1046ARDB/QDS
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 51a8067764b3155ce3c281ff02dbc988667c6fdd
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:18:51 2016 +0800

    fm-ucode: support ls1046ardb boards
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 8e575d252b25f8d1cf6f9c865a1bb152f33fc312
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:18:50 2016 +0800

    fmlib: upgrade to SDK 2.0 GA-1611 release
    
    * add ls1046a targets build support
    * include the following changes
      caec18a use mcpu option as 'cortex-a57' for Cortex A72
      1f28ceb Makefile fix for LS1046
      7e73160 Enable support for LS1046(based on LS1043 integration files)
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 8976804d1896de0b017ea39d887dc9cc2c20de04
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:18:49 2016 +0800

    fmc: upgrade to SDK 2.0 GA-1611 release
    
    * add ls1046a targets support
    * include the following changes
      81e4796 Revert default platform flag to P4080
      4729b49 Enable support for LS1046 (based on LS1043 integration)
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit dcb50faf84f08c4f5cf569361f7677587d53f5e8
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
Date:   Tue Dec 20 20:18:48 2016 +0800

    linux-qoriq: upgrade to SDK 2.0 GA1611 release
    
    * add 32b build support for aarch64 targets, e.g. ls1043ardb-32b, ls1046ardb-32b
    * include the following changes
      4004071 Merge branch 'feature/rt-v4.1.30' into yocto/sdk-2.0.x
      937dcab Merge branch 'feature/usdpaa' into yocto/sdk-2.0.x
      b623c51 Merge branch 'feature/asf' into yocto/sdk-2.0.x
      a0c7a9b Merge pull request #1559 in SDK/linux-sdk2.0 from sdk-rcpm-fix-copyright to sdk-v2.0.x
      302aca3 nxp: rcpm: fix copyright
      f05e97b Merge pull request #1556 in SDK/linux-sdk2.0 from jira/QSDK-3119 to sdk-v2.0.x
      5126cb5 dts: ls1046a: fix PMU compatible
      2db3941 Merge pull request #1555 in SDK/linux-sdk2.0 from jira/QLINUX-6194 to sdk-v2.0.x
      1054c80 Merge pull request #1553 in SDK/linux-sdk2.0 from jira/config/QLINUX-6192 to sdk-v2.0.x
      ce1586f Merge pull request #1554 in SDK/linux-sdk2.0 from jira/QSDK-3117 to sdk-v2.0.x
      1d848c9 Merge pull request #1551 in SDK/linux-sdk2.0 from jira/QLINUX-6155-gianfar-upstream_fix to sdk-v2.0.x
      f22fd4c arm64: dts: ls1046a: add qdma device tree node
      862e403b dts: powerpc: t104x: add ceetm node
      6ec4c00 irqchip/ls-scfg-msi: Enable Layerscape 32bit SCFG MSI support
      a0e8417 gianfar: fix size of scatter-gathered frames
      3d80646 Merge pull request #1550 in SDK/linux-sdk2.0 from jira/QLINUX-6140 to sdk-v2.0.x
      4c35d4d vfio fsl-pamu: Fix compilation error __udivdi3
      dea239d Merge pull request #1549 in SDK/linux-sdk2.0 from jira/dpaa-ethernet/QLINUX-6139 to sdk-v2.0.x
      ca1bbde dpaa_eth: do not evaluate the A010022 erratum on PPC64
      aa29390 Merge pull request #1548 in SDK/linux-sdk2.0 from jira/dpaa-ethernet/QLINUX-6139 to sdk-v2.0.x
      a318137 dpaa_eth: rework runtime support for erratum A010022
      1f2ce64 dpaa_eth: simplify condition
      1fbb450 Merge pull request #1537 in SDK/linux-sdk2.0 from jira/QLINUX-5777 to sdk-v2.0.x
      ad4a28c Merge pull request #1546 in SDK/linux-sdk2.0 from release/ls1046a to sdk-v2.0.x
      73a0f66 Merge pull request #1545 in SDK/linux-sdk2.0 from feature/kvm to sdk-v2.0.x
      2b22132 Merge pull request #1544 in SDK/linux-sdk2.0 from jira/QLINUX-5953 to feature/kvm
      b4ea505 Merge pull request #1543 in SDK/linux-sdk2.0 from jira/QLINUX-6045 to feature/kvm
      4c47a0d Merge pull request #1476 in SDK/linux-sdk2.0 from jira/qman/QLINUX-5730-qman_high-sync-with-user-space to sdk-v2.0.x
      31c4c0b Merge pull request #1536 in SDK/linux-sdk2.0 from jira/QLINUX-5947 to release/ls1046a
      479b1fc On ARM64 register index of 31 corresponds to both zero register and SP. However, all memory access instructions, use ZR as transfer register. SP is used only as a base register in indirect memory addressing, or by register-register arithmetics, which cannot be trapped here.
      77780d1 arm64/kvm: ls1046a: Add generic v8 KVM target
      27fe8a5 staging/fsl_qbman: Fix warnings in self tests
      e11546d fsl_qbman/qman_high.c: Style cleanup
      55e071c fsl_qbman/qman_high.c: Release resources if error
      f69c8b4 fsl_qbman/qman_high: lni_shaper_disable byte swap
      442baed qman_high.c: Endian swap FD for LE CPUs
      1d66e04 qbman: Clear interrupt in status register
      a2a4407 fsl_qbman/qman_high: Check LNI state before enable
      c95fe7d fsl_qbman/qman_high: Check qman version
      6736347 fsl_qman/qman_high: Update unclean portal handling
      62ac0bd fsl_qbman: Add error print in message ring cleanup
      43317b7 Merge pull request #1539 in SDK/linux-sdk2.0 from jira/dpaa-ethernet/QLINUX-5974 to sdk-v2.0.x
      e0c7a72 dts: ls1046a: Add PCI and MSI nodes
      1a90f80 arm64:pci: fix the IOV device enabled crash issue in designware
      0372d4d pci/layerscape: add LS1046A support
      c5d939c irqchip/ls-scfg-msi: Add MSI test support
      d52e522 irqchip/ls-scfg-msi: add Layerscape SCFG MSI support
      2561dca dts: ls1043a: update MSI node
      4feed16 dts: ls1021a: update MSI node
      93b4616 dt/bindings: Add bindings for Layerscape SCFG MSI
      b366f3a dts: ls1043a: change GIC register for rev1.1
      7200f11 arm64: ls1046a: dts: add rcpm and ftm0 nodes
      0256287 drivers: soc: add the RCPM driver
      42591a49 cpuidle: remove cpu_pm calls when entering a idle state
      915455c arm64: PSCI: support Suspend-to-RAM state
      136070a doc: update rcpm.txt from upstream
      b1d0ac8 Merge pull request #1470 in SDK/linux-sdk2.0 from jira/qman/QLINUX-5645-qbman-bad-dqqr-sz to sdk-v2.0.x
      df0a3d4 Merge pull request #1467 in SDK/linux-sdk2.0 from jira/qman/QLINUX-5727-debug-printf-left-in-source to sdk-v2.0.x
      d3f1454 Merge pull request #1538 in SDK/linux-sdk2.0 from jira/qman/QLINUX-5976 to sdk-v2.0.x
      ea46d10 dpaa_eth: enable the 4K workaround only for the LS1043 SoC
      9d8a40d fsl/fman: use QBMan API
      c116614 fsl_qman: proper dmaa_addr_t specifier
      1d39525 fsl_bman: proper dmaa_addr_t specifier
      68e4a9c dpaa_eth: add arm 32bit support
      cd6f54d dpaa_eth: use proper dma_map size when recycling
      9e9a00d dpaa_eth: use QBMan API
      84730fa fmd: remove udivdi3
      98feb23 fsl_qbman: Use cache inhibited portals on LS1046
      007477a soc: fsl: Add ls1046a to GUTS
      9ef52a0 base: soc: introduce soc_device_match() interface
      a109bb8 soc: fsl: rewrite GUTS driver
      fec049a fsl_qbman: Enable EQCR CI Stashing
      f8d1192 fsl_qbman: Don't use cacheline zero operation on ARM
      880da59 fsl_qbman: Fix DQRR shadow copy alignment
      439f884 fsl_qbman: fix ARM64 write prefetch macro
      7b05170 fsl_qbman: fix ARM64 prefetch instructions
      99c8c40 fsl_qbman: Only invalidate/prefech on PPC systems when PAMU is disabled
      72b974d fsl_qman: use original dq in qm_dqrr_cdc_consume_1ptr()
      a1c99db fsl_qman: fix EQCR_COMMIT_CHECKS for LE
      f8773f0 fsl_pme: Update PME scatter/gather API usage
      4d3026c fsl_dce: Update DCE scatter/gather API usage
      bc45052 fsl/qman: endianness changes
      805c887 fsl_qman: add support for qman portal v3.2.1
      e730580 fsl_qbman/qman_high.c: Remove debug print
      6e237d9 fsl_pamu: erratum a007907 should be applied on all versions of E6500 chips.
      769caaf Merge pull request #1530 in SDK/linux-sdk2.0 from release/ls1046a to sdk-v2.0.x
      019cc06 Merge pull request #1529 in SDK/linux-sdk2.0 from jira/QLINUX-6040-32-bit-kernel-support-integration to sdk-v2.0.x
      4a8a3c4 fsl_qbman: fix QBmanTest compile error on arm 32bit
      27b9fe6 arm: layerscape: add ITS for ls1046ardb aarch32 platform
      14d4d34 arm: layerscape: add ITS for ls1043ardb aarch32 platform
      6513e86 arm64: dts: Update address-cells and reg properties of cpu nodes
      24af721 Armv8: aarch32: Add ITS for LS1012A AArch32 support
      21da194 arm: layerscape: enable ppfe in defconfig
      e08460c arm: layerscape: enable dpaa ethernet in defconfig
      50c8128 dpaa_eth: add arm 32bit support
      4a441cd arm: add pgprot_cached and pgprot_cached_ns support
      ebb7268 arm: add new non-shareable ioremap
      051e365 armv8: aarch32: Add KVM support for AArch32 on ARMv8
      1e46b40 armv8: aarch32: Add AArch32 defconfig for LayerScape SoCs
      4434d96 armv8: aarch32: Update Kconfig to support ARCH_LAYERSCAPE_AARCH32
      c04c0f1 armv8: aarch32: Allow RAM to be mapped for LayerScape SoC
      846fbe1 armv8: aarch32: Add SMP support for 32-bit Linux kernel
      cb96fb1 armv8: aarch32: Execute 32-bit Linux for LayerScape platforms
      fbfccce Merge pull request #1528 in SDK/linux-sdk2.0 from jira/QLINUX-6038 to release/ls1046a
      5455e08 spi-nor: fslquad: add quad mode read for s25fs512s
      70fa4fd mtd: spi-nor: fsl-quad: Add flash S25FS extra support
      034bad1 spi: dspi: clear SPI_SR before enable interrupt
      6de3d6d dpa_offload/dpa_stats: Fix bad propagation of counters offsets to US during sync get_counters
      b047fdb dpa_offload/dpa_ipsec: Remove IPSec special manip chain before the node
      a16bb04 dpa_offload/dpa_classifier: Release header manip chain when table insert is unsuccessful
      e93fd06 dpa_offload: Add LS1046ARDB device tree files
      4da5830 dpa_offload: Align number of network interfaces in LS1043ARDB device tree files
      c5d6566 dpa_offload: Add support for offloading PPPoE flows
      1fd7d61 dpa_offload/dpa_classifier: Improve support for "return-to-keygen" table entries
      74187b4 dpa_offload/dpa_classifier: Always interpret IPv4 address in big endian
      b8cf88f dpa_offload/dpa_stats: Fix IOCTL return code in case of error
      45d601d dpa_offload/dpa_stats: Add support for LE platforms
      091ccb2 dpa_offload: Add IPSec offloading scenario device tree file for LS1043ARDB
      5a647f2 dpa_offload/dpa_ipsec: Add support for LE platforms
      502e729 dts: ls1046a: disable sata ecc
      9cf974c sata: ls1046a: added ls1046a sata support
      83db7d7 mmc: core: Optimize case for exactly one erase-group budget
      f1927d4 mmc: sdhci-of-esdhc: enable IRQ detecting mode for LS1046A
      ef0951b ls1046a_usdpaa_dts: Patch to fix issue in usdpaa dts
      c761ef7 net: phy: fixed: propagate fixed link values to struct
      1cb5367 freescale.config: remove CONFIG_MTD_SPI_NOR_USE_4K_SECTORS
      cc59f31 cpufreq: qoriq: add dfs support on ls1046a soc
      c10521a ls1046aqds_usdpaa_dts: Patch to add dts for ls1046aqds
      e5f0d60 freescale.config: add NVMe support
      06d5f31 usdpaa_dts: Patch to add usdpaa dts for LS1046ARRDB
      425f832 ITS: use ls1046ardb rootfs
      f00abb8 freescale.config: enable qDMA and testdma
      a95e599 freescale.config: enable some config options
      0d1003c ls1046aqds: add its file
      209a3e5 freescale.config: enable macro for LS1046ARDB
      2228977 ls1046ardb: add ITS file
      a0765d1 arm/ls1-msi: fix typo of MSI compatible string
      5c6248f net: phy: add driver for aquantia AQR106/107 phy
      d93acf6 rtc: pcf2127: add pcf2129 device id
      6dddef7 clk: qoriq: add ls1046a support
      5bcf71e arm64: dts: ls1046a: fix compatible for esdhc
      6a37ce8 arm64: dts: ls1046ardb: add dpaa nodes
      75bc6da arm64: dts: ls1046aqds: add dpaa nodes
      f9b5811 arm64: dts: add dpaa nodes in .dtsi
      3866c5e arm64: dts: add LS1046A-QDS board support
      f39e5f1 Documentation: DT: Add entry for QorIQ LS1046A-QDS board
      b661c31 arm64: dts: add LS1046A-RDB board support
      39a74c1 Documentation: DT: Add entry for QorIQ LS1046A-RDB board
      9b21627 arm64: dts: add QorIQ LS1046A SoC support
      388603e dt-bindings: ahci-fsl-qoriq: updated for SoC ls1046a
      202e350 dt-bindings: qoriq-clock: update for more SoCs
      c8d2cec dt-bindings: i2c: adds two more nxp devices
      0dfadf7 dt-bindings: fsl: updates bindings for some SoC-specific devices
      9148f56 dt-bindings: fsl: update for more SoCs
      cf53f83 Merge pull request #1525 in SDK/linux-sdk2.0 from jira/fman/QLINUX-6077 to sdk-v2.0.x
      ad55d2b Merge pull request #1524 in SDK/linux-sdk2.0 from jira/fman/QLINUX-5975 to sdk-v2.0.x
      d3542db Merge pull request #1526 in SDK/linux-sdk2.0 from jira/fman/QSDK-2131 to sdk-v2.0.x
      4da5272e QSDK-2131: A-008975: The FMAN controller cannot allow empty look-up tables
      136e497 QLINUX-6077: A-007273: FMAN hangs at FM reset done with MACs clocks disabled
      bc36f58 QLINUX-5975: LS1046A DPAA Fman driver integration
      f70a57c Merge pull request #1508 in SDK/linux-sdk2.0 from jira/rman/QLINUX-6067 to sdk-v2.0.x
      6b22a60 uio/rman: use the generic IO access function
      ea1a5e4 dpio/qbman: fix discrete consumption
      206af2a fsl_qbman/qman_high.c: Remove debug print
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.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