summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiRuntimeLib/RuntimeLib.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-09MdePkg: Add EFI_UNSUPPORTED return for some Runtime Service functionsSuqiang Ren1-3/+40
2021-12-07MdePkg: Apply uncrustify changesMichael Kubacki1-75/+59
2020-01-10MdePkg: Do not use CreateEventEx unless requiredVitaly Cheptsov via Groups.Io1-6/+4
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdePkg: Clean up source filesLiming Gao1-8/+8
2017-11-01MdePkg: Deprecate EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESSZhang, Chao B1-2/+2
2010-06-30Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-14/+14
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-3/+3
2010-04-23Update the copyright notice formathhtian1-2/+2
2010-02-11Do not set gBS to NULL when the ExitBootServices event notification for the U...mdkinney1-6/+1
2009-04-24Merge RuntimeLib and RuntimeServices.c.qhuang81-6/+657
2009-04-15Fix several minor coding style issues.qhuang81-3/+3
2009-02-24Remove the work-around in DevicePathLib to judge the end of device path node ...qhuang81-2/+2
2009-02-03use the GUIDed versions of events listed in all of our module/lib implementat...jji41-4/+6
2008-11-20Code and comments have been checked with spec.jji41-4/+18
2008-10-31Use #include "XXX.h" for module internal header files.qhuang81-1/+1
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-4/+4
2008-08-30The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao41-8/+11
2008-07-25Code Scrub for MdePkg.yshang11-4/+7
2008-07-14Code scrub:yshang11-2/+0
2007-08-08Change EfiConvertPointer() and EfiSetVirtualAddressMap() to use gRT instead o...mdkinney1-2/+1
2007-06-27Add exit boot service event registry.yshang11-11/+16
2007-06-27Import the UefiRuntimeLib in MdePkg.yshang11-0/+173