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
/
SmmRuntimeDxeReportStatusCodeLibFramework
Age
Commit message (
Expand
)
Author
2011-08-02
Fixed the issue in RuntimeStatusCode library that may not work on the early d...
lgao4
2010-11-23
1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CO...
vanjeff
2010-09-10
Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SMM_DRIVE...
mdkinney
2010-08-10
Add explicit type cast to suppress possible warning of precession loss.
xli24
2010-04-23
Update the copyright notice format
hhtian
2010-02-24
1. Correct File header to ## @file
lgao4
2010-02-10
Leverages SMM Status Code Protocol, instead of OemHookStatusCodeLib.
xli24
2009-12-25
Remove status code modules' dependency on IntelFrameworkModulePkg.
xli24
2009-07-10
Add the missing header file.
lgao4
2009-06-19
Code scrub for SmmRuntimeDxeReportStatusCodeLibFramework.
xli24
2009-06-07
Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP...
mdkinney
2009-06-01
1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the Int...
mdkinney
2009-05-30
This checkin addresses the compatibility issue of passing arguments of type V...
mdkinney
2009-04-24
Adjust the code so that global variable placed at beginning of file.
gikidy
2009-04-23
1. EDK_RELEASE_VERSION removed;
gikidy
2009-03-23
fix Klocwork issues
hfang
2009-02-04
use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_...
jji4
2008-12-15
Add missing DevicePathLib in INF file.
qhuang8
2008-11-11
1, Add <Library/DevicePathLib.h> for all source that use device path utility ...
klu2
2008-10-30
Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...
jji4
2008-09-22
1) Replace mBS with gBS from UefiBootServicesTablePointer Lib to avoid librar...
qwang12
2008-09-21
CloseEvent in ReportStatusCodeLibDestruct can only be called when the library...
qwang12
2008-08-25
remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkMo...
lgao4
2008-04-10
Add some function/header comments.
klu2
2008-03-19
[Description]:
yshang1
2008-02-18
Update the library to compliant with SMMCis 0.91 and 0.9 both. 0.91 requires ...
yshang1
2008-01-22
Runtime Library should not use the gRT directly, since it may be converted to...
yshang1
2008-01-21
Add SmmRuntimeDxeReportStatusCodeLibFramework in IntelFrameworkModulePkg, whi...
yshang1