Re: [edk2] Registering custom exception/interrupt handler function.

2015-12-20 Thread Fan, Jeff
Could you post the exception message from serial port? Then we could know if UefiCpuPkg/Library/CpuExceptionHandlerLib is used or not? Jeff -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Sergey Tretiyak Sent: Sunday, December 20, 2015 6:05 PM

Re: [edk2] [PATCH] SecurityPkg: SecureBootConfigDxe: Remove useless code in VFR Remove suppressif TRUE, disableif TRUE code in VFR. They are useless.

2015-12-20 Thread Zeng, Star
On 2015/12/21 13:47, Zhang, Chao B wrote: Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhang, Chao Reviewed-by: Star Zeng --- .../SecureBootConfigDxe/SecureBootConfig.vfr | 70 -- 1 file

Re: [edk2] [PATCH] ShellPkg: Refine the code format.

2015-12-20 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Qiu Shumin Sent: Saturday, December 19, 2015 7:43 PM To: edk2-devel@lists.01.org Cc: Carsey, Jaben ; Qiu, Shumin

[edk2] [Patch] MdeModulePkg: Add PCD description to MdeModulePkg.uni

2015-12-20 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Shumin Qiu --- MdeModulePkg/MdeModulePkg.dec | 28 ++-- MdeModulePkg/MdeModulePkg.uni | 35 ++- 2 files changed,

Re: [edk2] [Patch 1/2] MdeModulePkg: update SNP.GetStatus to handle multiple recycled TX buffer.

2015-12-20 Thread Wu, Jiaxin
Suggest to initialize the point "Tmp" while it maybe not used if GetTransmittedBuf is false. Others good to me. >UINT64*Tmp; >Tmp = NULL; Reviewed-by: Jiaxin Wu -Original Message- From: Ye, Ting Sent: Thursday, December 17, 2015 5:04 PM To: Fu,

Re: [edk2] [Patch] MdeModulePkg: Add PCD description to MdeModulePkg.uni

2015-12-20 Thread Qiu, Shumin
Reviewed-by: Qiu Shumin -Original Message- From: Ni, Ruiyu Sent: Monday, December 21, 2015 12:44 PM To: edk2-devel@lists.01.org Cc: Ni, Ruiyu; Qiu, Shumin Subject: [Patch] MdeModulePkg: Add PCD description to MdeModulePkg.uni Contributed-under: TianoCore

[edk2] Registering custom exception/interrupt handler function.

2015-12-20 Thread Sergey Tretiyak
Hi to all. I'm trying to write some EDK shell app for the latest Intel Skylake CPU, and I need to use a custom GP exception handler during its work. I'm trying to locate the EFI_CPU_ARCH_PROTOCOL by using gEfiCpuArchProtocolGuid, then I'm using the RegisterInterruptHandler protocol function (first

Re: [edk2] Fwd: [PATCH] BaseTools/VfrCompile: honor CC if it is set

2015-12-20 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -Original Message- From: Zhu, Yonghong Sent: Tuesday, December 08, 2015 12:18 PM To: aelmali...@gmail.com Cc: edk2-devel@lists.01.org; Zhu, Yonghong Subject: RE: [edk2] Fwd: [PATCH] BaseTools/VfrCompile: