summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/DxeMain/DxeProtocolNotify.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-37/+37
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-3/+3
* MdeModulePkg/Core: Fix typos in commentsGary Lin2016-10-271-1/+1
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-1/+3
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-221-0/+1
* Update the copyright notice formathhtian2010-04-241-2/+2
* Minor comment fix.rsun32010-02-241-0/+2
* 1) Fix build issuesmdkinney2010-02-161-107/+124
* Fix crash in UnixPkg and BeagleBoard caused by gSmmBase2 getting added to the...andrewfish2010-02-161-3/+3
* Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney2010-02-131-15/+16
* Move global variable to the top of C file for consistent coding style.qwang122008-10-271-24/+22
* Refine code to remove the last entry of mArchProtocol.qhuang82008-09-171-8/+13
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-271-1/+1
* Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...qhuang82008-08-201-1/+1
* Add GLOBAL_REMOVE_IF_UNREFERENCED modifier in the array and change the protoc...qhuang82008-08-181-18/+17
* Code Scrub for Dxe Core.qhuang82008-07-241-2/+2
* Code scrub for DxeCoreqhuang82008-07-181-6/+3
* Update to fix minor coding style issues.qhuang82008-05-211-4/+2
* Minor coding style adjustment for DxeCore.qhuang82008-05-131-1/+1
* Add doxygen style comments for functions in DxeMain.qhuang82008-05-091-57/+31
* Add comments and DoxyGen format for these files.lgao42008-04-091-13/+7
* Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang12007-07-041-0/+297