[edk2] [PATCH 3/4] MdePkg/dec: Add SmmIoLib.

2017-04-21 Thread Jiewen Yao
Cc: Jeff Fan <jeff@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdePkg/MdePkg.dec | 4 1 file changed, 4 insertions(+) diff --git a/MdePkg/MdePkg.dec b

[edk2] [PATCH 2/4] MdePkg/SmmIoLib: Add sample instance.

2017-04-21 Thread Jiewen Yao
The sample instance check if IO resource is valid one defined in GCD. A platform may choose add more check to exclude some other IO resource. Cc: Jeff Fan <jeff@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by

[edk2] [PATCH 1/4] MdePkg/SmmIoLib: Add header file.

2017-04-21 Thread Jiewen Yao
This SmmIoLib is used to check if an IO resource is valid in SMM. Cc: Jeff Fan <jeff@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdePkg/Include/Libra

[edk2] [PATCH 0/4] Add SmmIoLib

2017-04-21 Thread Jiewen Yao
SecurityPkg/Tcg/Opal/OpalPasswordSmm. It will be handled in future patch series. Jiewen Yao (4): MdePkg/SmmIoLib: Add header file. MdePkg/SmmIoLib: Add sample instance. MdePkg/dec: Add SmmIoLib. MdePkg/dsc: add SmmIoLib MdePkg/Include/Library/SmmIoLib.h| 42 +++ MdePkg/Library/SmmIoLib

[edk2] [RFC] [PATCH V3 3/3] MdeModulePkg/PciBus: Add IOMMU support.

2017-04-04 Thread Jiewen Yao
biesheu...@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c | 12 ++ MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h | 19 ++ MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf | 1 +

[edk2] [RFC] [PATCH V3 2/3] MdeModulePkg/PciHostBridge: Add IOMMU support.

2017-04-04 Thread Jiewen Yao
Duran <leo.du...@amd.com> Cc: Brijesh Singh <brijesh.si...@amd.com> Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridg

[edk2] [RFC] [PATCH V3 1/3] MdeModulePkg/Include: Add IOMMU protocol definition.

2017-04-04 Thread Jiewen Yao
sheu...@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Include/Protocol/IoMmu.h | 196 MdeModulePkg/MdeModulePkg.dec | 3 + 2 files changed, 199 insertions(+) diff --git a/

[edk2] [RFC] [PATCH V3 0/3] Add IOMMU support.

2017-04-04 Thread Jiewen Yao
l/2017-March/008109.html, and https://lists.01.org/pipermail/edk2-devel/2017-March/008820.html. We can have an AMD SEV specific IOMMU driver to produce IOMMU protocol, and clear SEV in IOMMU->SetAttribute(). This patch series can also support Intel VTd based DMA protection, requested by Jie

[edk2] [PATCH] MdeModulePkg/SmmCore: Fix memory leak on Profile unregistered.

2017-03-27 Thread Jiewen Yao
Issue reported at bugzillar 445. Cc: Jeff Fan <jeff@intel.com> Cc: Feng Tian <feng.t...@intel.com> Cc: Star Zeng <star.z...@intel.com> Cc: Bret Barkelew <bret.barke...@microsoft.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Y

[edk2] [RFC] [PATCH 3/3] MdeModulePkg/PciBus: Add IOMMU support.

2017-03-25 Thread Jiewen Yao
Duran <leo.du...@amd.com> Cc: Brijesh Singh <brijesh.si...@amd.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c | 12 +++ MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h | 10

[edk2] [RFC] [PATCH 0/3] Add IOMMU support.

2017-03-25 Thread Jiewen Yao
om> Cc: Brijesh Singh <brijesh.si...@amd.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> Jiewen Yao (3): MdeModulePkg/Include: Add IOMMU protocol definition. MdeModulePkg/PciHostBridge: Add IOMMU support. MdeModulePkg/P

[edk2] [RFC] [PATCH 2/3] MdeModulePkg/PciHostBridge: Add IOMMU support.

