[U-Boot] [PATCH V4 1/3] eMMC: add support for operations in RPMB partition
Wolfgang Denk
wd at denx.de
Thu Apr 24 08:55:15 CEST 2014
Dear Pierre Aubert,
In message <1398321641-7113-2-git-send-email-p.aubert at staubli.com> you wrote:
> This patch adds functions for read, write and authentication
> key programming for the Replay Protected Memory Block partition
> in the eMMC.
>
> Changes in V2:
> - use ALLOC_CACHE_ALIGN_BUFFER in rpmb.c instead of a static buffer for the
> RPMB frames.
The changelog goes into the comment section (i. e. below the "---"
line), not into the commit message. Also, this being V4 of the patch,
I wonder what was changed in V3 and V4?
> Signed-off-by: Pierre Aubert <p.aubert at staubli.com>
> CC: Pantelis Antoniou <panto at antoniou-consulting.com>
> ---
Add changelog here!
> drivers/mmc/Makefile | 1 +
> drivers/mmc/rpmb.c | 323 ++++++++++++++++++++++++++++++++++++++++++++++++++
> include/mmc.h | 10 ++-
> lib/Makefile | 3 +
> 4 files changed, 336 insertions(+), 1 deletions(-)
> create mode 100644 drivers/mmc/rpmb.c
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It usually takes more than three weeks to prepare a good impromptu
speech. - Mark Twain
More information about the U-Boot
mailing list