linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Julien Massot <julien.massot@iot.bzh>
To: linux-renesas-soc@vger.kernel.org
Cc: Julien Massot <julien.massot@iot.bzh>
Subject: [RFC PATCH 0/1] Add support for setting Cortex R7 boot address
Date: Tue, 14 Sep 2021 11:46:49 +0200	[thread overview]
Message-ID: <20210914094650.15235-1-julien.massot@iot.bzh> (raw)

Hi,
I plan to submit a small driver to remoteproc subsystem in order
to manage the Cortex R7 found on various SoCs of the R-Car Gen3
SoC series.

Enabling this processor from the remoteproc subsystem requires to:
- loading a firmware to a RAM area.
- setting the boot address thanks to CR7BAR register
- enable power domains
- deassert CR7 reset

The goal here is to export a function from rcar-rst.c to allow a
a remoteproc driver to set this boot address.

I'm not so much used to manipulate init data so don't hesitate to
comment.

Thanks !

Julien Massot (1):
  soc: renesas: rcar-rst: Add support to set rproc boot address

 drivers/soc/renesas/rcar-rst.c       | 28 +++++++++++++++++++++++++++-
 include/linux/soc/renesas/rcar-rst.h |  2 ++
 2 files changed, 29 insertions(+), 1 deletion(-)

-- 
2.31.1


             reply	other threads:[~2021-09-14  9:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-14  9:46 Julien Massot [this message]
2021-09-14  9:46 ` [RFC PATCH 1/1] soc: renesas: rcar-rst: Add support to set rproc boot address Julien Massot
2021-09-21 16:30   ` Geert Uytterhoeven
2021-09-22  9:54     ` Julien Massot
2021-09-22 12:40       ` Geert Uytterhoeven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210914094650.15235-1-julien.massot@iot.bzh \
    --to=julien.massot@iot.bzh \
    --cc=linux-renesas-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).