Re: [PATCH v3 0/7] Introduction of a remoteproc tee to load signed firmware

2024-02-22 Thread Naman Jain
On 2/22/2024 2:17 PM, Arnaud POULIQUEN wrote: Hello Naman, On 2/22/24 06:43, Naman Jain wrote: On 2/14/2024 10:51 PM, Arnaud Pouliquen wrote: Updates from the previous version [1]: This version proposes another approach based on an alternate load and boot of the coprocessor. Therefore

Re: [PATCH v3 0/7] Introduction of a remoteproc tee to load signed firmware

2024-02-21 Thread Naman Jain
s the remote processor lifecycle: - authenticating and loading firmware images, - isolating and securing the remote processor memories, - supporting multi-firmware (e.g., TF-M + Zephyr on a Cortex-M33), - managing the start and stop of the firmware by the TEE. Regards, Naman Jain

Re: [PATCH v3 1/7] remoteproc: Add TEE support

2024-02-21 Thread Naman Jain
teproc/remoteproc_sysfs.c?h=v6.8-rc5#n13 +{ + memset(arg, 0, sizeof(*arg)); + memset(param, 0, MAX_TEE_PARAM_ARRY_MEMBER * sizeof(*param)); + + arg->func = cmd; Regards, Naman Jain

Re: [PATCH v11] bus: mhi: host: Add tracing support

2024-02-06 Thread Naman Jain
On 2/6/2024 10:02 AM, Krishna chaitanya chundru wrote: This change adds ftrace support for following functions which helps in debugging the issues when there is Channel state & MHI state change and also when we receive data and control events: Please write commit msg in imperative mood.