summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2008-09-12add param ImageHandle for MnpFlushServiceData().vanjeff3-6/+8
2008-09-12move protocol close process from MnpDriverBindingStart() to MnpFlushServiceDa...vanjeff2-11/+11
2008-09-12Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib p...qhuang84-94/+4
2008-09-10Update the usage of ALIGN_VARIABLE for the interface change.qhuang81-2/+1
2008-09-10Fix a bug by adding CoreReleaseProtocolLock.qwang122-2/+3
2008-09-10Add EFIAPI modifier for all GCD services APIsqhuang83-0/+28
2008-09-09Remove the prototype of internal functions to avoid the sync efforts.qhuang83-261/+171
2008-09-09Rename Hand.h to Handle.h.qwang123-4/+4
2008-09-09Adjust the field position of PROTOCOL_NOTIFY.qwang121-2/+2
2008-09-091) Update some comment.qwang123-17/+29
2008-09-09Remove unused global variable.qhuang82-6/+0
2008-09-09Remove two obsolete function prototypes.qhuang81-29/+0
2008-09-08Change field Handle to type IHANDLE to remove the type casting.qwang122-3/+3
2008-09-08Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. ...qwang123-17/+17
2008-09-08Add more comment for EFI_DEP_REPLACE_TRUEqwang121-1/+4
2008-09-08Remove a dead macro EFI_DXESERVICEqwang121-6/+0
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff55-1258/+629
2008-09-04Update prototype of DxeLoadCore().xli242-2/+2
2008-09-04Fix a typo in Pcd nameqhuang83-4/+4
2008-09-04remove EFI_EVENT_ alias, replace them with EVT_vanjeff6-11/+11
2008-09-04Remove unnecessary CONST.vanjeff1-2/+2
2008-09-04Remove unnecessary CONST.vanjeff1-2/+2
2008-09-03Use Numeric Opcode to host the backward compatibility as the VarEqVal in Fram...qwang121-2/+2
2008-09-03Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2.vanjeff5-9/+9
2008-09-03move ProcessFv() from dispatcher.c to FwVol.cklu22-132/+134
2008-09-03Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporaryMemory, SizeOfCacheAsR...klu23-22/+4
2008-09-03When new FV is installed, VerifyFv() should be invoked to do security checkin...klu21-0/+8
2008-09-02Remove unnecessary TPL operations in BDS module & library.xli241-10/+0
2008-09-02Remove unnecessary TPL operations in BDS module & library.xli246-57/+0
2008-09-021. Use AllocateAlignedPages() to remove tricky logic in DebugImageInfo.cqhuang83-41/+4
2008-09-02Merged in the bug fixes from EDK I.qwang121-2/+6
2008-09-02To improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfi...qwang121-1/+1
2008-09-02To improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfi...qwang122-4/+4
2008-09-02Merged in the bug fixes from EDK I.qwang123-9/+9
2008-09-02Merged in the bug fixes from EDK I.qwang128-11/+63
2008-09-02Merged in the bug fixes from EDK I.qwang122-40/+68
2008-09-02To improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfi...qwang122-229/+307
2008-09-02To improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfi...qwang121-2/+5
2008-09-01clean up DxeCore to remove some dead code.qhuang82-80/+0
2008-09-01Clean up DxeCore to use report status code macros in ReportStatusCode to reti...qhuang86-109/+25
2008-08-30The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao444-45/+43
2008-08-28Fix several approved code review comments:qhuang81-671/+483
2008-08-27Add new line at the end of file.qhuang81-1/+1
2008-08-27Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang831-559/+92
2008-08-27Switch DxeCore to use DxeCoreMemoryAllocationLibqhuang81-1/+2
2008-08-27Add dependency of DevicePathLib to DxeCore so that the internal device path r...qhuang82-0/+2
2008-08-27Add DxeCoreMemoryAllocationLib instance dedicated to DxeCore use.qhuang83-0/+823
2008-08-27CYGWIN_GCC cleanup for GenericBdsLib.qhuang81-102/+170
2008-08-25remove the unused msa files in MdeModulePkg.lgao467-6031/+0
2008-08-22Fix a minor GUID format issue.qhuang81-3/+1