2017-03-25 Thread Jiewen Yao
request the DMA. This work is done by PciBus driver. Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Leo Duran <leo.du...@amd.com> Cc: Brijesh Singh <brijesh.si...@amd.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> -

[edk2] [PATCH 1/3] MdeModulePkg/Include: Add IOMMU protocol definition.

2017-03-25 Thread Jiewen Yao
This protocol is to abstract IOMMU access. Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Leo Duran <leo.du...@amd.com> Cc: Brijesh Singh <brijesh.si...@amd.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeMo

[edk2] [PATCH 2/2] QuarkPlatformPkg: enable SmiHandlerProfile.

2017-03-16 Thread Jiewen Yao
Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Kelly Steele <kelly.ste...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- QuarkPlatformPkg/Quark.dsc| 14 ++ QuarkPlatformPkg

[edk2] [PATCH 1/2] QuarkSocPkg/SmmChildDispatch: Add SmiHandlerProfile support.

2017-03-16 Thread Jiewen Yao
Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Kelly Steele <kelly.ste...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmmCo

[edk2] [PATCH 0/2] Add SmiHandlerProfile on Quark.

2017-03-16 Thread Jiewen Yao
Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Kelly Steele <kelly.ste...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen....@intel.com> Jiewen Yao (2): QuarkSocPkg/SmmChildDispatch: Add SmiHandlerProfile support.

[edk2] [PATCH] MdeModulePkg/CapsuleLib: Fix runtime issue

2017-03-15 Thread Jiewen Yao
The previous patch has problem on handling capsule request at runtime. This patch fixed the issue. Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Library/DxeC

[edk2] [PATCH 3/3] MdeModulePkg/SmmCore: Add Context in SmiHandlerProfileUnregister.

2017-03-09 Thread Jiewen Yao
l.com> Cc: Bret Barkelew <bret.barke...@microsoft.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Core/PiSmmCore/PiSmmCore.h | 8 +- MdeModulePkg/Core/PiSmmCore/SmiHandlerProfile.c | 103 +++

[edk2] [PATCH 2/3] MdeModulePkg/SmiHandlerProfile: Add Context support in Unregister

2017-03-09 Thread Jiewen Yao
l.com> Cc: Bret Barkelew <bret.barke...@microsoft.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Include/Guid/SmiHandlerProfile.h | 41 +++- MdeModulePkg/L

[edk2] [PATCH 1/3] MdePkg/SmiHandlerProfile: Add Context support in Unregister

2017-03-09 Thread Jiewen Yao
t;michael.d.kin...@intel.com> Cc: Bret Barkelew <bret.barke...@microsoft.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdePkg/Include/Library/SmiHandlerProfileLib.h | 8 +++- MdePkg/Li

[edk2] [PATCH 0/3] Add Context in SmiHandlerProfileUnregister.

2017-03-09 Thread Jiewen Yao
om> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> Jiewen Yao (3): MdePkg/SmiHandlerProfile: Add Context support in Unregister MdeModulePkg/SmiHandlerProfile: Add Context support in Unregister MdeModulePkg/SmmCore: Add Context

[edk2] [PATCH] SignedCapsulePkg: Add Readme.md

2017-03-08 Thread Jiewen Yao
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- SignedCapsulePkg/Readme.md | 11 +++ 1 file changed, 11 insertions(+) diff --git a/SignedCapsulePkg/Readme.md b/SignedCapsulePkg/Readme.md new file mode 100644 index 0

[edk2] [PATCH] IntelFsp2WrapperPkg: Add Readme.md

2017-03-08 Thread Jiewen Yao
Cc: Maurice Ma <maurice...@intel.com> Cc: Richard Thomaiyar <richard.marian.thomai...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- IntelFsp2WrapperPkg/Readme.md | 7 +++ 1 file changed, 7 inserti

[edk2] [PATCH] IntelFsp2Pkg: Add Readme.md

2017-03-08 Thread Jiewen Yao
Cc: Maurice Ma <maurice...@intel.com> Cc: Richard Thomaiyar <richard.marian.thomai...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- IntelFsp2Pkg/Readme.md | 7 +++ 1 file changed, 7 inserti

