audk/EdkModulePkg/Core/Dxe
mikewuping d4f397c031 1. In event.c, a function's name is not spelled correctly, a typo.
2. In Graphics.c, Memory Leak in Graphics Library, ConvertBmpToUgaBlt().
3. In HobLib.c, PeiBuildHobModule and three other functions do not zero hob reserved data area according to HOB spec v0.9.
4. In statuscode.h, the number of definition of EFI_SW_PEIM_PC_CAPSULE_START is equal to EFI_SW_PEIM_PC_CAPSULE_LOAD.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1861 6f19259b-4bc3-4df7-8a09-765794883524
2006-10-30 07:47:44 +00:00
..
Dispatcher I fixed following bugs. 2006-10-16 02:48:19 +00:00
DxeMain Add pair of performance macro function to measure the whole PEI phase's performance. 2006-10-10 07:30:40 +00:00
Event 1. In event.c, a function's name is not spelled correctly, a typo. 2006-10-30 07:47:44 +00:00
FwVol Initial import. 2006-04-21 22:54:32 +00:00
FwVolBlock Initial import. 2006-04-21 22:54:32 +00:00
Gcd I fixed following bugs. 2006-10-16 02:48:19 +00:00
Hand Fix buger in DxeMain module and modify uefispec.h coding style 2006-06-22 12:32:30 +00:00
Image Removed cross references from PciCf8Lib and PciExpressLib class to PciLib class. 2006-07-26 15:23:35 +00:00
Library Initial import. 2006-04-21 22:54:32 +00:00
Mem MAX_POOL_SIZE was hardcoded to 0xFFFFFF00. MAX_POOL_SIZE was replaced with MAX_ADDRESS and POOL_OVERHEAD. MAX_POOL_SIZE is used to prevent a large allocation from passing since adding the POOL_OVERHAD to the allocation (done internally) could cause the size to wrap around and be small. This would cause a return value of success that was an error. 2006-10-24 01:20:09 +00:00
Misc Initial import. 2006-04-21 22:54:32 +00:00
SectionExtraction Initial import. 2006-04-21 22:54:32 +00:00
DebugImageInfo.h Initial import. 2006-04-21 22:54:32 +00:00
DxeMain.h Initial import. 2006-04-21 22:54:32 +00:00
DxeMain.msa Remove the duplicated Copy Right in msa header. 2006-09-27 09:26:40 +00:00
Exec.h Fix capitalization 2006-05-19 19:58:33 +00:00
FwVolBlock.h Initial import. 2006-04-21 22:54:32 +00:00
FwVolDriver.h Initial import. 2006-04-21 22:54:32 +00:00
Image.h Initial import. 2006-04-21 22:54:32 +00:00
Library.h Initial import. 2006-04-21 22:54:32 +00:00
gcd.h Initial import. 2006-04-21 22:54:32 +00:00
hand.h Initial import. 2006-04-21 22:54:32 +00:00
imem.h Initial import. 2006-04-21 22:54:32 +00:00