Re: [edk2] [PATCH] UefiCpuPkg/MpInitLib: Disable interrupt at ExitBootServices AP Mwait

2018-03-18 Thread Yao, Jiewen
Reviewed-by: jiewen@intel.com > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ni, > Ruiyu > Sent: Monday, March 19, 2018 1:54 PM > To: Wu, Hao A ; edk2-devel@lists.01.org > Cc: Dong, Eric ; Yao, Jiewen ; > Laszlo Ersek ; Zeng, Star > Subje

Re: [edk2] [PATCH] UefiCpuPkg/MpInitLib: Disable interrupt at ExitBootServices AP Mwait

2018-03-18 Thread Ni, Ruiyu
On 3/19/2018 1:31 PM, Hao Wu wrote: Within function ApWakeupFunction(): When source level debugger is enabled, AP interrupts will be enabled by EnableDebugAgent(). Then the AP function will be execeuted by: Procedure (Parameter); After the AP function returns, AP interrupts will be disabled wh

[edk2] [PATCH] UefiCpuPkg/MpInitLib: Disable interrupt at ExitBootServices AP Mwait

2018-03-18 Thread Hao Wu
Within function ApWakeupFunction(): When source level debugger is enabled, AP interrupts will be enabled by EnableDebugAgent(). Then the AP function will be execeuted by: Procedure (Parameter); After the AP function returns, AP interrupts will be disabled when the APs are placed in loop mode (bo

Re: [edk2] [Patch] BaseTool: Error handling for PCD datumtype.

2018-03-18 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: Feng, Bob C >Sent: Monday, March 19, 2018 12:05 PM >To: edk2-devel@lists.01.org >Cc: Feng, Bob C ; Gao, Liming >Subject: [Patch] BaseTool: Error handling for PCD datumtype. > >Report error if the Pcd DatumType is wrong. > >Contributed-un

[edk2] [Patch] BaseTool: Error handling for PCD datumtype.

2018-03-18 Thread BobCF
Report error if the Pcd DatumType is wrong. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob Feng Cc: Liming Gao --- BaseTools/Source/Python/Workspace/BuildClassObject.py | 2 ++ BaseTools/Source/Python/Workspace/DecBuildData.py | 13 + 2 files changed

[edk2] [Patch] Build spec: Add DSC DEFAULT as optional line in Global PCD Section

2018-03-18 Thread Yonghong Zhu
Because of the PCD value may override by build option, so current build report also display the DSC DEFAULT value. Cc: Liming Gao Cc: Michael Kinney Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yonghong Zhu --- 13_build_reports/136_global_pcd_section

[edk2] [PATCH 1/1] IntelSiliconPkg/Vtd: Add more debug info.

2018-03-18 Thread Star Zeng
From: Jiewen Yao Add more debug info for reason code. Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jiewen Yao Reviewed-by: Star Zeng --- IntelSiliconPkg/Feature/VTd/IntelVTdDxe/VtdReg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git