[edk2] [PATCH] Add SignedCapsule content.

2017-03-08 Thread Jiewen Yao
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- Maintainers.txt | 4 1 file changed, 4 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index 94d3380..77df275 100644 --- a/Maintainers.txt +++ b/Maintaine

[edk2] [PATCH V4 2/3] MdeModulePkg/dec: add PcdImageProtectionPolicy.

2017-02-20 Thread Jiewen Yao
Add PCD for image protection policy. Cc: Star Zeng <star.z...@intel.com> Cc: Feng Tian <feng.t...@intel.com> Cc: Michael Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeMo

[edk2] [PATCH V4 3/3] MdeModulePkg/DxeCore: Add UEFI image protection.

2017-02-20 Thread Jiewen Yao
: Feng Tian <feng.t...@intel.com> Cc: Michael Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Core/Dxe/DxeMain.h | 61 ++ MdeModulePkg/Core/Dxe/DxeMain.inf

[edk2] [PATCH V4 0/3] DXE Memory Protection

2017-02-20 Thread Jiewen Yao
r: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> Jiewen Yao (3): UefiCpuPkg/CpuDxe: Add memory attribute setting. MdeModulePkg/dec: add PcdImageProtectionPolicy. MdeModulePkg/DxeCore: Add UEFI image protection. MdeModulePkg/Core/Dxe/DxeMain.h

[edk2] [PATCH V4 1/3] UefiCpuPkg/CpuDxe: Add memory attribute setting.

2017-02-20 Thread Jiewen Yao
Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- UefiCpuPkg/CpuDxe/CpuDxe.c | 141 ++-- UefiCpuPkg/CpuDxe/CpuDxe.inf | 5 +- UefiCpuPkg/CpuDxe/CpuPageTable.c | 779

[edk2] [PATCH] SecurityPkg/TpmCommandLib: Add Tpm2ReadPublic.

2017-02-09 Thread Jiewen Yao
Cc: Chao Zhang Cc: Long Qin Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yao Jiewen --- SecurityPkg/Include/Library/Tpm2CommandLib.h | 22 +-

[edk2] [PATCH V3 1/4] UefiCpuPkg/CpuDxe: Add memory attribute setting.

2017-02-08 Thread Jiewen Yao
Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- UefiCpuPkg/CpuDxe/CpuDxe.c | 141 ++-- UefiCpuPkg/CpuDxe/CpuDxe.inf | 5 +- UefiCpuPkg/CpuDxe/CpuPageTable.c | 779

[edk2] [PATCH V3 3/4] MdeModulePkg/dec: add PcdImageProtectionPolicy.

2017-02-08 Thread Jiewen Yao
Add PCD for image protection policy. Cc: Star Zeng <star.z...@intel.com> Cc: Feng Tian <feng.t...@intel.com> Cc: Michael Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeMo

[edk2] [PATCH V3 0/4] DXE Memory Protection

2017-02-08 Thread Jiewen Yao
ntel.com> Cc: Leif Lindholm <leif.lindh...@linaro.org> Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Cc: Star Zeng <star.z...@intel.com> Cc: Feng Tian <feng.t...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel

[edk2] [PATCH V3 2/4] ArmPkg/CpuDxe: Correct EFI_MEMORY_RO usage

2017-02-08 Thread Jiewen Yao
d.biesheu...@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- ArmPkg/Drivers/CpuDxe/AArch64/Mmu.c | 3 ++- ArmPkg/Drivers/CpuDxe/Arm/Mmu.c | 14 ++ ArmPkg/Drivers/CpuDxe/CpuMmuCommon.

[edk2] [PATCH V3 4/4] MdeModulePkg/DxeCore: Add UEFI image protection.

2017-02-08 Thread Jiewen Yao
code section is same. Cc: Star Zeng <star.z...@intel.com> Cc: Feng Tian <feng.t...@intel.com> Cc: Michael Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/C

