Re: [edk2-devel] [PATCH 0/4] RISC-V: Add support for Sstc extension

2024-01-07 Thread Sunil V L
Hi Pedro, On Fri, Jan 05, 2024 at 07:10:40PM +, Pedro Falcato wrote: > On Wed, Jan 3, 2024 at 1:59 PM Sunil V L wrote: > > > > This series adds the support for RISV-V Sstc extension in EDK2 timer > > nit: RISC-V > > implementation. Sstc extension allows S-mode software to program the > > tim

Re: [edk2-devel] [PATCH 0/4] RISC-V: Add support for Sstc extension

2024-01-05 Thread Pedro Falcato
On Wed, Jan 3, 2024 at 1:59 PM Sunil V L wrote: > > This series adds the support for RISV-V Sstc extension in EDK2 timer nit: RISC-V > implementation. Sstc extension allows S-mode software to program the > timer directly without using SBI calls. > > Currently, PCD variable is used to detect wheth

[edk2-devel] [PATCH 0/4] RISC-V: Add support for Sstc extension

2024-01-03 Thread Sunil V L
This series adds the support for RISV-V Sstc extension in EDK2 timer implementation. Sstc extension allows S-mode software to program the timer directly without using SBI calls. Currently, PCD variable is used to detect whether feature is enabled. By default the feature is enabled and platforms ne