[edk2-devel][edk2-platforms: 12/22] Platform/HiKey960.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao ---

[edk2-devel] [PATCH V3 13/15] MdeModulePkg/CapsuleLib: Transfer reset data

2019-08-07 Thread Gao, Zhichao
From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 Transfer reset data start with a null sting and followed by gEdkiiCapsuleUpdateCompleteResetGuid for DoResetSystem function. Cc: Jian J Wang Cc: Hao Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming Gao Cc: Sean Brogan Cc:

[edk2-devel][edk2-platforms: 04/22] Platform/BeagleBoardPkg.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao ---

[edk2-devel] [PATCH V3 07/15] OvmfPkg/OvmfPkgIa32.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Liming Gao Signed-off-by: Zhichao Gao --- OvmfPkg/OvmfPkgIa32.dsc | 2 ++ 1 file

[edk2-devel] [PATCH V3 15/15] MdePkg/UefiRuntimeLib: Change the comment

2019-08-07 Thread Gao, Zhichao
Change the comment of EfiResetSystem base on the UEFI spec 2.8 Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- MdePkg/Library/UefiRuntimeLib/RuntimeLib.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MdePkg/Library/UefiRuntimeLib/RuntimeLib.c

[edk2-devel][edk2-platforms: 14/22] Platform/OverdriveBoard.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao ---

[edk2-devel] [PATCH V3 11/15] UefiPayloadPkg: Add ResetUtilityLib to UefiPayloadPkgIa32X64.dsc

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Maurice Ma Cc: Guo Dong Cc: Benjamin You Cc: Liming Gao Signed-off-by: Zhichao Gao --- UefiPayloadPkg/UefiPayloadPkgIa32X64.dsc | 2 ++

[edk2-devel] [PATCH V3 03/15] ArmVirtPkg/ArmVirtQemu.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Liming Gao Signed-off-by: Zhichao Gao --- ArmVirtPkg/ArmVirtQemu.dsc | 1 + 1 file

[edk2-devel][edk2-platforms: 02/22] Platform/ArmVExpress-CTA15-A7.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao ---

[edk2-devel] [PATCH V3 00/15] MdeModulePkg: Transfer reset data

2019-08-07 Thread Gao, Zhichao
Indicate two guids gCapsuleArmedResetGuid and gCapsuleUpdateCompleteResetGuid for capsule update. And define a struct which start with a null string and followed by a EFI_GUID. V2: Add prefix Edkii to the new guids. Move the new struct definition to ResetSystemLib.h. Fix the wrong reset data to

[edk2-devel] [PATCH V3 14/15] MdePkg/UefiRuntimeLib.h: Change the comment

2019-08-07 Thread Gao, Zhichao
Change the comment of EfiResetSystem base on the UEFI spec 2.8 Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- MdePkg/Include/Library/UefiRuntimeLib.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MdePkg/Include/Library/UefiRuntimeLib.h

[edk2-devel] [PATCH V3 02/15] MdeModulePkg: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Jian J Wang Cc: Hao Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming Gao Signed-off-by: Zhichao Gao --- MdeModulePkg/MdeModulePkg.dsc | 1 + 1

[edk2-devel] [PATCH V3 08/15] OvmfPkg/OvmfPkgIa32X64.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Liming Gao Signed-off-by: Zhichao Gao --- OvmfPkg/OvmfPkgIa32X64.dsc | 2 ++ 1

[edk2-devel][edk2-platforms: 01/22] Platform/ARM/JunoPkg/ArmJuno.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/ARM/JunoPkg/ArmJuno.dsc | 2

[edk2-devel][edk2-platforms: 05/22] Platform/CelloBoard.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao ---

[edk2-devel][edk2-platforms: 19/22] Platform/RDKQemu.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Comcast/RDKQemu/RDKQemu.dsc

[edk2-devel][edk2-platforms: 03/22] Platform/ArmVExpress-FVP-AArch64.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao ---

[edk2-devel][edk2-platforms: 06/22] Platform/CoreDxeInclude.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Michael Kubacki Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao

[edk2-devel][edk2-platforms: 11/22] Platform/HiKey.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Hisilicon/HiKey/HiKey.dsc |

[edk2-devel][edk2-platforms: 21/22] Platform/SgiPlatform.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/ARM/SgiPkg/SgiPlatform.dsc

[edk2-devel][edk2-platforms: 13/22] Platform/Overdrive1000Board.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao ---

[edk2-devel][edk2-platforms: 17/22] Platform/Quark.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Kelly Steele Cc: Liming Gao Signed-off-by: Zhichao Gao ---

[edk2-devel] [PATCH V3 10/15] UefiPayloadPkg/UefiPayloadPkgIa32.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Maurice Ma Cc: Guo Dong Cc: Benjamin You Cc: Liming Gao Signed-off-by: Zhichao Gao --- UefiPayloadPkg/UefiPayloadPkgIa32.dsc | 2 ++ 1

