summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/DxeMain.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-271. Refine debug agent library.vanjeff1-0/+1
2010-02-161) Fix build issuesmdkinney1-3/+2
2010-02-13Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney1-1/+4
2010-02-05Enable the Load Module At fixed Address feature jchen201-1/+4
2009-11-26Apply GetFileBufferByFilePath API of DxeServicesLib to replace local CoreOpen...lgao41-1/+2
2009-05-11fix the typo in DxeCoreeric_tian1-2/+2
2009-04-22Update DxeCore to support to install gEfiHiiPackageListProtocolGuid in LoadIm...qhuang81-0/+1
2009-04-17retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep bac...eric_tian1-0/+1
2009-04-16remove the gEfiLoadPeImageProtocolGuid and replace all references for it with...eric_tian1-1/+0
2009-04-03Add loaded Image device paths for EFI Drivers loaded from PCI Option ROM.gikidy1-0/+1
2009-03-10Retire TCG platform protocol, which will be replaced by PI Security Architect...lgao41-1/+0
2009-02-23retire gEfiFirmwareVolumeDispatcherProtocolGuideric_tian1-1/+0
2009-02-23Update DxeCore for the performance infrastructure updates: Use Raw sting to r...qhuang81-1/+0
2008-12-16Clean up to update the reference of the these macros:qhuang81-3/+3
2008-11-22Clean upmdkinney1-23/+0
2008-10-30Measure time spent in Driver Binding Supported() callsmdkinney1-0/+1
2008-09-23move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian1-10/+167
2008-09-16Merge the global data in ExecData.c to Event.ceric_tian1-1/+1
2008-09-16Comments for CoreInitializeMemoryServices should be updatederic_tian1-11/+7
2008-09-16The file name Exec.h contains UEFI Event support functions and structure. But...eric_tian1-1/+1
2008-09-10Add EFIAPI modifier for all GCD services APIsqhuang81-0/+14
2008-09-09Rename Hand.h to Handle.h.qwang121-1/+1
2008-09-08Add more comment for EFI_DEP_REPLACE_TRUEqwang121-1/+4
2008-09-08Remove a dead macro EFI_DXESERVICEqwang121-6/+0
2008-09-01clean up DxeCore to remove some dead code.qhuang81-27/+0
2008-09-01Clean up DxeCore to use report status code macros in ReportStatusCode to reti...qhuang81-0/+1
2008-08-27Add dependency of DevicePathLib to DxeCore so that the internal device path r...qhuang81-0/+1
2008-08-20Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...qhuang81-1/+1
2008-07-26Minor clean up.qhuang81-6/+6
2008-07-24Code Scrub for Dxe Core.qhuang81-497/+496
2008-07-08Code scrube for MdeModule Definitions.lgao41-2/+0
2008-05-22Remove minor defects in Doxygen headerqhuang81-14/+0
2008-05-21Update to fix minor coding style issues.qhuang81-273/+195
2008-05-21Change the file name case to follow coding style: The first character should ...qhuang81-3/+3
2008-05-13Minor coding style adjustment for DxeCore.qhuang81-2/+2
2008-05-09Add doxygen style comments for functions in DxeMain.qhuang81-1598/+1151
2008-04-09Add comments and DoxyGen format for these files.lgao41-1/+3
2008-01-04Measure PEimage and ActionString data according to TPM requirement.lgao41-0/+2
2007-12-10MdeModule cleanup for PI:klu21-14/+38
2007-12-07Cache FvImage at buffer with its required alignment.lgao41-0/+1
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang81-1/+1
2007-10-12fixed the following problems:eric_tian1-2/+3
2007-09-291. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao41-1/+1
2007-09-28Remove PeCoffLoader library class and its instances.lgao41-2/+0
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao41-0/+1
2007-09-04Merge the PI enabling works from the branchqwang121-2/+2
2007-07-20remove some comments introduced by tools.vanjeff1-9/+3
2007-07-06Should use gEfiFirmwareFileSystem2Guid but not gEfiFirmwareFileSystemGuid in ...klu21-1/+1
2007-07-04Include "Guid/FirmwareFileSystem.h " provided by IntelFrameworkPkg.yshang11-1/+1
2007-07-04Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang11-0/+2847