[edk2] [PATCH] MdePkg: Clarification to the return status of EFI_PEIM_NOTIFY_ENTRY_POINT

2016-05-18 Thread Star Zeng
nce after the arguments: "The status code returned from this function is ignored" This patch is to follow PI1.4a spec to update the code. Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com&g

[edk2] [PATCH] PerformancePkg Dp_App: Delete InitCumulativeData()

2016-05-02 Thread Star Zeng
Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- PerformancePkg/Dp_App/Dp.c | 19 --- 1 file changed, 19 deletions(-) diff --git a/PerformancePkg/Dp_App/Dp.c b/PerformancePkg/Dp_App

[edk2] [PATCH] ShellPkg UefiDpLib: Delete one comment introduced by 196ccda08fc4

2016-05-02 Thread Star Zeng
Cc: Cinnamon Shia <cinnamon.s...@hpe.com> Cc: Jaben Carsey <jaben.car...@intel.com> Cc: Shumin Qiu <shumin@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> -

[edk2] [PATCH 2/3] MdeModulePkg DxeCore: Return memory type from internal free pool/pages

2016-04-21 Thread Star Zeng
oCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Core/Dxe/DxeMain.h | 49 ++--- MdeModulePkg/Core/Dxe/Mem/Imem.h| 4 +- MdeModulePkg/Core/Dxe/Mem/MemoryProfileRecord.c | 6 +-- MdeModul

[edk2] [PATCH 1/3] MdeModulePkg DxeCore: Fix a memory leak in InstallMemoryAttributesTable()

2016-04-21 Thread Star Zeng
Cc: Jiewen Yao <jiewen@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Feng Tian <feng.t...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Core/Dxe/Misc/MemoryAttributesTable.c |

[edk2] [PATCH 0/3] Enhance MemoryAttributesTable installation

2016-04-21 Thread Star Zeng
runtime memory allocation after ReadyToBoot. Cc: Jiewen Yao <jiewen@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Feng Tian <feng.t...@intel.com> Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Star Zeng (3): MdeModulePkg DxeCore: Fix a memory leak in Inst

[edk2] [PATCH 3/3] MdeModulePkg DxeCore: Enhance MemoryAttributesTable installation

2016-04-21 Thread Star Zeng
runtime memory allocation after ReadyToBoot. Cc: Jiewen Yao <jiewen@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Feng Tian <feng.t...@intel.com> Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-o

[edk2] [PATCH 1/3] IntelFrameworkModulePkg BdsDxe: Use definition in IndustryStandard/Smbios.h

2016-07-27 Thread Star Zeng
Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Eric Dong <eric.d...@intel.com> Cc: Jeff Fan <jeff@intel.com> Cc: Amy Chan <amy.c...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- IntelFrameworkModulePk

[edk2] [PATCH 2/3] MdeModulePkg UiApp: Use definition in IndustryStandard/Smbios.h

2016-07-27 Thread Star Zeng
Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Eric Dong <eric.d...@intel.com> Cc: Feng Tian <feng.t...@intel.com> Cc: Amy Chan <amy.c...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/App

[edk2] [PATCH 0/3] Use definition in IndustryStandard/Smbios.h

2016-07-27 Thread Star Zeng
Star Zeng (3): IntelFrameworkModulePkg BdsDxe: Use definition in IndustryStandard/Smbios.h MdeModulePkg UiApp: Use definition in IndustryStandard/Smbios.h MdeModulePkg SmbiosDxe: Use definition in IndustryStandard/Smbios.h IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c | 10

[edk2] [PATCH 3/3] MdeModulePkg SmbiosDxe: Use definition in IndustryStandard/Smbios.h

2016-07-27 Thread Star Zeng
Cc: Feng Tian <feng.t...@intel.com> Cc: Amy Chan <amy.c...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deleti

[edk2] [PATCH] PcAtChipsetPkg AcpiTimerLib: Get more accurate TSC Frequency

2016-08-10 Thread Star Zeng
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c | 56 +- .../Library/AcpiTimerLib/BaseAcpiTimerLib.c| 33 - .../Library/AcpiTimerLib/DxeAcp

