summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Event
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki4-161/+132
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-9/+8
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-2/+2
2019-10-09MdeModulePkg: document workaround for EFI_RUNTIME_EVENT_ENTRY PI spec bugLaszlo Ersek1-0/+8
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney4-28/+4
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-2/+2
2017-09-29MdeModulePkg/Tpl: Fix negative value left shiftHao Wu1-3/+9
2017-01-20MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng1-2/+2
2016-10-27MdeModulePkg/Core: Fix typos in commentsGary Lin1-1/+1
2016-01-27MdeModulePkg DxeCore: Avoid the closed event to be signaled wronglyStar Zeng1-1/+6
2015-09-21MdeModulePkg: Remove event from protocol database only if registeredSamer El-Haj-Mahmoud2-4/+16
2015-06-01MdeModulePkg DxeCore: Add debug message to assist TPL related issues.Star Zeng1-3/+9
2014-08-071) Add type cast for better coding style.Feng Tian1-1/+1
2014-07-09The UEFI specification does not say anything when the pointers passed toOlivier Martin1-2/+12
2013-10-29Fix the bug that SetTimer () cannot work when Type is TimerPeriodic and Trigg...Elvin Li1-1/+4
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun31-1/+1
2012-04-26Return EFI_INVALID_PARAMETER when Type has either EVT_NOTIFY_SIGNAL or EVT_NO...lzeng142-5/+51
2011-06-16MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEventjljusten1-3/+18
2011-02-12Correct typo in word in DxeCore.lgao41-1/+1
2010-09-16Refine code to make code run safely.ydong101-1/+1
2010-04-24Update the copyright notice formathhtian4-8/+8
2010-02-13Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney1-7/+18
2010-01-19Improve coding style in MdeModulePkg.rsun32-38/+35
2009-01-15Apply code to avoid security warnings.qhuang81-9/+7
2008-12-16Clean up to update the reference of the these macros:qhuang81-1/+1
2008-10-21Fix several coding style violationsqhuang82-7/+7
2008-09-23move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian4-1/+94
2008-09-17Apply HighBitSet() in MDE baseLib to retire the internal function CoreHighest...qhuang81-32/+2
2008-09-17Adjust the function layout of Timer.c to remove the prototype to reduce sync ...qhuang81-113/+70
2008-09-16Merge the global data in ExecData.c to Event.ceric_tian2-75/+59
2008-09-16Comments for CoreInitializeMemoryServices should be updatederic_tian1-1/+1
2008-08-27Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang84-4/+4
2008-08-01Fix UEFI Boot Service CreateEvent() to follow UEFI Specification with respect...mdkinney1-2/+2
2008-07-24Code Scrub for Dxe Core.qhuang83-58/+58
2008-07-18Code scrub for DxeCoreqhuang83-40/+24
2008-05-21Update to fix minor coding style issues.qhuang84-41/+27
2008-05-21Change the file name case to follow coding style: The first character should ...qhuang81-0/+0
2008-05-21Change the file name case to follow coding style: The first character should ...qhuang81-0/+0
2008-05-21Change the file name case to follow coding style: The first character should ...qhuang81-0/+0
2008-05-21Change the file name case to follow coding style: The first character should ...qhuang81-0/+0
2008-05-13Minor coding style adjustment for DxeCore.qhuang81-5/+5
2008-05-09Fix the prediction warnings in DxeMain.qhuang81-3/+3
2008-05-09Add doxygen style comments for functions in DxeMain.qhuang83-358/+232
2008-04-09Add comments and DoxyGen format for these files.lgao44-49/+20
2008-02-14Fix a conformance issue in gBS->CreateEvent() & gBS->CreateEventEx():qhuang81-17/+29
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang81-1/+1
2007-07-04Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang14-0/+1394