summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-011-6/+21
* correct license header.jyao12012-01-151-1/+1
* Initialize LockBox.Attribute to 0 in SaveLockBox, or it will be random value.jyao12012-01-141-1/+2
* Roll back the change which doesn't call LocateProtocol when TPL is TPL_NOTIFY...niruiyu2011-11-301-18/+6
* Update code to pass build on VS2008 with /Od compiler option.lgao42011-11-281-1/+4
* In BootScriptSaver, put INFORMATION_OPCODE message to LockBox.jyao12011-11-172-10/+171
* Do not call LocateProtocol when the current TPL is above or equal TPL_NOTIFY.niruiyu2011-11-151-6/+18
* Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER.jyao12011-11-141-3/+9
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-312-5/+1
* Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF...lzeng142011-10-271-38/+81
* Adopt new IPv4/IPv6 device path for network modules.niruiyu2011-10-261-3/+17
* MdeModulePkg: Enhance error handling in NetLibGetMacAddress() of DxeNetLib.xdu22011-10-261-0/+2
* Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEI...andrewfish2011-10-084-11/+152
* Add pointer check for NULL before dereference it.sfu52011-10-081-3/+1
* Correct comments for NULL return value of HiiLib HiiAddPackages().lgao42011-09-161-2/+2
* MdeModulePkg: Remove UefiBootServicesTableLib dependency from DxePrintLibPrin...jcarsey2011-09-022-16/+5
* MdeModulePkg: Add PiDxeS3BootScriptLibjljusten2011-08-295-0/+3963
* Add UEFI_APPLICATION module type support for the capsule lib.niruiyu2011-08-251-2/+2
* Refine code to follow coding style.ydong102011-08-241-1/+1
* 1. Add two performance measurement points for SMM performance measurement;rsun32011-08-162-0/+87
* Fix X64 VS2005 and VS2008 compile error.lgao42011-08-091-1/+1
* clarify the logic of the print length counting functions in both PrintLib lib...jcarsey2011-08-081-40/+8
* Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey2011-08-021-2/+884
* MdeModulePkg: Add SmmLockBox PEI implementationjljusten2011-08-022-0/+797
* Fixed the issue in RuntimeStatusCode library that may not work on the early d...lgao42011-08-022-5/+46
* MdeModulePkg: Fix build error for UNIXGCC with IPFjljusten2011-07-281-2/+2
* For libraries that have multiple module types support, just define a [Depex] ...lzeng142011-07-273-6/+6
* MdeModulePkg: Add SMM LockBoxjljusten2011-07-197-0/+1327
* 1. Define a netlib library function NetLibGetSystemGuid()hhuan132011-07-142-2/+89
* Update ALTCFG reference from default name token to default ID.ydong102011-04-191-62/+3
* Add description for 64-byte FIFO enable bit for PcdSerialFifoControl.mdkinney2011-03-161-1/+1
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11399 6f...ydong102011-03-151-13/+44
* Fix a bug in SmmPerformanceLib that there is no return value in normal cases ...rsun32011-03-141-0/+1
* Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney2011-03-102-0/+391
* Add performance library instances for SMM performance measurement.rsun32011-03-107-0/+1692
* 1) Add PcdSerialDetectCable to MdeModulePkg to enable/disable cable detection...mdkinney2011-02-102-5/+32
* Clean up BaseSerialPortLib16550 to remove references and checks for Carrier D...mdkinney2011-02-041-7/+6
* Enhance the code to avoid the potential of return address of local variable t...tye12011-01-171-18/+27
* Fix potential memory access violationydong102011-01-131-4/+7
* Add missing @param to function header comment.mdkinney2010-12-271-1/+2
* Fix ICC build issuesmdkinney2010-12-201-9/+10
* Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. ...mdkinney2010-12-184-0/+448
* Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implement...mdkinney2010-12-171-1/+0
* Minor code update to make TcpIo unchanged when return EFI_DEVICE_ERROR.tye12010-12-161-2/+4
* Add a TcpIo library to facilitate usage of TCP service.tye12010-12-142-0/+1046
* 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CO...vanjeff2010-11-232-6/+17
* Compare DXE performance token name by DXE performance string length. lgao42010-11-221-3/+3
* Fix spelling error in commentmdkinney2010-11-161-1/+1
* Replaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE.vanjeff2010-11-102-19/+8
* Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report...mdkinney2010-11-042-4/+39