From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 25 Feb 2015 13:38:08 -0800 Subject: [U-Boot] [PATCH][v3] crypto/fsl: Make function names consistent for blob encapsulation/decapsulation. In-Reply-To: <1424837229-21276-1-git-send-email-gaurav.rana@freescale.com> References: <1424837229-21276-1-git-send-email-gaurav.rana@freescale.com> Message-ID: <54EE40C0.8020106@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/24/2015 08:07 PM, Gaurav Rana wrote: > This patch does the following: > > 1. The function names for encapsulation and decapsulation > were inconsitent in freescale's implementation and cmd_blob file. > This patch corrects the issues. > 2. The function protopye is also modified to change the length parameter > from u8 to u32 to allow encapsulation and decapsulation of larger images. > 3. Modified the description of km paramter in the command usage for better > readability. > > Signed-off-by: Gaurav Rana > Reviewed-by: Ruchika Gupta > --- > Changes in v3: > Fixed blob_help_text[] array declaration. > > Changes in v2: > Modify blob_help_text[] array > > common/cmd_blob.c | 18 ++++++++++-------- > drivers/crypto/fsl/fsl_blob.c | 4 ++-- > 2 files changed, 12 insertions(+), 10 deletions(-) > Applied to u-boot-fsl-qoriq master branch, awaiting upstream. York