Re: [edk2-devel] [PATCH] ShellPkg/UefiHandleParsingLib: Fix error allocate pool

2019-11-27 Thread Gao, Zhichao
Hi Ray, Can you help to review this patch? Thanks, Zhichao > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Gao, > Zhichao > Sent: Monday, July 15, 2019 3:30 PM > To: devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, R

Re: [edk2-devel] [PATCH v2 3/3] MdeModulePkg/BdsDxe: Set RuntimeServicesSupported variable

2019-11-27 Thread Gao, Zhichao
nal Message- > From: Ni, Ray > Sent: Thursday, November 28, 2019 1:02 PM > To: Jeff Brasen ; devel@edk2.groups.io > Cc: Gao, Liming ; Wu, Hao A ; > Gao, Zhichao ; Kinney, Michael D > > Subject: RE: [PATCH v2 3/3] MdeModulePkg/BdsDxe: Set > RuntimeServicesSupported vari

[edk2-devel] [PATCH] ShellPkg/ShellProtocol: Return error code while fail parsing cmd-line

2019-12-01 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2395 Errors happened in the arguments parsing is not a critical error. And it would miss the error status code in the release version of shell. So replace the ASSERT with returning error status code while fail parsing command-line in UpdateArgcAr

Re: [edk2-devel] [PATCH] ShellPkg/ShellProtocol: Return error code while fail parsing cmd-line

2019-12-02 Thread Gao, Zhichao
> -Original Message- > From: Philippe Mathieu-Daudé [mailto:phi...@redhat.com] > Sent: Monday, December 2, 2019 6:21 PM > To: devel@edk2.groups.io; Gao, Zhichao > Cc: Ni, Ray ; Augustine, Linson > Subject: Re: [edk2-devel] [PATCH] ShellPkg/ShellProtocol: Return error

Re: [edk2-devel] [edk2] [PATCH] ShellPkg/edit: typo "%d Lines Wrote"

2019-12-02 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao Thanks, Zhichao > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Heinrich Schuchardt > Sent: Sunday, November 24, 2019 6:33 PM > To: EDK II Development ; Gao, Liming > > Cc: Kinney, Michael D ; Heinrich Schuchardt >

Re: [edk2-devel] [PATCH 0/2] ShellPkg: Document the use of EFI_INVALID_PARAMETER by two functions

2019-12-03 Thread Gao, Zhichao
Series, Reviewed-by: Zhichao Gao Thanks, Zhichao > -Original Message- > From: Philippe Mathieu-Daude [mailto:phi...@redhat.com] > Sent: Tuesday, December 3, 2019 1:41 AM > To: devel@edk2.groups.io > Cc: Ni, Ray ; Gao, Zhichao ; > Philippe Mathieu-Daude > Subject:

Re: [edk2-devel] [PATCH 1/2] MdePkg/UefiDevicePathLib: Separate the device path lib

2019-12-10 Thread Gao, Zhichao
The mandatory one is expected to catch the ASSERT. But the Optional one should return success. I would fix that in the V2 patch set. Thanks, Zhichao > -Original Message- > From: Gao, Liming > Sent: Tuesday, December 10, 2019 9:04 AM > To: Gao, Zhichao ; devel@edk2.gr

[edk2-devel] [PATCH V2 1/2] MdePkg/UefiDevicePathLib: Separate the device path lib

2019-12-11 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2298 UefiDevicePathLibOptionalDevicePathProtocol's implementation isn't fit its description. It should be implement as blow: Try to find the DevicePathProtocol, if found then use it to implement the interface. Else, use the local interface. It sh

[edk2-devel] [PATCH V2 2/2] MdePkg/dsc: Add UefiDevicePathLibMandatoryDevicePathProtocol for build

2019-12-11 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2298 Add the new instance lib for build. Cc: Michael D Kinney Cc: Liming Gao Cc: Vitaly Cheptsov Signed-off-by: Zhichao Gao --- MdePkg/MdePkg.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MdePkg/MdePkg.dsc b/MdeP

[edk2-devel] [PATCH V2 0/2] MdePkg/UefiDevicePathLib: Separate the lib instances

