commit | 1816d555603373c256f96bc0e8be1a9c498ebb47 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Jan 02 11:08:00 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 08 11:58:54 2025 -0600 |
tree | a93eb14cf15d1586ccc4311c8e4478a4bc5e9119 | |
parent | 699cbf0749f9fab01c4d36b5ea773dba2535ef55 [diff] | |
parent | a8656c2c7bc07ff4d6730f9c60436026e69ffa94 [diff] |
Merge patch series "cmd: Add support for optee commands." Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com> says: 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. Link: https://lore.kernel.org/r/20241219043918.1646095-1-venkatesh.abbarapu@amd.com