summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Hand
AgeCommit message (Expand)Author
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