[meta-freescale] [PATCH 16/29] linux :update to 9c3f355

Otavio Salvador otavio.salvador at ossystems.com.br
Sat Sep 30 05:59:18 PDT 2017


On Thu, Sep 28, 2017 at 2:33 AM, Chunrong Guo <B40290 at freescale.com> wrote:
> From: Chunrong Guo <chunrong.guo at nxp.com>
>
> 9c3f355 - mtd: spi-nor: fsl-qspi: Limit read to specified count provided by above layer
> 66d46f2 - sdk_dpaa: ls1043a errata: maintain timestamp info
> f2576e9 - arm: configs: enable CONFIG_IP_MULTICAST in lsdk.config
> a48b188 - dts: ls1043aqds: add #address-cells = <1> and #size-cells to fpga node
> 7fe4a5f - drm/fsl-dcu: fix the wrong calling sequence for clk_prepare and clk_enable
> a645ba5 - mtd: spi-nor: fsl-quadspi: workaround for TKT253890
> e2485a1 - drivers: firmware: psci: use psci v0.2 to implement sleep
> 86c8006 - i2c: imx: allow i2c devices share an interrupt
> d9c2cd4 - dpaa_eth: avoid Tx timeout warnings
> 195de47 - dpaa_eth: avoid Tx timeout warnings
> a07f339 - usb: dwc3: fix some occasional call trace
> a43e0b7 - gianfar: Fix Tx flow control deactivation
> 70caa34 - sdk_dpaa: ls1043a errata: fix arm32 build
> 3ca12f1 - sdk_dpaa: ls1043a errata: do not recycle the realigned buffers
> c665a20 - sdk_dpaa: ls1043a errata: verify and resize headroom alignment
> b0375c7 - sdk_dpaa: ls1043a errata: realign skb in place if needed
> e587be3 - sdk_dpaa: ls1043a errata: realign and linearize egress skbs
> 438cbca - sdk_dpaa: ls1043a errata: resplit the skb after copy
> 66d6eb5 - linux/core: export copy_skb_header() function
> acbc1db - arm:configs: Add lttng.config to support LTTng modules
> 9621724 - arm64:configs: Add lttng.config to support LTTng modules
> 1405d32 - arm64: defconfig: enable CONFIG_RTC_DRV_PCF85263
> 3c94ee2 - config: rtc: pcf85263: add NXP PCF85263 support (i2c)
> 5e102e1 - config: enable support for lxd and lxd-bridge
> e3fc409 - arm64: dts: ls1012a: add USB host controller nodes
> dd6b18e - arm64: dts: ls1043a: add pcf85263 rtc nodes
> b9183aa - rtc: pcf85263: add NXP PCF85263 support (i2c)
> 0f94fc9 - usb: dwc3: fix usb dwc3 compile issue
> 9ca14ec - usb: dwc3: core: re-factor init and exit paths
> ee6056c - usb: dwc3: core: move fladj to dwc3 structure
> 7ef4ead - usb: dwc3: core: add fifo space helper
> 5f03a20 - usb: dwc3: add disable receiver detection in P3 quirk
> 74531b8 - usb: dwc3: core: fix PHY handling during suspend
> eedbe26 - usb: dwc3: drop ev_buffs array
> 3b62719 - usb: dwc3: remove num_event_buffers
> 53891bf - usb: dwc3: drop FIFO resizing logic
> 9cbc0b72 - usb: dwc3: Validate the maximum_speed parameter
> cec41d7 - usb: dwc3: Update maximum_speed for SuperSpeedPlus
>
> Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
> ---
>  recipes-kernel/linux/linux-qoriq_4.4.bb | 15 ++++++++++-----
>  1 file changed, 10 insertions(+), 5 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-qoriq_4.4.bb b/recipes-kernel/linux/linux-qoriq_4.4.bb
> index a22a51c..e7fc13a 100644
> --- a/recipes-kernel/linux/linux-qoriq_4.4.bb
> +++ b/recipes-kernel/linux/linux-qoriq_4.4.bb
> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
>
>  SRC_URI = "git://github.com/qoriq-open-source/linux.git;nobranch=1 \
>  "
> -SRCREV = "ec61f521be6a22b100aabc0e2726c670aec3c845"
> +SRCREV = "9c3f3554c9e7b01aa583ba377de81cd95ab4ab65"
>
>  S = "${WORKDIR}/git"
>
> @@ -63,10 +63,15 @@ do_install_append_qoriq-arm() {
>      ln -sf zImage-${KERNEL_VERSION} ${D}/boot/zImage
>  }
>
> -do_deploy_append_qoriq-arm() {
> -    install -m 0644 arch/${ARCH}/boot/zImage ${DEPLOYDIR}/${ZIMAGE_BASE_NAME}.bin
> -    ln -sf ${ZIMAGE_BASE_NAME}.bin ${DEPLOYDIR}/zImage-${MACHINE}.bin
> -    ln -sf ${ZIMAGE_BASE_NAME}.bin ${DEPLOYDIR}/zImage
> +do_deploy_append_qoriq-arm64() {
> +    if [ -f ${DEPLOYDIR}/fsl-ls1043a-rdb-sdk.dtb ]; then
> +        mv fsl-ls1043a-rdb-sdk.dtb fsl-ls1043a-rdb.dtb
> +        mv  Image-fsl-ls1043a-rdb-sdk.dtb Image-fsl-ls1043a-rdb.dtb
> +    fi
> +    if [ -f ${DEPLOYDIR}/fsl-ls1046a-rdb-sdk.dtb ]; then
> +        mv fsl-ls1046a-rdb-sdk.dtb fsl-ls1046a-rdb.dtb
> +        mv Image-fsl-ls1046a-rdb-sdk.dtb Image-fsl-ls1046a-rdb.dtb
> +    fi

The DeviceTree files should use the right name on the kernel and not
be renamed externally; it causes a difference between build and
runtime which confuses user.

>  }
>
>  FILES_kernel-image += "/boot/zImage*"
> --
> 1.9.0
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



-- 
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