All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] cmd: Add support for optee hello world ta command
@ 2024-12-13 11:00 Venkatesh Yadav Abbarapu
  2024-12-13 11:00 ` [PATCH v2 1/2] " Venkatesh Yadav Abbarapu
  2024-12-13 11:00 ` [PATCH v2 2/2] doc: man-page for optee commands Venkatesh Yadav Abbarapu
  0 siblings, 2 replies; 6+ messages in thread
From: Venkatesh Yadav Abbarapu @ 2024-12-13 11:00 UTC (permalink / raw)
  To: u-boot
  Cc: michal.simek, trini, sjg, jens.wiklander, ilias.apalodimas,
	xypron.glpk, jerome.forissier, mkorpershoek, akashi.tkhro,
	francis.laniel, ddrokosov, git

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-12-13 14:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13 11:00 [PATCH v2 0/2] cmd: Add support for optee hello world ta command Venkatesh Yadav Abbarapu
2024-12-13 11:00 ` [PATCH v2 1/2] " Venkatesh Yadav Abbarapu
2024-12-13 12:48   ` Mattijs Korpershoek
2024-12-13 14:02     ` Michal Simek
2024-12-13 11:00 ` [PATCH v2 2/2] doc: man-page for optee commands Venkatesh Yadav Abbarapu
2024-12-13 14:09   ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.