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
Age
Commit message (
Expand
)
Author
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
2010-02-24
1. Correct File header to ## @file
lgao4
2009-12-25
Remove status code modules' dependency on IntelFrameworkModulePkg.
xli24
2009-12-24
update file/function comments to list the string length limitation.
eric_tian
2009-12-23
PI 1.1 SMM Feature Check-in
davidhuang
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
2009-04-23
1. EDK_RELEASE_VERSION removed;
gikidy
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-25
remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkMo...
lgao4
2008-08-12
code review's result.
eric_tian
2008-04-02
Fix a typo.
qhuang8
2008-04-02
Add missing Guid declaration.
klu2
2007-09-27
Add SEC as a supported Module Type for all libraries that are also compatible...
mdkinney
2007-09-17
FixedPcd macro should *not* be used in Library's inf file.
klu2
2007-08-30
Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec...
qhuang8
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