tools/arm: tee: add "tee" option for xl.cfg
authorVolodymyr Babchuk <Volodymyr_Babchuk@epam.com>
Wed, 19 Jun 2019 17:54:16 +0000 (17:54 +0000)
committerJulien Grall <julien.grall@arm.com>
Wed, 18 Sep 2019 13:45:27 +0000 (14:45 +0100)
commit2e32cd99290343074f4a7f39395be01376cf8953
treeda9b26110df9cbe4dda6640b234cc5f5c9125a8a
parentdffb6c488a27c1952e39d6bd264bf5e28da50f1a
tools/arm: tee: add "tee" option for xl.cfg

This enumeration controls TEE type for a domain. Currently there is
two possible options: either 'none' or 'optee'.

'none' is the default value and it basically disables TEE support at
all.

'optee' enables access to the OP-TEE running on a host machine. This
requires special OP-TEE build with virtualization support enabled.

Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
docs/man/xl.cfg.5.pod.in
tools/libxl/libxl.h
tools/libxl/libxl_arm.c
tools/libxl/libxl_types.idl
tools/xl/xl_parse.c