summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/DxeMain/DxeProtocolNotify.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-37/+37
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-3/+3
2016-10-27MdeModulePkg/Core: Fix typos in commentsGary Lin1-1/+1
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-1/+3
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao41-0/+1
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-24Minor comment fix.rsun31-0/+2
2010-02-161) Fix build issuesmdkinney1-107/+124
2010-02-16Fix crash in UnixPkg and BeagleBoard caused by gSmmBase2 getting added to the...andrewfish1-3/+3
2010-02-13Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney1-15/+16
2008-10-27Move global variable to the top of C file for consistent coding style.qwang121-24/+22
2008-09-17Refine code to remove the last entry of mArchProtocol.qhuang81-8/+13
2008-08-27Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang81-1/+1
2008-08-20Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...qhuang81-1/+1
2008-08-18Add GLOBAL_REMOVE_IF_UNREFERENCED modifier in the array and change the protoc...qhuang81-18/+17
2008-07-24Code Scrub for Dxe Core.qhuang81-2/+2
2008-07-18Code scrub for DxeCoreqhuang81-6/+3
2008-05-21Update to fix minor coding style issues.qhuang81-4/+2
2008-05-13Minor coding style adjustment for DxeCore.qhuang81-1/+1
2008-05-09Add doxygen style comments for functions in DxeMain.qhuang81-57/+31
2008-04-09Add comments and DoxyGen format for these files.lgao41-13/+7
2007-07-04Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang11-0/+297