index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Core
/
Dxe
/
DxeMain.h
Age
Commit message (
Expand
)
Author
2009-11-26
Apply GetFileBufferByFilePath API of DxeServicesLib to replace local CoreOpen...
lgao4
2009-05-11
fix the typo in DxeCore
eric_tian
2009-04-22
Update DxeCore to support to install gEfiHiiPackageListProtocolGuid in LoadIm...
qhuang8
2009-04-17
retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep bac...
eric_tian
2009-04-16
remove the gEfiLoadPeImageProtocolGuid and replace all references for it with...
eric_tian
2009-04-03
Add loaded Image device paths for EFI Drivers loaded from PCI Option ROM.
gikidy
2009-03-10
Retire TCG platform protocol, which will be replaced by PI Security Architect...
lgao4
2009-02-23
retire gEfiFirmwareVolumeDispatcherProtocolGuid
eric_tian
2009-02-23
Update DxeCore for the performance infrastructure updates: Use Raw sting to r...
qhuang8
2008-12-16
Clean up to update the reference of the these macros:
qhuang8
2008-11-22
Clean up
mdkinney
2008-10-30
Measure time spent in Driver Binding Supported() calls
mdkinney
2008-09-23
move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...
eric_tian
2008-09-16
Merge the global data in ExecData.c to Event.c
eric_tian
2008-09-16
Comments for CoreInitializeMemoryServices should be updated
eric_tian
2008-09-16
The file name Exec.h contains UEFI Event support functions and structure. But...
eric_tian
2008-09-10
Add EFIAPI modifier for all GCD services APIs
qhuang8
2008-09-09
Rename Hand.h to Handle.h.
qwang12
2008-09-08
Add more comment for EFI_DEP_REPLACE_TRUE
qwang12
2008-09-08
Remove a dead macro EFI_DXESERVICE
qwang12
2008-09-01
clean up DxeCore to remove some dead code.
qhuang8
2008-09-01
Clean up DxeCore to use report status code macros in ReportStatusCode to reti...
qhuang8
2008-08-27
Add dependency of DevicePathLib to DxeCore so that the internal device path r...
qhuang8
2008-08-20
Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...
qhuang8
2008-07-26
Minor clean up.
qhuang8
2008-07-24
Code Scrub for Dxe Core.
qhuang8
2008-07-08
Code scrube for MdeModule Definitions.
lgao4
2008-05-22
Remove minor defects in Doxygen header
qhuang8
2008-05-21
Update to fix minor coding style issues.
qhuang8
2008-05-21
Change the file name case to follow coding style: The first character should ...
qhuang8
2008-05-13
Minor coding style adjustment for DxeCore.
qhuang8
2008-05-09
Add doxygen style comments for functions in DxeMain.
qhuang8
2008-04-09
Add comments and DoxyGen format for these files.
lgao4
2008-01-04
Measure PEimage and ActionString data according to TPM requirement.
lgao4
2007-12-10
MdeModule cleanup for PI:
klu2
2007-12-07
Cache FvImage at buffer with its required alignment.
lgao4
2007-11-22
Clean up: update "EFI" to "UEFI" if applicable.
qhuang8
2007-10-12
fixed the following problems:
eric_tian
2007-09-29
1. Add ExtractGuidedSectionLib library to replace customdecompress library.
lgao4
2007-09-28
Remove PeCoffLoader library class and its instances.
lgao4
2007-09-28
1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain.
lgao4
2007-09-04
Merge the PI enabling works from the branch
qwang12
2007-07-20
remove some comments introduced by tools.
vanjeff
2007-07-06
Should use gEfiFirmwareFileSystem2Guid but not gEfiFirmwareFileSystemGuid in ...
klu2
2007-07-04
Include "Guid/FirmwareFileSystem.h " provided by IntelFrameworkPkg.
yshang1
2007-07-04
Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.
yshang1