-
- Downloads
tee: add AMD-TEE driver
Adds AMD-TEE driver. * targets AMD APUs which has AMD Secure Processor with software-based Trusted Execution Environment (TEE) support * registers with TEE subsystem * defines tee_driver_ops function callbacks * kernel allocated memory is used as shared memory between normal world and secure world. * acts as REE (Rich Execution Environment) communication agent, which uses the services of AMD Secure Processor driver to submit commands for processing in TEE environment Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Tom Lendacky <thomas.lendacky@amd.com> Acked-by:Jens Wiklander <jens.wiklander@linaro.org> Co-developed-by:
Devaraj Rangasamy <Devaraj.Rangasamy@amd.com> Signed-off-by:
Devaraj Rangasamy <Devaraj.Rangasamy@amd.com> Signed-off-by:
Rijo Thomas <Rijo-john.Thomas@amd.com> Reviewed-by:
Gary R Hook <gary.hook@amd.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- drivers/tee/Kconfig 1 addition, 1 deletiondrivers/tee/Kconfig
- drivers/tee/Makefile 1 addition, 0 deletionsdrivers/tee/Makefile
- drivers/tee/amdtee/Kconfig 8 additions, 0 deletionsdrivers/tee/amdtee/Kconfig
- drivers/tee/amdtee/Makefile 5 additions, 0 deletionsdrivers/tee/amdtee/Makefile
- drivers/tee/amdtee/amdtee_if.h 183 additions, 0 deletionsdrivers/tee/amdtee/amdtee_if.h
- drivers/tee/amdtee/amdtee_private.h 159 additions, 0 deletionsdrivers/tee/amdtee/amdtee_private.h
- drivers/tee/amdtee/call.c 373 additions, 0 deletionsdrivers/tee/amdtee/call.c
- drivers/tee/amdtee/core.c 510 additions, 0 deletionsdrivers/tee/amdtee/core.c
- drivers/tee/amdtee/shm_pool.c 93 additions, 0 deletionsdrivers/tee/amdtee/shm_pool.c
- include/uapi/linux/tee.h 1 addition, 0 deletionsinclude/uapi/linux/tee.h
Loading