staging: ccree: introduce CryptoCell HW driver
Introduce basic low level Arm TrustZone CryptoCell HW support. This first patch doesn't actually register any Crypto API transformations, these will follow up in the next patch. This first revision supports the CC 712 REE component. Signed-off-by:Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing
- drivers/staging/Kconfig 2 additions, 0 deletionsdrivers/staging/Kconfig
- drivers/staging/Makefile 1 addition, 0 deletionsdrivers/staging/Makefile
- drivers/staging/ccree/Kconfig 19 additions, 0 deletionsdrivers/staging/ccree/Kconfig
- drivers/staging/ccree/Makefile 2 additions, 0 deletionsdrivers/staging/ccree/Makefile
- drivers/staging/ccree/cc_bitops.h 62 additions, 0 deletionsdrivers/staging/ccree/cc_bitops.h
- drivers/staging/ccree/cc_crypto_ctx.h 235 additions, 0 deletionsdrivers/staging/ccree/cc_crypto_ctx.h
- drivers/staging/ccree/cc_hal.h 30 additions, 0 deletionsdrivers/staging/ccree/cc_hal.h
- drivers/staging/ccree/cc_hw_queue_defs.h 603 additions, 0 deletionsdrivers/staging/ccree/cc_hw_queue_defs.h
- drivers/staging/ccree/cc_lli_defs.h 57 additions, 0 deletionsdrivers/staging/ccree/cc_lli_defs.h
- drivers/staging/ccree/cc_pal_log.h 188 additions, 0 deletionsdrivers/staging/ccree/cc_pal_log.h
- drivers/staging/ccree/cc_pal_log_plat.h 33 additions, 0 deletionsdrivers/staging/ccree/cc_pal_log_plat.h
- drivers/staging/ccree/cc_pal_types.h 97 additions, 0 deletionsdrivers/staging/ccree/cc_pal_types.h
- drivers/staging/ccree/cc_pal_types_plat.h 29 additions, 0 deletionsdrivers/staging/ccree/cc_pal_types_plat.h
- drivers/staging/ccree/cc_regs.h 106 additions, 0 deletionsdrivers/staging/ccree/cc_regs.h
- drivers/staging/ccree/dx_crys_kernel.h 180 additions, 0 deletionsdrivers/staging/ccree/dx_crys_kernel.h
- drivers/staging/ccree/dx_env.h 224 additions, 0 deletionsdrivers/staging/ccree/dx_env.h
- drivers/staging/ccree/dx_host.h 155 additions, 0 deletionsdrivers/staging/ccree/dx_host.h
- drivers/staging/ccree/dx_reg_base_host.h 34 additions, 0 deletionsdrivers/staging/ccree/dx_reg_base_host.h
- drivers/staging/ccree/dx_reg_common.h 26 additions, 0 deletionsdrivers/staging/ccree/dx_reg_common.h
- drivers/staging/ccree/hw_queue_defs_plat.h 43 additions, 0 deletionsdrivers/staging/ccree/hw_queue_defs_plat.h
Loading
Please register or sign in to comment