Re: [edk2-devel] [PATCH edk2-platforms 1/1] Sophgo/SG2042Pkg: Disable Svpbmt extension

2024-08-07 Thread Jingyu Li via groups.io
Dear all, Are there any concerns regarding the patch? If not, would you like to proceed with the merge? Thanks a lot! BRs, Jingyu -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120289): https://edk2.groups.io/g/devel/message/120289 Mut

Re: [edk2-devel] [PATCH] SG2042Pkg/Sec:Modify Calculation LowestMemSize

2024-04-02 Thread Jingyu Li via groups.io
Hi Sunil V L, Not at all! Thanks! Best Regards, Jingyu -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117342): https://edk2.groups.io/g/devel/message/117342 Mute This Topic: https://groups.io/mt/105131337/21656 Group Owner: devel+ow...@

Re: [edk2-devel] [PATCH] SG2042Pkg/Sec:Modify Calculation LowestMemSize

2024-03-28 Thread Jingyu Li via groups.io
I have verified the above patch on the SG2042 platform. I agree with your understanding of the LowestMemBase. Best Regards, Jingyu -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117213): https://edk2.groups.io/g/devel/message/117213 Mut

Re: [edk2-devel] [PATCH v7 3/5] MdePkg: Implement RISC-V Cache Management Operations

2023-11-01 Thread Jingyu Li via groups.io
On Tue, Oct 31, 2023 at 05:55 PM, Dhaval Sharma wrote: > > I am posting an update on behalf of Jingyu as he had trouble with posting. > CC'ing him here: > In summary what we have verified so far: > * I have verified that instructions/op codes are okay. I have also > verified on Qemu that function

Re: [edk2-devel] [PATCH v7 3/5] MdePkg: Implement RISC-V Cache Management Operations

2023-10-31 Thread Jingyu Li via groups.io
> > Implement Cache Management Operations (CMO) defined by > RISC-V spec https://github.com/riscv/riscv-CMOs. > > Notes: > 1. CMO only supports block based Operations. Meaning cache > flush/invd/clean Operations are not available for the entire > range. In that case we fallback on fence.i instruc