audk/EdkCompatibilityPkg
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
..
Compatibility Fix 2 BootScript thunk issue on MEM_POLL. 2011-04-27 07:35:20 +00:00
Foundation Export EDKII_GLUE_DebugPrintErrorLevel and EDKII_GLUE_DebugPropertyMask macro 2011-01-18 02:12:32 +00:00
Other/Maintained/Tools/Pccts Add in the 1st version of ECP. 2007-06-28 07:00:39 +00:00
Sample clean non-ASCII char 2011-02-26 06:23:18 +00:00
EdkCompatibilityPkg.dec Fix boot script thunk issue that we need dispatch in PEI mode for Framework dispatch function, not in DXE mode. 2010-12-23 02:20:13 +00:00
EdkCompatibilityPkg.dsc Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. 2011-03-10 22:32:53 +00:00
License.txt Update the copyright notice format 2010-04-24 09:52:28 +00:00