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

Lad, Prabhakar prabhakar.csengg at gmail.com
Thu Dec 1 01:12:03 PST 2022


Hi Biju,

On Thu, Dec 1, 2022 at 8:41 AM Biju Das <biju.das.jz at bp.renesas.com> wrote:
>
> Hi Prabhakar,
>
> > Subject: RE: [PATCH v3 5/6] docs: platform: Add documentation for
> > Renesas RZ/Five SoC
> >
> > Hi Prabhakar,
> >
> > Prabhakar Mahadev Lad
> > > <prabhakar.mahadev-lad.rj at bp.renesas.com>
> > > Subject: [PATCH v3 5/6] docs: platform: Add documentation for Renesas
> > > RZ/Five SoC
> > >
> > > From: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
> > >
> > > This patch adds documentation to build Renesas RZ/Five (R9A07G043F)
> > SoC.
> > >
> > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
> > > ---
> > > v2->v3
> > > * Updated doc with new build command
> > >
> > > RFC->v2
> > > * Updated doc
> > > ---
> > >  docs/platform/platform.md       |   5 ++
> > >  docs/platform/renesas-rzfive.md | 145
> > > ++++++++++++++++++++++++++++++++
> > >  2 files changed, 150 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
> > > diff --git a/docs/platform/renesas-rzfive.md b/docs/platform/renesas-
> > > rzfive.md new file mode 100644 index 0000000..a900cc7
> > > --- /dev/null
> > > +++ b/docs/platform/renesas-rzfive.md
> > > @@ -0,0 +1,145 @@
> > > +Renesas RZ/Five SoC (R9A07G043F) Platform
> > > +=========================================
> > > +The RZ/Five microprocessor includes a single RISC-V CPU Core (Andes
> > > +AX45MP)
> > > +1.0 GHz, 16-bit DDR3L/DDR4 interface. Supported interfaces include:
> > > +- Gigabit Ethernet 2ch
> > > +- CAN interface (CAN-FD) 2ch
> > > +- USB 2.0 interface 2ch
> > > +- SD interface 2ch
> > > +- AD converter 2ch
>
> Only few interfaces. Maybe better add remaining one to avoid updating
> this document every time.
>
The above list is from the Renesas website [0] (Features tab)

Can you please list out which all you want me to add?

[0] https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rz-mpus/rzfive-general-purpose-microprocessors-risc-v-cpu-core-andes-ax45mp-single-10-ghz-2ch-gigabit-ethernet#overview

Cheers,
Prabhakar



More information about the opensbi mailing list