[edk2-devel] [PATCH V3 04/15] ArmVritPkg/ArmVirtQemuKernel.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Liming Gao Signed-off-by: Zhichao Gao --- ArmVirtPkg/ArmVirtQemuKernel.dsc | 1 +

[edk2-devel] [PATCH V3 12/15] MdeModulePkg/CapsuleRuntimeDxe: Transfer reset data

2019-08-07 Thread Gao, Zhichao
From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 Transfer reset data start with a null sting and followed by gEdkiiCapsuleArmedResetGuid for capsule update. Cc: Jian J Wang Cc: Hao Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming Gao Cc: Sean Brogan Cc: Michael Turner

[edk2-devel] [PATCH V3 06/15] EmulatorPkg/EmulatorPkg.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Cc: Liming Gao Signed-off-by: Zhichao Gao --- EmulatorPkg/EmulatorPkg.dsc | 1 + 1 file

[edk2-devel][edk2-platforms: 08/22] Platform/D05.dsc: Add ResetUtilityLib to dsc file

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Zhichao Gao --- Platform/Hisilicon/D05/D05.dsc | 2

[edk2-devel][edk2-platforms: 15/22] Platform: Add ResetUtilityLib to vlv2 PlatformPkgIA32.dsc

2019-08-07 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Zailiang Sun Cc: Yi Qian Cc: Liming Gao Signed-off-by: Zhichao Gao ---

Re: [edk2-devel] [PATCH 2/3] ShellPkg/UefiShellAcpiViewCommandLib: Add missing header files in INF

2019-08-08 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao Thanks, Zhichao > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Zhang, Shenglei > Sent: Thursday, August 8, 2019 2:25 PM > To: devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ray ; > Gao, Zhic

Re: [edk2-devel] [PATCH v2 0/6] Acpiview table parsers code style enhancements and refactoring

2019-07-31 Thread Gao, Zhichao
Pushed at 58cc0ffe68e249ffcc73ee3d8e2120be27793f28..05f8e85fa7d83222310e471c9a43a6d2ab532c95 Thanks, Zhichao > -Original Message- > From: Gao, Zhichao > Sent: Monday, July 29, 2019 2:30 PM > To: devel@edk2.groups.io; 'krzysztof.k...@arm.com' > > Cc: Carsey, Ja

Re: [edk2-devel] [Patch v2 1/2] ShellPkg/AcpiView: Fix IA32 link error

2019-08-01 Thread Gao, Zhichao
D Kinney > Sent: Friday, August 2, 2019 4:56 AM > To: devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ray ; > Gao, Zhichao ; Sami Mujawar > > Subject: [edk2-devel] [Patch v2 1/2] ShellPkg/AcpiView: Fix IA32 link error > > https://bugzilla.tianocore.org/show_bug.cgi?i

Re: [edk2-devel] [Patch v2 2/2] ShellPkg: Add shell with all commands integrated

2019-08-01 Thread Gao, Zhichao
nal Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Michael D Kinney > Sent: Friday, August 2, 2019 4:56 AM > To: devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ray ; > Gao, Zhichao ; Sami Mujawar > > Subject: [edk2-devel] [Patch v2 2/2] S

Re: [edk2-devel] [PATCH v2 0/6] Acpiview table parsers code style enhancements and refactoring

2019-07-29 Thread Gao, Zhichao
day, July 27, 2019 12:33 AM > To: devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ray ; > Gao, Zhichao ; nd > Subject: Re: [edk2-devel] [PATCH v2 0/6] Acpiview table parsers code style > enhancements and refactoring > > Hi, > > Is there any way I can help get this patch m

Re: [edk2-devel] [PATCH v1 1/6] ShellPkg: acpiview: DBG2: Prevent buffer overruns

2019-08-06 Thread Gao, Zhichao
; Sent: Tuesday, August 6, 2019 6:45 PM > To: devel@edk2.groups.io; Gao, Zhichao > Cc: Carsey, Jaben ; Ni, Ray ; > Sami Mujawar ; Matteo Carlini > ; nd > Subject: Re: [edk2-devel] [PATCH v1 1/6] ShellPkg: acpiview: DBG2: Prevent > buffer overruns > > Hi Zhichao, > >

Re: [edk2-devel] [PATCH v1 1/6] ShellPkg: acpiview: DBG2: Prevent buffer overruns

2019-08-06 Thread Gao, Zhichao
l@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Krzysztof Koch > Sent: Monday, August 5, 2019 4:21 PM > To: Gao, Zhichao ; devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ray ; > Sami Mujawar ; Matteo Carlini > ; nd > Subject: Re: [edk2-devel] [PATCH v1 1/6] ShellP

