[edk2] [PATCH 1/1] UefiCpuPkg/CpuExceptionHandlerLib: Fix spelling issue

2018-12-18 Thread Mike Maslenkin
*Excpetion* should be *Exception* Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Mike Maslenkin CC: Eric Dong CC: Laszlo Ersek --- UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h | 2 +- UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c

Re: [edk2] SATA AHCI issue

2016-07-14 Thread Mike Maslenkin
BTW Windows waits for FR bit set for 50ms as opposed to Linux. See P_Running_WaitOnFRE function of storahci from WDK. So you can break Intel HBAs for example. Could you ask iastor team about this issue? Regards. On Thu, 2016-07-14 at 06:25 +, Tian, Feng wrote: > Hi, Shaveta > > We have app

Re: [edk2] [Patch 2/3] UefiCpuPkg/CpuMpPei: Dump message if microcode signature not matched

2016-07-02 Thread Mike Maslenkin
On Sat, 2016-07-02 at 02:58 +, Fan, Jeff wrote: > Mike, > > Parameter - PeiCpuMpData is added for MicrocodeDetect() in this patch. > PeiCpuMpData->MpLock is used to avoid debug message corruption when Aps > output debug message in parallel mode. > Thank you. This is a thing I wanted to unde

Re: [edk2] [Patch 2/3] UefiCpuPkg/CpuMpPei: Dump message if microcode signature not matched

2016-07-01 Thread Mike Maslenkin
Just curious why locking is required here? Looks like some operator missed. On Fri, 2016-07-01 at 15:02 +0800, Jeff Fan wrote: > diff --git a/UefiCpuPkg/CpuMpPei/Microcode.c b/UefiCpuPkg/CpuMpPei/Microcode.c > index 8e7f3b0..51a0737 100644 > --- a/UefiCpuPkg/CpuMpPei/Microcode.c > +++ b/UefiCpuPkg

[edk2] [PATCH 1/1] BaseTools: sync BaseTools from main trunk r18579.

2015-12-02 Thread Mike Maslenkin
t;, line 94, in relpath for Pkg in cls.PACKAGES_PATH: TypeError: 'NoneType' object is not iterable - Failed - Build end time: 17:15:44, Dec.02 2015 Build total time: 00:00:01 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Mike Maslenkin CC: Fan, Jeff --- Bas

[edk2] BaseTools and UDK2015

2015-11-29 Thread Mike Maslenkin
Dear BaseTools maintainer, did you forget to merge commit 05cc51ad5894c8 and some other stuff to UDK2015 branch? There is a commit commit af7fca3649779f0e55220a7acda9bd11bc660fc3 Author: Jeff Fan Date: Mon Nov 16 05:29:49 2015 + Update BaseTools from main trunk r18767. Contri

Re: [edk2] [MdeModulePkg] RegularExpressionDxe does not compile with Xcode 6.3.2

2015-10-26 Thread Mike Maslenkin
Scott, thank you for your explanation. I'm just curious why HAVE_STDARG_PROTOTYPES is explicitly defined at RegularExpressionDxe/Oniguruma/regerror.c Looks like a kinda hackish kludge of someone who ported this library ;) On Sat, 2015-10-24 at 22:18 -0500, Scott Duplichan wrote: &

Re: [edk2] [patch] Do not deadloop if Microcode not found in FspTempRamInit.

2015-10-26 Thread Mike Maslenkin
On Mon, 2015-10-26 at 12:39 +0800, jiewen yao wrote: > diff --git > a/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/SecEntry.asm > b/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/SecEntry.asm > index 0e0c5c5..3c0bca3 100644 > --- > a/IntelFspWrapperPkg/Library/Sec

Re: [edk2] [MdeModulePkg] RegularExpressionDxe does not compile with Xcode 6.3.2

2015-10-24 Thread Mike Maslenkin
Sorry for the noise, but I can not pass warnings here: build -p MdeModulePkg/MdeModulePkg.dsc -t GCC48 -a X64: Build environment: Linux-3.16.7-24-desktop-x86_64-with-SuSE-13.2-x86_64 Build start time: 00:20:50, Oct.25 2015 Building ... /home/user/edk2/MdeModulePkg/Universal/RegularExpressionDx