[edk2] [PATCH 10/12] BaseTool/Script: Add SmiHandleProfile OS tool to get symbol.

2017-02-08 Thread Jiewen Yao
ael D Kinney <michael.d.kin...@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- BaseTools/Scripts/SmiHandlerProfileSymbolGen.py | 351 1 file changed,

[edk2] [PATCH 11/12] QuarkSocPkg/SmmChildDispatch: Add SmiHandlerProfile support.

2017-02-08 Thread Jiewen Yao
Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Kelly Steele <kelly.ste...@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- QuarkSocPkg/QuarkNorthCluster/Smm

[edk2] [PATCH 08/12] MdeModulePkg/App: Add SmiHandlerProfile dump app.

2017-02-08 Thread Jiewen Yao
ion Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.c | 685 MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.inf | 65 ++ MdeModulePkg/App

[edk2] [PATCH 00/12] Add SmiHandlerProfile feature

2017-02-08 Thread Jiewen Yao
SE* image. Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Feng Tian <feng.t...@intel.com> Cc: Star Zeng <star.z...@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-o

[edk2] [PATCH 06/12] MdeModulePkg/SmmSmiHandlerProfileLib: Add SMM instance.

2017-02-08 Thread Jiewen Yao
: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Library/SmmSmiHandlerProfileLib/SmmSmiHandlerProfileLib.c | 106 MdeModulePkg/Library/SmmSmiHandlerProfileLib/SmmSmiHandlerProfileLib.inf | 46 +

[edk2] [PATCH 07/12] MdeModulePkg/PiSmmCore: Add SmiHandlerProfile support.

2017-02-08 Thread Jiewen Yao
g.t...@intel.com> Cc: Star Zeng <star.z...@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModule

[edk2] [PATCH 05/12] MdeModulePkg/dec: Add PcdSmiHandlerProfilePropertyMask.

2017-02-08 Thread Jiewen Yao
e Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/MdeModulePkg.dec | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 393b4a7..a1f2a4f 100644 --- a/MdeModulePkg/MdeMo

[edk2] [PATCH 04/12] MdeModulePkg/include: Add SmiHandlerProfile header file.

2017-02-08 Thread Jiewen Yao
Tian <feng.t...@intel.com> Cc: Star Zeng <star.z...@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com>

[edk2] [PATCH 03/12] MdePkg/dsc: add SmiHandlerProfileLib to dsc.

2017-02-08 Thread Jiewen Yao
Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdePkg/MdePkg.dsc | 3 ++- 1 file cha

[edk2] [PATCH 02/12] MdePkg/SmiHandlerProfileLibNull: Add NULL instance.

2017-02-08 Thread Jiewen Yao
Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdePkg/Library/

[edk2] [PATCH 01/12] MdePkg/Include: Add SmiHandlerProfileLib.h

2017-02-08 Thread Jiewen Yao
tion Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdePkg/Include/Library/SmiHandlerProfileLib.h | 81 MdePkg/MdePkg.dec | 5 +- 2 files changed, 85 insertions(+), 1 deletion(-) diff --git a/MdePkg/Include/Library/S

[edk2] [PATCH V2 5/6] SecurityPkg/Password: Add Password based UserAuthentication modules.

2017-02-07 Thread Jiewen Yao
Cc: Qin Long <qin.l...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- SecurityPkg/Password/UserAuthentication/KeyService.c | 210 ++

[edk2] [PATCH V2 3/6] SecurityPkg/include: Add PlatformPasswordLib lib class.

2017-02-07 Thread Jiewen Yao
This lib is to indicate if the password is cleared. Cc: Qin Long <qin.l...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- SecurityPkg/Include/Library/Platform

[edk2] [PATCH V2 2/6] SecurityPkg/dec: Add PcdPasswordCleared.

2017-02-07 Thread Jiewen Yao
This PCD is to indicate if the password is cleared. Cc: Qin Long <qin.l...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- SecurityPkg/SecurityPkg.dec | 6 +

[edk2] [PATCH V2 6/6] SecurityPkg/dsc: add Password authentication module.

