[PATCH v6 0/2] cmd: Add support for optee commands.
Venkatesh Yadav Abbarapu
venkatesh.abbarapu at amd.com
Thu Dec 19 05:39:16 CET 2024
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.
Changes in v4:
- Removed the hello_world_ta_open_session() and included in
the hello_world_ta() itself.
Changes in v5:
- Updated the printf statements.
- Fixed the description for doc usage.
Changes in v6:
- Updated the command help.
- Fixed the typo in the optee doc.
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 | 70 +++++++++++++++++++++++++++++++++++++++++
doc/usage/cmd/optee.rst | 70 +++++++++++++++++++++++++++++++++++++++++
doc/usage/index.rst | 1 +
5 files changed, 148 insertions(+)
create mode 100644 cmd/optee.c
create mode 100644 doc/usage/cmd/optee.rst
--
2.34.1
More information about the U-Boot
mailing list