summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)Author
2012-04-25Add description for PeiPerformanceIdArray parameter of InternalSearchForLogEn...lzeng14
2012-04-25Fix UNIX GCC build fail.lzeng14
2012-04-24Add new extension PerformanceLib APIs to store ID info.lzeng14
2012-04-17Update function comments to remove confused description on PerformanceLib End...lgao4
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun3
2012-01-15correct license header.jyao1
2012-01-14Initialize LockBox.Attribute to 0 in SaveLockBox, or it will be random value.jyao1
2011-11-30Roll back the change which doesn't call LocateProtocol when TPL is TPL_NOTIFY...niruiyu
2011-11-28Update code to pass build on VS2008 with /Od compiler option.lgao4
2011-11-17In BootScriptSaver, put INFORMATION_OPCODE message to LockBox.jyao1
2011-11-15Do not call LocateProtocol when the current TPL is above or equal TPL_NOTIFY.niruiyu
2011-11-14Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER.jyao1
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten
2011-10-27Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF...lzeng14
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu
2011-10-26MdeModulePkg: Enhance error handling in NetLibGetMacAddress() of DxeNetLib.xdu2
2011-10-08Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEI...andrewfish
2011-10-08Add pointer check for NULL before dereference it.sfu5
2011-09-16Correct comments for NULL return value of HiiLib HiiAddPackages().lgao4
2011-09-02MdeModulePkg: Remove UefiBootServicesTableLib dependency from DxePrintLibPrin...jcarsey
2011-08-29MdeModulePkg: Add PiDxeS3BootScriptLibjljusten
2011-08-25Add UEFI_APPLICATION module type support for the capsule lib.niruiyu
2011-08-24Refine code to follow coding style.ydong10
2011-08-161. Add two performance measurement points for SMM performance measurement;rsun3
2011-08-09Fix X64 VS2005 and VS2008 compile error.lgao4
2011-08-08clarify the logic of the print length counting functions in both PrintLib lib...jcarsey
2011-08-02Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey
2011-08-02MdeModulePkg: Add SmmLockBox PEI implementationjljusten
2011-08-02Fixed the issue in RuntimeStatusCode library that may not work on the early d...lgao4
2011-07-28MdeModulePkg: Fix build error for UNIXGCC with IPFjljusten
2011-07-27For libraries that have multiple module types support, just define a [Depex] ...lzeng14
2011-07-19MdeModulePkg: Add SMM LockBoxjljusten
2011-07-141. Define a netlib library function NetLibGetSystemGuid()hhuan13
2011-04-19Update ALTCFG reference from default name token to default ID.ydong10
2011-03-16Add description for 64-byte FIFO enable bit for PcdSerialFifoControl.mdkinney
2011-03-15git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11399 6f...ydong10
2011-03-14Fix a bug in SmmPerformanceLib that there is no return value in normal cases ...rsun3
2011-03-10Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney
2011-03-10Add performance library instances for SMM performance measurement.rsun3
2011-02-101) Add PcdSerialDetectCable to MdeModulePkg to enable/disable cable detection...mdkinney
2011-02-04Clean up BaseSerialPortLib16550 to remove references and checks for Carrier D...mdkinney
2011-01-17Enhance the code to avoid the potential of return address of local variable t...tye1
2011-01-13Fix potential memory access violationydong10
2010-12-27Add missing @param to function header comment.mdkinney
2010-12-20Fix ICC build issuesmdkinney
2010-12-18Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. ...mdkinney
2010-12-17Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implement...mdkinney
2010-12-16Minor code update to make TcpIo unchanged when return EFI_DEVICE_ERROR.tye1
2010-12-14Add a TcpIo library to facilitate usage of TCP service.tye1