index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Core
/
Dxe
/
Event
Age
Commit message (
Expand
)
Author
2013-10-29
Fix the bug that SetTimer () cannot work when Type is TimerPeriodic and Trigg...
Elvin Li
2012-08-28
Fix comparisons of enumerated types which may cause warnings for some compilers.
rsun3
2012-04-26
Return EFI_INVALID_PARAMETER when Type has either EVT_NOTIFY_SIGNAL or EVT_NO...
lzeng14
2011-06-16
MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEvent
jljusten
2011-02-12
Correct typo in word in DxeCore.
lgao4
2010-09-16
Refine code to make code run safely.
ydong10
2010-04-24
Update the copyright notice format
hhtian
2010-02-13
Update DXE Core to be compatible with PI 1.2 SMM Drivers.
mdkinney
2010-01-19
Improve coding style in MdeModulePkg.
rsun3
2009-01-15
Apply code to avoid security warnings.
qhuang8
2008-12-16
Clean up to update the reference of the these macros:
qhuang8
2008-10-21
Fix several coding style violations
qhuang8
2008-09-23
move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...
eric_tian
2008-09-17
Apply HighBitSet() in MDE baseLib to retire the internal function CoreHighest...
qhuang8
2008-09-17
Adjust the function layout of Timer.c to remove the prototype to reduce sync ...
qhuang8
2008-09-16
Merge the global data in ExecData.c to Event.c
eric_tian
2008-09-16
Comments for CoreInitializeMemoryServices should be updated
eric_tian
2008-08-27
Clean up DxeCore to remove duplicate memory allocation & device path utility ...
qhuang8
2008-08-01
Fix UEFI Boot Service CreateEvent() to follow UEFI Specification with respect...
mdkinney
2008-07-24
Code Scrub for Dxe Core.
qhuang8
2008-07-18
Code scrub for DxeCore
qhuang8
2008-05-21
Update to fix minor coding style issues.
qhuang8
2008-05-21
Change the file name case to follow coding style: The first character should ...
qhuang8
2008-05-21
Change the file name case to follow coding style: The first character should ...
qhuang8
2008-05-21
Change the file name case to follow coding style: The first character should ...
qhuang8
2008-05-21
Change the file name case to follow coding style: The first character should ...
qhuang8
2008-05-13
Minor coding style adjustment for DxeCore.
qhuang8
2008-05-09
Fix the prediction warnings in DxeMain.
qhuang8
2008-05-09
Add doxygen style comments for functions in DxeMain.
qhuang8
2008-04-09
Add comments and DoxyGen format for these files.
lgao4
2008-02-14
Fix a conformance issue in gBS->CreateEvent() & gBS->CreateEventEx():
qhuang8
2007-11-22
Clean up: update "EFI" to "UEFI" if applicable.
qhuang8
2007-07-04
Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.
yshang1