Re: [edk2-devel] [PATCH v1 0/6] Prevent buffer overruns in acpiview table parsers

2019-08-06 Thread Gao, Zhichao
For 3 - 6: Reviewed-by: Zhichao Gao Thanks, Zhichao > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Krzysztof Koch > Sent: Thursday, August 1, 2019 4:44 PM > To: devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ra

Re: [edk2-devel] [PATCH v1 1/1] ShellPkg/UefiShellBcfgCommandLib: Fix '-opt' option

2019-08-04 Thread Gao, Zhichao
Agree. I would prepare this patch for push. Thanks, Zhichao > -Original Message- > From: Carsey, Jaben > Sent: Saturday, August 3, 2019 5:24 AM > To: devel@edk2.groups.io; jw...@jwatt.org > Cc: tim.le...@insyde.com; Gao, Zhichao ; Ni, Ray > ; Bi, Dandan ; Rothman, Mich

Re: [edk2-devel] [PATCH v1 2/6] ShellPkg: acpiview: GTDT: Prevent buffer overruns

2019-08-05 Thread Gao, Zhichao
s, Zhichao > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Sami Mujawar > Sent: Monday, August 5, 2019 5:55 PM > To: devel@edk2.groups.io; Gao, Zhichao ; Krzysztof > Koch > Cc: Carsey, Jaben ; Ni, Ray ; > Matteo Carlini ; nd

Re: [edk2-devel] [PATCH v1 1/6] ShellPkg: acpiview: Allow passing buffer length to DumpGasStruct()

2019-07-21 Thread Gao, Zhichao
> -Original Message- > From: Krzysztof Koch [mailto:krzysztof.k...@arm.com] > Sent: Friday, July 19, 2019 6:41 PM > To: Gao, Zhichao ; devel@edk2.groups.io > Cc: nd > Subject: RE: [PATCH v1 1/6] ShellPkg: acpiview: Allow passing buffer length to > DumpGasStr

Re: [edk2-devel] [PATCH 0/3] MdePkg/MdeModulePkg: Introduce a pcd to control runtime services

2019-07-17 Thread Gao, Zhichao
> -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Laszlo Ersek > Sent: Wednesday, July 17, 2019 9:15 PM > To: devel@edk2.groups.io; Gao, Zhichao > Cc: Kinney, Michael D ; Gao, Liming > ; Wang, Jian J ; Wu, Hao A >

Re: [edk2-devel] [PATCH 3/3] MdeModulePkg/CapsuleRuntimeDxe: Control runtime services supported

2019-07-17 Thread Gao, Zhichao
> -Original Message- > From: Kinney, Michael D > Sent: Wednesday, July 17, 2019 11:41 PM > To: devel@edk2.groups.io; Gao, Zhichao ; Kinney, > Michael D > Cc: Wang, Jian J ; Wu, Hao A ; > Ni, Ray ; Zeng, Star ; Gao, Liming > ; Sean Brogan ; > Michael Turner ;

Re: [edk2-devel] [PATCH v1 0/8] Remove redundant forward declarations in acpiview

2019-07-18 Thread Gao, Zhichao
: Carsey, Jaben ; Ni, Ray ; > Gao, Zhichao ; sami.muja...@arm.com; > matteo.carl...@arm.com; n...@arm.com > Subject: [PATCH v1 0/8] Remove redundant forward declarations in acpiview > > This patch series removes forward static function declarations in the acpiview > table parsers. After

Re: [edk2-devel] [PATCH v1 0/6] Acpiview table parsers code style enhancements and refactoring

2019-07-18 Thread Gao, Zhichao
io > Cc: Carsey, Jaben ; Ni, Ray ; > Gao, Zhichao ; sami.muja...@arm.com; > matteo.carl...@arm.com; n...@arm.com > Subject: [edk2-devel] [PATCH v1 0/6] Acpiview table parsers code style > enhancements and refactoring > > This set of patches consists of a number of changes which

Re: [edk2-devel] [PATCH v1 1/6] ShellPkg: acpiview: Allow passing buffer length to DumpGasStruct()

2019-07-18 Thread Gao, Zhichao
> -Original Message- > From: Krzysztof Koch [mailto:krzysztof.k...@arm.com] > Sent: Thursday, July 18, 2019 8:32 PM > To: devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ray ; > Gao, Zhichao ; sami.muja...@arm.com; > matteo.carl...@arm.com; n...@arm.com > Subject:

Re: [edk2-devel] [PATCH v1 01/11] ShellPkg: acpiview: FADT: Validate global pointers before use

2019-07-18 Thread Gao, Zhichao
Sorry for late review. > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Krzysztof Koch > Sent: Friday, July 12, 2019 2:53 PM > To: devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ray ; > Gao, Zhichao ; sami.muja...@a