[edk2] [PATCH] MdePkg Base.h: Fix typo funcation to function

2016-07-07 Thread Star Zeng
Cc: Liming Gao <liming@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Include/Base.h | 10 +

[edk2] [PATCH] MdeModulePkg MemoryProfile.h:two bytes of Reserved[4] as ActionStringOffset

2016-07-07 Thread Star Zeng
ibuted-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Include/Guid/MemoryProfile.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MdeModulePkg/Include/Guid/MemoryProfile.h b/MdeModulePkg/Include/Guid/Mem

[edk2] [PATCH] UefiCpuPkg S3Resume2Pei: Report status code when allocate memory is failed

2016-06-30 Thread Star Zeng
Cc: Jiewen Yao <jiewen@intel.com> Cc: Jeff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume.c | 18 +++--- 1 file changed, 1

[edk2] [PATCH] MdeModulePkg VariableInfo: Fix GCC build failure

2016-06-29 Thread Star Zeng
GCC build failure: 'RealCommSize' may be used uninitialized Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Application/VariableInfo/VariableInfo.c | 1 + 1 file changed,

[edk2] [PATCH V2 03/11] MdeModulePkg DxeCore: Add lock to pretect memory profile AllocInfo list

2016-06-29 Thread Star Zeng
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Core/Dxe/Mem/MemoryProfileRecord.c | 26 + 1 file changed, 26 insertions(+) diff --git a/MdeModulePkg/

[edk2] [PATCH V2 04/11] MdeModulePkg PiSmmCore: Enhance memory profile for memory leak detection

2016-06-29 Thread Star Zeng
bution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> Reviewed-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Core/PiSmmCore/Page.c | 20 +- MdeModulePkg/Core/PiSmmCore/PiSmmCore.c |3 +- MdeModulePkg/Core/PiSmmCore/PiSmmCore.h | 5

[edk2] [PATCH V2 06/11] MdeModulePkg: Introduce new library class MemoryProfileLib

2016-06-29 Thread Star Zeng
Provides services to record memory profile of multilevel caller. Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> Reviewed-by: Jiewen Yao <jiewen@intel.com> --- MdeModuleP

[edk2] [PATCH V2 05/11] MdeModulePkg MemoryProfileInfo: Enhance output info for memory leak detection

2016-06-29 Thread Star Zeng
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> Reviewed-by: Jiewen Yao <jiewen@intel.com> --- .../MemoryProfileInfo/MemoryProfileInfo.c | 884 + ...

[edk2] [PATCH V2 02/11] MdeModulePkg DxeCore: Enhance memory profile for memory leak detection

2016-06-29 Thread Star Zeng
wen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> Reviewed-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Core/Dxe/DxeMain.h | 35 +- MdeModulePkg/Core/Dxe/DxeMain.inf | 1 + Mde

[edk2] [PATCH V2 08/11] MdeModulePkg: Implement new library instance SmmMemoryAllocationProfileLib

2016-06-29 Thread Star Zeng
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> Reviewed-by: Jiewen Yao <jiewen@intel.com> --- .../MemoryAllocationLib.c

[edk2] [PATCH V2 09/11] MdeModulePkg DxeCoreMemoryAllocationLib: Extend to support MemoryProfileLib

2016-06-29 Thread Star Zeng
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../DxeCoreMemoryAllocationLib.inf | 13 +- .../DxeCoreMemoryAllocationLib.uni | 4

[edk2] [PATCH V2 00/11] Enhance memory profile for memory leak detection

2016-06-29 Thread Star Zeng
: Yonghong Zhu <yonghong@intel.com> Star Zeng (11): MdeModulePkg: Extend memory profile definitions for memory leak detection MdeModulePkg DxeCore: Enhance memory profile for memory leak detection MdeModulePkg DxeCore: Add lock to pretect memory profile AllocInfo list MdeModul

[edk2] [PATCH V2 10/11] MdeModulePkg PiSmmCoreMemoryAllocLib: Extend to support MemoryProfileLib

2016-06-29 Thread Star Zeng
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../MemoryAllocationLib.c | 188 +++-- .../PiSmmCoreMemoryAllocationLib.inf

