Re: [U-Boot] [PATCH V5 1/3] eMMC: add support for operations in RPMB partition

2014-05-23 Thread Pantelis Antoniou
Hi Pierre, On Apr 24, 2014, at 11:30 AM, Pierre Aubert wrote: > This patch adds functions for read, write and authentication > key programming for the Replay Protected Memory Block partition > in the eMMC. > > Signed-off-by: Pierre Aubert > CC: Pantelis Antoniou > --- > Changes in V5: > - move

[U-Boot] [PATCH V5 1/3] eMMC: add support for operations in RPMB partition

2014-04-24 Thread Pierre Aubert
This patch adds functions for read, write and authentication key programming for the Replay Protected Memory Block partition in the eMMC. Signed-off-by: Pierre Aubert CC: Pantelis Antoniou --- Changes in V5: - move changelog to the right place - change lib/Makefile for adding sha256 when CONFIG_