[U-Boot] [PATCH][v3] crypto/fsl: Make function names consistent for blob encapsulation/decapsulation.

York Sun yorksun at freescale.com
Wed Feb 25 22:38:08 CET 2015



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 <gaurav.rana at freescale.com>
> Reviewed-by: Ruchika Gupta <ruchika.gupta at freescale.com>
> ---
> 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



More information about the U-Boot mailing list