[edk2] [PATCH V2 07/11] MdeModulePkg: Implement new library instance UefiMemoryAllocationProfileLib

2016-06-29 Thread Star Zeng
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> Reviewed-by: Jiewen Yao <jiewen@intel.com> --- .../DxeMemoryProfileLib.c | 102 ++ .../Mem

[edk2] [PATCH V2 11/11] BaseTools Scripts: Add MemoryProfileSymbolGen.py

2016-06-29 Thread Star Zeng
d-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> Reviewed-by: Jiewen Yao <jiewen@intel.com> --- BaseTools/Scripts/MemoryProfileSymbolGen.py | 281 1 file changed, 281 insertions(+) create mode 100644 BaseTools/Scripts/M

[edk2] [PATCH] MdeModulePkg MemoryProfileInfo: Handle "/" character in the PDB path

2016-07-04 Thread Star Zeng
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

[edk2] [PATCH] BaseTools MemoryProfileSymbolGen.py: Handle 64bits rva from "nm -l xxx.dll"

2016-07-04 Thread Star Zeng
oCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- BaseTools/Scripts/MemoryProfileSymbolGen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaseTools/Scripts/MemoryProfileSymbolGen.py b/BaseTools/Scripts/MemoryProfileSymbolGen.py index a9

[edk2] [PATCH 1/2] MdeModulePkg CapsulePei: Fix some typos

2016-06-19 Thread Star Zeng
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Universal/CapsulePei/Capsule.h| 8 +++- MdeModulePkg/Universal/CapsulePei/Common/CapsuleCoa

[edk2] [PATCH 0/2] CapsulePei: Validate capsule integrity by memory resource hob

2016-06-19 Thread Star Zeng
Star Zeng (2): MdeModulePkg CapsulePei: Fix some typos MdeModulePkg CapsulePei: Validate capsule integrity by memory resource hob MdeModulePkg/Universal/CapsulePei/Capsule.h| 9 +- MdeModulePkg/Universal/CapsulePei/CapsulePei.inf | 3 +- .../Universal/CapsulePei/Common

[edk2] [PATCH 2/2] MdeModulePkg CapsulePei: Validate capsule integrity by memory resource hob

2016-06-19 Thread Star Zeng
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Universal/CapsulePei/Capsule.h| 1 + MdeModulePkg/Universal/CapsulePei/CapsulePei.inf | 3 +- .../Universal/Capsu

[edk2] [PATCH] PcAtChipsetPkg AcpiTimerLib: Wait 363 ACPI timer counts to get TSC Freq

2016-08-16 Thread Star Zeng
. Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Paolo Bonzini <pbonz...@redhat.com> Cc: Paul A Lohr <paul.a.l...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com&g

[edk2] [PATCH] SecurityPkg HashLibRouter: Avoid incorrect PcdTcg2HashAlgorithmBitmap

2017-01-24 Thread Star Zeng
chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../HashLibBaseCryptoRouterDxe.c | 80 - .../HashLibBaseCryptoRouterDxe.inf | 3 +- .../HashLibBas

[edk2] [PATCH 3/3] ShellPkg SmbiosView: Add decoding of SMBIOS spec 3.1.1

2017-01-22 Thread Star Zeng
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=349 Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Jaben Carsey <jaben.car...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../SmbiosView/PrintInfo.c

[edk2] [PATCH 1/3] MdePkg: Add definitions for SMBIOS spec 3.1.1

2017-01-22 Thread Star Zeng
enumerations Cc: Liming Gao <liming@intel.com> Cc: Michael Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Include/IndustryStandard/SmBios.h | 25 +++--

[edk2] [PATCH 0/3] Add SMBIOS spec 3.1.1 support

2017-01-22 Thread Star Zeng
enumerations Cc: Liming Gao <liming@intel.com> Cc: Michael Kinney <michael.d.kin...@intel.com> Cc: Feng Tian <feng.t...@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Jaben Carsey <jaben.car...@intel.com> Star Zeng (3): MdePkg: Add definitions for SMBIOS spe

[edk2] [PATCH 2/3] MdeModulePkg: Update PcdSmbiosDocRev to 0x1 for SMBIOS spec 3.1.1

