[edk2] [PATCH 1/2] SecurityPkg TPM2: Make IsHashAlgSupportedInHashAlgorithmMask external

2016-11-17 Thread Star Zeng
Current IsHashAlgSupportedInHashAlgorithmMask is only an internal function, this patch makes it external for coming consumer. 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

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

2016-11-17 Thread Star Zeng
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.z...@intel.com> --- SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c | 80 +-- 1 file chan

[edk2] [PATCH V2] SecurityPkg TPM2: Assign real copied count in CopyDigestListToBuffer()

2016-11-17 Thread Star Zeng
In CopyDigestListToBuffer() of Tpm2CommandLib, the count in returned Buffer should be real copied DigestList count. 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 TPM2: Assign real copied count in CopyDigestListToBuffer()

2016-11-16 Thread Star Zeng
In CopyDigestListToBuffer() of Tpm2CommandLib, the count in returned Buffer should be real copied DigestList count. 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 V2 1/4] SecurityPkg TPM2: Make IsHashAlgSupportedInHashAlgorithmMask external

2016-11-17 Thread Star Zeng
Current IsHashAlgSupportedInHashAlgorithmMask is only an internal function, this patch makes it external for coming consumer. 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

[edk2] [PATCH V2 2/4] SecurityPkg TPM2: Add GetHashMaskFromAlgo() into Tpm2CommandLib

2016-11-17 Thread Star Zeng
Add GetHashMaskFromAlgo() into Tpm2CommandLib for coming consumer. 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.z...@intel.com> --- SecurityPkg/Include/Librar

[edk2] [PATCH V2 4/4] SecurityPkg Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB

2016-11-17 Thread Star Zeng
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.z...@intel.com> --- SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c | 98 +-- 1 file chan

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

2016-11-17 Thread Star Zeng
V2: Add PATCH 2/4 and 3/4. Add GetHashMaskFromAlgo() into Tpm2CommandLib. Update desc for param Buffer of GetDigestListSize(). Check if required digests in event2 log are reported and show error if not. PATCH 4/4 will consume GetHashMaskFromAlgo() that's why PATCH 2/4 added. Star Zeng (4

[edk2] [PATCH V2 3/4] SecurityPkg TPM2: Update desc for param Buffer of GetDigestListSize()

2016-11-17 Thread Star Zeng
Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- SecurityPkg/Include/Library/Tpm2CommandLib.h | 2 +- SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SecurityPkg/Include/Library/Tpm2Command

[edk2] [PATCH] SecurityPkg Tcg2Pei: Add comments into LogHashEvent()

2016-11-17 Thread Star Zeng
Add comments into LogHashEvent() to describe the usage of GetDigestListSize (DigestList). 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.z...@intel.com> --

[edk2] [PATCH] SecurityPkg DxeTcg2PPLib: Lock Tcg2PhysicalPresenceFlags variable on S4

2016-11-17 Thread Star Zeng
The code updates Tcg2PhysicalPresenceLibProcessRequest() to also lock Tcg2PhysicalPresenceFlags variable on S4. 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] MdePkg PeiHobLib: Check FV alignment when building FV HOB

2016-11-13 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> 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 V2 2/3] IntelFrameworkPkg PeiHobLib: Check FV alignment when building FV HOB

2016-11-15 Thread Star Zeng
c: Michael D Kinney <michael.d.kin...@intel.com> Cc: Jeff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../Library/PeiHobLibFramework/HobLib.c| 70 +- 1 fil

[edk2] [PATCH V2 3/3] ArmVirtPkg DxeHobLib: Update func header description of BuildFv(2)Hob()

2016-11-15 Thread Star Zeng
Laszlo Ersek <ler...@redhat.com> Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- ArmVirtPkg/Library/ArmVirtDxeHobLib/HobLib.c | 4 +++- 1 file changed, 3 insertions(+), 1

[edk2] [PATCH V2 1/3] MdePkg HobLib: Check FV alignment when building FV HOB

2016-11-15 Thread Star Zeng
c: Michael D Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Include/Library/HobLib.h | 4 +- MdePkg/Library/DxeCoreHobLib/HobLib.c | 4 +- MdePkg/Library/DxeHobLib/HobLib.c