Re: [edk2-devel] [PATCH v1 11/11] ShellPkg: acpiview: DBG2: Add error-checking in the parsing logic

2019-07-18 Thread Gao, Zhichao
Two comments with this patch. > -Original Message- > From: Krzysztof Koch [mailto:krzysztof.k...@arm.com] > Sent: Friday, July 12, 2019 2:53 PM > To: devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ray ; > Gao, Zhichao ; sami.muja...@arm.com; > matteo.carl...@

[edk2-devel] [PATCH V2 0/4] Add a pcd PcdBootManagerInBootOrder to control whether BootManager is in BootOrder

2019-07-19 Thread Gao, Zhichao
rvicesSupported", lacking of it would cause the GCC build failure. Cc: Michael D Kinney Cc: Liming Gao Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Star Zeng Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew Cc: Laszlo Ersek Signed-off-by: Zhichao Gao Zhichao Gao (4): MdePkg/Ue

[edk2-devel] [PATCH V2 2/4] MdePkg: Add new pcd PcdRuntimeServicesSupport

2019-07-19 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1907 Add pcd PcdRuntimeServicesSupport to control whether runtime services is supported at runtime phase. It is a UINT16 type bitmask value. Refer to Uefi Spec 2.8, Section 8.1.1. Cc: Michael D Kinney Cc: Liming Gao Cc: Sean Brogan Cc:

[edk2-devel] [PATCH V2 3/4] MdeModulePkg/RuntimeDxe: Set RuntimeServicesSupport base on Pcd

2019-07-19 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1907 Add a pcd named PcdRuntimeServicesSupport, RuntimeDxe driver would set variable L"RuntimeServicesSupported" base on this pcd. The varialbe would indicate whether the runtime services is supported or not in runtime phase. If the pcd's value

[edk2-devel] [PATCH V2 1/4] MdePkg/UefiSpec.h: Add define of runtime services support

2019-07-19 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1907 UEFI spec 2.8, Section 8.1.1 define some MACROs for RuntimeServicesSupported variable. Add them to UefiSpec.h. Cc: Michael D Kinney Cc: Liming Gao Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew Signed-off-by: Zhichao Gao ---

[edk2-devel] [PATCH V2 4/4] MdeModulePkg/CapsuleRuntimeDxe: Implement RuntimeServicesSupported

2019-07-19 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1907 Control the capsule services supported at runtime base on the variable L"RuntimeServicesSupported". It would update a global variable mRuntimeServicesSupported at ExitBootServices event. Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Star

Re: [edk2-devel] [PATCH 0/4] Add a pcd PcdBootManagerInBootOrder to control whether BootManager is in BootOrder

2019-07-17 Thread Gao, Zhichao
.groups.io/g/devel/message/41834. Thanks, Zhichao > -Original Message- > From: Ni, Ray > Sent: Wednesday, July 17, 2019 4:07 PM > To: Gao, Zhichao ; devel@edk2.groups.io > Cc: Wang, Jian J ; Wu, Hao A ; > Zeng, Star ; Gao, Liming ; > Sean Brogan ; Michael Tur

[edk2-devel] [PATCH 3/3] MdeModulePkg/CapsuleRuntimeDxe: Control runtime services supported

2019-07-17 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1907 Add PcdRuntimeServicesSupport to control whether the capsule services is supported during runtime phase. If the L"RuntimeServicesSupported" variable is not set yet, it would set the variable base on the pcd. If the pcd value is 0x3FFF that

[edk2-devel] [PATCH 1/3] MdePkg/UefiSpec.h: Add define of runtime services support

2019-07-17 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1907 UEFI spec 2.8, Section 8.1.1 define some MACROs for RuntimeServicesSupported variable. Add them to UefiSpec.h. Cc: Michael D Kinney Cc: Liming Gao Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew Signed-off-by: Zhichao Gao ---

[edk2-devel] [PATCH 2/3] MdePkg: Add new pcd PcdRuntimeServicesSupport

2019-07-17 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1907 Add pcd PcdRuntimeServicesSupport to control whether runtime services is supported at runtime phase. It is a UINT16 type bitmask value. Refer to Uefi Spec 2.8, Section 8.1.1. Cc: Michael D Kinney Cc: Liming Gao Cc: Sean Brogan Cc:

[edk2-devel] [PATCH 0/3] MdePkg/MdeModulePkg: Introduce a pcd to control runtime services

2019-07-17 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1907 UEFI spec 2.8 introduce a new variable L"RuntimeServicesSupported". If some runtime sevices is not supported at runtime phase, the variable should present at boot services. It is a bitmask value, the bit value of zero indicate the related

[edk2-devel] [PATCH 3/4] MdeModulePkg: Use pcd to control if BootManager in BootOrder

2019-07-17 Thread Gao, Zhichao
From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1979 Use pcd PcdBootManagerInBootOrder to control whether BootManager is in BootOrder. Also add EFI_UNSUPPORTED to indicate the BootManager is not in the BootOrder. Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Star Zeng