2019-12-11 Thread Gao, Zhichao
mandatory one's uni file. Cc: Michael D Kinney Cc: Liming Gao Cc: Vitaly Cheptsov Signed-off-by: Zhichao Gao Zhichao Gao (2): MdePkg/UefiDevicePathLib: Separate the device path lib MdePkg/dsc: Add UefiDevicePathLibMandatoryDevicePathProtocol for build ...DevicePathLibManda

Re: [edk2-devel] [PATCH V2 0/2] MdePkg/UefiDevicePathLib: Separate the lib instances

2019-12-11 Thread Gao, Zhichao
both fine. Thanks, Zhichao > -Original Message- > From: Gao, Liming > Sent: Thursday, December 12, 2019 1:05 PM > To: Gao, Zhichao ; devel@edk2.groups.io > Cc: Kinney, Michael D ; Vitaly Cheptsov > > Subject: RE: [PATCH V2 0/2] MdePkg/UefiDevicePathLib: Separate the li

Re: [edk2-devel] [PATCH] ShellPkg/ShellProtocol: Return error code while fail parsing cmd-line

2019-12-11 Thread Gao, Zhichao
Hi Ray, Can you help to review the patch? Thanks, Zhichao > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Philippe Mathieu-Daudé > Sent: Monday, December 2, 2019 7:10 PM > To: Gao, Zhichao ; devel@edk2.groups.io > Cc: N

Re: [edk2-devel] [PATCH V2 0/2] MdePkg/UefiDevicePathLib: Separate the lib instances

2019-12-12 Thread Gao, Zhichao
Behalf Of > Gao, Zhichao > Sent: Thursday, December 12, 2019 1:29 PM > To: Gao, Liming ; devel@edk2.groups.io > Cc: Kinney, Michael D ; Vitaly Cheptsov > > Subject: Re: [edk2-devel] [PATCH V2 0/2] MdePkg/UefiDevicePathLib: > Separate the lib instances > > Actually I di

Re: [edk2-devel] [PATCH 69/79] ShellPkg/DynamicCommand: Fix various typos

2019-12-12 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao > -Original Message- > From: Philippe Mathieu-Daude [mailto:phi...@redhat.com] > Sent: Wednesday, December 4, 2019 12:16 AM > To: devel@edk2.groups.io > Cc: Antoine Coeur ; Ni, Ray ; Gao, > Zhichao ; Philippe Mathieu-Daude > > Subject

Re: [edk2-devel] [PATCH 68/79] ShellPkg/Application: Fix various typos

2019-12-12 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao > -Original Message- > From: Philippe Mathieu-Daude [mailto:phi...@redhat.com] > Sent: Wednesday, December 4, 2019 12:16 AM > To: devel@edk2.groups.io > Cc: Antoine Coeur ; Ni, Ray ; Gao, > Zhichao ; Philippe Mathieu-Daude > > Subject

[edk2-devel] [PATCH V3 1/2] MdePkg/UefiDevicePathLib: Separate the device path lib

2019-12-17 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2298 UefiDevicePathLibOptionalDevicePathProtocol's implementation isn't fit its description. It should be implement as blow: Try to find the DevicePathProtocol, if found then use it to implement the interface. Else, use the local interface. It sh

[edk2-devel] [PATCH V3 0/2] *MdePkg/UefiDevicePathLib: Separate the lib instances

2019-12-17 Thread Gao, Zhichao
ey Cc: Liming Gao Cc: Vitaly Cheptsov Signed-off-by: Zhichao Gao Zhichao Gao (2): MdePkg/UefiDevicePathLib: Separate the device path lib MdePkg/dsc: Add UefiDevicePathLibMandatoryDevicePathProtocol for build ...DevicePathLibMandatoryDevicePathProtocol.c | 469 ++ ...vicePathLibM

[edk2-devel] [PATCH V3 2/2] MdePkg/dsc: Add UefiDevicePathLibMandatoryDevicePathProtocol for build

2019-12-17 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2298 Add the new instance lib for build. Cc: Michael D Kinney Cc: Liming Gao Cc: Vitaly Cheptsov Reviewed-by: Liming Gao Tested-by: Zhichao Gao Signed-off-by: Zhichao Gao --- MdePkg/MdePkg.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 d

Re: [edk2-devel] [PATCH V3 0/2] *MdePkg/UefiDevicePathLib: Separate the lib instances

