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

2024-04-07 Thread Sunil V L
On Mon, Apr 08, 2024 at 11:00:47AM +0800, WangYang wrote: > Hi, Sunil V L >Do I still need to send a v2 version of the RB tag with “Jingyu Li > ”? >Or did you help add RB tag with “Jingyu Li ” > during the merger? > Never mind. I have updated the RB tags and merged as #134. Thanks, Sun

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

2024-04-07 Thread WangYang
Hi, Sunil V L Do I still need to send a v2 version of the RB tag with “Jingyu Li ”? Or did you help add RB tag with “Jingyu Li ” during the merger? Best Regards, WangYang > -原始邮件- > 发件人: "Sunil V L" > 发送时间: 2024-04-03 11:48:59 (星期三) > 收件人: "Yang Wang" > 抄送: caiyuqing...@outlook

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-04-02 Thread Sunil V L
On Mon, Mar 25, 2024 at 10:09:28AM +0800, Yang Wang wrote: > Adapting memory addresses may not start from 0x0, > for example, the starting memory address starts > from 0x8000_. > > I understand: LowestMemBase is the lowest DDR > address in the system. > > UefiMemoryBase = LowestMemBase + > Co

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

2024-04-02 Thread WangYang
Hi,Sunil V L How about this status. ​ -原始邮件- 发件人:"Jingyu Li via groups.io" 发送时间:2024-03-28 21:46:53 (星期四) 收件人: WangYang , devel@edk2.groups.io 抄送: 主题: Re: [edk2-devel] [PATCH] SG2042Pkg/Sec:Modify Calculation LowestMemSize I have verified the above patch on the SG2042 p

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

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

2024-03-24 Thread WangYang
Adapting memory addresses may not start from 0x0, for example, the starting memory address starts from 0x8000_. I understand: LowestMemBase is the lowest DDR address in the system. UefiMemoryBase = LowestMemBase + CodeSize(opensbi+UEFI); LowestMemSize -= CodeSize(UefiMemoryBase - LowestMemBa