summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2008-11-05Remove over specific library classklu22-2/+0
2008-11-05Remove over specific library classklu21-1/+0
2008-11-05Remove over specific library classklu22-2/+0
2008-11-05Remove over specific Guidklu21-1/+0
2008-10-31Add missing TimerLib class since DxeMain directly use TimerLib API.qhuang81-0/+1
2008-10-31Use #include "XXX.h" for module internal header files.qhuang812-12/+12
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji44-6/+6
2008-10-30Measure time spent in Driver Binding Supported() callsmdkinney3-2/+10
2008-10-30Measure time spent in SECmdkinney1-0/+3
2008-10-29Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCo...mdkinney1-1/+6
2008-10-29Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian2-2/+2
2008-10-28Refine file header for INF files of DXE and PEI core modules.xli242-9/+6
2008-10-281. build.py's changes : include XXXEntryPointLib.h into the corresponding aut...eric_tian2-6/+7
2008-10-28clean up EBC in inf files.vanjeff4-4/+10
2008-10-27Move global variable to the top of C file for consistent coding style.qwang121-24/+22
2008-10-27Make use of correct format String:qwang122-4/+4
2008-10-24ECC Clean up.vanjeff2-3/+3
2008-10-211) Update SetPeiServicesTablePointer's prototype add CONST modifier.qwang125-18/+18
2008-10-21Fix several coding style violationsqhuang86-19/+19
2008-10-20Fix ECC issue.klu25-13/+7
2008-10-17Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang123-2/+4
2008-10-14Correct two minor commentslgao41-1/+1
2008-10-05Change PeiMain/DxeMain's base name to PeiCore/DxeCore.klu22-2/+2
2008-09-29Remove DXE CIS wordklu21-1/+0
2008-09-271. Set the EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED bit on insertion/deletion of e...qhuang81-14/+34
2008-09-23add detail comments on the complicated code segment.eric_tian2-9/+18
2008-09-23Add assert check to make sure new stack size larger than old stack size.lgao41-4/+2
2008-09-23move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian30-419/+322
2008-09-23Don't align image address for TeImage, because TeImage section alignment is u...lgao41-3/+5
2008-09-191. Add three sample PCD in HelloWorld application for user reference of PCD u...lgao41-15/+4
2008-09-18Rollback change done in 5919: "Remove the status code EFI_ALREADY_STARTED to ...qwang121-2/+2
2008-09-18Remove the GrowBuffer function. Just use the simple way to get the buffer siz...qwang121-92/+48
2008-09-17Adjust the function layout to remove the prototype of internal functions to r...qhuang81-306/+210
2008-09-17Apply HighBitSet() in MDE baseLib to retire the internal function CoreHighest...qhuang82-46/+2
2008-09-17Remove the status code EFI_ALREADY_STARTED to avoid confusion since it is not...qhuang81-3/+3
2008-09-17Adjust the function layout of Timer.c to remove the prototype to reduce sync ...qhuang81-113/+70
2008-09-17Refine code to remove the last entry of mArchProtocol.qhuang81-8/+13
2008-09-17Fix several code review minor comments:qhuang81-14/+13
2008-09-17Fix several code review minor comments:qhuang81-12/+13
2008-09-17Add VA_END to end the VA_START.qwang121-0/+5
2008-09-17Remove the unnecessary spin_lock protection around CoreUnloadImage. There is ...qwang121-16/+0
2008-09-16CoreHandleProtocol function description should be corrected.eric_tian1-4/+12
2008-09-16Merge the global data in ExecData.c to Event.ceric_tian4-77/+60
2008-09-16Comments for CoreInitializeMemoryServices should be updatederic_tian3-23/+15
2008-09-16The file name Exec.h contains UEFI Event support functions and structure. But...eric_tian3-4/+4
2008-09-16follow up the comments from code review.eric_tian2-12/+15
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