summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* Move NEXT_MEMORY_DESCRIPTOR() from UefiSpec.h to UEFI Librarymdkinney2008-12-072-0/+2
* Change _CR() to BASE_CR() to follow naming conventionmdkinney2008-12-062-3/+3
* Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macromdkinney2008-12-052-2/+2
* Fix the build break caused by update of FUNCTION_ENTRY_POINT macro.xli242008-12-051-1/+1
* Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2008-12-035-7/+1
* Global variables have been moved backward ahead of functions.jji42008-12-033-43/+45
* Update PEIM entry point to follow PEIM entry point.lgao42008-11-272-24/+6
* Add necessary CONST modifier.xli242008-11-272-4/+4
* Move call to CoreDisplayDiscoveredNotDispatched to be before thejljusten2008-11-241-8/+8
* Add useful DEBUG message for determining the when drivers are jljusten2008-11-241-0/+1
* Clean upmdkinney2008-11-221-23/+0
* ECC clanup: Update the doxygen comment.qwang122008-11-201-3/+0
* Split Ebc from x64 implementation since x64 version supports to create x64 mo...qhuang82008-11-192-1/+78
* Update comments for PeiCorelgao42008-11-171-13/+9
* Create X64 mode page tables in memory even when PEI is already X64mdkinney2008-11-154-0/+334
* Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi() and remove th...qhuang82008-11-133-4/+2
* 1, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu22008-11-111-6/+2
* Remove over specific library classklu22008-11-052-2/+0
* Remove over specific library classklu22008-11-051-1/+0
* Remove over specific library classklu22008-11-052-2/+0
* Remove over specific Guidklu22008-11-051-1/+0
* Add missing TimerLib class since DxeMain directly use TimerLib API.qhuang82008-10-311-0/+1
* Use #include "XXX.h" for module internal header files.qhuang82008-10-3112-12/+12
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-304-6/+6
* Measure time spent in Driver Binding Supported() callsmdkinney2008-10-303-2/+10
* Measure time spent in SECmdkinney2008-10-301-0/+3
* Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCo...mdkinney2008-10-291-1/+6
* Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian2008-10-292-2/+2
* Refine file header for INF files of DXE and PEI core modules.xli242008-10-282-9/+6
* 1. build.py's changes : include XXXEntryPointLib.h into the corresponding aut...eric_tian2008-10-282-6/+7
* clean up EBC in inf files.vanjeff2008-10-284-4/+10
* Move global variable to the top of C file for consistent coding style.qwang122008-10-271-24/+22
* Make use of correct format String:qwang122008-10-272-4/+4
* ECC Clean up.vanjeff2008-10-242-3/+3
* 1) Update SetPeiServicesTablePointer's prototype add CONST modifier.qwang122008-10-215-18/+18
* Fix several coding style violationsqhuang82008-10-216-19/+19
* Fix ECC issue.klu22008-10-205-13/+7
* Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang122008-10-173-2/+4
* Correct two minor commentslgao42008-10-141-1/+1
* Change PeiMain/DxeMain's base name to PeiCore/DxeCore.klu22008-10-052-2/+2
* Remove DXE CIS wordklu22008-09-291-1/+0
* 1. Set the EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED bit on insertion/deletion of e...qhuang82008-09-271-14/+34
* add detail comments on the complicated code segment.eric_tian2008-09-232-9/+18
* Add assert check to make sure new stack size larger than old stack size.lgao42008-09-231-4/+2
* move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian2008-09-2330-419/+322
* Don't align image address for TeImage, because TeImage section alignment is u...lgao42008-09-231-3/+5
* 1. Add three sample PCD in HelloWorld application for user reference of PCD u...lgao42008-09-191-15/+4
* Rollback change done in 5919: "Remove the status code EFI_ALREADY_STARTED to ...qwang122008-09-181-2/+2
* Remove the GrowBuffer function. Just use the simple way to get the buffer siz...qwang122008-09-181-92/+48
* Adjust the function layout to remove the prototype of internal functions to r...qhuang82008-09-171-306/+210