summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)Author
2009-01-051. Add some ASSERT();gikidy
2009-01-051.Coding style checkedjji4
2009-01-05Fix VS2005 build error lgao4
2009-01-04Replace CopyMem() which can be replaced by BaseLib's Read/WriteUnalianedXX() ...qwang12
2009-01-04Code scrub for the following drivers and librarys.lgao4
2008-12-31remove unnecessary check for NULL pointer.vanjeff
2008-12-31Fix some typo.gikidy
2008-12-30enhanced function headerjgong5
2008-12-29fixed potential NULL pointer reference issue.vanjeff
2008-12-29Add () after function name so that Doxygen can create reference in doc.jgong5
2008-12-29git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7144 6f1...ywu21
2008-12-26Fix OPTIONAL usagejgong5
2008-12-26Add more commentsjgong5
2008-12-25git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7125 6f1...niry
2008-12-25Add more comments to describe the net buffer operation functions.niry
2008-12-25Code Clean for Driver PlatformDriOverrideDxe and PlatOverMngr application. An...lgao4
2008-12-24Pure UEFI code should not include “PiDxe.h” & “PiPei.h”ywu21
2008-12-24Pure UEFI code should not include “PiDxe.h” & “PiPei.h”ywu21
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang8
2008-12-23pure UEFI should not include “PiDxe.h” and “PiPei.h”ywu21
2008-12-23Fix filer headerywu21
2008-12-23Remove #include <Protocol/LoadedImage.h>ywu21
2008-12-17Fix some typo.gikidy
2008-12-16Clean up to update the reference of the these macros:qhuang8
2008-12-15Fix a missing doxygen parameter entry.qhuang8
2008-12-15Code scrub performance library instances in MdeModulePkgqhuang8
2008-12-12INF head modifiedjji4
2008-12-12INF head modifiedjji4
2008-12-11Fix the issue that memory for device path is incorrectly freed, which leads t...xli24
2008-12-11Code Scrub for Pcd, PlatformDriOverride and PlatOverMngr driver.lgao4
2008-12-11Make use of MdePkg's FreePool library function to replace gBS->FreePool.qwang12
2008-12-09Fix typo.klu2
2008-12-09Synchronize PlatformBdsLibNull library class's header file to library instance.klu2
2008-12-09Synchronize GenericBdsLib library class's header file to library instance.klu2
2008-12-05Add in an ASSERT to check the return of HiiLibGetSupportedLanguages. This fun...qwang12
2008-12-05Comments have been checked with specjji4
2008-12-03Update function comment.qwang12
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy
2008-12-03Global variables have been moved backward ahead of functions.jji4
2008-12-03Parameter checking in BdsLibMatchDevicePaths() is wrong. This bug was found b...rsun3
2008-12-02Code scrub for PlatformBdsLibNull.inf library instance.klu2
2008-12-01Add 3 reallocation pool services in MemoryAllocationLib class.qhuang8
2008-12-01Code scrub for GenericBdsLib library instance.klu2
2008-12-01Remove NibbleToHexChar() function from BaseLiblgao4
2008-11-27Add GetCurrentLanguage() to HiiLib in MdeModulePkgqhuang8
2008-11-271) Change the return type of IfrLibFreeUpdateData to VOID.qwang12
2008-11-27Fix ECC issue for GenericBdsLibklu2
2008-11-27Fix constructor/destructor issue for DXE_DRIVER library instance.qhuang8
2008-11-241.retried graphics library class from MdePkgvanjeff
2008-11-22Update to use ReallocatePool() from BaseMemoryLibmdkinney