[edk2] [PATCH V2 0/3] HobLib: Check FV alignment when building FV HOB

2016-11-15 Thread Star Zeng
Yao <jiewen@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Jeff Fan <jeff@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Star Zeng (3): MdePkg HobLib:

[edk2] [PATCH] MdeModulePkg VariableSmm: Do not need check CommBufferSize buffer

2016-12-08 Thread Star Zeng
c: 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> --- MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.c | 9 - 1 file changed, 4 insertions

[edk2] [PATCH] MdeModulePkg VariableSmm: Check InfoSize correctly

2016-12-09 Thread Star Zeng
...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../Universal/Variable/RuntimeDxe/VariableSmm.c| 25 +++--- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/MdeModulePkg/Universal/Variable/Runti

[edk2] [PATCH] MdeModulePkg DxeCorePerformanceLib: Only support linking with DxeCore

2017-01-12 Thread Star Zeng
on Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf b/Md

[edk2] [PATCH] IntelFsp2Pkg: 41d739e breaks flat tree build

2016-12-04 Thread Star Zeng
t;maurice...@intel.com> Cc: Jiewen Yao <jiewen@intel.com> Cc: Giri P Mudusuru <giri.p.mudus...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- IntelFsp2Pkg/Tools/GenCfgOpt.py | 13 - 1 file changed

[edk2] [PATCH] SecurityPkg Tcg2ConfigDxe: Typecast to (CHAR8*) as para of AsciiStrSize

2017-01-08 Thread Star Zeng
Cc: Dandan Bi <dandan...@intel.com> 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.z...@intel.com> --- SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDriver.c |

[edk2] [PATCH] SecurityPkg Tcg2ConfigDxe: Refine debug message and comments

2017-01-08 Thread Star Zeng
Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDriver.c | 6 +++--- SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c | 4 ++-- 2 files changed, 5 inse

[edk2] [PATCH V2 2/5] MdeModulePkg TerminalDxe: Execute key notify func at TPL_CALLBACK

2016-12-23 Thread Star Zeng
oCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../Universal/Console/TerminalDxe/Terminal.c | 25 ++- .../Universal/Console/TerminalDxe/Terminal.h | 80 - .../Universal/Console/TerminalDxe/TerminalConIn.c | 186 +++

[edk2] [PATCH V2 4/5] IntelFrameworkModulePkg Ps2KbDxe: Execute key notify func at TPL_CALLBACK

2016-12-23 Thread Star Zeng
ntel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> Reviewed-by: Jeff Fan <jeff@intel.com> --- .../Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c | 14 -- .../Bus/Isa/Ps2KeyboardDxe/Ps2KbdTextIn.c | 51

[edk2] [PATCH V2 1/5] MdeModulePkg UsbKbDxe: Execute key notify func at TPL_CALLBACK

2016-12-23 Thread Star Zeng
oCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.c | 68 +++- MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.h | 17 +++- MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.c | 12 -- 3 files changed, 92 in

[edk2] [PATCH V2 0/5] Execute key notify function at TPL_CALLBACK

2016-12-23 Thread Star Zeng
eff@intel.com> Cc: Michael Zimmermann <sigmaepsilo...@gmail.com> Star Zeng (5): MdeModulePkg UsbKbDxe: Execute key notify func at TPL_CALLBACK MdeModulePkg TerminalDxe: Execute key notify func at TPL_CALLBACK MdeModulePkg Ps2KbDxe: Execute key notify func at TPL_CALLBACK In

[edk2] [PATCH V2 5/5] IntelFrameworkModulePkg KbDxe: Execute key notify func at TPL_CALLBACK

2016-12-23 Thread Star Zeng
ntel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> Reviewed-by: Jeff Fan <jeff@intel.com> --- .../Csm/BiosThunk/KeyboardDxe/BiosKeyboard.c | 86 -- .../Csm/BiosThunk/KeyboardDxe/BiosKeyboard.h

[edk2] [PATCH V2] MdeModulePkg ConSplitterDxe: Support toggle state sync

2016-12-25 Thread Star Zeng
() and ToggleStateSyncToNewConInDev() to be in-line of the caller, add more comments to make the code more clear. Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Michael Kinney <michael.d.kin...@intel.com> Cc: Feng Tian <feng.t...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 S

