summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Image
AgeCommit message (Expand)Author
2011-02-12Updates function description per UEFI2.3d. No impact is for functionality. Th...lgao4
2010-08-06Move registration of DXE Core with PeCoffExtraActionLib after the lib constru...mdkinney
2010-08-03Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLibmdkinney
2010-04-24Update the copyright notice formathhtian
2010-03-10The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen20
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun3
2010-02-10revise the debug message to add 0x in front of the HEX number for consistencyjchen20
2010-02-09change the GetPcd64 to FixedGetPcd64 to pass ECC jchen20
2010-02-08format uniform: move tab to blank.erictian
2010-02-05Enable the Load Module At fixed Address feature jchen20
2009-12-22Produce LoadPeImage protocol only in framework compatibility mode.lgao4
2009-12-01Correct error status to EFI_NOT_FOUND when the image can't be got.lgao4
2009-11-26Apply GetFileBufferByFilePath API of DxeServicesLib to replace local CoreOpen...lgao4
2009-09-17Make ASSERT statement more meaningful.lgao4
2009-09-16Enhance PeiCore and DxeCore check whether the image machine type is supported...lgao4
2009-04-22Update DxeCore to support to install gEfiHiiPackageListProtocolGuid in LoadIm...qhuang8
2009-04-17retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep bac...eric_tian
2009-04-16remove the gEfiLoadPeImageProtocolGuid and replace all references for it with...eric_tian
2009-04-03Add loaded Image device paths for EFI Drivers loaded from PCI Option ROM.gikidy
2009-03-11Fix build error caused by the unused local variablelgao4
2009-03-11Fix build error caused by the unused local variablelgao4
2009-03-10Retire TCG platform protocol, which will be replaced by PI Security Architect...lgao4
2009-02-23Update DxeCore for the performance infrastructure updates: Use Raw sting to r...qhuang8
2009-02-16Add assertion to ensure pointer dereference has been checked against NULL poi...qhuang8
2009-02-02enhance the condition branch to handle Unix style file path. and avoid array ...eric_tian
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji4
2008-12-16Clean up to update the reference of the these macros:qhuang8
2008-12-05Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macromdkinney
2008-10-30Measure time spent in Driver Binding Supported() callsmdkinney
2008-10-27Make use of correct format String:qwang12
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-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-17Remove the status code EFI_ALREADY_STARTED to avoid confusion since it is not...qhuang8
2008-09-17Remove the unnecessary spin_lock protection around CoreUnloadImage. There is ...qwang12
2008-09-09Remove the prototype of internal functions to avoid the sync efforts.qhuang8
2008-09-08Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. ...qwang12
2008-08-27Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang8
2008-08-01Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney
2008-08-01Using Spin lock instead of using RaiseTpl() to prevent UnloadImage() re-entra...vanjeff
2008-07-24Code Scrub for Dxe Core.qhuang8
2008-07-18Code scrub for DxeCoreqhuang8
2008-05-21add debug information.vanjeff
2008-05-21Update to fix minor coding style issues.qhuang8
2008-05-09Fix the prediction warnings in DxeMain.qhuang8
2008-05-09Add doxygen style comments for functions in DxeMain.qhuang8
2008-04-22[Description]eric_tian
2008-04-09Add comments and DoxyGen format for these files.lgao4
2008-04-08Fix warnings generated by gcc for ia32 builds:jljusten