summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/Misc/DebugImageInfo.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-25/+27
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-3/+1
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-10/+10
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-2/+2
* Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres...lgao42010-11-091-8/+86
* Update the copyright notice formathhtian2010-04-241-2/+2
* Apply code to avoid security warnings.qhuang82009-01-151-0/+1
* 1. Set the EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED bit on insertion/deletion of e...qhuang82008-09-271-14/+34
* move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian2008-09-231-0/+2
* 1. Use AllocateAlignedPages() to remove tricky logic in DebugImageInfo.cqhuang82008-09-021-39/+2
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-271-3/+3
* Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...qhuang82008-08-201-1/+1
* Code Scrub for Dxe Core.qhuang82008-07-241-13/+13
* Code scrub for DxeCoreqhuang82008-07-181-2/+2
* Update to fix minor coding style issues.qhuang82008-05-211-10/+9
* Minor coding style adjustment for DxeCore.qhuang82008-05-131-2/+2
* Add doxygen style comments for functions in DxeMain.qhuang82008-05-091-65/+36
* Add comments and DoxyGen format for these files.lgao42008-04-091-12/+6
* Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang12007-07-041-0/+260