Re: [edk2-devel] [PATCH] MdePkg/BaseCacheMaintenanceLib: RISC-V: Fix instruction cache not been invalidated

2023-03-09 Thread Sunil V L
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

Re: 回复: [edk2-devel] [PATCH] MdePkg/BaseCacheMaintenanceLib: RISC-V: Fix instruction cache not been invalidated

2023-03-09 Thread Sunil V L
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

回复: [edk2-devel] [PATCH] MdePkg/BaseCacheMaintenanceLib: RISC-V: Fix instruction cache not been invalidated

2023-03-09 Thread gaoliming via groups.io
...@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

Re: [edk2-devel] [PATCH] MdePkg/BaseCacheMaintenanceLib: RISC-V: Fix instruction cache not been invalidated

2023-03-09 Thread Tuan Phan
] [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

[edk2-devel] [PATCH] MdePkg/BaseCacheMaintenanceLib: RISC-V: Fix instruction cache not been invalidated

2023-03-06 Thread Tuan Phan
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