2017-01-22 Thread Star Zeng
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=349 Cc: Feng Tian <feng.t...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/MdeModulePkg.dec | 2 +-

[edk2] [PATCH] MdeModulePkg SmmSmiHandlerProfileLib: Fix GCC build failure

2017-02-23 Thread Star Zeng
Cc: Feng Tian <feng.t...@intel.com> Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Library/SmmSmiHandlerProfileLib/SmmSmiHandlerProfileLib.c | 2 +- 1 file changed,

[edk2] [PATCH 0/3] DP: Fix GCC build failure

2017-02-23 Thread Star Zeng
Fix GCC build failure caused by "Remove TimerLib dependency from DP" patch series. Star Zeng (3): MdeModulePkg PerformanceLib: Fix GCC build failure caused by cfb0aba PerformancePkg Dp_App: Fixed GCC build failure caused by 1393510 ShellPkg UefiDpLib: Fixed GCC build fail

[edk2] [PATCH 2/3] PerformancePkg Dp_App: Fixed GCC build failure caused by 1393510

2017-02-23 Thread Star Zeng
Cc: Michael Kinney <michael.d.kin...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Jaben Carsey <jaben.car...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- PerformancePkg/Dp_App/Dp.c | 2 +- 1 f

[edk2] [PATCH 3/3] ShellPkg UefiDpLib: Fixed GCC build failure caused by ef22403

2017-02-23 Thread Star Zeng
Cc: Michael Kinney <michael.d.kin...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Jaben Carsey <jaben.car...@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> -

[edk2] [PATCH 1/3] MdeModulePkg PerformanceLib: Fix GCC build failure caused by cfb0aba

2017-02-23 Thread Star Zeng
Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Cc: Liming Gao <liming@intel.com> Cc: Feng Tian <feng.t...@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@i

[edk2] [PATCH] Security Tcg2Smm: Add missing gEfiTcg2ProtocolGuid dependency

2017-02-19 Thread Star Zeng
on Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf b/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf index 70184740c49d..c4efa2a188ef 100644 ---

[edk2] [PATCH] ShellPkg SmbiosView: Correct some outputs for Type 0/3/10

2017-02-09 Thread Star Zeng
Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Jaben Carsey <jaben.car...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | 3 ++- ShellP

[edk2] [PATCH] MdePkg ACPI: Incorrect definition name for ACPI IORT Table signature

2017-02-09 Thread Star Zeng
.@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Include/IndustryStandard/Acpi60.h | 6 +++--- MdePkg/Include/IndustryStandard/Acpi61.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/

[edk2] [PATCH] ShellPkg SmbiosView: Eliminate trailing " | " in PrintBitsInfo()

2017-02-09 Thread Star Zeng
Flags: Hosting board | Replaceable Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Jaben Carsey <jaben.car...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 18

[edk2] [PATCH] MdePkg DxeHobLib: Make GetHobList working before Constructor is called

2017-01-16 Thread Star Zeng
ributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Library/DxeHobLib/HobLib.c | 67 --- 1 file changed, 34 insertions(+), 33 deletions(-) diff --git a/MdePkg/Library/DxeHobLib/HobLib.c b/MdePkg/Li

[edk2] [PATCH 3/7] MdeModulePkg: Use EfiEventEmptyFunction from UefiLib

2017-01-16 Thread Star Zeng
ney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c | 23 ++ MdeModulePkg/Core/Dxe/DxeMain.h| 18 +---

[edk2] [PATCH 4/7] IntelFrameworkModulePkg: Use EfiEventEmptyFunction from UefiLib

2017-01-16 Thread Star Zeng
ney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- IntelFrameworkModulePkg/Universal/BdsDxe/BdsEntry.c | 20 +--- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/IntelFrame

[edk2] [PATCH 2/7] IntelFrameworkPkg UefiLib: Make the event empty function public

2017-01-16 Thread Star Zeng
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../Library/FrameworkUefiLib/UefiLib.c | 42 +++--- .../Library/FrameworkUefiLib/UefiLibInternal.h | 20 +-- .../Library/FrameworkUefiLib/Ue

