audk/MdeModulePkg
eric_tian 841014ba97 refine VariablePei driver to unify the algorithm of access VariableIndexTable among various archs.
1. record the distance of two neighboring VAR_ADDED type variables rather than the offset of each variable. As the field recording this info is UINT16 width, the latter causes in IA32/X64 platform, it can only cache those variables from offset 0 to offset 2^16; in IPF platform, from offset 0 to offset 2^18(extend the scope by left-shift the offset two bits).
when taking the former algorithm, the max range of caching variable is from offset 0 to offset 122*(2^16)

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8625 6f19259b-4bc3-4df7-8a09-765794883524
2009-06-23 08:30:04 +00:00
..
Application update the usage help text on variable statistic information. 2009-06-18 08:23:57 +00:00
Bus The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated key stoke, should use CallBack instead. 2009-06-11 06:25:30 +00:00
Core Replace .globl with ASM_GLOBAL 2009-05-20 10:22:09 +00:00
Include Fix Parameter IN OUT 2009-06-12 05:58:40 +00:00
Library Make sure BASE_LIST is always aligned on a 64-bit boundary 2009-06-03 03:47:55 +00:00
Logo INF head modified 2008-12-12 01:27:36 +00:00
Universal refine VariablePei driver to unify the algorithm of access VariableIndexTable among various archs. 2009-06-23 08:30:04 +00:00
ChangeLog.txt updated to use the term “temporary memory” but not CAR 2009-04-08 08:14:09 +00:00
MdeModulePkg.dec update the usage help text on variable statistic information. 2009-06-18 08:23:57 +00:00
MdeModulePkg.dsc Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe. 2009-04-24 07:02:52 +00:00