summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/DxeReportStatusCodeLib/ReportStatusCodeLib.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/ReportStatusCodeLib: Avoid using AllocatePool if possibleMax Knutsen2019-02-191-23/+20
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-3/+3
* Roll back the change which doesn't call LocateProtocol when TPL is TPL_NOTIFY...niruiyu2011-11-301-18/+6
* Do not call LocateProtocol when the current TPL is above or equal TPL_NOTIFY.niruiyu2011-11-151-6/+18
* 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CO...vanjeff2010-11-231-3/+9
* Replaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE.vanjeff2010-11-101-10/+4
* Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report...mdkinney2010-11-041-4/+34
* Refine soma code to make code run safely.ydong102010-09-151-2/+2
* Update the copyright notice formathhtian2010-04-241-2/+2
* Refine DxeReportStatusCodeLib and RuntimeDxeReportStatusCodeLib.xli242009-12-311-30/+31
* Create DxeReportStatusCodeLib instance.xli242009-12-291-0/+600