summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* 1. Use AllocateAlignedPages() to remove tricky logic in DebugImageInfo.cqhuang82008-09-022-41/+3
* clean up DxeCore to remove some dead code.qhuang82008-09-012-80/+0
* Clean up DxeCore to use report status code macros in ReportStatusCode to reti...qhuang82008-09-016-109/+25
* The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao42008-08-302-2/+2
* Fix several approved code review comments:qhuang82008-08-281-671/+483
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-2731-559/+92
* Add dependency of DevicePathLib to DxeCore so that the internal device path r...qhuang82008-08-272-0/+2
* remove the unused msa files in MdeModulePkg.lgao42008-08-254-610/+0
* Fix ICC build error for the inconsistent PeiService pointer date type.lgao42008-08-211-1/+1
* Add compatibility logic to handle framework fvhob and install FvInfo ppi. And...lgao42008-08-213-4/+43
* Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...qhuang82008-08-206-10/+8
* Add GLOBAL_REMOVE_IF_UNREFERENCED modifier in the array and change the protoc...qhuang82008-08-181-18/+17
* Remove an unreferenced field in PROTOCOL_INTERFACE data structure.qhuang82008-08-181-2/+0
* Re-integrate patch in r5626~r5628:Enhance PeiCore dispatcher and fix a bug in...qhuang82008-08-185-68/+91
* Re-integrate patch in r5625: "Only build FvHob for the extracted FvImage thos...qhuang82008-08-121-10/+22
* Temporarily rollback the change from 5625 though 5628 for more investigation.qhuang82008-08-125-113/+78
* Add PeimDispatcherReenter to fix bug of PeiDispatch can not be quit correctly.klu22008-08-122-3/+17
* Correct more comments for PeiCore.klu22008-08-114-57/+71
* Enhance PeiCore's dispatcher, move PeimDispatchOnThisPass and PeimNeedingDisp...klu22008-08-112-12/+7
* Only build FvHob for the extracted FvImage those parent Fv image has FvHob.lgao42008-08-111-10/+22
* Roll back PeiImageRead to original implementation, this function will be shad...lgao42008-08-081-1/+11
* 1) Change DEBUG_ERROR TO DEBUG_LOAD as InstallProtocolInterface information i...qwang122008-08-081-3/+3
* Correct some comments to add the detailed information.lgao42008-08-083-132/+82
* Synchronize the comments for PeiService.klu22008-08-088-30/+29
* Add more comments for PeiCore.klu22008-08-084-35/+38
* Correct comments.klu22008-08-084-45/+65
* correct commentsklu22008-08-083-14/+14
* correct commentsklu22008-08-081-28/+35
* Correct comments.klu22008-08-081-76/+90
* Fix UEFI Boot Service CreateEvent() to follow UEFI Specification with respect...mdkinney2008-08-011-2/+2
* Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney2008-08-014-6/+6
* Using Spin lock instead of using RaiseTpl() to prevent UnloadImage() re-entra...vanjeff2008-08-011-3/+11
* Add comments to MdeModulePkg.dec, Correct minor comments for other files and ...lgao42008-07-281-6/+0
* modify coding style to pass ecc tooleric_tian2008-07-282-37/+16
* Minor clean up.qhuang82008-07-262-7/+7
* Code Scrub for Dxe Core.qhuang82008-07-2438-2551/+2546
* Code scrub for PeiCore module.klu22008-07-2311-95/+91
* change lower case to upper case to pass Unix builderic_tian2008-07-211-1/+1
* Fix a bug that PeiCore might fail to fix up Ppi pointer in CAR. qhuang82008-07-193-11/+11
* Fix the ICC waring for unreachable code.qhuang82008-07-191-6/+0
* Simplify the code to use the EFI_FV_FILE_INFO structure of DxeCore to save th...qhuang82008-07-192-29/+25
* Code scrub for DxeCoreqhuang82008-07-1825-567/+327
* Code scrub DxeIpl to add back the CONST modifier and solve a typecast warning. qhuang82008-07-186-64/+80
* Change first char in filename to uppercase klu22008-07-171-2/+2
* Change first char in filename to uppercase klu22008-07-171-0/+0
* Change first char in filename to uppercase klu22008-07-171-0/+0
* Temporarily remove the immature "CONST" modifier.qhuang82008-07-161-13/+6
* Code Scrub DxeIpl module.qhuang82008-07-168-165/+148
* Fix function comment to follows doxygen format.klu22008-07-1614-1854/+1103
* TempRamSupportPpi is architectural required for IA32/x64/IPF.klu22008-07-141-5/+5