2019-12-18 Thread Gao, Zhichao
On Behalf Of Vitaly Cheptsov via Groups.Io Sent: Wednesday, December 18, 2019 4:27 PM To: Gao, Zhichao ; devel@edk2.groups.io Cc: Kinney, Michael D ; Gao, Liming Subject: Re: [edk2-devel] [PATCH V3 0/2] *MdePkg/UefiDevicePathLib: Separate the lib instances This makes very good sense to me, thank

Re: [edk2-devel] [PATCH 0/2] ShellPkg: Document the use of EFI_INVALID_PARAMETER by two functions

2019-12-18 Thread Gao, Zhichao
:devel@edk2.groups.io] On Behalf Of > Gao, Zhichao > Sent: Wednesday, December 4, 2019 9:47 AM > To: Philippe Mathieu-Daude ; devel@edk2.groups.io > Cc: Ni, Ray > Subject: Re: [edk2-devel] [PATCH 0/2] ShellPkg: Document the use of > EFI_INVALID_PARAMETER by two functions > &g

Re: [edk2-devel] [PATCH V3 0/2] *MdePkg/UefiDevicePathLib: Separate the lib instances

2019-12-19 Thread Gao, Zhichao
0 PM > To: devel@edk2.groups.io; Gao, Zhichao > Cc: Kinney, Michael D ; Gao, Liming > ; Vitaly Cheptsov > Subject: RE: [edk2-devel] [PATCH V3 0/2] *MdePkg/UefiDevicePathLib: Separate > the lib instances > > Zhichao, > \MdePkg\Library\UefiDevicePathLibDevicePathProtocol\

Re: [edk2-devel] [PATCH V3 0/2] *MdePkg/UefiDevicePathLib: Separate the lib instances

2019-12-19 Thread Gao, Zhichao
mpact to consumers of removing that one? > > Thanks, > Ray > > > -Original Message- > > From: Gao, Zhichao > > Sent: Friday, December 20, 2019 2:03 PM > > To: Ni, Ray ; devel@edk2.groups.io > > Cc: Kinney, Michael D ; Gao, Liming > > ; Vitaly Chept

Re: [edk2-devel] [PATCH V3 0/2] *MdePkg/UefiDevicePathLib: Separate the lib instances

2019-12-22 Thread Gao, Zhichao
. Thanks, Zhichao > -Original Message- > From: Ni, Ray > Sent: Friday, December 20, 2019 3:16 PM > To: Gao, Zhichao ; devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Liming > ; Vitaly Cheptsov > Subject: RE: [edk2-devel] [PATCH V3 0/2] *MdePkg/UefiDevicePathLi

[edk2-devel] [PATCH 07/13] SecurityPkg/Tcg2PhysicalPresenceLib: Use Pcd for user resp wait time

2020-01-02 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2443 Use the pcd PcdPhysicalPresenceUserConfirmTimeout to control the wait time of user response. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Zhichao Gao --- .../DxeTcg2PhysicalPresenceLib.c | 61 ++

[edk2-devel] [PATCH 04/13] SecurityPkg/SmmTcg2PhysicalPresenceLib: Use the new Ex function

2020-01-02 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2443 Change the call of Tcg2PpVendorLibSubmitRequestToPreOSFunction to Tcg2PpVendorLibSubmitRequestToPreOSFunctionEx. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Zhichao Gao --- .../SmmTcg2PhysicalPresenceLib/SmmTcg2Physica

[edk2-devel] [PATCH 02/13] SecurityPkg/Tcg2PpVendorLib: Add implementation of new Ex function

2020-01-02 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2443 Add Tcg2PpVendorLibExecutePendingRequestEx and Tcg2PpVendorLibSubmitRequestToPreOSFunctionEx to handle the EFI_TCG2_PHYSICAL_PRESENCE parameters. Implement in the null version. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by:

[edk2-devel] [PATCH 13/13] SecurityPkg/TcgPhysicalPresenceLib: Fix the operation of 11

2020-01-02 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2443 Refer to Physical Presence Interface Spec Page 37, the firmware may perform the PLATFORM RESET imediately after the TPM_PhysicalSetDeactivated = TRUE but that requires tracking the next command. Change the operation to match the spec. Cc: J

[edk2-devel] [PATCH 10/13] SecurityPkg/Tcg2PhysicalPresenceLib: Extend the submit preOS func