[edk2] [PATCH] MdeModulePkg ConSplitterDxe: Support toggle state sync

2016-12-22 Thread Star Zeng
will report the partial key after it is required by calling SetState(X | KEY_STATE_VALID_EXPOSED) explicitly. Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Michael Kinney <michael.d.kin...@intel.com> Cc: Feng Tian <feng.t...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 S

[edk2] [PATCH 3/5] MdeModulePkg Ps2KbDxe: Execute key notify func at TPL_CALLBACK

2016-12-22 Thread Star Zeng
oCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c | 7 +++- MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdTextIn.c | 45 ++ MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.c | 20

[edk2] [PATCH 1/5] MdeModulePkg UsbKbDxe: Execute key notify func at TPL_CALLBACK

2016-12-22 Thread Star Zeng
oCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.c | 64 +++- MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.h | 17 - MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.c | 10 +++-- 3 files changed, 86 in

[edk2] [PATCH 0/5] Execute key notify function at TPL_CALLBACK

2016-12-22 Thread Star Zeng
gt; Cc: Michael Kinney <michael.d.kin...@intel.com> Cc: Feng Tian <feng.t...@intel.com> Cc: Jeff Fan <jeff@intel.com> Cc: Michael Zimmermann <sigmaepsilo...@gmail.com> Star Zeng (5): MdeModulePkg UsbKbDxe: Execute key notify func at TPL_CALLBACK MdeModulePkg Termin

[edk2] [PATCH 2/5] MdeModulePkg TerminalDxe: Execute key notify func at TPL_CALLBACK

2016-12-22 Thread Star Zeng
oCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../Universal/Console/TerminalDxe/Terminal.c | 25 ++- .../Universal/Console/TerminalDxe/Terminal.h | 80 +- .../Universal/Console/TerminalDxe/TerminalConIn.c | 177 +++

[edk2] [PATCH 4/5] IntelFrameworkModulePkg Ps2KbDxe: Execute key notify func at TPL_CALLBACK

2016-12-22 Thread Star Zeng
ntel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c | 9 +++-- .../Bus/Isa/Ps2KeyboardDxe/Ps2KbdTextIn.c | 47 +- .../Bus/Isa/Ps2KeyboardDx

[edk2] [PATCH] MdeModulePkg/AcpiTableDxe: Not make FADT.{DSDT, X_DSDT} mutual exclusion

2017-03-16 Thread Star Zeng
ion Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> NOTE: This patch comes out from the discussion at https://lists.01.org/pipermail/edk2-devel/2017-March/008580.html. --- .../Acpi/AcpiTableDxe/AcpiTableProtocol.c | 88 +- 1 file changed, 34 insert

[edk2] [PATCH] MdeModulePkg CapsuleApp: Add -NR (no-reset) option support

2017-03-20 Thread Star Zeng
aofeng Wang <winggundu...@163.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> Note: the related discussion was at https://lists.01.org/pipermail/edk2-devel/2017-February/007513.html. --- MdeModulePkg/Application/CapsuleApp

[edk2] [PATCH 0/3] DP: Handle "/" separator in debug path for GCC

2017-03-14 Thread Star Zeng
Star Zeng (3): PerformancePkg Dp_App: Handle "/" separator in debug path for GCC build ShellPkg UefiDpLib: Handle "/" separator in debug path for GCC build MdeModulePkg BmPerf: Handle "/" separator in debug path for GCC build MdeModulePkg/Library/UefiBoot

[edk2] [PATCH 1/3] PerformancePkg Dp_App: Handle "/" separator in debug path for GCC build

2017-03-14 Thread Star Zeng
Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- PerformancePkg/Dp_App/DpUtilities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PerformancePkg/Dp_App/DpUt

[edk2] [PATCH 3/3] MdeModulePkg BmPerf: Handle "/" separator in debug path for GCC build

2017-03-14 Thread Star Zeng
Cc: Liming Gao <liming@intel.com> Cc: Ruiyu Ni <ruiyu...@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/Library/UefiBootManagerLib/BmPerformance.c

[edk2] [PATCH 2/3] ShellPkg UefiDpLib: Handle "/" separator in debug path for GCC build