2017-02-07 Thread Jiewen Yao
Cc: Qin Long <qin.l...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- SecurityPkg/SecurityPkg.dsc | 7 +++ 1 file changed, 7 insertions(+) diff --git a/SecurityP

[edk2] [PATCH V2 4/6] SecurityPkg/PlatformPasswordLibNull: Add PlatformPasswordLib instance.

2017-02-07 Thread Jiewen Yao
This lib instance is to return if the password is cleared based upon PCD. Cc: Qin Long <qin.l...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- S

[edk2] [PATCH V2 0/6] Add password support

2017-02-07 Thread Jiewen Yao
user authentication is to verify user when a user wants to enter BIOS setup page. The detail information is added in [PATCH 5/6]. Jiewen Yao (6): CryptoPkg:SmmCryptLib: Add real Pkcs5Pbkdf2.c. SecurityPkg/dec: Add PcdPasswordCleared. SecurityPkg/include: Add PlatformPasswordLib lib class

[edk2] [PATCH V2 1/6] CryptoPkg:SmmCryptLib: Add real Pkcs5Pbkdf2.c.

2017-02-07 Thread Jiewen Yao
Cc: Qin Long <qin.l...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CryptoPkg/Library/

[edk2] [PATCH] SignedCapsulePkg/EdkiiSystemCapsuleLib: Fix logic error.

2017-02-06 Thread Jiewen Yao
This patch fixes https://bugzilla.tianocore.org/show_bug.cgi?id=367 Cc: Wang Cloud <winggundu...@163.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib

[edk2] [PATCH V2 2/3] ArmPkg/CpuDxe: Correct EFI_MEMORY_RO usage

2017-01-26 Thread Jiewen Yao
d.biesheu...@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- ArmPkg/Drivers/CpuDxe/AArch64/Mmu.c | 2 +- ArmPkg/Drivers/CpuDxe/Arm/Mmu.c | 13 + ArmPkg/Drivers/CpuDxe/CpuMmuCommon.

[edk2] [PATCH 2/6] SecurityPkg/dec: Add PcdPasswordCleared.

2017-01-26 Thread Jiewen Yao
This PCD is to indicate if the password is cleared. Cc: Qin Long <qin.l...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- SecurityPkg/SecurityPkg.dec | 6 +

[edk2] [PATCH 1/6] CryptoPkg:SmmCryptLib: Add real Pkcs5Pbkdf2.c.

2017-01-26 Thread Jiewen Yao
Cc: Qin Long <qin.l...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CryptoPkg/Library/

[edk2] [PATCH 6/6] SecurityPkg/dsc: add Password authentication module.

2017-01-26 Thread Jiewen Yao
Cc: Qin Long <qin.l...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- SecurityPkg/SecurityPkg.dsc | 7 +++ 1 file changed, 7 insertions(+) diff --git a/SecurityP

[edk2] [PATCH 5/6] SecurityPkg/Password: Add Password based UserAuthentication modules.

2017-01-26 Thread Jiewen Yao
Cc: Qin Long <qin.l...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- SecurityPkg/Password/UserAuthentication/KeyLib.c | 209 ++

[edk2] [PATCH 0/6] Add password support

2017-01-26 Thread Jiewen Yao
ibuted-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen....@intel.com> Jiewen Yao (6): CryptoPkg:SmmCryptLib: Add real Pkcs5Pbkdf2.c. SecurityPkg/dec: Add PcdPasswordCleared. SecurityPkg/include: Add PlatformPasswordLib lib class. SecurityPkg/PlatformPa

[edk2] [PATCH 4/6] SecurityPkg/PlatformPasswordLibNull: Add PlatformPasswordLib instance.

2017-01-26 Thread Jiewen Yao
This lib instance is to return if the password is cleared based upon PCD. Cc: Qin Long <qin.l...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- S

[edk2] [PATCH 3/6] SecurityPkg/include: Add PlatformPasswordLib lib class.

2017-01-26 Thread Jiewen Yao
This lib is to indicate if the password is cleared. Cc: Qin Long <qin.l...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- SecurityPkg/Include/Library/Platform

