[edk2-devel] [PATCH v7 0/3] RISC-V SBI-backed SerialLib

Andrei Warkentin posted 3 patches 1 year ago
Failed in applying to current master (apply log)
MdePkg/MdePkg.dsc                                                               |   2 +
MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.inf    |  40 +++
MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRam.inf |  37 +++
OvmfPkg/RiscVVirt/Sec/SecMain.inf                                               |   1 +
MdePkg/Include/Library/BaseRiscVSbiLib.h                                        |  40 ++-
MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.h                            |  41 +++
OvmfPkg/RiscVVirt/Sec/SecMain.h                                                 |   1 +
MdePkg/Library/BaseRiscVSbiLib/BaseRiscVSbiLib.c                                |   3 +-
MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.c      | 208 ++++++++++++++
MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRam.c   | 289 ++++++++++++++++++++
MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.c                            | 132 +++++++++
OvmfPkg/RiscVVirt/Sec/SecMain.c                                                 |   4 +-
MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.uni    |  16 ++
13 files changed, 808 insertions(+), 6 deletions(-)
create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.inf
create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRam.inf
create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.h
create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.c
create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRam.c
create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.c
create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.uni
[edk2-devel] [PATCH v7 0/3] RISC-V SBI-backed SerialLib
Posted by Andrei Warkentin 1 year ago
Hello,

Here are three patches that provide a SerialLib backed by SBI console. 
Both legacy and DBCN mechanisms are supported in various execution environments and have been tested with UART and HTIF consoles.

MdePkg reviewers: please review MdePkg.dsc changes.

This is also available at
https://github.com/andreiw/edk2-rv-wip/tree/patchset-2

A CI run is at https://github.com/tianocore/edk2/pull/4252

Compared to v6:

- Unify the two SerialLib implementations under one directory and
  factor out the code somewhat.
- Sunil's feedback on correctness.

Compared to v5:

Rename components as per Michael Kinney's suggestions.

Compared to v4:

(not sent out). CC MdePkg maintainers, fix copyright date in SecMain.c.

Compared to v3

EccCheck fixes. Add MdePkg infs to DSC.

Compared to v2:
- Probes legacy extension as well.
- Encode supported module types in the INF file. This is done using LIBRARY_CLASS,
  as MODULE_TYPE cannot encode multiple types, so MODULE_TYPE is retained as BASE.
- Update INF version and generate brand new GUIDs instead of editing them.
- Checked that all patches retain ^M endings.

Andrei Warkentin (3):
  MdePkg: BaseRiscVSbiLib: make more useful to consumers
  MdePkg: add SBI-based SerialPortLib for RISC-V
  OvmfPkg: RiscVVirt: Add missing SerialPortInitialize to Sec

 MdePkg/MdePkg.dsc                                                               |   2 +
 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.inf    |  40 +++
 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRam.inf |  37 +++
 OvmfPkg/RiscVVirt/Sec/SecMain.inf                                               |   1 +
 MdePkg/Include/Library/BaseRiscVSbiLib.h                                        |  40 ++-
 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.h                            |  41 +++
 OvmfPkg/RiscVVirt/Sec/SecMain.h                                                 |   1 +
 MdePkg/Library/BaseRiscVSbiLib/BaseRiscVSbiLib.c                                |   3 +-
 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.c      | 208 ++++++++++++++
 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRam.c   | 289 ++++++++++++++++++++
 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.c                            | 132 +++++++++
 OvmfPkg/RiscVVirt/Sec/SecMain.c                                                 |   4 +-
 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.uni    |  16 ++
 13 files changed, 808 insertions(+), 6 deletions(-)
 create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.inf
 create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRam.inf
 create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.h
 create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.c
 create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRam.c
 create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.c
 create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.uni

-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#102719): https://edk2.groups.io/g/devel/message/102719
Mute This Topic: https://groups.io/mt/98133911/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v7 0/3] RISC-V SBI-backed SerialLib
Posted by Michael D Kinney 1 year ago
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>


> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Andrei Warkentin
> Sent: Friday, April 7, 2023 2:44 PM
> To: devel@edk2.groups.io
> Cc: Warkentin, Andrei <andrei.warkentin@intel.com>
> Subject: [edk2-devel] [PATCH v7 0/3] RISC-V SBI-backed SerialLib
> 
> Hello,
> 
> Here are three patches that provide a SerialLib backed by SBI console.
> Both legacy and DBCN mechanisms are supported in various execution environments and have been tested with UART and HTIF
> consoles.
> 
> MdePkg reviewers: please review MdePkg.dsc changes.
> 
> This is also available at
> https://github.com/andreiw/edk2-rv-wip/tree/patchset-2
> 
> A CI run is at https://github.com/tianocore/edk2/pull/4252
> 
> Compared to v6:
> 
> - Unify the two SerialLib implementations under one directory and
>   factor out the code somewhat.
> - Sunil's feedback on correctness.
> 
> Compared to v5:
> 
> Rename components as per Michael Kinney's suggestions.
> 
> Compared to v4:
> 
> (not sent out). CC MdePkg maintainers, fix copyright date in SecMain.c.
> 
> Compared to v3
> 
> EccCheck fixes. Add MdePkg infs to DSC.
> 
> Compared to v2:
> - Probes legacy extension as well.
> - Encode supported module types in the INF file. This is done using LIBRARY_CLASS,
>   as MODULE_TYPE cannot encode multiple types, so MODULE_TYPE is retained as BASE.
> - Update INF version and generate brand new GUIDs instead of editing them.
> - Checked that all patches retain ^M endings.
> 
> Andrei Warkentin (3):
>   MdePkg: BaseRiscVSbiLib: make more useful to consumers
>   MdePkg: add SBI-based SerialPortLib for RISC-V
>   OvmfPkg: RiscVVirt: Add missing SerialPortInitialize to Sec
> 
>  MdePkg/MdePkg.dsc                                                               |   2 +
>  MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.inf    |  40 +++
>  MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRam.inf |  37 +++
>  OvmfPkg/RiscVVirt/Sec/SecMain.inf                                               |   1 +
>  MdePkg/Include/Library/BaseRiscVSbiLib.h                                        |  40 ++-
>  MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.h                            |  41 +++
>  OvmfPkg/RiscVVirt/Sec/SecMain.h                                                 |   1 +
>  MdePkg/Library/BaseRiscVSbiLib/BaseRiscVSbiLib.c                                |   3 +-
>  MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.c      | 208 ++++++++++++++
>  MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRam.c   | 289 ++++++++++++++++++++
>  MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.c                            | 132 +++++++++
>  OvmfPkg/RiscVVirt/Sec/SecMain.c                                                 |   4 +-
>  MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.uni    |  16 ++
>  13 files changed, 808 insertions(+), 6 deletions(-)
>  create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.inf
>  create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRam.inf
>  create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.h
>  create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.c
>  create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRam.c
>  create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.c
>  create mode 100644 MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.uni
> 
> --
> 2.25.1
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#102723): https://edk2.groups.io/g/devel/message/102723
Mute This Topic: https://groups.io/mt/98133911/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/3901457/1787277/102458076/xyzzy [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v7 0/3] RISC-V SBI-backed SerialLib
Posted by Andrei Warkentin 1 year ago
Thanks for the review. I believe this patch set is ready for merging. Sunil had one comment on the contents of the UNI file, which I clarified. Sunil, anything else you wanted from this patch set or is it good to go?

A

> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com>
> Sent: Friday, April 7, 2023 5:09 PM
> To: devel@edk2.groups.io; Warkentin, Andrei
> <andrei.warkentin@intel.com>
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>
> Subject: RE: [edk2-devel] [PATCH v7 0/3] RISC-V SBI-backed SerialLib
> 
> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> 
> 
> > -----Original Message-----
> > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Andrei
> > Warkentin
> > Sent: Friday, April 7, 2023 2:44 PM
> > To: devel@edk2.groups.io
> > Cc: Warkentin, Andrei <andrei.warkentin@intel.com>
> > Subject: [edk2-devel] [PATCH v7 0/3] RISC-V SBI-backed SerialLib
> >
> > Hello,
> >
> > Here are three patches that provide a SerialLib backed by SBI console.
> > Both legacy and DBCN mechanisms are supported in various execution
> > environments and have been tested with UART and HTIF consoles.
> >
> > MdePkg reviewers: please review MdePkg.dsc changes.
> >
> > This is also available at
> > https://github.com/andreiw/edk2-rv-wip/tree/patchset-2
> >
> > A CI run is at https://github.com/tianocore/edk2/pull/4252
> >
> > Compared to v6:
> >
> > - Unify the two SerialLib implementations under one directory and
> >   factor out the code somewhat.
> > - Sunil's feedback on correctness.
> >
> > Compared to v5:
> >
> > Rename components as per Michael Kinney's suggestions.
> >
> > Compared to v4:
> >
> > (not sent out). CC MdePkg maintainers, fix copyright date in SecMain.c.
> >
> > Compared to v3
> >
> > EccCheck fixes. Add MdePkg infs to DSC.
> >
> > Compared to v2:
> > - Probes legacy extension as well.
> > - Encode supported module types in the INF file. This is done using
> LIBRARY_CLASS,
> >   as MODULE_TYPE cannot encode multiple types, so MODULE_TYPE is
> retained as BASE.
> > - Update INF version and generate brand new GUIDs instead of editing
> them.
> > - Checked that all patches retain ^M endings.
> >
> > Andrei Warkentin (3):
> >   MdePkg: BaseRiscVSbiLib: make more useful to consumers
> >   MdePkg: add SBI-based SerialPortLib for RISC-V
> >   OvmfPkg: RiscVVirt: Add missing SerialPortInitialize to Sec
> >
> >  MdePkg/MdePkg.dsc                                                               |   2 +
> >
> MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.in
> f    |  40 +++
> >
> MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRa
> m.inf |  37 +++
> >  OvmfPkg/RiscVVirt/Sec/SecMain.inf                                               |   1 +
> >  MdePkg/Include/Library/BaseRiscVSbiLib.h                                        |  40 ++-
> >  MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.h                            |
> 41 +++
> >  OvmfPkg/RiscVVirt/Sec/SecMain.h                                                 |   1 +
> >  MdePkg/Library/BaseRiscVSbiLib/BaseRiscVSbiLib.c                                |   3
> +-
> >
> MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.c
> | 208 ++++++++++++++
> >
> MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRa
> m.c   | 289 ++++++++++++++++++++
> >  MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.c                            |
> 132 +++++++++
> >  OvmfPkg/RiscVVirt/Sec/SecMain.c                                                 |   4 +-
> >
> MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.u
> ni    |  16 ++
> >  13 files changed, 808 insertions(+), 6 deletions(-)  create mode
> > 100644
> > MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiL
> > ib.inf  create mode 100644
> > MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiL
> > ibRam.inf  create mode 100644
> > MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.h
> >  create mode 100644
> > MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiL
> > ib.c  create mode 100644
> > MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiL
> > ibRam.c  create mode 100644
> > MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.c
> >  create mode 100644
> > MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiL
> > ib.uni
> >
> > --
> > 2.25.1
> >
> >
> >
> > 
> >



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#103595): https://edk2.groups.io/g/devel/message/103595
Mute This Topic: https://groups.io/mt/98133911/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v7 0/3] RISC-V SBI-backed SerialLib
Posted by Sunil V L 1 year ago
On Tue, Apr 25, 2023 at 07:26:41PM +0000, Andrei Warkentin wrote:
> Thanks for the review. I believe this patch set is ready for merging. Sunil had one comment on the contents of the UNI file, which I clarified. Sunil, anything else you wanted from this patch set or is it good to go?
> 
Hi Andrei,

Please go ahead. LGTM.

Thanks,
Sunil


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#103618): https://edk2.groups.io/g/devel/message/103618
Mute This Topic: https://groups.io/mt/98133911/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-