2017-03-14 Thread Star Zeng
Cc: Liming Gao <liming@intel.com> 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/UefiDpLib/DpUtilities.c | 2 +- 1 f

[edk2] [PATCH] MdeModulePkg CapsuleApp: Add directory support

2017-04-12 Thread Star Zeng
is to add directory support for CapsuleApp by using shell protocol. Cc: Jiewen Yao <jiewen@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/Application/Cap

[edk2] [PATCH] MdeModulePkg PiSmmCore: Remove unreferenced symbol for SMRAM profile

2017-03-14 Thread Star Zeng
ibuted-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Core/PiSmmCore/SmramProfileRecord.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/MdeModulePkg/Core/PiSmmCore/SmramProfileRecord.c b

[edk2] [PATCH] MdeModulePkg DxeCore: Remove unreferenced symbol for memory profile

2017-03-14 Thread Star Zeng
ibuted-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Core/Dxe/Mem/MemoryProfileRecord.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MdeModulePkg/Core/Dxe/Mem/MemoryProfileRecord.c b/MdeModu

[edk2] [PATCH] MdeModulePkg PCD: Allow SkuId to be changed only once

2017-03-14 Thread Star Zeng
ichael Kinney <michael.d.kin...@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/Universal/PCD/Dxe/Pcd.c | 27 +++ MdeModulePkg/Univ

[edk2] [PATCH] MdeModulePkg PiSmmCore: Enhance SMM FreePool to catch buffer overflow

2017-04-19 Thread Star Zeng
wen@intel.com> Cc: Hao Wu <hao...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Core/PiSmmCore/PiSmmCore.h | 22 ++--- MdeModulePkg/Core/PiSmmCore/Pool.c | 44

[edk2] [PATCH] UefiCpuPkg SecCore: Fix operands of different size in bitwise operation

2017-08-01 Thread Star Zeng
It is introduced by 9e9ca2100f22be29f1a53129d741f4305ff34a71. Cc: Hao Wu <hao.a...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Jeff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com>

[edk2] [PATCH 1/2] MdePkg: Add definition for SecHobData PPI

2017-08-02 Thread Star Zeng
This PPI is introduced in PI Version 1.5. Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Include/Ppi/SecHobData.h | 65 + MdePk

[edk2] [PATCH 0/2] Add SecHobData PPI support

2017-08-02 Thread Star Zeng
This PPI is introduced in PI Version 1.5. Cc: Liming Gao <liming@intel.com> Star Zeng (2): MdePkg: Add definition for SecHobData PPI MdeModulePkg PeiCore: Install SEC HOB data MdeModulePkg/Core/Pei/Hob/Hob.c | 74 ++- MdeModulePkg/Co

[edk2] [PATCH 2/2] MdeModulePkg PeiCore: Install SEC HOB data

2017-08-02 Thread Star Zeng
PEIMs. Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Core/Pei/Hob/Hob.c | 74 ++- MdeModulePkg/Core/Pei/PeiMain.h | 17 + MdeMo

[edk2] [PATCH] MdeModulePkg SerialDxe: Process timeout consistently in SerialRead

2017-08-04 Thread Star Zeng
o Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Universal/SerialDxe/SerialIo.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Universal

[edk2] [PATCH V2] edk2: Fix typo in Contributions.txt

2017-08-15 Thread Star Zeng
V2: Use "license" instead of "BSD License" V1: Use "FreeBSD" instead of "BSD" Cc: Michael D Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.z...@intel.com> --- Contrib

[edk2] [PATCH 0/2] DP: Init CustomCumulativeData.MinDur

2017-08-11 Thread Star Zeng
Init CustomCumulativeData.MinDur to PERF_MAXDUR, otherwise the MinDur displayed for custom cumulative data will be always 0, but not the real shortest duration. Cc: Liming Gao <liming@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Cinnamon Shia <cinnamon.s...@hpe.com

[edk2] [PATCH 2/2] ShellPkg UefiDpLib: Init CustomCumulativeData.MinDur

2017-08-11 Thread Star Zeng
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- ShellPkg/Library/UefiDpLib/Dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiDpLib/Dp.c b/ShellPkg/Library/UefiDpLib/Dp.c index 35ead751b

