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: NJens Wiklander <jens.wiklander@linaro.org> Co-developed-by: NDevaraj Rangasamy <Devaraj.Rangasamy@amd.com> Signed-off-by: NDevaraj Rangasamy <Devaraj.Rangasamy@amd.com> Signed-off-by: NRijo Thomas <Rijo-john.Thomas@amd.com> Reviewed-by: NGary R Hook <gary.hook@amd.com> Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
Showing
drivers/tee/amdtee/Kconfig
0 → 100644
drivers/tee/amdtee/Makefile
0 → 100644
drivers/tee/amdtee/amdtee_if.h
0 → 100644
drivers/tee/amdtee/call.c
0 → 100644
drivers/tee/amdtee/core.c
0 → 100644
drivers/tee/amdtee/shm_pool.c
0 → 100644
想要评论请 注册 或 登录