2020-01-02 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2443 Extend the Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunctionEx to handle the FunctionIndex. And modify the all of this function to avoid build error. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Zhichao Gao --- Securi

[edk2-devel] [PATCH 08/13] SecurityPkg/TcgPyhsicalPresenceLib: Use Pcd for user resp wait time

2020-01-02 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2443 Use the pcd PcdPhysicalPresenceUserConfirmTimeout to control the wait time of user response. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Zhichao Gao --- .../DxeTcgPhysicalPresenceLib.c | 76 --

[edk2-devel] [PATCH 01/13] SecurityPkg/Tcg2PpVerndorLib: Add two Ex function to handle PPdata

2020-01-02 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2443 Add Tcg2PpVendorLibExecutePendingRequestEx and Tcg2PpVendorLibSubmitRequestToPreOSFunctionEx to handle the EFI_TCG2_PHYSICAL_PRESENCE parameters. Add the definition first. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Zhic

[edk2-devel] [PATCH 06/13] OvmfPkg/Tcg2PhysicalPresenceLib: Use pcd for user response wait time

2020-01-02 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2443 Use the pcd PcdPhysicalPresenceUserConfirmTimeout to control the wait time of user response. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Marc-André Lureau Cc: Stefan Berger

[edk2-devel] [PATCH 09/13] SecurityPkg/Tcg2PhysicalPresenceData.h: Add FunctionIndex for PPdata

2020-01-02 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2443 Add PPFunction to extend the EFI_TCG2_PHYSICAL_PRESENCE. It refers to Physical Presence Function Index. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Zhichao Gao --- SecurityPkg/Include/Guid/Tcg2PhysicalPresenceData.h |

[edk2-devel] [PATCH 11/13] SecurityPkg: Move the Tcg2ConfigNvData.h to Include folder

