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

2015-08-27 Thread Nishanth Menon
On Thu, Aug 27, 2015 at 10:49 AM, Simon Glass wrote: > +U-Boot Aaah.. i missed a reply-all, did'nt I?.. Sorry about that. > > On 26 August 2015 at 16:51, Nishanth Menon wrote: >> On Tue, Aug 25, 2015 at 9:26 PM, Simon Glass wrote: >>> >> +#include/* For platform data support - non

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

2015-08-27 Thread Simon Glass
+U-Boot On 26 August 2015 at 16:51, Nishanth Menon wrote: > On Tue, Aug 25, 2015 at 9:26 PM, Simon Glass wrote: >> > +#include/* For platform data support - non dt > world */ Does this need to be supported for a new uclass? >>> >>> we do have platforms that are not usi

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

2015-08-25 Thread Simon Glass
Hi Nishanth, On 25 August 2015 at 09:44, Nishanth Menon wrote: > On 08/25/2015 12:04 AM, Simon Glass wrote: > [...] >>> index ..e8fdb124e251 >>> --- /dev/null >>> +++ b/common/cmd_remoteproc.c [snip] >> >>> + .id = UCLASS_RPROC, >>> + .name = "remoteproc", >>> + .fla

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

2015-08-25 Thread Nishanth Menon
On 08/25/2015 12:04 AM, Simon Glass wrote: [...] >> index ..e8fdb124e251 >> --- /dev/null >> +++ b/common/cmd_remoteproc.c >> @@ -0,0 +1,224 @@ >> +/* >> + * (C) Copyright 2015 >> + * Texas Instruments Incorporated - http://www.ti.com/ >> + * SPDX-License-Identifier:GPL-2.0+ >> + */

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

2015-08-24 Thread Simon Glass
Hi Nishanth, On 24 August 2015 at 11:28, Nishanth Menon wrote: > 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 example

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

2015-08-24 Thread Nishanth Menon
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 specific