On Wed, 18 Sept 2024 at 09:40, Abdellatif El Khlifi <abdellatif.elkhlifi@xxxxxxx> wrote: > > Hi Mathieu, > > > Introduce remoteproc support for Corstone-1000 external systems > > > > The Corstone-1000 IoT Reference Design Platform supports up to two > > external systems processors. These processors can be switched on or off > > using their reset registers. > > > > For more details, please see the SSE-710 External System Remote > > Processor binding [1] and the SSE-710 Host Base System Control binding [2]. > > > > The reset registers are MMIO mapped registers accessed using regmap. > > > > [1]: Documentation/devicetree/bindings/remoteproc/arm,sse710-extsys.yaml > > [2]: Documentation/devicetree/bindings/arm/arm,sse710-host-base-sysctrl.yaml > > > > Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@xxxxxxx> > > --- > > drivers/remoteproc/Kconfig | 14 + > > drivers/remoteproc/Makefile | 1 + > > drivers/remoteproc/corstone1000_rproc.c | 350 ++++++++++++++++++++++++ > > 3 files changed, 365 insertions(+) > > A gentle reminder about reviewing the driver please. > > I'll be addressing the comments made for the bindings. Please address the comments already received for the bindings. I will review this set once the bindings have settled. Thanks, Mathieu > > Thank you in advance. > > Cheers, > Abdellatif