tee: optee: Add SMC for loading OP-TEE image
authorJeffrey Kardatzke <jkardatzke@chromium.org>
Fri, 31 Mar 2023 18:35:47 +0000 (11:35 -0700)
committerJens Wiklander <jens.wiklander@linaro.org>
Mon, 3 Apr 2023 06:57:49 +0000 (08:57 +0200)
commitf3040daab8104ac68e2b241bc93288f63b88a3c7
tree264755f42a2af7364785d1e26d3844c7b5c7344b
parenteeac8ede17557680855031c6f305ece2378af326
tee: optee: Add SMC for loading OP-TEE image

Adds an SMC call that will pass an OP-TEE binary image to EL3 and
instruct it to load it as the BL32 payload. This works in conjunction
with a feature added to Trusted Firmware for ARMv8 and above
architectures that supports this.

The main purpose of this change is to facilitate updating the OP-TEE
component on devices via a rootfs change rather than having to do a
firmware update. Further details are linked to in the Kconfig file.

Signed-off-by: Jeffrey Kardatzke <jkardatzke@chromium.org>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Jeffrey Kardatzke <jkardatzke@google.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Documentation/staging/tee.rst
drivers/tee/optee/Kconfig
drivers/tee/optee/optee_msg.h
drivers/tee/optee/optee_smc.h
drivers/tee/optee/smc_abi.c