[edk2] [PATCH 0/3] DXE Memory Protection

2017-01-26 Thread Jiewen Yao
ntel.com> Cc: Leif Lindholm <leif.lindh...@linaro.org> Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Cc: Star Zeng <star.z...@intel.com> Cc: Feng Tian <feng.t...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.

[edk2] [PATCH 2/3] ArmPkg/CpuDxe: Correct EFI_MEMORY_RO usage

2017-01-26 Thread Jiewen Yao
d.biesheu...@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- ArmPkg/Drivers/CpuDxe/AArch64/Mmu.c | 2 +- ArmPkg/Drivers/CpuDxe/Arm/Mmu.c | 5 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ArmPkg/Driv

[edk2] [PATCH 3/3] MdeModulePkg/DxeCore: Add UEFI image protection.

2017-01-26 Thread Jiewen Yao
ded, the protection is removed automatically. Cc: Star Zeng <star.z...@intel.com> Cc: Feng Tian <feng.t...@intel.com> Cc: Michael Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeM

[edk2] [PATCH 1/3] UefiCpuPkg/CpuDxe: Add memory attribute setting.

2017-01-26 Thread Jiewen Yao
Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- UefiCpuPkg/CpuDxe/CpuDxe.c | 137 +-- UefiCpuPkg/CpuDxe/CpuDxe.inf | 4 +- UefiCpuPkg/CpuDxe/PageTableLib.h | 204

[edk2] [PATCH] MdeModulePkg/DxeCore:Clear RT attribute on SetCapabilities.

2017-01-08 Thread Jiewen Yao
EFI memory map. So that the UEFI memory map is good after gDS->SetMemorySpaceCapabilities() is called. Cc: Star Zeng <star.z...@intel.com> Cc: Feng Tian <feng.t...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --

[edk2] [PATCH V2 2/2] UefiCpuPkg/MicrocodeUpdate: Add MP support.

2016-12-27 Thread Jiewen Yao
r Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> Reviewed-by: Jeff Fan <jeff@intel.com> --- UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeFmp.c | 185 ++ Ue

[edk2] [PATCH 2/2] UefiCpuPkg/MicrocodeUpdate: Add MP support.

2016-12-26 Thread Jiewen Yao
r Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeFmp.c | 182 +++ UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeU

[edk2] [PATCH 0/2] MicrocodeUpdate enhancement

2016-12-26 Thread Jiewen Yao
Microcode to BSP. The new logic will try to apply Microcode to all processors. Cc: Jeff Fan <jeff@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen....@intel.com> Jiewen Yao

[edk2] [PATCH 1/2] UefiCpuPkg/MicrocodeUpdate: enhance flash write logic

2016-12-26 Thread Jiewen Yao
(), so that FmpGetImage() can get the info directly. MicrocodeRead() is not needed any more. Cc: Jeff Fan <jeff@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- UefiCpuP

[edk2] [PATCH] UefiCpuPkg/MicrocodeUpdate: enhance flash write logic

2016-12-26 Thread Jiewen Yao
(), so that FmpGetImage() can get the info directly. MicrocodeRead() is not needed any more. Cc: Jeff Fan <jeff@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- UefiCpuP

[edk2] [PATCH] MdeModulePkg/CapsuleLib: Follow UEFI 22.2.3 to process FMP.

2016-12-23 Thread Jiewen Yao
(), PopulateCapsuleInConfigurationTable() to improve the readability. Cc: Feng Tian <feng.t...@intel.com> Cc: Star Zeng <star.z...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> -

[edk2] [PATCH] MdeModulePkg/CapsuleLib: Support result rolling over.

2016-12-23 Thread Jiewen Yao
According to UEFI spec, capsule result variable may roll over to 0. Cc: Feng Tian <feng.t...@intel.com> Cc: Star Zeng <star.z...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <

[edk2] [PATCH V2] MdeModulePkg/CapsuleLib: Add CapsuleTarget support.