[edk2] [PATCH 1/2] PerformancePkg DP: Init CustomCumulativeData.MinDur

2017-08-11 Thread Star Zeng
greement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- PerformancePkg/Dp_App/Dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PerformancePkg/Dp_App/Dp.c b/PerformancePkg/Dp_App/Dp.c index 4cdc39edb42e..484ef2d50b80 100644 --- a/PerformancePkg/Dp_App/Dp.c ++

[edk2] [PATCH] IntelSiliconPkg: Fix VS2015 NOOPT IA32 build failure in IntelVTdDxe

2017-08-10 Thread Star Zeng
in structure definition, and also update IntelVTdDxe code accordingly. Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- IntelSiliconPkg/Include/IndustryStandard/V

[edk2] [PATCH] edk2: Fix typo in Contributions.txt

2017-08-14 Thread Star Zeng
Cc: Michael D Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.z...@intel.com> --- Contributions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributions.txt b/Contributio

[edk2] [PATCH 0/2] DxeCore: Fix double free pages on LoadImage failure path

2017-08-10 Thread Star Zeng
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=667 REF: https://lists.01.org/pipermail/edk2-devel/2017-August/013112.html Star Zeng (2): MdeModulePkg DxeCore: Fix double free pages on LoadImage failure path MdeModulePkg DxeCore: Enhance "ConvertPages: Incompatible memory

[edk2] [PATCH 2/2] MdeModulePkg DxeCore: Enhance "ConvertPages: Incompatible memory types"

2017-08-10 Thread Star Zeng
TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Core/Dxe/Mem/Page.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Core/Dxe/Mem/Page.c b/MdeModulePkg/Core/Dxe/Mem/Page.c index 3b3b9a8131a2..a142c79ee2ca 10

[edk2] [PATCH 1/2] MdePkg Hsti.h: Update version info to 1.1a

2017-07-14 Thread Star Zeng
The definition for 1.1a has no difference with 1.0. Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Include/IndustryStandard/Hsti.h | 6 +++--- 1 file changed, 3 insertions(+),

[edk2] [PATCH 2/2] MdePkg DxeHstiLib: Fix memory leak issue

2017-07-14 Thread Star Zeng
The Hsti returned from InternalHstiFindAip() and temporally allocated NewHsti need to be freed after used. Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Library/DxeHstiLib/H

[edk2] [PATCH 0/2] Minor update to HSTI

2017-07-14 Thread Star Zeng
Separated patch commit log has the change information. Star Zeng (2): MdePkg Hsti.h: Update version info to 1.1a MdePkg DxeHstiLib: Fix memory leak issue MdePkg/Include/IndustryStandard/Hsti.h | 6 +++--- MdePkg/Library/DxeHstiLib/HstiDxe.c| 7 +-- 2 files changed, 8 insertions

[edk2] [PATCH 3/3] UefiCpuPkg PiSmmCommunicationSmm: Deprecate SMM Communication ACPI Table

2017-07-20 Thread Star Zeng
Follow UEFI 2.7 spec to deprecate SMM Communication ACPI Table, PiSmmCommunicationSmm will not install SMM Communication ACPI Table anymore. Cc: Jiewen Yao <jienwen@intel.com> Cc: Jeff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-b

[edk2] [PATCH 2/3] MdePkg: Follow UEFI 2.7 spec to deprecate SMM Communication ACPI Table

2017-07-20 Thread Star Zeng
lt;liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Include/Pi/PiSmmCommunicationAcpiTable.h | 20 --- MdePkg/Include/PiSmm.h | 3 +-- MdePkg/Include/Protocol/SmmCommuni

[edk2] [PATCH 0/3] Follow UEFI 2.7 spec to deprecate SMM Communication ACPI Table

2017-07-20 Thread Star Zeng
Delete SMM Communication ACPI Table definition and update PiSmmCommunicationSmm to not install SMM Communication ACPI Table anymore. Star Zeng (3): SecurityPkg OpalPasswordSupportLib: Remove include to UefiAcpiDataTable.h MdePkg: Follow UEFI 2.7 spec to deprecate SMM Communication ACPI

[edk2] [PATCH 1/3] SecurityPkg OpalPasswordSupportLib: Remove include to UefiAcpiDataTable.h

