summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/ReportStatusCodeRouter
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki8-173/+173
2021-02-01MdeModulePkg: ReportStatusCodeRouter: Support StandaloneMm RSC RouterKun Qin6-55/+178
2020-04-21MdeModulePkg/ReportStatusCodeRouter: Update RSC Data on reallocationMichael Kubacki1-0/+1
2020-04-21MdeModulePkg/ReportStatusCodeRouter: Take HeaderSize into ConsiderationMichael Kubacki1-2/+2
2020-04-21MdeModulePkg/ReportStatusCodeRouter: Revert end pointer on out of resourcesMichael Kubacki1-0/+4
2020-04-21MdeModulePkg/ReportStatusCodeRouter: Clear RSC Data buffer if Data is NULLMichael Kubacki1-0/+4
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney15-96/+15
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2-3/+3
2018-06-28MdeModulePkg: Clean up source filesLiming Gao11-63/+63
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen6-0/+0
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming3-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star6-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star3-8/+20
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian2-3/+1
2011-11-15The handler dispatcher in PEI statuscode router driver should check if handle...li-elvin1-0/+2
2011-08-01When status code handler unregister itself, status code dispatch in status co...li-elvin3-13/+43
2011-03-14Enhance inf and dec file to follow specs.ydong103-3/+6
2011-01-26If RSC_HANDLER_CALLBACK_ENTRY is allocated as boot service memory, the status...li-elvin1-2/+2
2010-04-24Update the copyright notice formathhtian9-18/+18
2010-02-241. Correct File header to ## @filelgao43-10/+10
2010-02-16Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney3-16/+9
2010-01-23SMM driver should link UefiRuntimeLib.hhtian1-2/+1
2010-01-14Ensure there is only one instance of Status Code PPI in system.xli241-6/+33
2009-12-23PI 1.1 SMM Feature Check-indavidhuang3-0/+405
2009-12-17Refine type cast.xli241-3/+3
2009-12-16Fix the issue that callback function with TPL lower than TPL_HIGH_LEVEL canno...xli243-55/+132
2009-11-03Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE.xli246-0/+959