summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2012-05-29Optimize the log entry search algorithm to save boot performance.lzeng143-17/+30
2012-04-25Add description for PeiPerformanceIdArray parameter of InternalSearchForLogEn...lzeng141-0/+1
2012-04-25Fix UNIX GCC build fail.lzeng142-0/+4
2012-04-24Add new extension PerformanceLib APIs to store ID info.lzeng1414-387/+1897
2012-04-17Update function comments to remove confused description on PerformanceLib End...lgao44-8/+4
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff2-0/+62
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun31-6/+21
2012-01-15correct license header.jyao11-1/+1
2012-01-14Initialize LockBox.Attribute to 0 in SaveLockBox, or it will be random value.jyao11-1/+2
2011-11-30Roll back the change which doesn't call LocateProtocol when TPL is TPL_NOTIFY...niruiyu1-18/+6
2011-11-28Update code to pass build on VS2008 with /Od compiler option.lgao41-1/+4
2011-11-17In BootScriptSaver, put INFORMATION_OPCODE message to LockBox.jyao12-10/+171
2011-11-15Do not call LocateProtocol when the current TPL is above or equal TPL_NOTIFY.niruiyu1-6/+18
2011-11-14Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER.jyao11-3/+9
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten2-5/+1
2011-10-27Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF...lzeng141-38/+81
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu1-3/+17
2011-10-26MdeModulePkg: Enhance error handling in NetLibGetMacAddress() of DxeNetLib.xdu21-0/+2
2011-10-08Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEI...andrewfish4-11/+152
2011-10-08Add pointer check for NULL before dereference it.sfu51-3/+1
2011-09-16Correct comments for NULL return value of HiiLib HiiAddPackages().lgao41-2/+2
2011-09-02MdeModulePkg: Remove UefiBootServicesTableLib dependency from DxePrintLibPrin...jcarsey2-16/+5
2011-08-29MdeModulePkg: Add PiDxeS3BootScriptLibjljusten5-0/+3963
2011-08-25Add UEFI_APPLICATION module type support for the capsule lib.niruiyu1-2/+2
2011-08-24Refine code to follow coding style.ydong101-1/+1
2011-08-161. Add two performance measurement points for SMM performance measurement;rsun32-0/+87
2011-08-09Fix X64 VS2005 and VS2008 compile error.lgao41-1/+1
2011-08-08clarify the logic of the print length counting functions in both PrintLib lib...jcarsey1-40/+8
2011-08-02Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey1-2/+884
2011-08-02MdeModulePkg: Add SmmLockBox PEI implementationjljusten2-0/+797
2011-08-02Fixed the issue in RuntimeStatusCode library that may not work on the early d...lgao42-5/+46
2011-07-28MdeModulePkg: Fix build error for UNIXGCC with IPFjljusten1-2/+2
2011-07-27For libraries that have multiple module types support, just define a [Depex] ...lzeng143-6/+6
2011-07-19MdeModulePkg: Add SMM LockBoxjljusten7-0/+1327
2011-07-141. Define a netlib library function NetLibGetSystemGuid()hhuan132-2/+89
2011-04-19Update ALTCFG reference from default name token to default ID.ydong101-62/+3
2011-03-16Add description for 64-byte FIFO enable bit for PcdSerialFifoControl.mdkinney1-1/+1
2011-03-15git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11399 6f...ydong101-13/+44
2011-03-14Fix a bug in SmmPerformanceLib that there is no return value in normal cases ...rsun31-0/+1
2011-03-10Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney2-0/+391
2011-03-10Add performance library instances for SMM performance measurement.rsun37-0/+1692
2011-02-101) Add PcdSerialDetectCable to MdeModulePkg to enable/disable cable detection...mdkinney2-5/+32
2011-02-04Clean up BaseSerialPortLib16550 to remove references and checks for Carrier D...mdkinney1-7/+6
2011-01-17Enhance the code to avoid the potential of return address of local variable t...tye11-18/+27
2011-01-13Fix potential memory access violationydong101-4/+7
2010-12-27Add missing @param to function header comment.mdkinney1-1/+2
2010-12-20Fix ICC build issuesmdkinney1-9/+10
2010-12-18Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. ...mdkinney4-0/+448
2010-12-17Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implement...mdkinney1-1/+0
2010-12-16Minor code update to make TcpIo unchanged when return EFI_DEVICE_ERROR.tye11-2/+4