]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Dxe/Image
Clean up DEC files:
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Image /
2011-02-12 lgao4Updates function description per UEFI2.3d. No impact...
2010-08-06 mdkinneyMove registration of DXE Core with PeCoffExtraActionLib...
2010-08-03 mdkinneyUpdate DXE Core so its own PE/COFF image is passed...
2010-04-24 hhtianUpdate the copyright notice format
2010-03-10 jchen20The patch attached is to fix the issue that LMFA featur...
2010-02-26 rsun3Add more code robustness check for modules under MdeMod...
2010-02-10 jchen20revise the debug message to add 0x in front of the...
2010-02-09 jchen20change the GetPcd64 to FixedGetPcd64 to pass ECC
2010-02-08 erictianformat uniform: move tab to blank.
2010-02-05 jchen20Enable the Load Module At fixed Address feature
2009-12-22 lgao4Produce LoadPeImage protocol only in framework compatib...
2009-12-01 lgao4Correct error status to EFI_NOT_FOUND when the image...
2009-11-26 lgao4Apply GetFileBufferByFilePath API of DxeServicesLib...
2009-09-17 lgao4Make ASSERT statement more meaningful.
2009-09-16 lgao4Enhance PeiCore and DxeCore check whether the image...
2009-04-22 qhuang8Update DxeCore to support to install gEfiHiiPackageList...
2009-04-17 eric_tianretain gEfiLoadPeImageProtocolGuid, and only published...
2009-04-16 eric_tianremove the gEfiLoadPeImageProtocolGuid and replace...
2009-04-03 gikidyAdd loaded Image device paths for EFI Drivers loaded...
2009-03-11 lgao4Fix build error caused by the unused local variable
2009-03-11 lgao4Fix build error caused by the unused local variable
2009-03-10 lgao4Retire TCG platform protocol, which will be replaced...
2009-02-23 qhuang8Update DxeCore for the performance infrastructure updat...
2009-02-16 qhuang8Add assertion to ensure pointer dereference has been...
2009-02-02 eric_tianenhance the condition branch to handle Unix style file...
2008-12-18 jji4check the usage of %d,%x,%ld,%lx and so on in debug...
2008-12-16 qhuang8Clean up to update the reference of the these macros:
2008-12-05 mdkinneySimplify call to FUNCTION_ENTRY_POINT() based on update...
2008-10-30 mdkinneyMeasure time spent in Driver Binding Supported() calls
2008-10-27 qwang12Make use of correct format String:
2008-09-23 eric_tianmove header files in MdeModulePkg\Core\Dxe except DxeMa...
2008-09-23 lgao4Don't align image address for TeImage, because TeImage...
2008-09-18 qwang12Rollback change done in 5919: "Remove the status code...
2008-09-18 qwang12Remove the GrowBuffer function. Just use the simple...
2008-09-17 qhuang8Remove the status code EFI_ALREADY_STARTED to avoid...
2008-09-17 qwang12Remove the unnecessary spin_lock protection around...
2008-09-09 qhuang8Remove the prototype of internal functions to avoid...
2008-09-08 qwang12Remove NULL_HANDLE. NULL_HANDLE should be replaced...
2008-08-27 qhuang8Clean up DxeCore to remove duplicate memory allocation...
2008-08-01 mdkinneyIncrease size of function addresses printed in DEBUG...
2008-08-01 vanjeffUsing Spin lock instead of using RaiseTpl() to prevent...
2008-07-24 qhuang8Code Scrub for Dxe Core.
2008-07-18 qhuang8Code scrub for DxeCore
2008-05-21 vanjeffadd debug information.
2008-05-21 qhuang8Update to fix minor coding style issues.
2008-05-09 qhuang8Fix the prediction warnings in DxeMain.
2008-05-09 qhuang8Add doxygen style comments for functions in DxeMain.
2008-04-22 eric_tian[Description]
2008-04-09 lgao4Add comments and DoxyGen format for these files.
2008-04-08 jljustenFix warnings generated by gcc for ia32 builds:
2008-04-02 qhuang8Update DxeCore to load image wit supported machine...
2008-03-19 eric_tian[Description]
2008-03-04 lgao4Correct the PeImage Source file to be measured by TCG.
2008-02-26 vanjeff1. Add EFI LOADED IMAGE DEVICE PATH Protocol in LoadIma...
2008-01-04 lgao4Measure PEimage and ActionString data according to...
2007-11-09 vanjeff1. CoreOpenImageFile(): FilePath should be IN OUT.
2007-10-31 lgao4Print real entry point for IPF image.
2007-09-29 lgao4Update DxeCore to set efi memory type for the different...
2007-09-28 lgao41. Replace PeCoffLoader library by PeCoff lib for PeiCo...
2007-09-14 mdkinney1) Remove buffer overflow when the number of Driver...
2007-09-04 qwang12Merge the PI enabling works from the branch
2007-07-04 yshang1Check in DxeCore for Nt32 platform. Currently, it does...