2020-01-02 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2443 Tcg2ConfigNvData.h is useful for the tcg2 driver. So move it to the Include folder for other platform tcg2 instances to use. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Zhichao Gao --- SecurityPkg/{Tcg/Tcg2Config => In

[edk2-devel] [PATCH 05/13] SecurityPkg/dec: Add a pcd for user response wait time

2020-01-02 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2443 Add a pcd PcdPhysicalPresenceUserConfirmTimeout to set the wait time of the user response. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Zhichao Gao --- SecurityPkg/SecurityPkg.dec | 7 ++- SecurityPkg/SecurityPkg.un

[edk2-devel] [PATCH 12/13] SecurityPkg/TcgPhysicalPresenceLib: Replace the ASSERT with error code

2020-01-02 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2443 Replace the ASSERT with the error code return in the TpmPhysicalPresence and GetTpmCapability. Add missing error checking after call TpmPhysicalPresence in TcgPhysicalPresenceLibProcessRequest. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhan

[edk2-devel] [PATCH 00/13] Extend and fix the TCG/TCG2 Physical Presence Interface

2020-01-02 Thread Gao, Zhichao
dré Lureau Cc: Stefan Berger Signed-off-by: Zhichao Gao Zhichao Gao (13): SecurityPkg/Tcg2PpVerndorLib: Add two Ex function to handle PPdata SecurityPkg/Tcg2PpVendorLib: Add implementation of new Ex function SecurityPkg/Tcg2PhysicalPresenceLib: Use the new Ex function Security

[edk2-devel] [PATCH 03/13] SecurityPkg/Tcg2PhysicalPresenceLib: Use the new Ex function

2020-01-02 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2443 Change the call of Tcg2PpVendorLibExecutePendingRequest to Tcg2PpVendorLibExecutePendingRequestEx. Change the call of Tcg2PpVendorLibSubmitRequestToPreOSFunction to Tcg2PpVendorLibSubmitRequestToPreOSFunctionEx. Cc: Jiewen Yao Cc: Jian J W

Re: [edk2-devel] [PATCH 00/13] Extend and fix the TCG/TCG2 Physical Presence Interface

2020-01-02 Thread Gao, Zhichao
See below. > -Original Message- > From: Yao, Jiewen > Sent: Friday, January 3, 2020 11:09 AM > To: Gao, Zhichao ; devel@edk2.groups.io > Cc: Wang, Jian J ; Zhang, Chao B > ; Justen, Jordan L ; > Laszlo Ersek ; Ard Biesheuvel > ; Marc-André Lureau > ; Stefan Be

Re: [edk2-devel] [PATCH v2 0/2] ShellPkg: Document the use of EFI_INVALID_PARAMETER by two functions

2020-01-06 Thread Gao, Zhichao
Sorry for late response: > -Original Message- > From: Philippe Mathieu-Daude > Sent: Thursday, December 19, 2019 10:10 PM > To: devel@edk2.groups.io > Cc: Ni, Ray ; Gao, Zhichao ; > Philippe Mathieu-Daude > Subject: [PATCH v2 0/2] ShellPkg: Document the use of >

Re: [edk2-devel] [PATCH v2 0/2] ShellPkg: Document the use of EFI_INVALID_PARAMETER by two functions

2020-01-06 Thread Gao, Zhichao
> -Original Message- > From: Philippe Mathieu-Daudé [mailto:phi...@redhat.com] > Sent: Tuesday, January 7, 2020 3:10 PM > To: Gao, Zhichao ; devel@edk2.groups.io > Cc: Ni, Ray > Subject: Re: [PATCH v2 0/2] ShellPkg: Document the use of > EFI_INVALID_PARAMETER by

Re: [edk2-devel] [PATCH 00/13] Extend and fix the TCG/TCG2 Physical Presence Interface

2020-01-07 Thread Gao, Zhichao
> -Original Message- > From: Yao, Jiewen > Sent: Friday, January 3, 2020 1:59 PM > To: devel@edk2.groups.io; Yao, Jiewen ; Gao, Zhichao > > Cc: Wang, Jian J ; Zhang, Chao B > ; Justen, Jordan L ; > Laszlo Ersek ; Ard Biesheuvel ; > Marc-André Lureau ; Ste

Re: [edk2-devel] [PATCH v3 1/1] ShellPkg: acpiview: Update SRAT parser to ACPI 6.3

2020-01-08 Thread Gao, Zhichao
ch > Sent: Thursday, January 9, 2020 1:12 AM > To: devel@edk2.groups.io > Cc: Ni, Ray ; Gao, Zhichao ; > matteo.carl...@arm.com; sami.muja...@arm.com; n...@arm.com > Subject: [edk2-devel] [PATCH v3 1/1] ShellPkg: acpiview: Update SRAT parser > to ACPI 6.3 > > Add support for revis

Re: [edk2-devel] [PATCH 00/13] Extend and fix the TCG/TCG2 Physical Presence Interface

2020-01-09 Thread Gao, Zhichao
ons and validations. Transfer the PPdata pointer can solve all the problems. Thanks, Zhichao > -Original Message- > From: Yao, Jiewen > Sent: Friday, January 3, 2020 1:30 PM > To: Gao, Zhichao ; devel@edk2.groups.io > Cc: Wang, Jian J ; Zhang, Chao B > ; Justen, Jord

[edk2-devel] [RFC] BZ 2298 MdePkg/DevicePathLib merger or not

2020-01-09 Thread Gao, Zhichao
HI all, REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2298 In the MdePkg, there are two folder for the DevicePathLib: 1. MdePkg\Library\UefiDevicePathLib 2. MdePkg\Library\UefiDevicePathLibDevicePathProtocol UefiDevicePathLibDevicePathProtocol is created to use the protocol to

Re: [edk2-devel] [RFC] BZ 2298 MdePkg/DevicePathLib merger or not

2020-01-09 Thread Gao, Zhichao
their platform code to consume the new lib instance. #2: OK. That makes sense to consume the new device path node if appear. Thanks, Zhichao From: Ni, Ray Sent: Friday, January 10, 2020 3:36 PM To: Gao, Zhichao ; devel@edk2.groups.io; 'r...@edk2.groups.io' Cc: Gao, Liming ; Kinney,

Re: [edk2-devel] [PATCH 1/1] ShellPkg/Application: Support nested variables substitution from cmd line

2020-01-12 Thread Gao, Zhichao
Hi Vladimir, > -Original Message- > From: Vladimir Olovyannikov > Sent: Saturday, January 11, 2020 12:33 AM > To: Ni, Ray ; devel@edk2.groups.io; Gao, Zhichao > > Subject: RE: [edk2-devel] [PATCH 1/1] ShellPkg/Application: Support nested > variables substitution

Re: [edk2-devel] [PATCH 1/1] ShellPkg: Do not connect handles without device paths

2020-01-13 Thread Gao, Zhichao
Hi, What does 'freeze' mean? System blocked for a while or it hung up forever? The change would affect the operation of the 'load' command. If some drivers need to connect to the device controller but it doesn't have a device path protocol, the behavior of 'load' may be incorrect. Is the option

Re: [edk2-devel] [PATCH v7 3/3] ShellPkg/UefiShellDebug1CommandsLib: Update to support SmBios 3.3.0

2019-10-15 Thread Gao, Zhichao
> -Original Message- > From: Abner Chang [mailto:abner.ch...@hpe.com] > Sent: Tuesday, October 15, 2019 3:46 PM > To: devel@edk2.groups.io > Cc: abner.ch...@hpe.com; Carsey, Jaben ; Ni, > Ray ; Gao, Zhichao ; Leif > Lindholm ; Gilbert Chen > Subject:

Re: [edk2-devel] Use a pcd to control PlatformRecovery

2019-10-15 Thread Gao, Zhichao
ort file path and it should not depend on the PlatformRecovery variable for the compatibility thinking. Thanks, Zhichao > -Original Message- > From: Wang, Sunny (HPS SW) [mailto:sunnyw...@hpe.com] > Sent: Tuesday, October 15, 2019 4:53 PM > To: devel@edk2.groups.io; Gao,

Re: [edk2-devel] Use a pcd to control PlatformRecovery

2019-10-15 Thread Gao, Zhichao
> -Original Message- > From: Gao, Zhichao > Sent: Wednesday, October 16, 2019 10:09 AM > To: 'Wang, Sunny (HPS SW)' ; devel@edk2.groups.io; > Ni, Ray > Cc: Wang, Jian J ; Wu, Hao A ; > Zeng, Star ; Gao, Liming ; > Sean Brogan ; Michael Turner > ; Br

Re: [edk2-devel] [PATCH] MdeModulePkg/BdsDxe: Make PlatformRecovery work regardless of OsIndications

2019-10-16 Thread Gao, Zhichao
l@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Laszlo Ersek > Sent: Wednesday, October 16, 2019 4:02 PM > To: devel@edk2.groups.io; sunnyw...@hpe.com > Cc: Ni, Ray ; Gao, Zhichao ; > Walon Li > Subject: Re: [edk2-devel] [PATCH] MdeModulePkg/BdsDxe: Make > Platf

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 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 v1 0/2] Update the SRAT Acpiview parser to ACPI 6.3