2017-07-20 Thread Star Zeng
Remove redundant include to UefiAcpiDataTable.h as SmmCommunication.h will help to include it. Cc: Jiewen Yao <jiewen@intel.com> Cc: Eric Dong <dong.e...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- S

[edk2] [PATCH] MdeModulePkg SmmLockBoxDxeLib: Get SmmCommRegion for COMM buffer

2017-07-21 Thread Star Zeng
by gEdkiiPiSmmCommunicationRegionTableGuid for COMM buffer Cc: Jiewen Yao <jiewen@intel.com> Cc: Baraneedharan Anbazhagan <anbazha...@hp.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../Library/SmmLockBoxLib/SmmLockBoxDx

[edk2] [PATCH] MdeModulePkg Xhci: Also RecoverHaltedEndpoint for BABBLE_ERROR

2017-07-24 Thread Star Zeng
nni...@broadcom.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c| 2 +- MdeModulePkg/Bus/Pci/XhciPei/XhcPeim.c | 6 +++--- 2 files changed, 4 insertio

[edk2] [PATCH 0/2] Handle notification PPI from SEC

2017-07-28 Thread Star Zeng
This patch series is to follow latest (>= 1.5) PI spec to handle notification PPI from SEC. Star Zeng (2): MdePkg PiPeiCis.h: Add description for notification PPI from SEC MdeModulePkg PeiCore: Handle notification PPI from SEC MdeModulePkg/Core/Pei/PeiMain.h | 14 MdeModule

[edk2] [PATCH 2/2] MdeModulePkg PeiCore: Handle notification PPI from SEC

2017-07-28 Thread Star Zeng
InstallPpi() will be used for normal PPI in PPI list from SEC, and NotifyPpi() will be used for notification PPI in PPI list from SEC. Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> ---

[edk2] [PATCH 1/2] MdePkg PiPeiCis.h: Add description for notification PPI from SEC

2017-07-28 Thread Star Zeng
This patch is to follow latest (>= 1.5) PI spec to add description for notification PPI from SEC Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Include/Pi/PiPeiCis.h | 17 +

[edk2] [PATCH] MdePkg UsbFunctionIo.h: Update comments for GetDeviceInfo return status

2017-07-19 Thread Star Zeng
. Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Include/Protocol/UsbFunctionIo.h | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/MdePkg/Incl

[edk2] [PATCH 0/2] Correct the comments of PeiResetSystem2

2017-06-29 Thread Star Zeng
Star Zeng (2): MdePkg: Correct the comments of EFI_PEI_RESET2_SYSTEM MdeModulePkg PeiCore: Correct the comments of PeiResetSystem2 MdeModulePkg/Core/Pei/PeiMain.h | 4 ++-- MdeModulePkg/Core/Pei/Reset/Reset.c | 4 ++-- MdePkg/Include/Pi/PiPeiCis.h| 4 ++-- 3 files changed, 6

[edk2] [PATCH 1/2] MdePkg: Correct the comments of EFI_PEI_RESET2_SYSTEM

2017-06-29 Thread Star Zeng
Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Include/Pi/PiPeiCis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/Pi/PiPeiCis.h b/MdePk

[edk2] [PATCH 2/2] MdeModulePkg PeiCore: Correct the comments of PeiResetSystem2

2017-06-29 Thread Star Zeng
Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Core/Pei/PeiMain.h | 4 ++-- MdeModulePkg/Core/Pei/Reset/Reset.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)

[edk2] [PATCH] MdeModulePkg ResetSystem: Update the comments of ResetSystem()

2017-06-29 Thread Star Zeng
Update the comments of ResetSystem() that was missed by 37078045d717 and 28426918f0ea. Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Dandan Bi <dandan...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeM

[edk2] [PATCH] MdeModulePkg CapsuleApp: Fix print info in BuildGatherList()

2017-06-30 Thread Star Zeng
om> Cc: Cloud Wang <winggundu...@163.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Applica

[edk2] [PATCH V5] MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol

2017-06-28 Thread Star Zeng
samsung.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Gabriel Somlo <gso...@gmail.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Amit Kumar <amit...@samsung.com> Signed-off-by: Star Zeng <st

