All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] add support for co-processor loaded and booted before kernel
@ 2020-02-11 17:42 ` Arnaud Pouliquen
  0 siblings, 0 replies; 37+ messages in thread
From: Arnaud Pouliquen @ 2020-02-11 17:42 UTC (permalink / raw)
  To: Bjorn Andersson, Rob Herring, Mark Rutland, linux-remoteproc,
	devicetree
  Cc: Ohad Ben-Cohen, Mathieu Poirier, Loic PALLARDY, arnaud.pouliquen,
	Suman Anna, Fabien DESSENNE, linux-kernel, linux-stm32

This series introduce the support of a preloaded firmware. In this case
the load of the firmware is skipped. It is platform driver responsibility
to implement the right firmware load ops according to HW specificities.

V4[1] to V5 update:
  - add stm32 platform implementation  

[1]. https://patchwork.kernel.org/patch/11265869/

Arnaud Pouliquen (1):
  dt-bindings: remoteproc: stm32: add syscon bindings preloaded fw
    support

Fabien Dessenne (1):
  remoteproc: stm32: add support for co-processor booted before kernel

Loic Pallardy (1):
  remoteproc: add support for co-processor loaded and booted before
    kernel

 .../bindings/remoteproc/st,stm32-rproc.yaml   |  21 ++
 drivers/remoteproc/remoteproc_core.c          |  67 ++++--
 drivers/remoteproc/stm32_rproc.c              | 205 ++++++++++++++++--
 include/linux/remoteproc.h                    |   2 +
 4 files changed, 267 insertions(+), 28 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2020-03-09 13:43 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-11 17:42 [PATCH v5 0/3] add support for co-processor loaded and booted before kernel Arnaud Pouliquen
2020-02-11 17:42 ` Arnaud Pouliquen
2020-02-11 17:42 ` [PATCH v5 1/3] remoteproc: " Arnaud Pouliquen
2020-02-11 17:42   ` Arnaud Pouliquen
2020-02-13 20:08   ` Mathieu Poirier
2020-02-14 16:33     ` Arnaud POULIQUEN
2020-02-14 16:33       ` Arnaud POULIQUEN
2020-02-17 18:40       ` Mathieu Poirier
2020-02-18 17:31         ` Arnaud POULIQUEN
2020-02-18 17:31           ` Arnaud POULIQUEN
2020-02-19 20:56           ` Mathieu Poirier
2020-02-20  9:35             ` Arnaud POULIQUEN
2020-02-20  9:35               ` Arnaud POULIQUEN
2020-02-20 21:40               ` Mathieu Poirier
2020-02-27  0:56                 ` Mathieu Poirier
2020-02-27  6:25                   ` Peng Fan
2020-03-09 13:43                   ` Arnaud POULIQUEN
2020-03-09 13:43                     ` Arnaud POULIQUEN
2020-02-28  3:40     ` Suman Anna
2020-02-28  3:40       ` Suman Anna
2020-02-14  2:55   ` Bjorn Andersson
2020-02-14  2:55     ` Bjorn Andersson
2020-02-14 16:34     ` Arnaud POULIQUEN
2020-02-14 16:34       ` Arnaud POULIQUEN
2020-02-11 17:42 ` [PATCH v5 2/3] remoteproc: stm32: add support for co-processor " Arnaud Pouliquen
2020-02-11 17:42   ` Arnaud Pouliquen
2020-02-13 20:34   ` Mathieu Poirier
2020-02-14 16:39     ` Arnaud POULIQUEN
2020-02-14 16:39       ` Arnaud POULIQUEN
2020-02-14  3:38   ` Bjorn Andersson
2020-02-14  3:38     ` Bjorn Andersson
2020-02-14 16:49     ` Arnaud POULIQUEN
2020-02-14 16:49       ` Arnaud POULIQUEN
2020-02-11 17:42 ` [PATCH v5 3/3] dt-bindings: remoteproc: stm32: add syscon bindings preloaded fw support Arnaud Pouliquen
2020-02-11 17:42   ` Arnaud Pouliquen
2020-02-18 21:00   ` Rob Herring
2020-02-18 21:00     ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.