Re: [PATCH v5] remoteproc: xlnx: add sram support

2024-09-05 Thread Mathieu Poirier
On Wed, Sep 04, 2024 at 06:16:47PM +, Shah, Tanmay wrote: > Hi Mathieu, > > I agree with your assessment, and I agree with your proposal. > I appreciate you fixing the patch before applying. > I have applied this patch. > My email client (Thunderbird) has some issues, hence sending email for

Re: [PATCH v5] remoteproc: xlnx: add sram support

2024-09-04 Thread Shah, Tanmay
Hi Mathieu, I agree with your assessment, and I agree with your proposal. I appreciate you fixing the patch before applying. My email client (Thunderbird) has some issues, hence sending email form different email client and so not formatted as expected. This will be fixed soon (before sending a

Re: [PATCH v5] remoteproc: xlnx: add sram support

2024-09-04 Thread Mathieu Poirier
Good morning, On Fri, Aug 30, 2024 at 10:37:36AM -0700, Tanmay Shah wrote: > AMD-Xilinx zynqmp platform contains on-chip sram memory (OCM). > R5 cores can access OCM and access is faster than DDR memory but slower > than TCM memories available. Sram region can have optional multiple > power-domain

[PATCH v5] remoteproc: xlnx: add sram support

2024-08-30 Thread Tanmay Shah
AMD-Xilinx zynqmp platform contains on-chip sram memory (OCM). R5 cores can access OCM and access is faster than DDR memory but slower than TCM memories available. Sram region can have optional multiple power-domains. Platform management firmware is responsible to operate these power-domains. Sign