Re: [PATCH v2 1/2] cmd: Add support for optee hello world ta command

2024-12-13 Thread Michal Simek
On 12/13/24 13:48, Mattijs Korpershoek wrote: Hi Venkatesh, Thank you for the patch. On ven., déc. 13, 2024 at 16:30, Venkatesh Yadav Abbarapu wrote: Enable "optee hello" command which increments the value passed. This provides easy test for establishing a session with OP-TEE TA and veri

Re: [PATCH v2 1/2] cmd: Add support for optee hello world ta command

2024-12-13 Thread Mattijs Korpershoek
Hi Venkatesh, Thank you for the patch. On ven., déc. 13, 2024 at 16:30, Venkatesh Yadav Abbarapu wrote: > 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: > o

[PATCH v2 1/2] cmd: Add support for optee hello world ta command

2024-12-13 Thread Venkatesh Yadav Abbarapu
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 to increment via OP-TEE HELLO WORLD TA. To enable the OP-TEE side HELLO WORLD example pl