summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/Event
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Tpl: Fix negative value left shiftHao Wu2017-09-291-3/+9
* MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng2017-01-201-2/+2
* MdeModulePkg/Core: Fix typos in commentsGary Lin2016-10-271-1/+1
* MdeModulePkg DxeCore: Avoid the closed event to be signaled wronglyStar Zeng2016-01-271-1/+6
* MdeModulePkg: Remove event from protocol database only if registeredSamer El-Haj-Mahmoud2015-09-212-4/+16
* MdeModulePkg DxeCore: Add debug message to assist TPL related issues.Star Zeng2015-06-011-3/+9
* 1) Add type cast for better coding style.Feng Tian2014-08-071-1/+1
* The UEFI specification does not say anything when the pointers passed toOlivier Martin2014-07-091-2/+12
* Fix the bug that SetTimer () cannot work when Type is TimerPeriodic and Trigg...Elvin Li2013-10-291-1/+4
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-281-1/+1
* Return EFI_INVALID_PARAMETER when Type has either EVT_NOTIFY_SIGNAL or EVT_NO...lzeng142012-04-262-5/+51
* MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEventjljusten2011-06-161-3/+18
* Correct typo in word in DxeCore.lgao42011-02-121-1/+1
* Refine code to make code run safely.ydong102010-09-161-1/+1
* Update the copyright notice formathhtian2010-04-244-8/+8
* Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney2010-02-131-7/+18
* Improve coding style in MdeModulePkg.rsun32010-01-192-38/+35
* Apply code to avoid security warnings.qhuang82009-01-151-9/+7
* Clean up to update the reference of the these macros:qhuang82008-12-161-1/+1
* Fix several coding style violationsqhuang82008-10-212-7/+7
* move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian2008-09-234-1/+94
* Apply HighBitSet() in MDE baseLib to retire the internal function CoreHighest...qhuang82008-09-171-32/+2
* Adjust the function layout of Timer.c to remove the prototype to reduce sync ...qhuang82008-09-171-113/+70
* Merge the global data in ExecData.c to Event.ceric_tian2008-09-162-75/+59
* Comments for CoreInitializeMemoryServices should be updatederic_tian2008-09-161-1/+1
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-274-4/+4
* Fix UEFI Boot Service CreateEvent() to follow UEFI Specification with respect...mdkinney2008-08-011-2/+2
* Code Scrub for Dxe Core.qhuang82008-07-243-58/+58
* Code scrub for DxeCoreqhuang82008-07-183-40/+24
* Update to fix minor coding style issues.qhuang82008-05-214-41/+27
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Minor coding style adjustment for DxeCore.qhuang82008-05-131-5/+5
* Fix the prediction warnings in DxeMain.qhuang82008-05-091-3/+3
* Add doxygen style comments for functions in DxeMain.qhuang82008-05-093-358/+232
* Add comments and DoxyGen format for these files.lgao42008-04-094-49/+20
* Fix a conformance issue in gBS->CreateEvent() & gBS->CreateEventEx():qhuang82008-02-141-17/+29
* Clean up: update "EFI" to "UEFI" if applicable.qhuang82007-11-221-1/+1
* Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang12007-07-044-0/+1394