[linux-yocto] [PULL REQUEST] rpmb upstream pending patches

Bruce Ashfield bruce.ashfield at windriver.com
Sun Jul 24 20:25:08 PDT 2016


On 2016-07-23 7:31 AM, Winkler, Tomas wrote:
> Hi Bruce
>
>
>
> Please pull  RPMB patches for BXT.  These patches tare waiting in LKML
> on review.
>
>
>
> Also here he patches are staged on standard/base but for now you may
> want to consider margining them to bxt-rebase
>
>

similar to the mei ones, I put these on standard/intel/base

Bruce

>
> The following changes since commit ddab242999407fadae68e7ee5381b0ec6679d443:
>
>
>
>   mei: drop wr_msg from the mei_dev structure (2016-07-21 13:05:40 -0400)
>
>
>
> are available in the git repository at:
>
>
>
> https://github.com/tomasbw/linux-yocto-4.4.git standard/base-rpmb
>
>
>
> for you to fetch changes up to 6f4d28d4d1aae3eeefdd169025c0325cf0ba4819:
>
>
>
>   scsi: ufs: connect to RPMB subsystem (2016-07-23 14:22:04 +0300)
>
>
>
> ----------------------------------------------------------------
>
> Tomas Winkler (8):
>
>       rpmb: add Replay Protected Memory Block (RPMB) subsystem
>
>       char: rpmb: add sysfs-class ABI documentation
>
>       char: rpmb: add device attributes
>
>       char: rpmb: provide a user space interface
>
>       char: rpmb: add RPMB simulation device
>
>       tools rpmb: add RPBM access tool
>
>       mmc: block: register RPMB partition with the RPMB subsystem
>
>       scsi: ufs: connect to RPMB subsystem
>
>
>
> Documentation/ABI/testing/sysfs-class-rpmb |  44 +++++
>
> Documentation/ioctl/ioctl-number.txt       |   1 +
>
> MAINTAINERS                                |  10 +
>
> drivers/char/Kconfig                       |   2 +
>
> drivers/char/Makefile                      |   1 +
>
> drivers/char/rpmb/Kconfig                  |  25 +++
>
> drivers/char/rpmb/Makefile                 |   6 +
>
> drivers/char/rpmb/cdev.c                   | 276 ++++++++++++++++++++++++++
>
> drivers/char/rpmb/core.c                   | 484
> +++++++++++++++++++++++++++++++++++++++++++++
>
> drivers/char/rpmb/rpmb-cdev.h              |  25 +++
>
> drivers/char/rpmb/rpmb_sim.c               | 668
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> drivers/mmc/card/Kconfig                   |   1 +
>
> drivers/mmc/card/block.c                   | 258 +++++++++++++++++++++++-
>
> drivers/scsi/ufs/Kconfig                   |   1 +
>
> drivers/scsi/ufs/ufshcd.c                  | 182 +++++++++++++++++
>
> drivers/scsi/ufs/ufshcd.h                  |   2 +
>
> include/linux/rpmb.h                       | 165 ++++++++++++++++
>
> include/uapi/linux/Kbuild                  |   1 +
>
> include/uapi/linux/rpmb.h                  | 152 +++++++++++++++
>
> tools/Makefile                             |  14 +-
>
> tools/rpmb/.gitignore                      |   2 +
>
> tools/rpmb/Makefile                        |  33 ++++
>
> tools/rpmb/rpmb.c                          | 948
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> 23 files changed, 3293 insertions(+), 8 deletions(-)
>
> create mode 100644 Documentation/ABI/testing/sysfs-class-rpmb
>
> create mode 100644 drivers/char/rpmb/Kconfig
>
> create mode 100644 drivers/char/rpmb/Makefile
>
> create mode 100644 drivers/char/rpmb/cdev.c
>
> create mode 100644 drivers/char/rpmb/core.c
>
> create mode 100644 drivers/char/rpmb/rpmb-cdev.h
>
> create mode 100644 drivers/char/rpmb/rpmb_sim.c
>
> create mode 100644 include/linux/rpmb.h
>
> create mode 100644 include/uapi/linux/rpmb.h
>
> create mode 100644 tools/rpmb/.gitignore
>
> create mode 100644 tools/rpmb/Makefile
>
> create mode 100644 tools/rpmb/rpmb.c
>
>
>



More information about the linux-yocto mailing list