audk/EdkModulePkg/Core/Dxe
lgao4 4afc6a7bf2 (1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION type to conform to spec.
(2) Remove unused library class EdkPeCoffLoaderX64Lib and library instance EdkPeCoffLoaderX64Lib, because current BasePeCoffLib can supports IA32, EBC,
  & X64 images all.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2069 6f19259b-4bc3-4df7-8a09-765794883524
2006-12-07 11:32:26 +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 Added the StatusCode protocol installation for the IPF architecture; removed the CapsuleArchProtocol checking for the IPF architecture 2006-11-29 13:29:14 +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 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 1) Fix buffer overflow in JUMP_BUFFER in the DXE Core StartImage() 2006-11-29 03:05:46 +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 1. Add the fix for the following Bugs: 2006-11-03 02:47:43 +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 Add JumpBuffer field that records the allocated pool address that may be different that the Jump Context address 2006-11-28 02:44:20 +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