Re: [PATCH 1/2] soc: qcom: rmtfs-mem: Add support for assigning memory to remote

2018-02-21 Thread Bjorn Andersson
On Wed 21 Feb 05:04 PST 2018, Jitendra Sharma wrote: > Hi Bjorn, > > > On 2/13/2018 7:07 AM, Bjorn Andersson wrote: > > On some platform the remote processor's memory map is not statically > > configured in TrustZone, so each memory region that is to be accessed by > > the remote needs a call

Re: [PATCH 1/2] soc: qcom: rmtfs-mem: Add support for assigning memory to remote

2018-02-21 Thread Bjorn Andersson
On Wed 21 Feb 05:04 PST 2018, Jitendra Sharma wrote: > Hi Bjorn, > > > On 2/13/2018 7:07 AM, Bjorn Andersson wrote: > > On some platform the remote processor's memory map is not statically > > configured in TrustZone, so each memory region that is to be accessed by > > the remote needs a call

Re: [PATCH 1/2] soc: qcom: rmtfs-mem: Add support for assigning memory to remote

2018-02-21 Thread Jitendra Sharma
Hi Bjorn, On 2/13/2018 7:07 AM, Bjorn Andersson wrote: On some platform the remote processor's memory map is not statically configured in TrustZone, so each memory region that is to be accessed by the remote needs a call into TrustZone to set up the remote's permissions. Implement this for

Re: [PATCH 1/2] soc: qcom: rmtfs-mem: Add support for assigning memory to remote

2018-02-21 Thread Jitendra Sharma
Hi Bjorn, On 2/13/2018 7:07 AM, Bjorn Andersson wrote: On some platform the remote processor's memory map is not statically configured in TrustZone, so each memory region that is to be accessed by the remote needs a call into TrustZone to set up the remote's permissions. Implement this for