[U-Boot] [PATCH 06/10][v6] DM: crypto/fsl - Add Freescale rsa DM driver
Simon Glass
sjg at chromium.org
Mon Jan 26 14:39:27 CET 2015
On 23 January 2015 at 03:31, Ruchika Gupta <ruchika.gupta at freescale.com> wrote:
> Driver added for RSA Modular Exponentiation using Freescale Hardware
> Accelerator CAAM. The driver uses UCLASS_MOD_EXP
>
> Signed-off-by: Ruchika Gupta <ruchika.gupta at freescale.com>
> CC: Simon Glass <sjg at chromium.org>
> ---
> Changes in v6:
> No Changes
>
> Changes in v5:
> Reverted mod_exp not to use output length
>
> Changes in v4:
> Modified for the changes in op function of rsa class mod_exp
>
> Changes in v3:
> Moved to integrate with RSA UCLASS
>
> drivers/crypto/Kconfig | 1 +
> drivers/crypto/fsl/Kconfig | 6 +++++
> drivers/crypto/fsl/Makefile | 1 +
> drivers/crypto/fsl/fsl_rsa.c | 60 +++++++++++++++++++++++++++++++++++++++++++
> drivers/crypto/fsl/jobdesc.c | 28 ++++++++++++++++++++
> drivers/crypto/fsl/jobdesc.h | 5 ++++
> drivers/crypto/fsl/rsa_caam.h | 28 ++++++++++++++++++++
> 7 files changed, 129 insertions(+)
> create mode 100644 drivers/crypto/fsl/Kconfig
> create mode 100644 drivers/crypto/fsl/fsl_rsa.c
> create mode 100644 drivers/crypto/fsl/rsa_caam.h
I don't see what you want inline functions in jobdesc.h, but I suppose
that is your business.
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list