Add UCLASS_TEE for Trusted Execution Environment
Adds a uclass to interface with a TEE (Trusted Execution Environment). A TEE driver is a driver that interfaces with a trusted OS running in some secure environment, for example, TrustZone on ARM cpus, or a separate secure co-processor etc. The TEE subsystem can serve a TEE driver for a Global Platform compliant TEE, but it's not limited to only Global Platform TEEs. The over all design is based on the TEE subsystem in the Linux kernel, tailored for U-Boot. Reviewed-by:Simon Glass <sjg@chromium.org> Tested-by:
Igor Opaniuk <igor.opaniuk@linaro.org> Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
Showing
- MAINTAINERS 6 additions, 0 deletionsMAINTAINERS
- drivers/Kconfig 2 additions, 0 deletionsdrivers/Kconfig
- drivers/Makefile 1 addition, 0 deletionsdrivers/Makefile
- drivers/tee/Kconfig 11 additions, 0 deletionsdrivers/tee/Kconfig
- drivers/tee/Makefile 3 additions, 0 deletionsdrivers/tee/Makefile
- drivers/tee/tee-uclass.c 209 additions, 0 deletionsdrivers/tee/tee-uclass.c
- include/dm/uclass-id.h 1 addition, 0 deletionsinclude/dm/uclass-id.h
- include/tee.h 336 additions, 0 deletionsinclude/tee.h
Loading
Please register or sign in to comment