[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, September 11, 2023 #cal-reminder

2023-09-10 Thread Group Notification
*Reminder: Tools, CI, Code base construction meeting series* *When:* Monday, September 11, 2023 4:30pm to 5:30pm (UTC-07:00) America/Los Angeles *Where:* https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZDI2ZDg4NmMtMjI1My00MzI5LWFmYjAtMGQyNjUzNTBjZGYw%40thread.v2/0?context=%7b%22Tid%22%3a%2

回复: [edk2-devel] [PATCH v5] MdeModulePkg/HiiDatabase: Fix incorrect AllocateCopyPool size

2023-09-10 Thread gaoliming via groups.io
PR https://github.com/tianocore/edk2/pull/4816 is created to merge this patch. Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Dandan Bi > 发送时间: 2023年9月8日 9:22 > 收件人: Mike Beaton ; devel@edk2.groups.io > 抄送: Dong, Eric ; Ard Biesheuvel > 主题: Re: [edk2-devel] [PATCH v5] MdeModulePk

回复: 回复: [edk2-devel] [PATCH v1 1/1] ShellPkg/UefiShellNetwork2CommandsLib: Check array index before access

2023-09-10 Thread gaoliming via groups.io
Michael: Thanks for your detail. Will you enable this checker in open CI? Thanks Liming > -邮件原件- > 发件人: Michael Kubacki > 发送时间: 2023年9月8日 9:00 > 收件人: gaoliming ; devel@edk2.groups.io > 抄送: 'Zhichao Gao' ; 'Michael D Kinney' > > 主题: Re: 回复: [edk2-devel] [PATCH v1 1/1] > ShellPkg/UefiShe

回复: [edk2-devel] [PATCH 0/2] MdeModulePkg/Core/Dxe: Fix memory leak issues

2023-09-10 Thread gaoliming via groups.io
Fort this patch set, Reviewed-by: Liming Gao > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Michael D > Kinney > 发送时间: 2023年9月9日 5:50 > 收件人: Mike Maslenkin ; > devel@edk2.groups.io > 抄送: Bi, Dandan ; Gao, Liming > ; Desimone, Nathaniel L > ; Wang, Jian J ; > Kinney, Michael D > 主题: Re: [edk2-d

Re: [edk2-devel] [Patch V2 1/4] BaseTools: fixing FMMT ShrinkFv issue

2023-09-10 Thread Yuwei Chen
Thanks liming~ Hope it will be merged soon~ 😊 Many thanks, Christine > -Original Message- > From: gaoliming > Sent: Wednesday, August 30, 2023 4:43 PM > To: devel@edk2.groups.io; Feng, Bob C ; Chen, > Christine > Cc: 'Rebecca Cran' > Subject: 回复: [edk2-devel] [Patch V2 1/4] BaseTools:

Re: [edk2-devel] [PATCH v2] IpmiFeaturePkg: Refine code to avoid warning report

2023-09-10 Thread Huang, Yanbo
@Gao, Liming Could you please help to review it? -Original Message- From: devel@edk2.groups.io On Behalf Of Huang, Yanbo Sent: Wednesday, September 6, 2023 10:19 AM To: devel@edk2.groups.io Cc: Huang, Yanbo ; Isaac Oram ; Desimone, Nathaniel L ; Gao, Liming Subject: [edk2-devel] [PATC

Re: [edk2-devel] [PATCH 0/2] MdeModulePkg/Core/Dxe: Fix memory leak issues

2023-09-10 Thread Michael D Kinney
Merged: https://github.com/tianocore/edk2/pull/4815 > -Original Message- > From: gaoliming > Sent: Sunday, September 10, 2023 5:55 PM > To: devel@edk2.groups.io; Kinney, Michael D ; > 'Mike Maslenkin' > Cc: Bi, Dandan ; Desimone, Nathaniel L > ; Wang, Jian J > Subject: 回复: [edk2-devel]

[edk2-devel] [PATCH v3 1/1] OvmfPkg:Add variable store is full debug info

2023-09-10 Thread Zhenyu Zhang
From: "Zhenyu Zhang" We observed that EDK2 hits an ASSERT (Out of Resources) when booting with a full variable store. The message provided in this case is not helpful for non-experts. Add debug information to help users understand what caused the assertion. Actual results: RecordVarErrorFlag (

Re: [edk2-devel] [PATCH v1 1/1] ArmVirtPkg: Enable Early Serial For DxeCore

2023-09-10 Thread Laszlo Ersek
On 9/8/23 01:58, Sean Brogan wrote: > > On 9/7/2023 1:54 PM, Laszlo Ersek wrote: >> On 9/7/23 19:50, Sean Brogan wrote: >>> I would argue that by declaring that your library class supports type >>> DXE_CORE (or any core type) that you have declared you understand the >>> uniqueness of the environm

Re: [edk2-devel] [PATCH 1/1] OvmfPkg/RiscVVirt/README.md: bring your own OpenSBI

2023-09-10 Thread Laszlo Ersek
On 9/8/23 08:13, Sunil V L wrote: > Hi Laszlo, > > On Thu, Sep 07, 2023 at 04:58:25PM +0200, Laszlo Ersek wrote: >> Explain how users can compose their pre-OS environment purely from >> binaries they've built themselves. >> >> Cc: Andrei Warkentin >> Cc: Ard Biesheuvel >> Cc: Gerd Hoffmann >> C

Re: [edk2-devel] [PATCH 1/1] OvmfPkg/RiscVVirt/README.md: bring your own OpenSBI

2023-09-10 Thread Sunil V L
On Mon, Sep 11, 2023 at 07:32:06AM +0200, Laszlo Ersek wrote: > On 9/8/23 08:13, Sunil V L wrote: > > Hi Laszlo, > > > > On Thu, Sep 07, 2023 at 04:58:25PM +0200, Laszlo Ersek wrote: > >> Explain how users can compose their pre-OS environment purely from > >> binaries they've built themselves. > >

Re: [edk2-devel] [PATCH 1/1] OvmfPkg/RiscVVirt/README.md: bring your own OpenSBI

2023-09-10 Thread Laszlo Ersek
On 9/11/23 07:32, Laszlo Ersek wrote: > On 9/8/23 08:13, Sunil V L wrote: >> Hi Laszlo, >> >> On Thu, Sep 07, 2023 at 04:58:25PM +0200, Laszlo Ersek wrote: >>> Explain how users can compose their pre-OS environment purely from >>> binaries they've built themselves. >>> >>> Cc: Andrei Warkentin >>>

Re: [edk2-devel] [PATCH 1/1] OvmfPkg/RiscVVirt/README.md: bring your own OpenSBI

2023-09-10 Thread Sunil V L
On Mon, Sep 11, 2023 at 08:15:26AM +0200, Laszlo Ersek wrote: > On 9/11/23 07:32, Laszlo Ersek wrote: > > On 9/8/23 08:13, Sunil V L wrote: > >> Hi Laszlo, > >> > >> On Thu, Sep 07, 2023 at 04:58:25PM +0200, Laszlo Ersek wrote: > >>> Explain how users can compose their pre-OS environment purely fro