[edk2-devel] [PATCH 1/1] EmbeddedPkg: Add GD25LB512ME nor flash info

2024-08-08 Thread Jingyu Li
From: Jingyu Li Add GigaDevice GD25LB512ME definition to NorFlashInfoLib. Cc: Leif Lindholm Signed-off-by: Jingyu Li --- EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c b

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

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

2024-04-08 Thread Jingyu Li
From: "jingyu.li01" Disable Svpbmt extension as SG2042 does not support this feature. Cc: Sunil V L Cc: USER0FISH Cc: caiyuqing379 Cc: dahogn Cc: meng-cz Signed-off-by: Jingyu Li Reviewed-by: Sunil V L --- Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc | 2 +- 1 file changed, 1

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
INF  MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf INF  MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf 3. Now the PCIe devices are in work order on PioneerBox. The CMO instructions are executed as expected. Reviewed-by: Jingyu Li Thanks, Jingyu -=-=-=-=-