summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c
Commit message (Expand)AuthorAgeFilesLines
* IntelFrameworkModulePkg: DebugAssert enhancementBaraneedharan Anbazhagan2015-12-071-15/+36
* IntelFrameworkModulePkg PeiDxeDebugLib: Use safe string functionsHao Wu2015-06-301-1/+8
* IntelFrameworkModulePkg: Add %u and %lu support for DebugLib.Qiu Shumin2015-06-081-1/+1
* IntelFrameworkModulePkg: Cleanup PeiDxeDebugLibReportStatusCodeLiming Gao2015-04-031-1/+1
* IntelFrameworkModulePkg: Update PeiDxeDebugLibReportStatusCode libraryLiming Gao2015-02-061-1/+19
* Update PeiDxeDebugDebugLibReportStatusCode to use CopyMem() in place of Ascii...lgao42012-06-121-2/+2
* Update PeiDxeDebugLibReportStatusCode library instance to print partial ASSER...lgao42012-05-211-27/+54
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-011-1/+2
* Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney2011-03-101-5/+6
* Update the copyright notice formathhtian2010-04-231-2/+2
* update file/function comments to list the string length limitation.eric_tian2009-12-241-0/+6
* Refactor the code logic to reduce code size for debug tip.qhuang82009-09-011-59/+33
* recalculate the total size of format string printed by DebugPrint(). eric_tian2009-08-131-2/+16
* Remove extra #includes where possible to make build more efficientmdkinney2009-07-111-2/+1
* Remove an inline assembly statement added for debugrsun32009-06-181-1/+0
* Code scrub for PeiDxeDebugLibReportStatusCode.xli242009-06-181-58/+68
* Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP...mdkinney2009-06-071-1/+0
* Remove ASSERT (TotalSize <= sizeof (Buffer));xli242009-06-041-5/+0
* Fix IPF alignment fault caused by addition of BASE_LIST type that was added t...mdkinney2009-06-031-2/+2
* Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SI...mdkinney2009-06-011-3/+3
* 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the Int...mdkinney2009-06-011-2/+1
* Remove the GUID declared as gEfiStatusCodeDataTypeAssertGuid and EFI_STATUS_C...mdkinney2009-06-011-1/+1
* Change (UINT8 *) to (CHAR *) to make types the same for comparison operationsmdkinney2009-05-311-3/+3
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-301-11/+125
* Enhance PciCfg2 driver to handle unaligned Pci access according to PI spec.lgao42008-12-181-1/+4
* Update doxygen comment.qwang122008-11-191-0/+2
* code review's result.eric_tian2008-08-121-1/+1
* Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkMo...klu22007-08-161-1/+1
* 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h ...klu22007-08-101-0/+300