On Mon, Mar 06, 2023 at 09:10:58AM -0800, Tuan Phan wrote:
> When the range instruction cache invalidating not supported, the whole
> instruction cache should be invalidated instead.
>
> Signed-off-by: Tuan Phan
> ---
> MdePkg/Library/BaseCacheMaintenanceLib/RiscVCache.c | 5 -
> 1 file chan
On Fri, Mar 10, 2023 at 10:13:42AM +0800, gaoliming via groups.io wrote:
> Tuan:
>
> Can __FUNCTION__ be used? If yes, please still keep it.
>
Hi Liming,
I had suggested this. There are efforts to move to using __func__.
https://edk2.groups.io/g/devel/message/99904
I think, we better start
...@danielschaefer.me
主题: Re: [edk2-devel] [PATCH] MdePkg/BaseCacheMaintenanceLib: RISC-V: Fix
instruction cache not been invalidated
Hi All,
Any updates on this patch?
Thanks,
From: Tuan Phan via groups.io <mailto:tphan=ventanamicro@groups.io>
Sent: Monday, March 6, 2023 9:11 AM
To: deve
] [PATCH] MdePkg/BaseCacheMaintenanceLib: RISC-V: Fix instruction cache not been invalidated When the range instruction cache invalidating not supported, the wholeinstruction cache should be invalidated instead. Signed-off-by: Tuan Phan --- MdePkg/Library/BaseCacheMaintenanceLib/RiscVCache.c | 5 - 1
When the range instruction cache invalidating not supported, the whole
instruction cache should be invalidated instead.
Signed-off-by: Tuan Phan
---
MdePkg/Library/BaseCacheMaintenanceLib/RiscVCache.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/MdePkg/Library/BaseCach