Re: [edk2-devel] [PATCH v4 0/4] RISC-V: Support Svpbmt extension

2024-04-07 Thread Sunil V L
On Thu, Mar 14, 2024 at 01:19:13PM -0700, Tuan Phan wrote: > This series adds support for RISC-V Svpbmt extension. > > The GCD EFI_MEMORY_UC and EFI_MEMORY_WC attributes will > be mapped to IO and NC mode defined in PBMT field. > > v4: > - Changed UINTN to UINT64. > - Fixed format error. >

[edk2-devel] [PATCH v4 0/4] RISC-V: Support Svpbmt extension

2024-03-14 Thread Tuan Phan
This series adds support for RISC-V Svpbmt extension. The GCD EFI_MEMORY_UC and EFI_MEMORY_WC attributes will be mapped to IO and NC mode defined in PBMT field. v4: - Changed UINTN to UINT64. - Fixed format error. - Addressed Andrei's comment. v3: - Addressed Laszlo's comments. v2: -