Re: [edk2-devel] [edk2 2/3] [PATCH v3] MdePkg: add SBI-based SeriaPortLib for RISC-V

2023-03-09 Thread Sunil V L
On Fri, Mar 03, 2023 at 12:04:09PM -0600, Andrei Warkentin wrote: > These are implementations of SerialPortLib using SBI console services. > - SecPeiRiscVSerialPortLibSbi is appropriate for SEC/PEI (XIP) environments > - PrePiDxeRiscVSerialPortLibSbi is appropriate for PrePI/DXE environments > >

[edk2-devel] [edk2 2/3] [PATCH v3] MdePkg: add SBI-based SeriaPortLib for RISC-V

2023-03-03 Thread Andrei Warkentin
These are implementations of SerialPortLib using SBI console services. - SecPeiRiscVSerialPortLibSbi is appropriate for SEC/PEI (XIP) environments - PrePiDxeRiscVSerialPortLibSbi is appropriate for PrePI/DXE environments Tested with: - Qemu RiscVVirt (non-DBCN case, backed by UART) - TinyEMU +