[edk2] [RFC 2/2] Example: The PCDs configuring for multiple SKUs with sub SKU support

2017-04-25 Thread Star Zeng
--- Nt32Pkg/Nt32Pkg.dsc | 116 1 file changed, 16 insertions(+), 100 deletions(-) diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc index 573875fe4b95..7b468c18ad7a 100644 --- a/Nt32Pkg/Nt32Pkg.dsc +++ b/Nt32Pkg/Nt32Pkg.dsc @@ -86,16

[edk2] [RFC 1/2] Example: The PCDs configuring for multiple SKUs with current SKU usage

2017-04-25 Thread Star Zeng
--- Nt32Pkg/Nt32Pkg.dec | 9 Nt32Pkg/Nt32Pkg.dsc | 125 2 files changed, 134 insertions(+) diff --git a/Nt32Pkg/Nt32Pkg.dec b/Nt32Pkg/Nt32Pkg.dec index 06da067bc1d9..7b330359c5d2 100644 --- a/Nt32Pkg/Nt32Pkg.dec +++

[edk2] [RFC 0/2] PCD: Extended SKU support 2 - sub SKU

2017-04-25 Thread Star Zeng
+ FruSkuV } else … LibPcdSetSku (PlatformSku); Cc: Michael Kinney <michael.d.kin...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Yonghong Zhu <yonghong....@intel.com> Star Zeng (2): Example: The PCDs configuring for multiple SKUs with current SKU usage

[edk2] [PATCH 1/3] UefiCpuPkg SecCore: Adjust PeiTemporaryRamBase to be 8byte aligned

2017-07-30 Thread Star Zeng
As HOB which has 8byte aligned requirement will be built based on them in PEI phase. Cc: Liming Gao <liming@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/Sec

[edk2] [PATCH 0/3] Add SecPerformancePpiCallBack to get SEC performance data in SecCore

2017-07-30 Thread Star Zeng
<jeff@intel.com> Star Zeng (3): UefiCpuPkg SecCore: Adjust PeiTemporaryRamBase to be 8byte aligned UefiCpuPkg SecCore: Add SecPerformancePpiCallBack MdeModulePkg FirmwarePerfPei: Remove SEC performance data getting code .../FirmwarePerformancePei.c

[edk2] [PATCH 3/3] MdeModulePkg FirmwarePerfPei: Remove SEC performance data getting code

2017-07-30 Thread Star Zeng
phase. This patch is to remove the SEC performance data getting code in FirmwarePerformancePei. Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../FirmwarePerformancePei.c

[edk2] [PATCH 2/3] UefiCpuPkg SecCore: Add SecPerformancePpiCallBack

2017-07-30 Thread Star Zeng
Add SecPerformancePpiCallBack to get SEC performance data and build HOB to convey the SEC performance data to DXE phase. Cc: Liming Gao <liming@intel.com> Cc: Jeff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star

[edk2] [PATCH] MdeModulePkg PiSmmCoreMemoryAllocLib: Fix a FreePool() assertion issue

2017-07-31 Thread Star Zeng
: Liming Gao <liming@intel.com> Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../MemoryAllocationLib.c | 32 +++--- 1 file c

[edk2] [RFC V2] PCD: Extended SKU support 1 - inheritance

2017-05-15 Thread Star Zeng
- Requirement Simplify the PCDs configuring for multiple SKUs in DSC. Provide interface to get the relationship between multiple SKUs for runtime usage. - Current limitation Non-DEFAULT SKU could only derive from DEFAULT SKU, but could not derive from another non-DEFAULT SKU. For example

[edk2] [PATCH] MdeModulePkg SmiHandlerProfile: Fix memory leak in DumpSmiChildContext

2017-05-11 Thread Star Zeng
bution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- .../Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.c | 8 +++- MdeModulePkg/Core/PiSmmCore/SmiHandlerProfile.c | 8 +++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/

[edk2] [PATCH] MdeModulePkg PCD: Fix TmpTokenSpaceBufferCount not assigned correctly

2017-05-18 Thread Star Zeng
this issue. Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Universal/PCD/Dxe/Pcd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/Universal/PCD/Dxe/Pcd.c b/

[edk2] [RFC] PCD: Database size optimization for multi-SKU