[edk2] [PATCH 1/7] MdePkg UefiLib: Make the event empty function public

2017-01-16 Thread Star Zeng
on Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Include/Library/UefiLib.h | 18 +- MdePkg/Library/UefiLib/UefiLib.c | 42 +++- MdePkg/Library/UefiLib/UefiLibInternal.h | 20 +-- MdePkg/Library/Uefi

[edk2] [PATCH 0/7] Make the event empty function in UefiLib public

2017-01-16 Thread Star Zeng
Feng Tian <feng.t...@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Maurice Ma <maurice...@intel.com> Cc: Prince Agyeman <prince.agye...@intel.com> Cc: Kelly Steele <kelly.ste...@intel.com> Cc: Leif Lindholm <leif.lindh...@linaro.org> Cc: Ard Biesheuvel <ard.biesheu.

[edk2] [PATCH 5/7] CorebootPayloadPkg: Use EfiEventGroupSignal from UefiLib

2017-01-16 Thread Star Zeng
ney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../PlatformBootManagerLib/PlatformBootManager.c | 25 ++ 1 file changed, 2 insertions(+), 23 deletions(-) diff --git

[edk2] [PATCH 6/7] QuarkPlatformPkg: Use EfiEventGroupSignal from UefiLib

2017-01-16 Thread Star Zeng
d-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../PlatformBootManagerLib/PlatformBootManager.c | 25 ++ 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/QuarkPlatformPkg/Library/PlatformBootManagerLib/

[edk2] [PATCH 7/7] ArmPlatformPkg: Use EfiEventGroupSignal from UefiLib

2017-01-16 Thread Star Zeng
ney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../Library/PlatformIntelBdsLib/IntelBdsPlatform.c | 36 ++ .../Library/PlatformIntelBdsLib/IntelBdsPlatform.h |

[edk2] [PATCH 3/3] ShellPkg SmbiosView: Add decoding of SMBIOS spec 3.1.0

2017-01-16 Thread Star Zeng
0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../SmbiosView/PrintInfo.c | 44 - .../SmbiosView/QueryTable.c| 56 ++ .../SmbiosView/SmbiosViewStrings.uni | 1 + .../UefiShellDeb

[edk2] [PATCH 0/3] Add SMBIOS spec 3.1.0 support

2017-01-16 Thread Star Zeng
MB • System Slots (Type 9): – Add Mini PCIe support Cc: Liming Gao <liming@intel.com> Cc: Michael Kinney <michael.d.kin...@intel.com> Cc: Feng Tian <feng.t...@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Jaben Carsey <jaben.car...@intel.com> Star Zeng (3): MdePkg

[edk2] [PATCH 1/3] MdePkg: Add definitions for SMBIOS spec 3.1.0

2017-01-16 Thread Star Zeng
CIe support Cc: Liming Gao <liming@intel.com> Cc: Michael Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Include/IndustryStandard/SmBios.h | 46 +--

[edk2] [PATCH 2/3] MdeModulePkg: Update PcdSmbiosVersion to 0x0301 for SMBIOS spec 3.1.0

2017-01-16 Thread Star Zeng
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=340 Cc: Feng Tian <feng.t...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/MdeModulePkg.dec | 2 +-

[edk2] [PATCH] MdePkg: Correct comments of macros FixedPcdGetX/PatchPcdXXX in PcdLib.h

2017-01-16 Thread Star Zeng
The patch is also to refine comments of macros PcdToken and PcdTokenEx. Cc: Liming Gao <liming@intel.com> Cc: Michael Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Includ

[edk2] [PATCH] ShellPkg SmbiosView: Add missing decoding of SMBIOS spec 3.0.0

2017-01-16 Thread Star Zeng
on Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../SmbiosView/PrintInfo.c | 18 - .../SmbiosView/QueryTable.c| 80 ++ 2 files changed, 97 insertions(+), 1 deletion(-) diff --git

[edk2] [PATCH] ShellPkg SmbiosView: Add missing decoding of SlotType AGP8X

2017-01-16 Thread Star Zeng
ibuted-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosVi

