audk/EdkCompatibilityPkg/Compatibility
jyao1 54e4b37e36 Fix 2 BootScript thunk issue on MEM_POLL.
1)	MEM_POLL stall time is incorrect.
Framework version: Duration is used for Stall(), which is Microseconds.
                   Total time is: Duration(Microseconds) * LoopTimes.
PI version:        Duration is always 100ns. Delay is LoopTimes.
                   Total time is: 100ns * Delay.
So Delay = Duration(Microseconds) * LoopTimes / 100ns
         = Duration * 1000ns * LoopTimes / 100ns
         = Duration * 10 * LoopTimes

2)	MEM_POLL BitMask/BitValue order is incorrect.
Framework version: First BitMask, then BitValue
PI version: First Data, then DataMask
So we revert their order in function call


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11595 6f19259b-4bc3-4df7-8a09-765794883524
2011-04-27 07:35:20 +00:00
..
BootScriptSaveOnS3SaveStateThunk Fix 2 BootScript thunk issue on MEM_POLL. 2011-04-27 07:35:20 +00:00
CpuIo2OnCpuIoThunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
DeviceIoOnPciRootBridgeIoThunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
FrameworkHiiOnUefiHiiThunk Update inf file to follow spec. 2011-03-30 03:38:50 +00:00
FrameworkSmmStatusCodeOnPiSmmStatusCodeThunk Enhance inf file to follow inf spec. 2011-03-14 08:36:16 +00:00
Fv2OnFvThunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
FvFileLoaderOnLoadFileThunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
FvOnFv2Thunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
Include Fix boot script thunk issue that we need dispatch in PEI mode for Framework dispatch function, not in DXE mode. 2010-12-22 04:26:08 +00:00
LegacyRegion2OnLegacyRegionThunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
Library/UefiLanguageLib Update the copyright notice format 2010-04-24 09:48:54 +00:00
MpServicesOnFrameworkMpServicesThunk Enhance inf file to follow inf spec. 2011-03-14 08:36:16 +00:00
PciCfg2OnPciCfgThunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
PciCfgOnPciCfg2Thunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
PiSmbiosRecordOnDataHubSmbiosRecordThunk Add missing Type 35 support and correct SmbiosFldMiscType13 implementation. 2011-04-20 02:17:42 +00:00
PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk Enhance inf file to follow inf spec. 2011-03-14 08:36:16 +00:00
PrintThunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
ReadOnlyVariable2OnReadOnlyVariableThunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
ReadOnlyVariableOnReadOnlyVariable2Thunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
SmmAccess2OnSmmAccessThunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
SmmBaseHelper SmmBaseHelper: Update MP state in Framework SMST before transferring control to Framework SMM driver entry point. 2010-08-17 09:43:50 +00:00
SmmBaseOnSmmBase2Thunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
SmmControl2OnSmmControlThunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
Uc2OnUcThunk Update the copyright notice format 2010-04-24 09:48:54 +00:00
UcOnUc2Thunk Update the copyright notice format 2010-04-24 09:48:54 +00:00