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

2023-07-23 Thread Group Notification
*Reminder: Tools, CI, Code base construction meeting series* *When:* Monday, July 24, 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%2272f9

回复: [edk2-devel] [PATCH] MdeModulePkg: AllocatePages for TranslateBmpToGopBlt

2023-07-23 Thread gaoliming via groups.io
Chitralekha: I understand this limitation is PEI version AllocatePool. Do you meet with the usage that TranslateBmpToGopBlt is consumed in PEI phase? Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 chitralekha > ck > 发送时间: 2023年7月21日 20:13 > 收件人: devel@edk2.groups.io > 抄送: chitral

[edk2-devel] 回复: [Patch 0/2] Move RUNTIME_FUNCTION redefintion fix to EmulatorPkg

2023-07-23 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: Michael D Kinney > 发送时间: 2023年7月22日 9:06 > 收件人: devel@edk2.groups.io > 抄送: Gerd Hoffmann ; Rebecca Cran > ; Liming Gao ; Zhiguang > Liu ; Andrew Fish ; Ray Ni > > 主题: [Patch 0/2] Move RUNTIME_FUNCTION redefintion fix to EmulatorPkg > > Remove RUN

Re: [edk2-devel] [Patch 0/2] Move RUNTIME_FUNCTION redefintion fix to EmulatorPkg

2023-07-23 Thread Rebecca Cran
For the series: Reviewed-by: Rebecca Cran On 7/21/23 19:06, Michael D Kinney wrote: Remove RUNTIME_FUNCTION redefinition error workaround from the following commit to the MdePkg that only impacts EmulatorPkg builds that uses windows include files: https://github.com/tianocore/edk2/commit/ff

Re: [edk2-devel] [PATCH] RedfishPkg/RedfishCrtLib: multiple definitions of strncpy.

2023-07-23 Thread Igor Kulchytskyy via groups.io
Reviewed-by: Igor Kulchytskyy -Original Message- From: Nickle Wang Sent: Saturday, July 22, 2023 4:18 AM To: devel@edk2.groups.io Cc: Abner Chang ; Igor Kulchytskyy ; Nick Ramirez Subject: [EXTERNAL] [PATCH] RedfishPkg/RedfishCrtLib: multiple definitions of strncpy. **CAUTION: The

Re: [edk2-devel] [PATCH] RedfishPkg/RedfishPlatformConfigDxe: fix can not set one-of option issue.

2023-07-23 Thread Igor Kulchytskyy via groups.io
Hi Nickle, May I ask you a question. What is the point to allocate and copy buffer. Then delete the original buffer. Could we just assign StatementValue->Buffer to TempBuffer and then assign NULL to StatementValue->Buffer? TempBuffer = StatementValue->Buffer; StatementValue->Buffer = NULL; Resu

Re: [edk2-devel] [Patch 1/2] EmulatorPkg/Win/Host: Fix RUNTIME_FUNCTION redefinition error

2023-07-23 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: Kinney, Michael D > Sent: Saturday, July 22, 2023 9:06 AM > To: devel@edk2.groups.io > Cc: Gerd Hoffmann ; Rebecca Cran ; > Andrew Fish ; Ni, Ray > Subject: [Patch 1/2] EmulatorPkg/Win/Host: Fix RUNTIME_FUNCTION > redefinition error > >

Re: [edk2-devel] [PATCH] RedfishPkg/RedfishCrtLib: multiple definitions of strncpy.

2023-07-23 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Reviewed-by: Abner Chang > -Original Message- > From: Igor Kulchytskyy > Sent: Monday, July 24, 2023 9:16 AM > To: Nickle Wang ; devel@edk2.groups.io > Cc: Chang, Abner ; Nick Ramirez > > Subject: RE: [EXTERNAL] [PATCH] RedfishPkg/RedfishCrtLib: multip

Re: [edk2-devel] [PATCH] RedfishPkg/RedfishRestExDxe: return HTTP status code to caller.

2023-07-23 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Reviewed-by: Abner Chang > -Original Message- > From: Nickle Wang > Sent: Saturday, July 22, 2023 4:18 PM > To: devel@edk2.groups.io > Cc: Chang, Abner ; Igor Kulchytskyy > ; Nick Ramirez > Subject: [PATCH] RedfishPkg/RedfishRestExDxe: return HTTP stat

Re: [edk2-devel] [PATCH] RedfishPkg/RedfishRestExDxe: return HTTP status code to caller.

2023-07-23 Thread Igor Kulchytskyy via groups.io
Reviewed-by: Igor Kulchytskyy -Original Message- From: Nickle Wang Sent: Saturday, July 22, 2023 4:18 AM To: devel@edk2.groups.io Cc: Abner Chang ; Igor Kulchytskyy ; Nick Ramirez Subject: [EXTERNAL] [PATCH] RedfishPkg/RedfishRestExDxe: return HTTP status code to caller. **CAUTION:

Re: [edk2-devel] [PATCH 3/4] OvmfPkg: Remove applicationProcessorEntryPoint

2023-07-23 Thread Zhiguang Liu
Hi OvmfPkg maintainer & reviewer, Please help review this patch. Thanks Zhiguang > -Original Message- > From: devel@edk2.groups.io On Behalf Of > Zhiguang Liu > Sent: Monday, July 10, 2023 11:17 AM > To: devel@edk2.groups.io > Cc: Liu, Zhiguang ; Ard Biesheuvel > ; Yao, Jiewen ; Justen,

Re: [edk2-devel] [PATCH v4 1/1] MdePkg:Implement RISCV CMO

2023-07-23 Thread Sunil V L
Hi Dhaval, On Thu, Jul 13, 2023 at 03:03:31PM +0530, Dhaval wrote: > From: Dhaval Sharma > > Implementing code to support Cache Management Operations > (CMO) defined by RV spec https://github.com/riscv/riscv-CMOs > > Notes: > 1. CMO only supports block based Operations. Meaning complete >ca

Re: [edk2-devel] [PATCH] MdeModulePkg: AllocatePages for TranslateBmpToGopBlt

2023-07-23 Thread Ashraf Ali S
Hi., The observation is based on if the Library consumed in the PEI Phase (PostMem). Thanks., S, Ashraf Ali -Original Message- From: devel@edk2.groups.io On Behalf Of Ard Biesheuvel Sent: Friday, July 21, 2023 10:49 PM To: devel@edk2.groups.io; Ck, Chitralekha Cc: Ni, Ray ; Gao, Zhicha