[edk2-devel] [PATCH 2/4] MdeModulePkg: Add prompt and help string for PcdBootManagerInBootOrder

2019-07-17 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1979 Add prompt and help string for PcdBootManagerInBootOrder. Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming gao Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew Signed-off-by: Zhichao Gao ---

[edk2-devel] [PATCH 4/4] MdeModulePkg: PcdBootManagerInBootOrder should only affect BootOrder

2019-07-17 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1979 The PcdBootManagerInBootOrder should only control whether BootManager is in BootOrder. It shouldn't affect the Hotkey service with BootManager. Acctually, setting this pcd hides the boot option from BootOrder. But it didn't disable the boot

[edk2-devel] [PATCH 1/4] MdeModulePkg: Add PcdBootManagerInBootOrder to dec file

2019-07-17 Thread Gao, Zhichao
From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1979 Add defination of PcdBootManagerInBootOrder to MdeModulePkg.dec. This pcd indicates if the Boot Manager should be in the Boot Order list. Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming gao Cc:

[edk2-devel] [PATCH 0/4] Add a pcd PcdBootManagerInBootOrder to control whether BootManager is in BootOrder

2019-07-17 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1979 Add a pcd to control whether the BootManager is in BootOrder variable. >From a UI perspective, it never want to see a Front Page UI in the boot order list. So add a pcd PcdBootManagerInBootOrder to control it. If it is FALSE, the

Re: [edk2-devel] [PATCH 0/4] Add a pcd PcdBootManagerInBootOrder to control whether BootManager is in BootOrder

2019-07-17 Thread Gao, Zhichao
age- > From: Ni, Ray > Sent: Wednesday, July 17, 2019 4:07 PM > To: Gao, Zhichao ; devel@edk2.groups.io > Cc: Wang, Jian J ; Wu, Hao A ; > Zeng, Star ; Gao, Liming ; > Sean Brogan ; Michael Turner > ; Bret Barkelew > > Subject: RE: [PATCH 0/4] Add a pcd PcdBootManagerIn

Re: [edk2-devel] [PATCH] ShellPkg/Type.c: Add value check before (LoopVar - 1)

2019-07-15 Thread Gao, Zhichao
You are right. I missed the USC2 section. I would update that in next version. Thanks, Zhichao > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Jim Dailey > Sent: Monday, July 15, 2019 9:09 PM > To: Gao, Zhichao > Cc: Carse

Re: [edk2-devel] [PATCH 2/3] MdePkg/BaseLib: rewrite Base64Decode()

