
9 Nov
2021
9 Nov
'21
9:41 a.m.
On Thu, Nov 4, 2021 at 3:15 PM Etienne Carriere etienne.carriere@linaro.org wrote:
Remove unused OPTEE_MSG_LOGIN_* ID macros as suitable TEE_LOGIN_* ID macros are already defined tee.h.
Cc: Jens Wiklander jens.wiklander@linaro.org Signed-off-by: Etienne Carriere etienne.carriere@linaro.org
This change was previously discussed in the U-Boot ML, latest is "[PATCH v2 2/2] tee: optee: support session login as REE kernel", at: https://patchwork.ozlabs.org/project/uboot/patch/20210519142613.7668-2-etien...
Changes since this v2 post:
- Remove sanitation of the login Id passed to OP-TEE as secure world
- Rephrase header line since this change now simply remove duplicated macros.
- Update OPTEE_MSG_CMD_OPEN_SESSION inline description comment with a reference to TEE_LOGIN_* macros.
drivers/tee/optee/optee_msg.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-)
Reviewed-by: Jens Wiklander jens.wiklander@linaro.org
Thanks, Jens