summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe
AgeCommit message (Expand)AuthorFilesLines
2009-03-091. retire the FvbServiceLib. Directly locating FVB protocol to access interfa...eric_tian1-1/+1
2009-02-23retire gEfiFirmwareVolumeDispatcherProtocolGuideric_tian1-1/+0
2009-02-23retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is use...eric_tian3-11/+0
2009-02-23Update DxeCore for the performance infrastructure updates: Use Raw sting to r...qhuang84-12/+11
2009-02-16Add assertion to ensure pointer dereference has been checked against NULL poi...qhuang83-2/+3
2009-02-13Meta-data reviewed.gikidy1-41/+40
2009-02-12add assert logic to avoid Klocwork fake reporteric_tian1-0/+3
2009-02-10clean K8.eric_tian1-4/+6
2009-02-06Cleanup K8 warning.eric_tian1-0/+2
2009-02-04Enhance DxeCore to handle the all block sized allowed by the PI Specification...lgao41-19/+151
2009-02-02enhance the condition branch to handle Unix style file path. and avoid array ...eric_tian1-3/+10
2009-01-21Fix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when Bu...eric_tian1-1/+1
2009-01-15Apply code to avoid security warnings.qhuang82-9/+8
2009-01-06Correct /FAcs option to /FAsclgao41-1/+1
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji42-2/+2
2008-12-16Clean up to update the reference of the these macros:qhuang811-45/+45
2008-12-12Fix some typo.gikidy1-1/+1
2008-12-12INF head modifiedjji41-1/+2
2008-12-06Change _CR() to BASE_CR() to follow naming conventionmdkinney1-1/+1
2008-12-05Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macromdkinney1-1/+1
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-1/+0
2008-11-24Move call to CoreDisplayDiscoveredNotDispatched to be before thejljusten1-8/+8
2008-11-24Add useful DEBUG message for determining the when drivers are jljusten1-0/+1
2008-11-22Clean upmdkinney1-23/+0
2008-11-111, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu21-6/+2
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-30Measure time spent in Driver Binding Supported() callsmdkinney3-2/+10
2008-10-29Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian1-1/+1
2008-10-28Refine file header for INF files of DXE and PEI core modules.xli241-4/+1
2008-10-28clean up EBC in inf files.vanjeff1-1/+5
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:qwang121-1/+1
2008-10-24ECC Clean up.vanjeff1-2/+2
2008-10-21Fix several coding style violationsqhuang86-19/+19
2008-10-05Change PeiMain/DxeMain's base name to PeiCore/DxeCore.klu21-1/+1
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-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-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