2016-12-23 Thread Jiewen Yao
UEFI spec requires CapsuleTarget to be a device path associated with FMP producer. Cc: Feng Tian <feng.t...@intel.com> Cc: Star Zeng <star.z...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by:

[edk2] [PATCH] MdeModulePkg/CapsuleLib: Add CapsuleTarget support.

2016-12-22 Thread Jiewen Yao
UEFI spec requires CapsuleTarget to be a device path associated with FMP producer. Cc: Feng Tian <feng.t...@intel.com> Cc: Star Zeng <star.z...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by:

[edk2] [PATCH 2/2] MdeModulePkg/CapsuleApp: Dump capsule name in record.

2016-12-21 Thread Jiewen Yao
According to UEFI spec, capsule report variable should include a null terminator for capsule name and capsule target, if they are not present. Cc: Feng Tian <feng.t...@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by

[edk2] [PATCH 0/2] Handle NULL capsule name in record.

2016-12-21 Thread Jiewen Yao
According to UEFI spec, capsule report variable should include a null terminator for capsule name and capsule target, if they are not present. Jiewen Yao (2): MdeModulePkg/CapsuleLib: Add NULL capsule name in record. MdeModulePkg/CapsuleApp: Dump capsule name in record. MdeModulePkg

[edk2] [PATCH 1/2] MdeModulePkg/CapsuleLib: Add NULL capsule name in record.

2016-12-21 Thread Jiewen Yao
on Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleReportLib.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleReportLib.c b/MdeModulePkg/Librar

[edk2] [PATCH 1/2] SecurityPkg/FmpAuthLib: Add PublicKeyDataLength check

2016-12-21 Thread Jiewen Yao
Add PublicKeyDataLength check to be multiple SHA256_DIGEST_SIZE to avoid caller make mistake, or platform mis-configuration. Cc: Chao Zhang <chao.b.zh...@intel.com> Cc: Qin Long <qin.l...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen

[edk2] [PATCH 0/2] Add check for PublicKeyDataLength

2016-12-21 Thread Jiewen Yao
Add more check for PublicKeyDataLength to avoid user mistake or platform mis-configuration. Jiewen Yao (2): SecurityPkg/FmpAuthLib: Add PublicKeyDataLength check SignedCapsulePkg/SystemCapsuleLib: Add ASSERT check for PCD SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256

[edk2] [PATCH 2/2] SignedCapsulePkg/SystemCapsuleLib: Add ASSERT check for PCD

2016-12-21 Thread Jiewen Yao
Add ASSERT check for PCD to avoid platform mis-configuration. Cc: Chao Zhang <chao.b.zh...@intel.com> Cc: Qin Long <qin.l...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- SignedCapsulePkg/Library/Edk

[edk2] [PATCH] SecurityPkg:/Tcg2Dxe: remove 4G limitation

2016-12-11 Thread Jiewen Yao
Tcg2Dxe allocates event log below 4G. It is unnecessary. Cc: Chao Zhang <chao.b.zh...@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> Reviewed-by: Star Zeng &l

[edk2] [PATCH] SecurityPkg:/Tcg2Dxe: remove 4G limitation

2016-12-11 Thread Jiewen Yao
Tcg2Dxe allocates event log below 4G. It is unnecessary. Cc: Chao Zhang <chao.b.zh...@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.

[edk2] [PATCH] MdeModulePkg/CapsuleLib: Correct debug message.

2016-12-09 Thread Jiewen Yao
Cc: Feng Tian <feng.t...@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c | 2 +- 1 file changed, 1 insertion(+), 1

[edk2] [PATCH] UefiCpuPkg/PiSmmCpu: Add SMM Comm Buffer Paging Protection.

2016-12-07 Thread Jiewen Yao
om> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/PageTbl.c | 7 + UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c | 23 +- UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h

[edk2] [PATCH V2] UefiCpuPkg/PiSmmCpu: Fixed #double fault on #page fault.

2016-12-01 Thread Jiewen Yao
, or IA32 without StackGuard. Cc: Laszlo Ersek <ler...@redhat.com> Cc: Jeff Fan <jeff@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- UefiCp