[edk2] [PATCH 2/6] MdeModulePkg PiDxeS3BootScriptLib: Support multiple PCI segment

2016-08-19 Thread Star Zeng
: Jiewen Yao <jiewen@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Chan Amy <chan@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com>

[edk2] [PATCH 0/6] PiDxeS3BootScriptLib: Support multiple PCI segment

2016-08-19 Thread Star Zeng
: Jiewen Yao <jiewen@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Chan Amy <chan@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Cc: Kelly Steele <kelly.ste...@intel.com> Cc: David Wei <david@intel.com> Cc: Chao Zhang <chao.b.zh...@in

[edk2] [PATCH 1/6] MdeModulePkg PiDxeS3BootScriptLib: Remove the trailing white spaces

2016-08-19 Thread Star Zeng
Cc: Jiewen Yao <jiewen@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Chan Amy <chan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../PiDxeS3BootScriptLib/BootScr

[edk2] [PATCH 5/6] QuarkSocPkg/QuarkSocPkg.dsc: Declare PciSegmentLib

2016-08-19 Thread Star Zeng
om> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- QuarkSocPkg/QuarkSocPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/QuarkSocPkg/QuarkSocPkg.dsc b/QuarkSocPkg/QuarkSocPkg.dsc index 20301b36469b..42bb5bb9ab8a 100644 ---

[edk2] [PATCH 6/6] SecurityPkg/SecurityPkg.dsc: Declare PciSegmentLib

2016-08-19 Thread Star Zeng
om> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- SecurityPkg/SecurityPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc index 0ac4dfb5c83a..3b36d0f5a77a 100644 ---

[edk2] [PATCH 4/6] QuarkPlatformPkg: Declare PciSegmentLib in platform dsc

2016-08-19 Thread Star Zeng
n@intel.com> Cc: Kelly Steele <kelly.ste...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- QuarkPlatformPkg/Quark.dsc| 1 + QuarkPlatformPkg/QuarkMin.dsc | 1 + 2 files changed, 2 insertions(+) diff --git

[edk2] [PATCH 3/6] Vlv2TbltDevicePkg: Declare PciSegmentLib in platform dsc

2016-08-19 Thread Star Zeng
n@intel.com> Cc: David Wei <david@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 1 + Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 1 + Vlv2TbltDevicePkg/Platfo

[edk2] [PATCH 0/2] DP: Link DxeSmmPerformanceLib to make DP command generic

2017-02-28 Thread Star Zeng
Current PerformancePkg is linking DxePerformanceLib that could only dump PEI and DXE performance log. Current ShellPkg is linking BasePerformanceLibNull. We could link DxeSmmPerformanceLib to make DP command built from PerformancePkg and ShellPkg generic. Star Zeng (2): PerformancePkg: Link

[edk2] [PATCH 1/2] PerformancePkg: Link DxeSmmPerformanceLib to make DP command generic

2017-02-28 Thread Star Zeng
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=412 Also remove the unreferenced TimerLib mapping. Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- PerformancePkg/Performance

[edk2] [PATCH 2/2] ShellPkg: Link DxeSmmPerformanceLib to make DP command generic

2017-02-28 Thread Star Zeng
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=412 Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Jaben Carsey <jaben.car...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@int

[edk2] [PATCH] MdeModulePkg SmbiosMeasurementDxe: Add NominalSpeed in Type 27 to black list

2016-08-31 Thread Star Zeng
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../SmbiosMeasurementDxe/SmbiosMeasurementDxe.c| 31 ++ 1 file changed, 20 insertions(+), 11 deletions(-)

[edk2] [PATCH 2/2] MdeModulePkg PCD: Update PCD database structure definition to match BaseTools

2016-09-02 Thread Star Zeng
ribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Include/Guid/PcdDataBaseSignatureGuid.h | 14 +++--- MdeModulePkg/Universal/PCD/Dxe/Pcd.c | 2 +- MdeModulePkg/Universal/PCD/Dxe/Service.c | 2 +- MdeModulePkg

[edk2] [PATCH 1/2] BaseTools: Follow PI1.4a to fix artificial limitation of PCD SkuId range

