[edk2-devel] [PATCH v1 1/2] MdeModulePkg: BdsDxe: Uninitialized local variable.

2022-10-22 Thread Paul via groups.io
From: Paul Grimes In function BdsFormalizeConsoleVariable(), VariableSize is used prior to being initialized. This change initializes the variable. Cc: Zhiguang Liu Cc: Ray Ni Cc: Gua Guo Signed-off-by: Paul Grimes --- MdeModulePkg/Universal/BdsDxe/BdsEntry.c | 2 ++ 1 file changed, 2

[edk2-devel] [PATCH v1 0/2] Uninitialized local variable.

2022-10-22 Thread Paul via groups.io
From: Paul Grimes The variable 'VariableSize' is used prior to being initialized. This patch initializes the variable. https://github.com/pbgrimes/edk2/tree/fix_uninitialized_local_variable Cc: Zhiguang Liu Cc: Ray Ni Cc: Gua Guo Cc: Qi Zhang Cc: Rahul Kumar Paul Grimes (2):

[edk2-devel] [PATCH v1 2/2] SecurityPkg: OpalPasswordDxe: uninitialized local variable.

2022-10-22 Thread Paul via groups.io
From: Paul Grimes In ProcessOpalRequest(), VariableSize is used prior to being initialized. This change initializes the variable. Cc: Qi Zhang Cc: Rahul Kumar Signed-off-by: Paul Grimes --- SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [edk2-devel] [PATCH v2] BaseTools: Fixed the multiple pairs brackets issue in GenFv

2022-10-22 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: devel@edk2.groups.io On Behalf Of Chao Li Sent: Thursday, October 20, 2022 5:25 PM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming ; Chen, Christine Subject: [edk2-devel] [PATCH v2] BaseTools: Fixed the multiple pairs brackets

Re: [edk2-devel] [PATCH v2] edk2Platforms-Silicon:Add VAB FIT record types support in FitGen.c

2022-10-22 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: devel@edk2.groups.io On Behalf Of Hv, Pavamana Sent: Thursday, October 20, 2022 11:57 AM To: devel@edk2.groups.io Cc: Hv, Pavamana Subject: [edk2-devel] [PATCH v2] edk2Platforms-Silicon:Add VAB FIT record types support in FitGen.c REF:

Re: [edk2-devel] [edk2-staging/RiscV64QemuVirt PATCH V4 00/34] Add support for RISC-V virt machine

2022-10-22 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Hi Sunil, I had went through this patch set and gave my Acked-by to those patches I can help on reviewing. Thanks for taking over RiscVVirt effort and make this happened. Abner > -Original Message- > From: devel@edk2.groups.io On Behalf Of Chang, >

Re: [edk2-devel] [edk2-staging/RiscV64QemuVirt PATCH V4 32/34] OvmfPkg: RiscVVirt: Add Qemu Virt platform support

2022-10-22 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Acked-by: Abner Chang Thanks for making RiscVVirt happened. Abner > -Original Message- > From: devel@edk2.groups.io On Behalf Of Sunil V L > via groups.io > Sent: Saturday, October 15, 2022 12:49 AM > To: devel@edk2.groups.io > Cc: Ard Biesheuvel ;

Re: [edk2-devel] [edk2-staging/RiscV64QemuVirt PATCH V4 34/34] UefiCpuPkg/UefiCpuPkg.ci.yaml: Ignore RISC-V file

2022-10-22 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Acked-by: Abner Chang > -Original Message- > From: devel@edk2.groups.io On Behalf Of Sunil V L > via groups.io > Sent: Saturday, October 15, 2022 12:49 AM > To: devel@edk2.groups.io > Cc: Eric Dong ; Ray Ni ; Rahul > Kumar > Subject: [edk2-devel]

Re: [edk2-devel] [PATCH] RedfishPkg/RedfishPlatformCredentialLib: IPMI implementation

2022-10-22 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Hi Nickle, please add Igor as reviewer too. My comments is in below, > -Original Message- > From: Nickle Wang > Sent: Thursday, October 20, 2022 10:55 AM > To: devel@edk2.groups.io > Cc: Chang, Abner ; Nick Ramirez > > Subject: [PATCH]