Re: [PATCH v8 1/4] firmware: scm: Add new SCM call API for switching memory ownership

2017-10-30 Thread Andy Gross
On Tue, Oct 24, 2017 at 09:22:24PM +0530, Avaneesh Kumar Dwivedi wrote: > Two different processors on a SOC need to switch memory ownership > during load/unload. To enable this, second level memory map table > need to be updated, which is done by secure layer. > This patch adds the interface for ma

[PATCH v8 1/4] firmware: scm: Add new SCM call API for switching memory ownership

2017-10-24 Thread Avaneesh Kumar Dwivedi
Two different processors on a SOC need to switch memory ownership during load/unload. To enable this, second level memory map table need to be updated, which is done by secure layer. This patch adds the interface for making secure monitor call for memory ownership switching request. Signed-off-by: