summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeReportStatusCodeLib/ReportStatusCodeLib.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23MdeModulePkg/Include: Long debug string is truncated to 104 charCosmo Lai1-6/+0
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-31/+28
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-19MdeModulePkg/ReportStatusCodeLib: Avoid using AllocatePool if possibleMax Knutsen1-23/+20
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-3/+3
2011-11-30Roll back the change which doesn't call LocateProtocol when TPL is TPL_NOTIFY...niruiyu1-18/+6
2011-11-15Do not call LocateProtocol when the current TPL is above or equal TPL_NOTIFY.niruiyu1-6/+18
2010-11-231. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CO...vanjeff1-3/+9
2010-11-10Replaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE.vanjeff1-10/+4
2010-11-04Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report...mdkinney1-4/+34
2010-09-15Refine soma code to make code run safely.ydong101-2/+2
2010-04-24Update the copyright notice formathhtian1-2/+2
2009-12-31Refine DxeReportStatusCodeLib and RuntimeDxeReportStatusCodeLib.xli241-30/+31
2009-12-29Create DxeReportStatusCodeLib instance.xli241-0/+600