2019-11-03 Thread Gao, Zhichao
Exactly. The #2 should be updated. Thanks, Zhichao > -Original Message- > From: Gao, Liming > Sent: Monday, November 4, 2019 11:27 AM > To: Gao, Zhichao ; Sudipto Paul > ; Sami Mujawar ; > Krzysztof Koch ; devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ray ; > Ki

[edk2-devel] [PATCH 1/4] ShellPkg/SmbiosView: SMBIOS 3.3.0 add PCI gen4 values for type 9

2019-11-03 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 System Slots (Type 9): – SMBIOSCR00184: add PCI Express Gen 4 values Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- .../SmbiosView/QueryTable.c | 24 +++ 1 file changed, 24 insertions(+) di

[edk2-devel] [PATCH 3/4] ShellPkg/SmbiosView: SMBIOS 3.3.0 Add value HBM and Die for type 17

2019-11-03 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): – SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- .../SmbiosView/QueryTable.c | 12 ++

[edk2-devel] [PATCH 0/4] Update SMBIOS 3.3.0

2019-11-03 Thread Gao, Zhichao
processors, add structure type 44 (processor-additional information) - Already done at https://bugzilla.tianocore.org/show_bug.cgi?id=2202 Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao Zhichao Gao (4): ShellPkg/SmbiosView: SMBIOS 3.3.0 add PCI gen4 values for type 9 ShellPkg/SmbiosView

[edk2-devel] [PATCH 2/4] ShellPkg/SmbiosView: SMBIOS 3.3.0 add support for CXL Flexbus

