Enable "optee hello" command which increments the value passed. This provides easy test for establishing a session with OP-TEE TA and verify.
It includes following subcommands: optee hello optee hello <value>; value to increment via OP-TEE HELLO WORLD TA. Changes in v2: - Added command "optee" and subdommand "hello". - Update the man-page in doc/usage/cmd/optee.rst Venkatesh Yadav Abbarapu (2): cmd: Add support for optee hello world ta command doc: man-page for optee commands cmd/Kconfig | 8 +++ cmd/Makefile | 1 + cmd/optee_hello_world_ta.c | 104 +++++++++++++++++++++++++++++++++++++ doc/usage/cmd/optee.rst | 75 ++++++++++++++++++++++++++ doc/usage/index.rst | 1 + 5 files changed, 189 insertions(+) create mode 100644 cmd/optee_hello_world_ta.c create mode 100644 doc/usage/cmd/optee.rst -- 2.34.1