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

2024-01-11 Thread Sunil V L
On Mon, Jan 08, 2024 at 05:06:46PM +0530, Sunil V L wrote: > This series adds the support for RISC-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 f

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

2024-01-08 Thread Sunil V L
This series adds the support for RISC-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