From mboxrd@z Thu Jan 1 00:00:00 1970
From: Pierre AUBERT
Date: Thu, 24 Apr 2014 09:16:58 +0200
Subject: [U-Boot] [PATCH V4 1/3] eMMC: add support for operations in
RPMB partition
In-Reply-To: <20140424065515.8A7F53801BF@gemini.denx.de>
References: <1397218337-27204-1-git-send-email-p.aubert@staubli.com>
<1398321641-7113-1-git-send-email-p.aubert@staubli.com>
<1398321641-7113-2-git-send-email-p.aubert@staubli.com>
<20140424065515.8A7F53801BF@gemini.denx.de>
Message-ID: <5358BA6A.3030604@staubli.com>
List-Id:
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
To: u-boot@lists.denx.de
Hello Wolfgang,
Le 24/04/2014 08:55, Wolfgang Denk a ?crit :
> Dear Pierre Aubert,
>
> In message <1398321641-7113-2-git-send-email-p.aubert@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 "---"
I will fix it in V5. I made the same mistake for the patch 3/3.
> line), not into the commit message. Also, this being V4 of the patch,
> I wonder what was changed in V3 and V4?
There's no change for this patch in V3 and V4. I have resubmitted all
the patchset.
>
>> Signed-off-by: Pierre Aubert
>> CC: Pantelis Antoniou
>> ---
> Add changelog here!
Ok
>
>> 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
>
Best regards
Pierre Aubert