[meta-freescale] Updates of meta-fsl-ppc master branch in 2014-08-05

zhenhua.luo at freescale.com zhenhua.luo at freescale.com
Tue Aug 5 20:07:12 PDT 2014


Hi all, 

Following patches are merged to master of meta-fsl-ppc, thanks.

commit 06c140cb72406b6d88140ca1085c20352ba193d4
Author: Ting Liu <ting.liu at freescale.com>
Date:   Fri Aug 1 12:33:18 2014 +0800

    udev-extraconf: not automount disk partitions
    
    There is a bug found in FSL SDK:
    kernel can't boot up (or hang for a long time) when board connects
    with a HDD (has extended partition) via pcie sata controller card.
    
    avoid auto-mounting disk partitions. user can do it via fstab.
    
    And move all the customized rules to qoriq-ppc folers.
    
    Signed-off-by: Ting Liu <ting.liu at freescale.com>

commit 6b7cb273f928ef0b0fe54479a3fb777a54908d29
Author: Ting Liu <ting.liu at freescale.com>
Date:   Fri Aug 1 12:33:17 2014 +0800

    udev-extraconf: not automount network block devices
    
    The nbd devices are set up loop devices, we first have dead device
    nodes, then later we attach stuff behind them. At the time of the udev
    creation event, nothing works at nbd devices.
    
    This avoids unnecessary boot error msg:
    | nbd0: Attempted send on closed socket
    | end_request: I/O error, dev nbd0, sector 0
    
    Signed-off-by: Ting Liu <ting.liu at freescale.com>

commit cd5b8b145b57165e613b53cbbcff2acaf3d63582
Author: Ting Liu <ting.liu at freescale.com>
Date:   Fri Aug 1 12:33:16 2014 +0800

    udev[-extraconf]: skip mmc rpmb partitions
    
    In FSL SDK 1.6 Kernel, mmc driver has created a new partition
    with "mmcblkXrpmb" if device expresses it support of RPMB.
    
    RPMB (Replay Protected Memory Block), A signed access to a Replay
    Protected Memory Block is provided. This function provides means
    for the system to store data to the specific memory area in an
    authenticated and replay protected manner.
    
    In that case, any read/write access to this partition device will
    report errors which will not impact any fuction.
    
    add rules to skip it, avoid the below error msg:
    | mmcblk0rpmb: retrying using single block read
    | mmcblk0rpmb: error -110 transferring data
    
    Signed-off-by: Ting Liu <ting.liu at freescale.com>

commit 74c2a11244195a15652cb54139b9d775b41e2265
Author: Ting Liu <ting.liu at freescale.com>
Date:   Fri Aug 1 12:33:15 2014 +0800

    udev-extraconf: remove obsolete local.rules
    
    local.rules was used for udev, and the content of this obsolete file
    was seperated (automount.rules/autonet.rules/...).
    
    Signed-off-by: Ting Liu <ting.liu at freescale.com>


Best Regards,

Zhenhua


More information about the meta-freescale mailing list