2016-09-02 Thread Star Zeng
From: Yonghong Zhu Current BaseTools follow previous PI spec to use UINT8 for SkuId, to follow PI1.4a, BaseTools need to be updated to fix artificial limitation of PCD SkuId range. This patch is to update BaseTools to use UINT64 for SkuId, since the PCD database

[edk2] [PATCH 0/2] Follow PI1.4a to fix artificial limitation of PCD SkuId range

2016-09-02 Thread Star Zeng
, and if they are not upgraded at the same time, build error like below will be triggered to help user identify the problem. "Please make sure the version of PCD PEIM Service and the generated PCD PEI Database match." Star Zeng (1): MdeModulePkg PCD: Update PCD database structure definitio

[edk2] [PATCH V3] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()

2016-10-08 Thread Star Zeng
hael Kinney <michael.d.kin...@intel.com> Cc: Jiewen Yao <jiewen@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- PcAt

[edk2] [PATCH 0/6] Move/Extract generic duplicated code to Tpm2CommandLib

2016-09-20 Thread Star Zeng
PM2: Extract GetSupportedAndActivePcrs to Tpm2CommandLib Star Zeng (1): SecuriryPkg/TPM2: Update function header of GetDigestFromDigestList() SecurityPkg/Include/Library/Tpm2CommandLib.h | 85 - .../DxeTcg2PhysicalPresenceLib.c | 150 +--- .../Library/Tp

[edk2] [PATCH] SecurityPkg/TPM2: Sync PcrAllocations and PcrMask

2016-09-20 Thread Star Zeng
d PCRs, and the PcdTpm2HashMask are all in agreement. Cc: Chao B Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> Reviewed-by: Star Zeng <star.z...@intel.com> --- SecurityPkg/SecurityPkg.dsc | 1 +

[edk2] [PATCH 6/6] SecuriryPkg/TPM2: Extract GetSupportedAndActivePcrs to Tpm2CommandLib

2016-09-20 Thread Star Zeng
ine which hashing algorithms are supported. Cc: Chao B Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> Signed-off-by: Star Zeng <star.z...@intel.com> --- SecurityPkg/Include/Library/

[edk2] [PATCH 5/6] SecuriryPkg/TPM2: Move CopyDigestListToBuffer() to Tpm2CommandLib

2016-09-20 Thread Star Zeng
ibrary as internal function. Cc: Chao B Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> Signed-off-by: Star Zeng <star.z...@intel.com> --- SecurityPkg/Include/Library/Tpm2CommandLib.h

[edk2] [PATCH 2/6] SecuriryPkg/TPM2: Move GetDigestFromDigestList() to Tpm2CommandLib

2016-09-20 Thread Star Zeng
0 Signed-off-by: Jiewen Yao <jiewen@intel.com> Signed-off-by: Star Zeng <star.z...@intel.com> --- SecurityPkg/Include/Library/Tpm2CommandLib.h | 18 + SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c | 38 ++- SecurityPkg/Tcg/Tcg2Dxe/Tc

[edk2] [PATCH 4/6] SecuriryPkg/TPM2: Move GetDigestListSize() to Tpm2CommandLib

2016-09-20 Thread Star Zeng
n@intel.com> Signed-off-by: Star Zeng <star.z...@intel.com> --- SecurityPkg/Include/Library/Tpm2CommandLib.h | 13 + SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c | 26 ++ SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c | 25 -

[edk2] [PATCH 2/2] IntelFrameworkModulePkg FwVolDxe: Return correct AuthStatus for FvReadFile

2016-08-26 Thread Star Zeng
Inherit the authentication status from FV. Cc: Jiewen Yao <jiewen@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../

[edk2] [PATCH 0/2] Return correct AuthenticationStatus for FvReadFile()

2016-08-26 Thread Star Zeng
Inherit the authentication status from FV. Cc: Jiewen Yao <jiewen@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Star Zeng (2): MdeModulePkg DxeCore: Return correct AuthStatus for FvReadFile IntelFrameworkModulePkg FwVolD

[edk2] [PATCH 1/2] MdeModulePkg DxeCore: Return correct AuthStatus for FvReadFile

