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
/
Hand
Age
Commit message (
Expand
)
Author
2014-04-01
Check the parameter before use it.
Eric Dong
2013-08-20
Add the missing status code in the returned table of InstallMultipleProtocolI...
Shumin Qiu
2012-08-22
Add PI1.2.1 SAP2 support and UEFI231B mantis 896
lgao4
2012-07-25
Fix the typo in InstallMultipleProtocolInterfaces comments
niruiyu
2011-07-06
Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...
niruiyu
2011-05-24
Add the DriverFamilyOverride support in DxeCore.
niruiyu
2011-03-16
Fix LocateDevicePath() to return proper error status code. It was returning ...
mdkinney
2010-09-16
Refine code to make code run safely.
ydong10
2010-04-24
Update the copyright notice format
hhtian
2010-02-26
Add more code robustness check for modules under MdeModulePkg.
rsun3
2010-02-08
Remove DEBUG_LOAD for InstallProtocolInterface() to align with PPI installati...
qhuang8
2009-09-21
Remove the error checking for multi-instance device path since Dxecore has be...
qhuang8
2009-09-21
Enhance DxeCore LocateDevicePath() boot service to handle muli-instance devic...
qhuang8
2009-05-11
fix the typo in DxeCore
eric_tian
2009-02-23
Update DxeCore for the performance infrastructure updates: Use Raw sting to r...
qhuang8
2009-01-21
Fix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when Bu...
eric_tian
2008-12-16
Clean up to update the reference of the these macros:
qhuang8
2008-10-30
Measure time spent in Driver Binding Supported() calls
mdkinney
2008-10-21
Fix several coding style violations
qhuang8
2008-09-23
move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...
eric_tian
2008-09-17
Add VA_END to end the VA_START.
qwang12
2008-09-16
CoreHandleProtocol function description should be corrected.
eric_tian
2008-09-10
Fix a bug by adding CoreReleaseProtocolLock.
qwang12
2008-09-09
1) Update some comment.
qwang12
2008-09-08
Change field Handle to type IHANDLE to remove the type casting.
qwang12
2008-09-08
Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. ...
qwang12
2008-08-27
Clean up DxeCore to remove duplicate memory allocation & device path utility ...
qhuang8
2008-08-20
Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...
qhuang8
2008-08-08
1) Change DEBUG_ERROR TO DEBUG_LOAD as InstallProtocolInterface information i...
qwang12
2008-07-26
Minor clean up.
qhuang8
2008-07-24
Code Scrub for Dxe Core.
qhuang8
2008-07-18
Code scrub for DxeCore
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-21
Change the file name case to follow coding style: The first character should ...
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
2007-12-10
Remove logic to repair image handles
mdkinney
2007-11-30
Update ConnectController() to convert an ImageHandle retrieved from the Platf...
mdkinney
2007-09-14
1) Remove buffer overflow when the number of Driver Binding Protocols increas...
mdkinney
2007-07-04
Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.
yshang1