Skip to content
Snippets Groups Projects
Commit 9ff4a311 authored by Jens Wiklander's avatar Jens Wiklander Committed by Tom Rini
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
Tested-by: default avatarIgor Opaniuk <igor.opaniuk@linaro.org>
Signed-off-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent 4853ad3e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment