summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)Author
2008-12-07Move NEXT_MEMORY_DESCRIPTOR() from UefiSpec.h to UEFI Librarymdkinney
2008-12-06Change _CR() to BASE_CR() to follow naming conventionmdkinney
2008-12-05Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macromdkinney
2008-12-05Fix the build break caused by update of FUNCTION_ENTRY_POINT macro.xli24
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy
2008-12-03Global variables have been moved backward ahead of functions.jji4
2008-11-27Update PEIM entry point to follow PEIM entry point.lgao4
2008-11-27Add necessary CONST modifier.xli24
2008-11-24Move call to CoreDisplayDiscoveredNotDispatched to be before thejljusten
2008-11-24Add useful DEBUG message for determining the when drivers are jljusten
2008-11-22Clean upmdkinney
2008-11-20ECC clanup: Update the doxygen comment.qwang12
2008-11-19Split Ebc from x64 implementation since x64 version supports to create x64 mo...qhuang8
2008-11-17Update comments for PeiCorelgao4
2008-11-15Create X64 mode page tables in memory even when PEI is already X64mdkinney
2008-11-13Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi() and remove th...qhuang8
2008-11-111, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu2
2008-11-05Remove over specific library classklu2
2008-11-05Remove over specific library classklu2
2008-11-05Remove over specific library classklu2
2008-11-05Remove over specific Guidklu2
2008-10-31Add missing TimerLib class since DxeMain directly use TimerLib API.qhuang8
2008-10-31Use #include "XXX.h" for module internal header files.qhuang8
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji4
2008-10-30Measure time spent in Driver Binding Supported() callsmdkinney
2008-10-30Measure time spent in SECmdkinney
2008-10-29Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCo...mdkinney
2008-10-29Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian
2008-10-28Refine file header for INF files of DXE and PEI core modules.xli24
2008-10-281. build.py's changes : include XXXEntryPointLib.h into the corresponding aut...eric_tian
2008-10-28clean up EBC in inf files.vanjeff
2008-10-27Move global variable to the top of C file for consistent coding style.qwang12
2008-10-27Make use of correct format String:qwang12
2008-10-24ECC Clean up.vanjeff
2008-10-211) Update SetPeiServicesTablePointer's prototype add CONST modifier.qwang12
2008-10-21Fix several coding style violationsqhuang8
2008-10-20Fix ECC issue.klu2
2008-10-17Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang12
2008-10-14Correct two minor commentslgao4
2008-10-05Change PeiMain/DxeMain's base name to PeiCore/DxeCore.klu2
2008-09-29Remove DXE CIS wordklu2
2008-09-271. Set the EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED bit on insertion/deletion of e...qhuang8
2008-09-23add detail comments on the complicated code segment.eric_tian
2008-09-23Add assert check to make sure new stack size larger than old stack size.lgao4
2008-09-23move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian
2008-09-23Don't align image address for TeImage, because TeImage section alignment is u...lgao4
2008-09-191. Add three sample PCD in HelloWorld application for user reference of PCD u...lgao4
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