2017-05-16 Thread Star Zeng
- Requirement Reduce PCD database size for multi-SKU case to save image size at build time and memory resource at boot time. - Current limitation When multiple SKUs are enabled, the full set of PCD values for all SKUs will be generated into PCD database, and HOB will be created for the PCD

[edk2] [PATCH] MdeModulePkg: Enhance the debug message for InstallProtocolInterface

2017-06-20 Thread Star Zeng
age if the installation is failed and specific debug message for the case that the input handle is invalid. 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/Hand

[edk2] [PATCH 2/2] MdeModulePkg: Minor update to the Data parameter for PEI GetVariable()

2017-06-21 Thread Star Zeng
r: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Universal/Variable/Pei/Variable.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Universal/Variable/Pei/Variable.c b/MdeModulePkg/Universal/Varia

[edk2] [PATCH 0/2] Minor update to the Data parameter for PEI GetVariable()

2017-06-21 Thread Star Zeng
They are to follow PI 1.5 spec. Star Zeng (2): MdePkg: Minor update to the Data parameter for PEI GetVariable() MdeModulePkg: Minor update to the Data parameter for PEI GetVariable() MdeModulePkg/Universal/Variable/Pei/Variable.c | 5 +++-- MdePkg/Include/Ppi/ReadOnlyVariable2.h | 7

[edk2] [PATCH 1/2] MdePkg: Minor update to the Data parameter for PEI GetVariable()

2017-06-21 Thread Star Zeng
r: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdePkg/Include/Ppi/ReadOnlyVariable2.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MdePkg/Include/Ppi/ReadOnlyVariable2.h b/MdePkg/Include/Ppi/ReadOnlyVariable2.h

[edk2] [PATCH 2/2] MdeModulePkg: Return invalid param in LocateProtocol for Protocol==NULL

2017-06-20 Thread Star Zeng
bution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Core/Dxe/Hand/Locate.c | 8 ++-- MdeModulePkg/Core/PiSmmCore/Locate.c | 8 ++-- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/MdeModulePkg/Core/Dxe/Hand/Locate.c b/MdeModulePkg/C

[edk2] [PATCH 0/2] Return EFI_INVALID_PARAMETER in LocateProtocol for Protocol==NULL

2017-06-20 Thread Star Zeng
Star Zeng (2): MdePkg: Update comments for LocateProtocol to follow UEFI 2.7 spec MdeModulePkg: Return invalid param in LocateProtocol for Protocol==NULL MdeModulePkg/Core/Dxe/Hand/Locate.c | 8 ++-- MdeModulePkg/Core/PiSmmCore/Locate.c | 8 ++-- MdePkg/Include/Uefi/UefiSpec.h

[edk2] [PATCH 1/2] MdePkg: Update comments for LocateProtocol to follow UEFI 2.7 spec

2017-06-20 Thread Star Zeng
Cc: Liming Gao <liming@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...@intel.com> --- MdePkg/Include/Uefi/UefiSpec.h | 1 + 1 file changed, 1 insertion(+) diff --git a/M

[edk2] [PATCH] MdeModulePkg Variable: Add missing change in dd59d95e1994

2017-06-21 Thread Star Zeng
dd59d95e1994 updated *.c file, but forgot to update *.h file. Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.h | 7 --- 1 fil

[edk2] [PATCH] DuetPkg FSVariable: Add missing change in e286e118bafa

2017-06-21 Thread Star Zeng
e286e118bafa updated *.c file, but forgot to update *.h file. Cc: Liming Gao <liming@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.z...@intel.com> --- DuetPkg/FSVariable/FSVariable.

[edk2] [PATCH] ShellPkg DmpStore: Make NameSize to be consistent with name buffer

2017-06-22 Thread Star Zeng
<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/DmpStore.c | 1 + 1 file changed, 1 insertion(+) diff --git

[edk2] [PATCH 1/2] MdePkg: Update comments for GetNextVariableName to follow UEFI 2.7

2017-06-22 Thread Star Zeng
e. 2. Null-terminator is not found in the first VariableNameSize bytes of the input VariableName buffer. This patch is to update comments for GetNextVariableName to follow them. Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: S

<    1   2   3   4   5   6   7   8   9   >