summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe
Commit message (Expand)AuthorAgeFilesLines
* Improve coding style in MdeModulePkg.rsun32010-01-192-38/+35
* PI 1.1 SMM Feature Check-indavidhuang2009-12-233-4/+51
* Produce LoadPeImage protocol only in framework compatibility mode.lgao42009-12-222-10/+17
* Correct error status to EFI_NOT_FOUND when the image can't be got.lgao42009-12-011-1/+1
* Apply GetFileBufferByFilePath API of DxeServicesLib to replace local CoreOpen...lgao42009-11-265-557/+105
* Update comments on setting >= 8 bytes Fv Alignment.lgao42009-10-262-1/+7
* Fix warnings generated by GCC.jljusten2009-10-021-0/+3
* Remove the error checking for multi-instance device path since Dxecore has be...qhuang82009-09-211-8/+0
* Enhance DxeCore LocateDevicePath() boot service to handle muli-instance devic...qhuang82009-09-211-3/+15
* Make ASSERT statement more meaningful.lgao42009-09-171-4/+4
* Enhance PeiCore and DxeCore check whether the image machine type is supported...lgao42009-09-161-0/+8
* Adjust the parameter order of debug print. Judging from the context, the firs...qhuang82009-08-241-3/+3
* Make end of line consistent caused by previous check in.qhuang82009-08-241-827/+827
* Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor...qhuang82009-08-241-0/+20
* Clean up PERF macro usage. The macros were being used with 0 as the first pa...darylm5032009-07-151-807/+807
* fix the typo in DxeCoreeric_tian2009-05-112-4/+4
* Update DxeCore to support to install gEfiHiiPackageListProtocolGuid in LoadIm...qhuang82009-04-223-0/+25
* retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep bac...eric_tian2009-04-174-5/+173
* remove the gEfiLoadPeImageProtocolGuid and replace all references for it with...eric_tian2009-04-164-173/+5
* fixed DMA not be stopped issue when gBS->ExitBootServices called.vanjeff2009-04-101-4/+4
* Add loaded Image device paths for EFI Drivers loaded from PCI Option ROM.gikidy2009-04-033-0/+49
* Add check to the allocated pool.lgao42009-03-111-0/+8
* Fix build error caused by the unused local variablelgao42009-03-111-1/+0
* Fix build error caused by the unused local variablelgao42009-03-111-6/+0
* Cleanup to Remove default PCD value and extra build option.qhuang82009-03-101-9/+6
* Update DxeCore to deal PIWG FV device path case if FV contains extension header.klu22009-03-102-26/+71
* Retire TCG platform protocol, which will be replaced by PI Security Architect...lgao42009-03-104-59/+0
* 1. retire the FvbServiceLib. Directly locating FVB protocol to access interfa...eric_tian2009-03-091-1/+1
* retire gEfiFirmwareVolumeDispatcherProtocolGuideric_tian2009-02-231-1/+0
* retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is use...eric_tian2009-02-233-11/+0
* Update DxeCore for the performance infrastructure updates: Use Raw sting to r...qhuang82009-02-234-12/+11
* Add assertion to ensure pointer dereference has been checked against NULL poi...qhuang82009-02-163-2/+3
* Meta-data reviewed.gikidy2009-02-131-41/+40
* add assert logic to avoid Klocwork fake reporteric_tian2009-02-121-0/+3
* clean K8.eric_tian2009-02-101-4/+6
* Cleanup K8 warning.eric_tian2009-02-061-0/+2
* Enhance DxeCore to handle the all block sized allowed by the PI Specification...lgao42009-02-041-19/+151
* enhance the condition branch to handle Unix style file path. and avoid array ...eric_tian2009-02-021-3/+10
* Fix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when Bu...eric_tian2009-01-211-1/+1
* Apply code to avoid security warnings.qhuang82009-01-152-9/+8
* Correct /FAcs option to /FAsclgao42009-01-061-1/+1
* check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji42008-12-182-2/+2
* Clean up to update the reference of the these macros:qhuang82008-12-1611-45/+45
* Fix some typo.gikidy2008-12-121-1/+1
* INF head modifiedjji42008-12-121-1/+2
* Change _CR() to BASE_CR() to follow naming conventionmdkinney2008-12-061-1/+1
* Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macromdkinney2008-12-051-1/+1
* Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2008-12-031-1/+0
* 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