index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
IntelFrameworkModulePkg
/
Library
/
PeiDxeDebugLibReportStatusCode
/
DebugLib.c
Age
Commit message (
Expand
)
Author
2017-04-27
IntelFrameworkModulePkg: Move to new location
Guo Mang
2015-12-07
IntelFrameworkModulePkg: DebugAssert enhancement
Baraneedharan Anbazhagan
2015-06-30
IntelFrameworkModulePkg PeiDxeDebugLib: Use safe string functions
Hao Wu
2015-06-08
IntelFrameworkModulePkg: Add %u and %lu support for DebugLib.
Qiu Shumin
2015-04-03
IntelFrameworkModulePkg: Cleanup PeiDxeDebugLibReportStatusCode
Liming Gao
2015-02-06
IntelFrameworkModulePkg: Update PeiDxeDebugLibReportStatusCode library
Liming Gao
2012-06-12
Update PeiDxeDebugDebugLibReportStatusCode to use CopyMem() in place of Ascii...
lgao4
2012-05-21
Update PeiDxeDebugLibReportStatusCode library instance to print partial ASSER...
lgao4
2012-02-01
Add Missing invocations to VA_END() for VA_START().
rsun3
2011-03-10
Update DebugLib to provide support for "err" command in the EFI Shell to adju...
mdkinney
2010-04-23
Update the copyright notice format
hhtian
2009-12-24
update file/function comments to list the string length limitation.
eric_tian
2009-09-01
Refactor the code logic to reduce code size for debug tip.
qhuang8
2009-08-13
recalculate the total size of format string printed by DebugPrint().
eric_tian
2009-07-11
Remove extra #includes where possible to make build more efficient
mdkinney
2009-06-18
Remove an inline assembly statement added for debug
rsun3
2009-06-18
Code scrub for PeiDxeDebugLibReportStatusCode.
xli24
2009-06-07
Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP...
mdkinney
2009-06-04
Remove ASSERT (TotalSize <= sizeof (Buffer));
xli24
2009-06-03
Fix IPF alignment fault caused by addition of BASE_LIST type that was added t...
mdkinney
2009-06-01
Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SI...
mdkinney
2009-06-01
1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the Int...
mdkinney
2009-06-01
Remove the GUID declared as gEfiStatusCodeDataTypeAssertGuid and EFI_STATUS_C...
mdkinney
2009-05-31
Change (UINT8 *) to (CHAR *) to make types the same for comparison operations
mdkinney
2009-05-30
This checkin addresses the compatibility issue of passing arguments of type V...
mdkinney
2008-12-18
Enhance PciCfg2 driver to handle unaligned Pci access according to PI spec.
lgao4
2008-11-19
Update doxygen comment.
qwang12
2008-08-12
code review's result.
eric_tian
2007-08-16
Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkMo...
klu2
2007-08-10
1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h ...
klu2