[edk2] [PATCH] MdeModulePkg/CapsuleApp: add Internal for function name.

2016-12-01 Thread Jiewen Yao
To prevent potential build failure. Cc: Feng Tian <feng.t...@intel.com> Cc: Jeff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Application/CapsuleApp/AppSupport.c | 8

[edk2] [PATCH] MdeModulePkg/PiSmmCore; Use DEBUG_WARN for non 4k aligned image.

2016-12-01 Thread Jiewen Yao
Cc: Jeff Fan <jeff@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Core/PiSmmCore/MemoryAttri

[edk2] [PATCH] MdeModulePkg/PiSmmCore: MemoryAttributeTable need keep non-PE record.

2016-12-01 Thread Jiewen Yao
Kinney <michael.d.kin...@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Core/PiSmmCore/MemoryAttributesTable.c | 91 +++- 1 file changed, 51 ins

[edk2] [PATCH] MdeModulePkg/PiSmmCore: use EfiPagesToSize to prevent build error.

2016-12-01 Thread Jiewen Yao
EFI_PAGES_TO_SIZE only handles UINTN, so we use EfiPagesToSize to handle UINT64. Cc: Jeff Fan <jeff@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by:

[edk2] [PATCH] MdeModulePkg/PiSmmCore: AllocatePool should use MemoryType.

2016-12-01 Thread Jiewen Yao
as EfiRuntimeServicesData. This patch supports AllocatePool with EfiRuntimeServicesCode. Cc: Jeff Fan <jeff@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by:

[edk2] [PATCH] MdeModulePkg/CapsuleApp: Add Fmp->GetImage() support.

2016-11-29 Thread Jiewen Yao
ff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- MdeModulePkg/Application/CapsuleApp/AppSupport.c | 141 + MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 57 +- MdeModulePkg/Application/

[edk2] [PATCH] UefiCpuPkg/MicrocodeUpdate: Fix GetImage API

2016-11-29 Thread Jiewen Yao
Current GetImage API forgets to return data to caller. Add code to fix it. Cc: Jeff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- .../Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdate.

[edk2] [PATCH] UefiCpuPkg:PiSmmCpu: Set correct attribute on split.

2016-11-28 Thread Jiewen Yao
page for easy clear later. Cc: Jeff Fan <jeff@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- U

[edk2] [PATCH] SignedCapsulePkg: GetImage() return EFI_UNSUPPORTED.

2016-11-28 Thread Jiewen Yao
According to UEFI spec, unsupported function should return EFI_UNSUPPORTED directly. Cc: Eric Dong <eric.d...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- .../Universal/SystemFirmwareUpdate/SystemFirmwareComm

[edk2] [PATCH] UefiCpuPkg/PiSmmCpu: Fixed #double fault on #page fault.

2016-11-23 Thread Jiewen Yao
happens, the TSS region can be written. This fix is IA32 StackGuard specific. Cc: Laszlo Ersek <ler...@redhat.com> Cc: Jeff Fan <jeff@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by:

[edk2] [PATCH V3] UefiCpuPkg/PiSmmCpu: Correct exception message.

2016-11-23 Thread Jiewen Yao
n data, PF address and the module trigger the issue. Cc: Laszlo Ersek <ler...@redhat.com> Cc: Jeff Fan <jeff@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> -

[edk2] [PATCH V2] UefiCpuPkg/PiSmmCpu: Correct exception message.

2016-11-22 Thread Jiewen Yao
n data, PF address and the module trigger the issue. Cc: Laszlo Ersek <ler...@redhat.com> Cc: Jeff Fan <jeff@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> -

[edk2] [PATCH] UefiCpuPkg/PiSmmCpu: Correct exception message.

2016-11-22 Thread Jiewen Yao
Ersek <ler...@redhat.com> Cc: Jeff Fan <jeff@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen@intel.com> --- UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/PageTbl.c | 28 +

<    1   2   3   4   5   6   7   8   >