2019-07-15 Thread Gao, Zhichao
> -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Tuesday, July 16, 2019 5:56 AM > To: Gao, Liming ; Gao, Zhichao > > Cc: devel@edk2.groups.io; Kinney, Michael D ; > Marvin Häuser ; Philippe Mathieu-Daudé > > Subject: Re: [edk

FW: [edk2-devel] [PATCH V2] ShellPkg/UefiHandleParsingLib: Fix incorrect reallocate pool

2019-07-26 Thread Gao, Zhichao
Ping. Please help to review it. Thanks, Zhichao -Original Message- From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Gao, Zhichao Sent: Monday, July 22, 2019 2:58 PM To: devel@edk2.groups.io Cc: Carsey, Jaben ; Ni, Ray ; Andrew Fish Subject: [edk2-devel] [PATCH V2

FW: [edk2-devel] [PATCH V2] ShellPkg/Pci.c: Update supported link speed to PCI4.0

2019-07-26 Thread Gao, Zhichao
Ping. Please help to review it. Thanks, Zhichao -Original Message- From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Gao, Zhichao Sent: Monday, July 22, 2019 2:58 PM To: devel@edk2.groups.io Cc: Carsey, Jaben ; Ni, Ray ; Oleksiy Subject: [edk2-devel] [PATCH V2

FW: [edk2-devel] [PATCH V2] ShellPkg/UefiShellDriver1CommandsLib: Make array big enough

2019-07-26 Thread Gao, Zhichao
Ping. Please help to review it. Thanks, Zhichao -Original Message- From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Gao, Zhichao Sent: Monday, July 22, 2019 2:58 PM To: devel@edk2.groups.io Cc: Carsey, Jaben ; Ni, Ray ; Oleksiy Subject: [edk2-devel] [PATCH V2

Re: [edk2-devel] [PATCH V2 4/4] MdeModulePkg/CapsuleRuntimeDxe: Implement RuntimeServicesSupported

2019-07-21 Thread Gao, Zhichao
: devel@edk2.groups.io; Gao, Zhichao ; Kinney, > Michael D > Cc: Wang, Jian J ; Wu, Hao A ; > Ni, Ray ; Zeng, Star ; Gao, Liming > ; Sean Brogan ; Michael > Turner ; Bret Barkelew > ; Laszlo Ersek > Subject: RE: [edk2-devel] [PATCH V2 4/4] MdeModulePkg/CapsuleRuntimeDxe: >

Re: [edk2-devel] [PATCH V2 0/4] Add a pcd PcdBootManagerInBootOrder to control whether BootManager is in BootOrder

2019-07-21 Thread Gao, Zhichao
Hi Laszlo, > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Laszlo Ersek > Sent: Friday, July 19, 2019 10:15 PM > To: Gao, Zhichao ; devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Liming > ; Wang, Jian J ; Wu, Hao

[edk2-devel] [PATCH 4/5] MdeModulePkg: Add SecuritAuditLib to dec file

2019-07-21 Thread Gao, Zhichao
From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2006 Add the lib instance to LibraryClasses for components that consume it. Add the lib instance to Components for build only. Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming gao Cc: Sean Brogan Cc:

[edk2-devel] [PATCH 5/5] MdeModulePkg/PiSmmIpl: Use SecurityLockAuditLib for debug

2019-07-21 Thread Gao, Zhichao
From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2006 Use SecurityLockAuditLib in PiSmmIpl to output debug message while lock the SMRAM. Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming gao Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew

[edk2-devel] [PATCH 1/5] MdeModulePkg: Add header file for SecurityLockAuditLib

2019-07-21 Thread Gao, Zhichao
From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2006 Add header file for SecurityLockAuditLib and add its file path to dec file. Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming gao Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew

[edk2-devel] [PATCH 3/5] MdeModulePkg/SecurityLockAuditLibNull: Add null version lib

2019-07-21 Thread Gao, Zhichao
From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2006 Add a null version library instance of SecurityLockAuditLib. It provides the new API SecurityLockReportEvent without any function. Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming gao Cc: Sean

[edk2-devel] [PATCH 2/5] MdeModulePkg/SecurityLockAuditDebugLib: Add lib instance

2019-07-21 Thread Gao, Zhichao
From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2006 Add the instance of SecurityLockAuditLib. This instance has one interface SecurityLockReportEvent to log hardware and software security locks info. Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming

[edk2-devel] [PATCH 0/5] Add new lib SecurityLockAuditLib to log message for security event

2019-07-21 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2006 For clearly see where security events occur in the platform. Add SecurityLockAuditLib to provide a consistant debug log message format that can be easily parsed in a post processing step. Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Star

[edk2-devel] [PATCH V2] ShellPkg/UefiShellDriver1CommandsLib: Make array big enough

2019-07-22 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1941 The two CHAR16 array ChildCountStr and DeviceCountStr is defined to hold the decimal string data of UINTN. The max of UINTN is 18446744073709551615 and it contain 20 characters. So make their size to 21 CHAR16s to hold the string data with

[edk2-devel] [PATCH V2] ShellPkg/UefiHandleParsingLib: Fix incorrect reallocate pool

2019-07-22 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1965 For function InsertNewGuidNameMapping, it rellocate the mGuidList with new size "mGuidListCount+1 * sizeof(GUID_INFO_BLOCK)". That isn't its purpose and would cause a overflow operation in "mGuidList[mGuidListCount - 1].xxx = xxx". Its

[edk2-devel] [PATCH V2] ShellPkg/Pci.c: Update supported link speed to PCI4.0

2019-07-22 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1955 Refer PCI express base specification Reversion 4.0, Version 1.0, Table 7-32, Supported Link Speeds Vector bit 3 indicate the speed 16 GT/s. Add it to shell command 'pci ...'. Change the MaxLinkSpeed other values' result from 'Unknown' to

Re: [edk2-devel] [PATCH v2 0/6] Acpiview table parsers code style enhancements and refactoring

2019-07-22 Thread Gao, Zhichao
Series: Reviewed-by: Zhichao Gao > -Original Message- > From: Krzysztof Koch [mailto:krzysztof.k...@arm.com] > Sent: Monday, July 22, 2019 3:50 PM > To: devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ray ; Gao, > Zhichao ; sami.muja...@arm.com; > matteo.carl...@

Re: [edk2-devel] [PATCH V3 3/3] MdeModulePkg/BM_UI: Add the new terminal types to related menu

2019-09-19 Thread Gao, Zhichao
> -Original Message- > From: Bi, Dandan > Sent: Friday, September 20, 2019 11:05 AM > To: devel@edk2.groups.io; Gao, Zhichao > Cc: Wang, Jian J ; Wu, Hao A ; > Ni, Ray ; Gao, Liming > Subject: RE: [edk2-devel] [PATCH V3 3/3] MdeModulePkg/BM_UI: Add the > new t

Re: [edk2-devel] [PATCH 30/35] ShellPkg: stop taking EFI_HANDLE in place of SHELL_FILE_HANDLE

2019-09-26 Thread Gao, Zhichao
age- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Laszlo Ersek > Sent: Thursday, September 26, 2019 8:09 PM > To: devel@edk2.groups.io; Gao, Zhichao > Cc: Carsey, Jaben ; Ni, Ray > Subject: Re: [edk2-devel] [PATCH 30/35] ShellPkg: stop taking

Re: [edk2-devel] [PATCH 32/35] ShellPkg/UefiShellLib: clarify workaround for unfixable EdkShell bug

2019-09-26 Thread Gao, Zhichao
Sorry for miss this. The comment is nice to help understand the type conversion. Reviewed-by: Zhichao Gao > -Original Message- > From: Laszlo Ersek > Sent: Thursday, September 26, 2019 8:47 PM > To: Carsey, Jaben ; Ni, Ray ; > Gao, Zhichao > Cc: edk2-devel-groups

[edk2-devel] [PATCH V2] MdeModulePkg/TerminalDxe: Enhance the arrow keys support

2019-09-26 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2219 First previous patch remove the VT100Plus's arrow keys' support. Add it back. The arrow keys would send ESC [A through to ESC [D. Add this support for the new introduced terminal type. Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Liming

Re: [edk2-devel] [PATCH] MdeModulePkg/FrameBufferBltLib: Correctly consider SourceX

2019-09-24 Thread Gao, Zhichao
k2.groups.io; > Gao, Zhichao ; Ni, Ray > Cc: Wang, Jian J > Subject: RE: [PATCH] MdeModulePkg/FrameBufferBltLib: Correctly consider > SourceX > > > -Original Message- > > From: Marvin Häuser [mailto:marvin.haeu...@outlook.com] > > Sent: Tuesday, September

Re: [edk2-devel] [patch v3 3/5] MdeModulePkg/UefiBootManager: Unload image on EFI_SECURITY_VIOLATION

2019-09-24 Thread Gao, Zhichao
ieu-Daudé > Sent: Tuesday, September 24, 2019 9:22 PM > To: devel@edk2.groups.io; Bi, Dandan > Cc: Wang, Jian J ; Wu, Hao A ; > Ni, Ray ; Gao, Zhichao ; Gao, > Liming ; Laszlo Ersek > Subject: Re: [edk2-devel] [patch v3 3/5] MdeModulePkg/UefiBootManager: > Unload image on EFI_S

Re: [edk2-devel] [Patch v1] Maintainers.txt update for ShellPkg

2019-09-20 Thread Gao, Zhichao
2019 4:56 AM > To: Carsey, Jaben ; devel@edk2.groups.io > Cc: Gao, Zhichao ; Kinney, Michael D > > Subject: RE: [Patch v1] Maintainers.txt update for ShellPkg > > Jaben, > We will miss you from community. > > Reviewed-by: Ray Ni > > > -Original Message

Re: [edk2-devel] [PATCH 29/35] ShellPkg: stop using EFI_HANDLE in place of EFI_HII_HANDLE

2019-09-25 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Wednesday, September 18, 2019 3:49 AM > To: edk2-devel-groups-io > Cc: Carsey, Jaben ; Ni, Ray ; > Gao, Zhichao > Subject: [PATCH 29/35] ShellPkg: stop usin

Re: [edk2-devel] [PATCH 28/35] ShellPkg/UefiShellDriver1CommandsLib: fix parameter list typo

2019-09-25 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Wednesday, September 18, 2019 3:49 AM > To: edk2-devel-groups-io > Cc: Carsey, Jaben ; Ni, Ray ; > Gao, Zhichao > Subject: [PATCH 28/35] ShellPkg/UefiShellDr

Re: [edk2-devel] [PATCH] MdeModulePkg/TerminalDxe: Enhance the arrow keys support

2019-09-25 Thread Gao, Zhichao
> -Original Message- > From: Ni, Ray > Sent: Thursday, September 26, 2019 2:17 AM > To: devel@edk2.groups.io; Gao, Zhichao > Cc: Wang, Jian J ; Wu, Hao A ; > Gao, Liming > Subject: RE: [edk2-devel] [PATCH] MdeModulePkg/TerminalDxe: Enhance > the arrow k

Re: [edk2-devel] [PATCH] MdeModulePkg/TerminalDxe: Enhance the arrow keys support

2019-09-25 Thread Gao, Zhichao
the special sequence keys. Thanks, Zhichao > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Gao, Zhichao > Sent: Thursday, September 26, 2019 8:51 AM > To: Ni, Ray ; devel@edk2.groups.io > Cc: Wang, Jian J ; Wu, Hao A ; > Gao,

Re: [edk2-devel] [PATCH 31/35] ShellPkg/UefiShellDebug1CommandsLib: fix ShellCloseFile() call

2019-09-23 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao > -Original Message- > From: Carsey, Jaben > Sent: Monday, September 23, 2019 10:29 PM > To: Philippe Mathieu-Daudé ; devel@edk2.groups.io; > ler...@redhat.com > Cc: Ni, Ray ; Gao, Zhichao > Subject: RE: [edk2-devel] [PA

Re: [edk2-devel] [PATCH V2 4/4] MdeModulePkg/DxeMain: Implement common event protocol

2019-07-09 Thread Gao, Zhichao
> -Original Message- > From: Wang, Jian J > Sent: Tuesday, July 9, 2019 5:24 PM > To: Gao, Zhichao ; devel@edk2.groups.io > Cc: Sean Brogan ; Wu, Hao A > ; Ni, Ray ; Zeng, Star > ; Gao, Liming ; Michael Turner > ; Bret Barkelew > > Subject: RE: [PATC

Re: [edk2-devel] [Patch v3 16/22] ShellPkg: Add YAML file for CI builds

2019-11-04 Thread Gao, Zhichao
Acked-by: Zhichao Gao > -Original Message- > From: Kinney, Michael D > Sent: Wednesday, October 30, 2019 3:55 AM > To: devel@edk2.groups.io > Cc: Ni, Ray ; Gao, Zhichao > Subject: [Patch v3 16/22] ShellPkg: Add YAML file for CI builds > > https://bugzilla.tiano

Re: [edk2-devel] [PATCH] UefiShellCommandLib: Default to first found UC for unsupported PlatformLang

2019-11-04 Thread Gao, Zhichao
Then there is no requirement to force ASSERT when the platform Language is mismatch with the shell language. Reviewed-by: Zhichao Gao > -Original Message- > From: Ni, Ray > Sent: Tuesday, November 5, 2019 11:03 AM > To: Gao, Zhichao ; Marvin Häuser > ; devel@edk2.group

Re: [edk2-devel] [PATCH] UefiShellCommandLib: Default to first found UC for unsupported PlatformLang

2019-11-04 Thread Gao, Zhichao
s, Zhichao > -Original Message----- > From: Gao, Zhichao > Sent: Tuesday, November 5, 2019 12:52 PM > To: Ni, Ray ; Marvin Häuser > ; devel@edk2.groups.io > Cc: vit9...@protonmail.com > Subject: RE: [PATCH] UefiShellCommandLib: Default to first found UC for > unsupported PlatformLang

Re: [edk2-devel] [PATCH v1 0/2] Update the SRAT Acpiview parser to ACPI 6.3

2019-11-03 Thread Gao, Zhichao
. Thanks, Zhichao > -Original Message- > From: Sudipto Paul > Sent: Friday, November 1, 2019 9:59 PM > To: Sami Mujawar ; Krzysztof Koch > ; devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ray ; Gao, > Zhichao ; Kinney, Michael D > ; Gao, Liming ; Matteo > C

Re: [edk2-devel] [PATCH V2 3/8] MdePkg/Smbios.h: SMBIOS 3.3.0 Add value HBM and Die for type 17

2019-11-05 Thread Gao, Zhichao
Resend to the maintainers and skate holders. Thanks, Zhichao > -Original Message- > From: devel@edk2.groups.io On Behalf Of Gao, > Zhichao > Sent: Monday, November 4, 2019 6:13 PM > To: devel@edk2.groups.io > Subject: [edk2-devel] [PATCH V2 3/8] MdePkg/Smbios.h: SMBIOS

Re: [edk2-devel] [PATCH] ShellPkg/Ls: Return empty content for all empty folders

2019-10-31 Thread Gao, Zhichao
Sorry for missing this one. Reviewed-by: Zhichao Gao > -Original Message- > From: Marvin Häuser [mailto:marvin.haeu...@outlook.com] > Sent: Sunday, October 20, 2019 8:09 PM > To: devel@edk2.groups.io > Cc: vit9...@protonmail.com; Ni, Ray ; Gao, Zhichao > > Subject

Re: [edk2-devel] [PATCH V3 0/8] Update SMBIOS 3.3.0

2019-11-11 Thread Gao, Zhichao
to enums? Thanks, Zhichao > -Original Message- > From: Ni, Ray > Sent: Friday, November 8, 2019 11:25 AM > To: devel@edk2.groups.io; Gao, Zhichao > Cc: Kinney, Michael D ; Gao, Liming > ; Chaganty, Rangasai V > > Subject: RE: [edk2-devel] [PATCH V3 0/8] Update S

[edk2-devel] [PATCH V4 4/8] MdePkg/Smbios.h: SMBIOS 3.3.0 Update Intel Persistent Memory string

2019-11-11 Thread Gao, Zhichao
From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): - SMBIOSCR00179: update the string for Intel persistent memory Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao --- MdeP

<    1   2   3   4   5   6   7   8   9   >