summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Hand
AgeCommit message (Expand)Author
2011-03-16Fix LocateDevicePath() to return proper error status code. It was returning ...mdkinney
2010-09-16Refine code to make code run safely.ydong10
2010-04-24Update the copyright notice formathhtian
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun3
2010-02-08Remove DEBUG_LOAD for InstallProtocolInterface() to align with PPI installati...qhuang8
2009-09-21Remove the error checking for multi-instance device path since Dxecore has be...qhuang8
2009-09-21Enhance DxeCore LocateDevicePath() boot service to handle muli-instance devic...qhuang8
2009-05-11fix the typo in DxeCoreeric_tian
2009-02-23Update DxeCore for the performance infrastructure updates: Use Raw sting to r...qhuang8
2009-01-21Fix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when Bu...eric_tian
2008-12-16Clean up to update the reference of the these macros:qhuang8
2008-10-30Measure time spent in Driver Binding Supported() callsmdkinney
2008-10-21Fix several coding style violationsqhuang8
2008-09-23move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian
2008-09-17Add VA_END to end the VA_START.qwang12
2008-09-16CoreHandleProtocol function description should be corrected.eric_tian
2008-09-10Fix a bug by adding CoreReleaseProtocolLock.qwang12
2008-09-091) Update some comment.qwang12
2008-09-08Change field Handle to type IHANDLE to remove the type casting.qwang12
2008-09-08Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. ...qwang12
2008-08-27Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang8
2008-08-20Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...qhuang8
2008-08-081) Change DEBUG_ERROR TO DEBUG_LOAD as InstallProtocolInterface information i...qwang12
2008-07-26Minor clean up.qhuang8
2008-07-24Code Scrub for Dxe Core.qhuang8
2008-07-18Code scrub for DxeCoreqhuang8
2008-05-21Update to fix minor coding style issues.qhuang8
2008-05-21Change the file name case to follow coding style: The first character should ...qhuang8
2008-05-21Change the file name case to follow coding style: The first character should ...qhuang8
2008-05-09Add doxygen style comments for functions in DxeMain.qhuang8
2008-04-09Add comments and DoxyGen format for these files.lgao4
2007-12-10Remove logic to repair image handlesmdkinney
2007-11-30Update ConnectController() to convert an ImageHandle retrieved from the Platf...mdkinney
2007-09-141) Remove buffer overflow when the number of Driver Binding Protocols increas...mdkinney
2007-07-04Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang1