]> code.ossystems Code Review - meta-freescale.git/commit
udev[-extraconf]: skip mmc rpmb partitions
authorTing Liu <ting.liu@freescale.com>
Fri, 1 Aug 2014 04:33:16 +0000 (12:33 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Wed, 6 Aug 2014 03:07:40 +0000 (11:07 +0800)
commit74f473df1337a7ee2ab1d3b1f9a63279098ed6f0
tree2006c9ccfb5fed3fab2fdb4997daa831dccc7fb1
parentc3865de1847d6c8f0b4e321db1677d9ad8e80e94
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@freescale.com>
meta-fsl-ppc/recipes-core/udev/udev-extraconf_%.bbappend
meta-fsl-ppc/recipes-core/udev/udev/skip-rules-for-mmc-rpmb-partition.patch [new file with mode: 0644]
meta-fsl-ppc/recipes-core/udev/udev_182.bbappend