On Thu, Nov 4, 2021 at 3:14 PM Etienne Carriere <etienne.carri...@linaro.org> wrote: > > Define identifiers for clnt_login field in struct tee_open_session_arg > based in GlobalPlatform Device TEE IDs and on the REE_KERNEL identifier > extension from OP-TEE OS. > > Cc: Jens Wiklander <jens.wiklan...@linaro.org> > Signed-off-by: Etienne Carriere <etienne.carri...@linaro.org> > --- > This change was previously discussed in the U-Boot ML, see v2 at: > https://patchwork.ozlabs.org/project/uboot/patch/20210519142613.7668-1-etienne.carri...@linaro.org/ > > Changes since this v2 post: > - Updated the inline comment describing reserved login Ids > - Rephrase 'REE kernel agent' to 'REE kernel/privileged agent' to > better apply to U-Boot that is not a kernel but still runs at a > privileged execution level. > --- > include/tee.h | 23 +++++++++++++++++++++-- > 1 file changed, 21 insertions(+), 2 deletions(-)
Reviewed-by: Jens Wiklander <jens.wiklan...@linaro.org> Thanks, Jens