summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/DebugLib.h
AgeCommit message (Expand)Author
2017-09-05Remove core packages since we can get them from edk2 repositoryGuo Mang
2015-07-16MdePkg: Correct comment typo from ECB to EBC in DebugLib.hLiming Gao
2015-04-10MdePkg: Fix build fail when DDK3790 tool chain is usedScott Duplichan
2015-02-10MdePkg: Fix WINDDK3790 build failureLiming Gao
2015-02-06MdePkg: Add new API DebugPrintLevelEnabled() in DebugLibLiming Gao
2012-01-16Add new DEBUG_VERBOSE print error level.lgao4
2011-03-10Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney
2011-01-06Fix Copyright year to 2011mdkinney
2011-01-06Define bits for PcdDebugPrintErrorLevel to monitor Global Coherency Domain(GC...mdkinney
2010-12-01Update comments for PI 1.2 SMM support.mdkinney
2010-04-23Update the copyright notice formathhtian
2010-03-12Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter
2010-02-02wrap ASSERT_LOCKED macro with MDEPKG_NDEBUG.erictian
2009-12-14Introduce a MDEPKG_NDEBUG macro to provide a method which can be used to redu...eric_tian
2009-06-04Second set of changes based on a review of the code comments in the Include d...pkandel
2008-12-10Synchronize the h files with c files.gikidy
2008-12-06Change _CR() to BASE_CR() to follow naming conventionmdkinney
2008-11-26Synchronize function comment in gikidy
2008-11-19Synchronize the MdePkg\Include\Library\BaseMemoryLib.h,gikidy
2008-11-19Update doxygen comment for VarArg list parameter. "..."'s description is added.qwang12
2008-11-14Synchronization of MDE Library Spec., Mde.dec, and corresponding head files i...jji4
2008-11-06At bit mask for PEI/DXE dispatchqhuang8
2008-11-04remove DEBUG_DEPEX as it does not pass design review yet.qwang12
2008-11-03Add in a new debug mask bit EFI_D_DEPEX. It is used to enable the debug messa...qwang12
2008-08-12code review's result.eric_tian
2008-07-15Code scrub for the Debug library, PostCode library, Print library, and Extrac...lgao4
2007-06-19Import Library Class from original MDE package. Also I added the EFI_PEI_CORE...yshang1
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2007-02-13Add alias EFI_D_XXX to provide backward compatibilities.qhuang8
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli24
2006-06-19 1. PostCodeLib.qhuang8
2006-06-13 BaseMemoryLib (BaseMemoryLibRepStr):qhuang8
2006-05-25MemoryAllocationLib: For boundary case: “AllocationSize + OverAllocationSiz...qhuang8
2006-05-19git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@202 6f19...lgao4
2006-05-19Finish bug at line 324:vanjeff
2006-04-27Added CONST for some sting type to follow MWG-0.51. Tracker 26 and 28vanjeff
2006-04-21Initial import.bbahnsen