2016-08-26 Thread Star Zeng
Inherit the authentication status from FV. Cc: Jiewen Yao <jiewen@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- Mde

[edk2] [PATCH] MdeModulePkg VarCheck: #### in L"Boot####" are upper case hex

2016-08-26 Thread Star Zeng
-). The patch also makes L"HwErrRec" follow this rule. Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Library/VarCheckLib/VarCheckLib.c | 16 +++

[edk2] [PATCH] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()

2016-09-28 Thread Star Zeng
Clear bits [31:24] when reading ACPI timer count by IoRead32(), also add comments "Note: The library only supports 24Bits ACPI timer" in INF. Cc: Jiewen Yao <jiewen@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1

[edk2] [PATCH V2] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()

2016-09-28 Thread Star Zeng
t; Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c | 8 PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.i

[edk2] [PATCH] MdeModulePkg DxeCore: Show error message on unaligned FvImage issue

2016-11-10 Thread Star Zeng
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=205 Cc: Jiewen Yao <jiewen@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Core/Dxe/FwVolBloc

[edk2] [PATCH] MdePkg PeiServicesLib: Make sure FvInfo has FFS2 format if FvFormat == NULL

2016-10-23 Thread Star Zeng
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=160 Cc: Liming Gao <liming@intel.com> Cc: Sean Brogan <sean.bro...@microsoft.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Library/PeiServicesLib/Pei

[edk2] [PATCH] MdeModulePkg PeiCore: Make sure FvInfo has FFS2 format if Ffs2Guid FvFormat

2016-10-24 Thread Star Zeng
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=160 Cc: Liming Gao <liming@intel.com> Cc: Sean Brogan <sean.bro...@microsoft.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Core/Pei/

[edk2] [PATCH 3/3] SecurityPkg Tcg2ConfigDxe: Remove BlockSID actions and related strings

2016-11-24 Thread Star Zeng
reement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr| 3 --- SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigStrings.uni | 3 --- 2 files changed, 6 deletions(-) diff --git a/SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr b/SecurityPkg/Tcg/Tcg2Con

[edk2] [PATCH 2/3] SecurityPkg OpalPasswordDxe: Use PP actions to enable BlockSID

2016-11-24 Thread Star Zeng
intel.com> Signed-off-by: Star Zeng <star.z...@intel.com> --- SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalDriver.c | 25 +--- SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalDriver.h | 3 +- SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c | 139 - .../Opal/OpalPasswordDxe/O

[edk2] [PATCH 1/3] SecurityPkg Tcg2PPLib: Support BlockSID related actions

2016-11-24 Thread Star Zeng
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../Include/Library/Tcg2PhysicalPresenceLib.h | 7 + .../DxeTcg2PhysicalPresenceLib.c | 241 +++-- .../PeiTcg2PhysicalPresenceLib.c

[edk2] [PATCH 0/3] Support TCG2 BlockSID related actions

2016-11-24 Thread Star Zeng
Cc: Jiewen Yao <jiewen@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Cc: Eric Dong <eric.d...@intel.com> Eric Dong (1): SecurityPkg OpalPasswordDxe: Use PP actions to enable BlockSID Star Zeng (2): SecurityPkg Tcg2PPLib: Support BlockSID related actions Securit

[edk2] [PATCH] SecurityPkg Tcg2ConfigDxe: Align Attempt TPM Device help with options

2016-11-24 Thread Star Zeng
Current options only have TPM 1.2 and TPM 2.0, but help shows Disable, TPM1.2, or TPM2.0, they are mismatched. Cc: Jiewen Yao <jiewen@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star

[edk2] [PATCH] SecurityPkg Tcg2Dxe: Get correct digest list size

2016-11-17 Thread Star Zeng
Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c b/Secur

[edk2] [PATCH 0/2] Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB

2016-11-17 Thread Star Zeng
Star Zeng (2): SecurityPkg TPM2: Make IsHashAlgSupportedInHashAlgorithmMask external SecurityPkg Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB SecurityPkg/Include/Library/Tpm2CommandLib.h | 16 ++ SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c | 1 + SecurityPkg/Tcg/Tcg2Dxe

<    1   2   3   4   5   6   7   8   9   >