audk/EdkModulePkg/Core/Dxe
bbahnsen fae0da0d2c Fix several capitalization issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2255 6f19259b-4bc3-4df7-8a09-765794883524
2007-01-16 19:59:43 +00:00
..
Dispatcher In core\dxe\Dispatcher\Dispatcher.c uses CoreLoadImage with TRUE parameter of BootPolicy. But according to CoreLoadImage comments, BootPolicy is TRUE indicates that the request originates from the boot manager. Dispatcher driver is from memory, not from boot manager. So it should call CoreLoadImage with FALSE parameter of BootPolicy. 2006-11-20 03:59:14 +00:00
DxeMain Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis 0.91. Update DxeCore and Runtime driver to follow new definitions. 2006-12-14 10:14:24 +00:00
Event Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis 0.91. Update DxeCore and Runtime driver to follow new definitions. 2006-12-14 10:14:24 +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 Fix the bug that could make gMemoryTypeInformation unavailable when gMemoryTypeInformation is filled to EfiMaxMemoryType. 2006-12-11 02:06:19 +00:00
Hand Output DxeCore Entrypoint in DxeIpl module, and make dxecore module can correctly output >4G module entry point address. 2006-11-29 02:54:20 +00:00
Image Integrated FV memory map into R9 2006-12-31 09:55:05 +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 (1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION type to conform to spec. 2006-12-07 11:32:26 +00:00
DebugImageInfo.h Initial import. 2006-04-21 22:54:32 +00:00
DxeMain.h Correct TeImage file format and Clean up PeiRebase tool to remove unused code and only relocate image. 2007-01-15 11:13:40 +00:00
DxeMain.msa Fix several capitalization issues. 2007-01-16 19:59:43 +00:00
Exec.h Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis 0.91. Update DxeCore and Runtime driver to follow new definitions. 2006-12-14 10:14:24 +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 Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis 0.91. Update DxeCore and Runtime driver to follow new definitions. 2006-12-14 10:14:24 +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