[PATCH 01/15] crypto/fsl: Add support for CAAM Job ring driver model

Simon Glass sjg at chromium.org
Tue Aug 17 18:09:05 CEST 2021


Hi,

On Mon, 16 Aug 2021 at 02:42, Gaurav Jain <gaurav.jain at nxp.com> wrote:
>
> added device tree support for job ring driver.
> sec is initialized based on job ring information processed
> from device tree.
>
> Signed-off-by: Gaurav Jain <gaurav.jain at nxp.com>
> ---
>  cmd/Kconfig                 |   1 +
>  drivers/crypto/fsl/Kconfig  |   7 +
>  drivers/crypto/fsl/Makefile |   2 +
>  drivers/crypto/fsl/jr.c     | 314 +++++++++++++++++++++++-------------
>  drivers/crypto/fsl/jr.h     |  14 ++
>  5 files changed, 229 insertions(+), 109 deletions(-)

I can't see the cover letter so will reply here.

This is UCLASS_MISC but it seems to be some sort of crypto
accelerator. What does it do? How is this modelled in Linux?

Regards,
Simon


More information about the U-Boot mailing list