[PATCH v4 5/5] docs: platform: Add documentation for Renesas RZ/Five SoC

Lad, Prabhakar prabhakar.csengg at gmail.com
Fri Dec 9 03:06:00 PST 2022


Hi Anup,

Thank you for the review.

On Fri, Dec 9, 2022 at 9:04 AM Anup Patel <anup at brainfault.org> wrote:
>
> On Wed, Dec 7, 2022 at 10:03 PM Lad Prabhakar
> <prabhakar.mahadev-lad.rj at bp.renesas.com> wrote:
> >
> > This patch adds documentation to build Renesas RZ/Five (R9A07G043F) SoC.
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
> > ---
> > v3->v4
> > * Added complete list of IP blocks
> >
> > v2->v3
> > * Updated doc with new build command
> >
> > RFC->v2
> > * Updated doc
> > ---
> >  docs/platform/platform.md       |   5 +
> >  docs/platform/renesas-rzfive.md | 160 ++++++++++++++++++++++++++++++++
> >  2 files changed, 165 insertions(+)
> >  create mode 100644 docs/platform/renesas-rzfive.md
> >
> > diff --git a/docs/platform/platform.md b/docs/platform/platform.md
> > index f291931..4504d87 100644
> > --- a/docs/platform/platform.md
> > +++ b/docs/platform/platform.md
> > @@ -39,6 +39,10 @@ OpenSBI currently supports the following virtual and hardware platforms:
> >    processor based SOCs. More details on this platform can be found in the
> >    file *[shakti_cclass.md]*.
> >
> > +* **Renesas RZ/Five SoC**: Platform support for Renesas RZ/Five (R9A07G043F) SoC
> > +  used on the Renesas RZ/Five SMARC EVK board. More details on this platform can
> > +  be found in the file *[renesas-rzfive.md]*.
> > +
> >  The code for these supported platforms can be used as example to implement
> >  support for other platforms. The *platform/template* directory also provides
> >  template files for implementing support for a new platform. The *objects.mk*,
> > @@ -54,3 +58,4 @@ comments to facilitate the implementation.
> >  [spike.md]: spike.md
> >  [fpga-openpiton.md]: fpga-openpiton.md
> >  [shakti_cclass.md]: shakti_cclass.md
> > +[renesas-rzfive.md]: renesas-rzfive.md
>
> Add an entry of your platform in docs/platform/generic.md since you are
> using generic platform.
>
Sure will do and re-spin a v5.

Cheers,
Prabhakar



More information about the opensbi mailing list