[U-Boot] [PATCH 0/3] drivers/sandbox: Introduce a simplified remoteproc framework

2015-08-24 Thread Nishanth Menon
Hi, Many System on Chip(SoC) solutions are complex with multiple processors on the same die dedicated to either general purpose of specialized functions. Many examples do exist in today's SoCs from various vendors. Typical examples are micro controllers such as an ARM M3/M0 doing a offload of spec

Re: [U-Boot] [PATCH 0/3] drivers/sandbox: Introduce a simplified remoteproc framework

2015-08-24 Thread Simon Glass
Hi Nishanth, On 24 August 2015 at 11:28, Nishanth Menon wrote: > Hi, > > Many System on Chip(SoC) solutions are complex with multiple > processors on the same die dedicated to either general purpose of > specialized functions. Many examples do exist in today's SoCs from > various vendors. Typical

Re: [U-Boot] [PATCH 0/3] drivers/sandbox: Introduce a simplified remoteproc framework

2015-08-25 Thread Nishanth Menon
On 08/25/2015 12:04 AM, Simon Glass wrote: [...] > Can you please also add a test to test/dm/remoteproc.c? It should try > a few operations as a sanity check. Ideally it shouldn't output > anything on the console. OK. Will do. Thanks a ton for the detailed review. I will try and get everything do