summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/RuntimeDxe/Runtime.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-09MdeModulePkg: Align RuntimeDxe function headers with UEFI return valuesSuqiang Ren1-1/+9
2022-02-07MdeModulePkg/RuntimeDxe: clear mVirtualMapMaxIndexGerd Hoffmann1-1/+2
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-51/+54
2019-10-09MdeModulePkg: document workaround for EFI_RUNTIME_EVENT_ENTRY PI spec bugLaszlo Ersek1-1/+9
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2017-10-10MdeModulePkg: Update modules to consume CalculateCrc32()Liming Gao1-5/+0
2015-04-10MdeModulePkg: Roll back report status code change in RuntimeDriverSetVirtualA...Elvin Li1-4/+5
2015-04-09MdeModulePkg: Put report status code at the end of RuntimeDriverSetVirtualAdd...Elvin Li1-5/+4
2015-04-07MdeModulePkg: Put report status code after event was signaled per PI spec.Elvin Li1-6/+6
2012-10-30Add missing status code in several modules.li-elvin1-1/+6
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli241-2/+2
2010-01-14Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun31-1/+1
2009-03-10Update Comment for the call to EDKII ReportStatuslgao41-3/+1
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang81-16/+16
2008-12-12Change EFI_OPTIONAL_POINTER to EFI_OPTIONAL_PTRlgao41-1/+1
2008-12-06Change _CR() to BASE_CR() to follow naming conventionmdkinney1-2/+2
2008-10-24ECC Clean up.vanjeff1-1/+1
2008-07-14Clean up Runtime for Doxygen comments requirement.qwang121-112/+82
2008-04-10apply for doxgen format.vanjeff1-6/+5
2007-11-20Revert R4300 change, Runtime driver doesn't need to covert the physical addre...lgao41-44/+2
2007-11-16Convert the capsule image address installed in Configuration table to virtual...lgao41-0/+41
2007-07-19Move RuntimeDxe to /Core of MdeModulePkg.yshang11-0/+456