
Add the basic 'hello world ta' 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 Changes in v3: - Rename the config from OPTEE_HELLO_WORLD_TA to CMD_OPTEE. - Rename the file from optee_hello_world_ta.c to optee.c - Add the hextoul from dectoul.
Venkatesh Yadav Abbarapu (2): cmd: Add support for optee commands doc: man-page for optee commands
cmd/Kconfig | 6 +++ cmd/Makefile | 1 + cmd/optee.c | 93 +++++++++++++++++++++++++++++++++++++++++ doc/usage/cmd/optee.rst | 66 +++++++++++++++++++++++++++++ doc/usage/index.rst | 1 + 5 files changed, 167 insertions(+) create mode 100644 cmd/optee.c create mode 100644 doc/usage/cmd/optee.rst