linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] remoteproc: add support for preloaded firmware
@ 2018-11-29 21:16 Loic Pallardy
  2018-11-29 21:16 ` [PATCH 1/2] remoteproc: replace bool from struct rproc by u8 Loic Pallardy
  2018-11-29 21:16 ` [PATCH 2/2] remoteproc: add support for co-processor booted before kernel Loic Pallardy
  0 siblings, 2 replies; 3+ messages in thread
From: Loic Pallardy @ 2018-11-29 21:16 UTC (permalink / raw)
  To: bjorn.andersson, ohad
  Cc: linux-remoteproc, linux-kernel, arnaud.pouliquen,
	benjamin.gaignard, s-anna, Loic Pallardy

This patch series introduces a new flag in remoteproc core to add
support of remote processor having their firmware loading by another
way than standard remoteproc core sequence.

Firmware could be ROMed, loaded by security or bootloader before kernel
boot or loaded by a special rproc platform driver interface.

When "preloaded" flag is set by rproc platform driver, remoteproc core
doesn't request firmware and execute rproc_start sequence as usual allocating
associated rproc resources.
It is rproc platform driver responsibility to implement the right firmware
load operations according to HW specificities like resource table location
or firmware definition if needed.

Regards,
Loic

Loic Pallardy (2):
  remoteproc: replace bool from struct rproc by u8
  remoteproc: add support for co-processor booted before kernel

 drivers/remoteproc/remoteproc_core.c | 37 +++++++++++++++++++++++++++---------
 include/linux/remoteproc.h           | 14 ++++++++------
 2 files changed, 36 insertions(+), 15 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-11-29 21:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-29 21:16 [PATCH 0/2] remoteproc: add support for preloaded firmware Loic Pallardy
2018-11-29 21:16 ` [PATCH 1/2] remoteproc: replace bool from struct rproc by u8 Loic Pallardy
2018-11-29 21:16 ` [PATCH 2/2] remoteproc: add support for co-processor booted before kernel Loic Pallardy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).