RE: [PATCH 0/8] Replay Protected Memory Block (RPMB) subsystem

2016-04-03 Thread Winkler, Tomas
On 04/03/2016 02:42 AM, Tomas Winkler wrote: > Few storage technology such is EMMC, UFS, and NVMe support RPMB > hardware partition with common protocol and frame layout. > The RPMB partition cannot be accessed via standard block layer, but by > a set of specific commands: WRITE, READ, GET_WRIT

Re: [PATCH 0/8] Replay Protected Memory Block (RPMB) subsystem

2016-04-03 Thread Andy Lutomirski
On 04/03/2016 02:42 AM, Tomas Winkler wrote: Few storage technology such is EMMC, UFS, and NVMe support RPMB hardware partition with common protocol and frame layout. The RPMB partition cannot be accessed via standard block layer, but by a set of specific commands: WRITE, READ, GET_WRITE_COUNTER,

[PATCH 0/8] Replay Protected Memory Block (RPMB) subsystem

2016-04-03 Thread Tomas Winkler
Few storage technology such is EMMC, UFS, and NVMe support RPMB hardware partition with common protocol and frame layout. The RPMB partition cannot be accessed via standard block layer, but by a set of specific commands: WRITE, READ, GET_WRITE_COUNTER, and PROGRAM_KEY. Such a partition provides aut