summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe
Commit message (Expand)AuthorAgeFilesLines
* Refine code to make code run safely.ydong102010-09-162-2/+3
* Move registration of DXE Core with PeCoffExtraActionLib after the lib constru...mdkinney2010-08-062-16/+16
* Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLibmdkinney2010-08-033-0/+14
* Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao42010-07-281-20/+134
* 1. Add init flag DEBUG_AGENT_INIT_DXE_AP.vanjeff2010-07-191-1/+1
* Add a missing parameter description in the function header for CoreFindFreePa...rsun32010-06-171-0/+1
* 1) Improve how memory usage is tracked in DXE Coremdkinney2010-06-141-37/+164
* Fix DxeCore Dispatch Issue that DXE drivers may not be dispatched if they de...lgao42010-05-141-9/+9
* Update the copyright notice formathhtian2010-04-2437-74/+74
* Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...niruiyu2010-04-211-1/+1
* Fix the issue that GCC treat enum type as unsigned int which incompatible wit...klu22010-04-071-2/+2
* MdeModulePkg: Fix warning with VS2005 toolchain on IA32jljusten2010-04-051-1/+1
* Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure.jgong52010-04-031-8/+4
* Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). jgong52010-03-191-7/+7
* 1. update the definitions in debug agent library, rename DEBUG_AGENT_INIT_DXE...vanjeff2010-03-131-1/+6
* The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen202010-03-101-1/+1
* Minor bug fix and robustness check improvement.rsun32010-03-031-1/+1
* 1. Refine debug agent library.vanjeff2010-02-273-5/+12
* Add more code robustness check for modules under MdeModulePkg.rsun32010-02-267-16/+28
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-251-1/+1
* Minor comment fix.rsun32010-02-241-0/+2
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Fix commentmdkinney2010-02-231-2/+1
* Cleanup HOB DEBUG printsandrewfish2010-02-171-2/+2
* 1) Fix build issuesmdkinney2010-02-163-111/+128
* Clean up HOB debug printsandrewfish2010-02-161-3/+3
* Fix crash in UnixPkg and BeagleBoard caused by gSmmBase2 getting added to the...andrewfish2010-02-161-3/+3
* Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney2010-02-135-23/+44
* revise the debug message to add 0x in front of the HEX number for consistencyjchen202010-02-105-10/+8
* change the GetPcd64 to FixedGetPcd64 to pass ECC jchen202010-02-091-1/+1
* format uniform: move tab to blank.erictian2010-02-081-43/+43
* Remove DEBUG_LOAD for InstallProtocolInterface() to align with PPI installati...qhuang82010-02-081-5/+5
* modified to pass the VS2003 buildjchen202010-02-081-1/+1
* Enable the Load Module At fixed Address feature jchen202010-02-056-28/+326
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-273-15/+8
* Improve coding style in MdeModulePkg.rsun32010-01-192-38/+35
* PI 1.1 SMM Feature Check-indavidhuang2009-12-233-4/+51
* Produce LoadPeImage protocol only in framework compatibility mode.lgao42009-12-222-10/+17
* Correct error status to EFI_NOT_FOUND when the image can't be got.lgao42009-12-011-1/+1
* Apply GetFileBufferByFilePath API of DxeServicesLib to replace local CoreOpen...lgao42009-11-265-557/+105
* Update comments on setting >= 8 bytes Fv Alignment.lgao42009-10-262-1/+7
* Fix warnings generated by GCC.jljusten2009-10-021-0/+3
* Remove the error checking for multi-instance device path since Dxecore has be...qhuang82009-09-211-8/+0
* Enhance DxeCore LocateDevicePath() boot service to handle muli-instance devic...qhuang82009-09-211-3/+15
* Make ASSERT statement more meaningful.lgao42009-09-171-4/+4
* Enhance PeiCore and DxeCore check whether the image machine type is supported...lgao42009-09-161-0/+8
* Adjust the parameter order of debug print. Judging from the context, the firs...qhuang82009-08-241-3/+3
* Make end of line consistent caused by previous check in.qhuang82009-08-241-827/+827
* Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor...qhuang82009-08-241-0/+20
* Clean up PERF macro usage. The macros were being used with 0 as the first pa...darylm5032009-07-151-807/+807