summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)Author
2008-09-18Rollback change done in 5919: "Remove the status code EFI_ALREADY_STARTED to ...qwang12
2008-09-18Remove the GrowBuffer function. Just use the simple way to get the buffer siz...qwang12
2008-09-17Adjust the function layout to remove the prototype of internal functions to r...qhuang8
2008-09-17Apply HighBitSet() in MDE baseLib to retire the internal function CoreHighest...qhuang8
2008-09-17Remove the status code EFI_ALREADY_STARTED to avoid confusion since it is not...qhuang8
2008-09-17Adjust the function layout of Timer.c to remove the prototype to reduce sync ...qhuang8
2008-09-17Refine code to remove the last entry of mArchProtocol.qhuang8
2008-09-17Fix several code review minor comments:qhuang8
2008-09-17Fix several code review minor comments:qhuang8
2008-09-17Fixed one bug in consplitter console input Start/Stop functions for those han...vanjeff
2008-09-17Update the comments.qwang12
2008-09-17Add VA_END to end the VA_START.qwang12
2008-09-17Remove the unnecessary spin_lock protection around CoreUnloadImage. There is ...qwang12
2008-09-16MdePkg/Include/Uefi/UefiTcgPlatform.h:jljusten
2008-09-16CoreHandleProtocol function description should be corrected.eric_tian
2008-09-16Merge the global data in ExecData.c to Event.ceric_tian
2008-09-16Comments for CoreInitializeMemoryServices should be updatederic_tian
2008-09-16The file name Exec.h contains UEFI Event support functions and structure. But...eric_tian
2008-09-16follow up the comments from code review.eric_tian
2008-09-12remove duplicated code.vanjeff
2008-09-12add param ImageHandle for MnpFlushServiceData().vanjeff
2008-09-12move protocol close process from MnpDriverBindingStart() to MnpFlushServiceDa...vanjeff
2008-09-12Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib p...qhuang8
2008-09-10Update the usage of ALIGN_VARIABLE for the interface change.qhuang8
2008-09-10Fix a bug by adding CoreReleaseProtocolLock.qwang12
2008-09-10Add EFIAPI modifier for all GCD services APIsqhuang8
2008-09-09Remove the prototype of internal functions to avoid the sync efforts.qhuang8
2008-09-09Rename Hand.h to Handle.h.qwang12
2008-09-09Adjust the field position of PROTOCOL_NOTIFY.qwang12
2008-09-091) Update some comment.qwang12
2008-09-09Remove unused global variable.qhuang8
2008-09-09Remove two obsolete function prototypes.qhuang8
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-09-08Add more comment for EFI_DEP_REPLACE_TRUEqwang12
2008-09-08Remove a dead macro EFI_DXESERVICEqwang12
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff
2008-09-04Update prototype of DxeLoadCore().xli24
2008-09-04Fix a typo in Pcd nameqhuang8
2008-09-04remove EFI_EVENT_ alias, replace them with EVT_vanjeff
2008-09-04Remove unnecessary CONST.vanjeff
2008-09-04Remove unnecessary CONST.vanjeff
2008-09-03Use Numeric Opcode to host the backward compatibility as the VarEqVal in Fram...qwang12
2008-09-03Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2.vanjeff
2008-09-03move ProcessFv() from dispatcher.c to FwVol.cklu2
2008-09-03Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporaryMemory, SizeOfCacheAsR...klu2
2008-09-03When new FV is installed, VerifyFv() should be invoked to do security checkin...klu2
2008-09-02Remove unnecessary TPL operations in BDS module & library.xli24
2008-09-02Remove unnecessary TPL operations in BDS module & library.xli24
2008-09-021. Use AllocateAlignedPages() to remove tricky logic in DebugImageInfo.cqhuang8