summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang2010-10-151-0/+48
* Refine soma code to make code run safely.ydong102010-09-154-10/+10
* Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SAL_DRIVE...mdkinney2010-09-101-1/+1
* Minor code refinement.rsun32010-08-101-2/+2
* Fixed K9 scan issues.hhuan132010-08-091-1/+1
* Fix IP address text representation issue about leading zeros jjin92010-08-061-3/+56
* Roll back change r10696, because new update on r10700 and r10701 handles this...lgao42010-07-281-15/+3
* Enhance PiSmmCoreMemoryAllocationLib Free function implementation to call gSm...lgao42010-07-282-3/+125
* Make sure gBS FreePool() is used to free the buffer always allocated by gBS A...lgao42010-07-261-3/+15
* 1. Add init flag DEBUG_AGENT_INIT_DXE_AP.vanjeff2010-07-191-5/+23
* 1. fixed one bug to construct config request string header used child handle ...vanjeff2010-07-012-4/+93
* Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang2010-06-131-99/+90
* Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDateOpCode and HiiCreate...lgao42010-05-271-5/+166
* Fix minor format issue in file headerqhuang82010-05-131-2/+1
* Update the copyright notice formathhtian2010-04-2457-114/+114
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-164-0/+17
* Update the modules with the different module GUID to avoid the different modu...lgao42010-04-063-3/+3
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f...rsun32010-03-193-10/+10