2019-11-03 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Various: – SMBIOSCR00183: add support for CXL Flexbus Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- .../UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c| 8 1 file changed, 8 insertions(+) diff --git a/Shel

[edk2-devel] [PATCH 4/4] ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory"

2019-11-03 Thread 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: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- .../Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 2 +- 1 file changed, 1

[edk2-devel] [PATCH V2 8/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory"

2019-11-04 Thread 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: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- .../Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 2 +- 1 file changed, 1

[edk2-devel] [PATCH V2 0/8] Update SMBIOS 3.3.0

2019-11-04 Thread Gao, Zhichao
change requirement Add support for RISC-V processors, add structure type 44 (processor-additional information) - Already done at https://bugzilla.tianocore.org/show_bug.cgi?id=2202 Cc: Michael D Kinney Cc: Liming Gao Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao Zhichao Gao (8

[edk2-devel] [PATCH V2 7/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Add value HBM and Die for type 17

2019-11-04 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): – SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- .../SmbiosView/QueryTable.c | 12 ++

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

2019-11-04 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): – SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Signed-off-by: Zhichao Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 7 +-- 1 file changed, 5 insertions(+), 2 delet

[edk2-devel] [PATCH V2 5/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 add PCI gen4 values for type 9

2019-11-04 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 System Slots (Type 9): – SMBIOSCR00184: add PCI Express Gen 4 values Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- .../SmbiosView/QueryTable.c | 26 ++- 1 file changed, 25 insertions(+), 1

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

2019-11-04 Thread 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 Signed-off-by: Zhichao Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 14 +++--- 1

[edk2-devel] [PATCH V2 1/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add PCI gen4 values for type 9

2019-11-04 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 System Slots (Type 9): – SMBIOSCR00184: add PCI Express Gen 4 values Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 10 -- 1 file changed, 8 insert

[edk2-devel] [PATCH V2 6/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 add support for CXL Flexbus

2019-11-04 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Various: – SMBIOSCR00183: add support for CXL Flexbus Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- .../UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c| 8 1 file changed, 8 insertions(+) diff --git a/Shel

[edk2-devel] [PATCH V2 2/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add support for CXL Flexbus

2019-11-04 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Various: – SMBIOSCR00183: add support for CXL Flexbus Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

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
Thanks, 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 Platfor

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

[edk2-devel] [PATCH V3 6/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 add support for CXL Flexbus

2019-11-06 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Various: – SMBIOSCR00183: add support for CXL Flexbus Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Sai Chaganty Signed-off-by: Zhichao Gao --- .../Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c| 8 1 file changed,

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

2019-11-06 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): – SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao --- MdePkg/Includ

[edk2-devel] [PATCH V3 5/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 add PCI gen4 values for type 9

2019-11-06 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 System Slots (Type 9): – SMBIOSCR00184: add PCI Express Gen 4 values Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Sai Chaganty Signed-off-by: Zhichao Gao --- .../SmbiosView/QueryTable.c| 26 +- 1

[edk2-devel] [PATCH V3 7/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Add value HBM and Die for type 17

2019-11-06 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): – SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Sai Chaganty Signed-off-by: Zhichao Gao --- .../UefiShellDebug1CommandsLib/Smbios

[edk2-devel] [PATCH V3 1/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add PCI gen4 values for type 9

2019-11-06 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 System Slots (Type 9): – SMBIOSCR00184: add PCI Express Gen 4 values Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao --- MdePkg/Include/IndustryStandar

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

2019-11-06 Thread Gao, Zhichao
Cc: Michael D Kinney Cc: Liming Gao Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao Zhichao Gao (8): MdePkg/Smbios.h: SMBIOS 3.3.0 add PCI gen4 values for type 9 MdePkg/Smbios.h: SMBIOS 3.3.0 add support for CXL Flexbus MdePkg/Smbios.h: SMBIOS 3.3.0 Add value HBM and Die for type

[edk2-devel] [PATCH V3 8/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory"

2019-11-06 Thread 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: Ray Ni Cc: Sai Chaganty Reviewed-by: Sai Chaganty Signed-off-by: Zhichao Gao --- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTa

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

2019-11-06 Thread 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 Signed-off-by: Zhichao Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 4 1 file chang

[edk2-devel] [PATCH V3 2/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add support for CXL Flexbus

2019-11-06 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Various: – SMBIOSCR00183: add support for CXL Flexbus Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 4

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

2019-11-11 Thread Gao, Zhichao
er 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] Upd

[edk2-devel] [PATCH V4 7/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Add value HBM and Die for type 17

2019-11-11 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): – SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- .../UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 1

[edk2-devel] [PATCH V4 5/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 add PCI gen4 values for type 9

2019-11-11 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 System Slots (Type 9): – SMBIOSCR00184: add PCI Express Gen 4 values Add the Smbios.h to use the MARCOs or enums. Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- .../SmbiosView/QueryTable.c| 26 ++

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

2019-11-11 Thread Gao, Zhichao
From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): - SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Liming Gao Signed-off-b

[edk2-devel] [PATCH V4 8/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory"

2019-11-11 Thread 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: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 4 ++-- 1 file chan

[edk2-devel] [PATCH V4 0/8] Update SMBIOS 3.3.0

2019-11-11 Thread Gao, Zhichao
RISC-V processors, add structure type 44 (processor-additional information) - Already done at https://bugzilla.tianocore.org/show_bug.cgi?id=2202 Cc: Michael D Kinney Cc: Liming Gao Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao Gao, Zhichao (4): MdePkg/Smbios.h: SMBIOS 3.3.0 add PCI

[edk2-devel] [PATCH V4 2/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add support for CXL Flexbus

2019-11-11 Thread Gao, Zhichao
From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Various: - SMBIOSCR00183: add support for CXL Flexbus Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao --- MdeP

[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

[edk2-devel] [PATCH V4 1/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add PCI gen4 values for type 9

2019-11-11 Thread Gao, Zhichao
From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 System Slots (Type 9): - SMBIOSCR00184: add PCI Express Gen 4 values Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao -

[edk2-devel] [PATCH V4 6/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 add support for CXL Flexbus

2019-11-11 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Various: – SMBIOSCR00183: add support for CXL Flexbus Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- .../Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c| 8 1 file changed, 8 insertions(+) diff --git

[edk2-devel] [PATCH V5 0/8] Update SMBIOS 3.3.0

2019-11-12 Thread Gao, Zhichao
change requirement Add support for RISC-V processors, add structure type 44 (processor-additional information) - Already done at https://bugzilla.tianocore.org/show_bug.cgi?id=2202 Cc: Michael D Kinney Cc: Liming Gao Cc: Ray Ni Cc: Sai Chaganty Signed-off-by: Zhichao Gao Gao, Zhichao (8

[edk2-devel] [PATCH V5 1/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add PCI gen4 values for type 9

2019-11-12 Thread Gao, Zhichao
From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 System Slots (Type 9): - SMBIOSCR00184: add PCI Express Gen 4 values Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao -

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

2019-11-12 Thread Gao, Zhichao
From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): - SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Liming Gao Signed-off-b

[edk2-devel] [PATCH V5 2/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add support for CXL Flexbus

2019-11-12 Thread Gao, Zhichao
From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Various: - SMBIOSCR00183: add support for CXL Flexbus Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao --- MdeP

[edk2-devel] [PATCH V5 2/8] MdePkg/SmBios.h: SMBIOS 3.3.0 add support for CXL Flexbus

2019-11-12 Thread Gao, Zhichao
From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Various: - SMBIOSCR00183: add support for CXL Flexbus Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao --- MdeP

[edk2-devel] [PATCH V5 7/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Add value HBM and Die for type 17

2019-11-12 Thread Gao, Zhichao
From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): - SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Ray Ni Signed-off-by: Z

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

2019-11-12 Thread Gao, Zhichao
From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): - SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Liming Gao Signed-off-b

[edk2-devel] [PATCH V5 8/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory"

2019-11-12 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: Ray Ni Cc: Sai Chaganty Reviewed-by: Ray Ni Signed-off-by: Zhichao Gao --- ShellPkg/Library/UefiShellDebug1C

[edk2-devel] [PATCH V5 6/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 add support for CXL Flexbus

2019-11-12 Thread Gao, Zhichao
From: "Gao, Zhichao" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Various: - SMBIOSCR00183: add support for CXL Flexbus Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Ray Ni Signed-off-by: Zhichao Gao --- .../Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTabl

<    1   2   3   4   5   6   7   8   9   10   >