summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg.jyao12010-03-052-0/+77
* MdeModulePkg DxeNetLib: Fix compiler warningjljusten2010-03-011-0/+2
* 1. Refine debug agent library.vanjeff2010-02-271-4/+7
* import Debug Agent Library and null instance in MdeModulePkg.vanjeff2010-02-262-0/+87
* Add MemoryAllocationLib for PI SMM Coremdkinney2010-02-253-0/+956
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-251-1/+0
* Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao42010-02-251-1/+2
* 1. Correct File header to ## @filelgao42010-02-2422-135/+135
* Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-162-14/+9
* Update HiiString Protocol and HiiSetString Api in HiiLiblgao42010-02-091-6/+2
* For network dynamic media support:xdu22010-02-031-19/+226
* MdeModulePkg\Library\DxeNetLib: Update the NetLibStrToIp6andPrefix() to retur...qianouyang2010-02-011-2/+6
* 1. Fix the potential issue in NetbufGetFragment() when Last is zero in Line 53.tye12010-01-271-7/+4
* Update according to two review comments:tye12010-01-251-2/+7
* Add StrToIp functions to NetLib.tye12010-01-251-0/+375
* Correct comments to match function declaration.lgao42010-01-151-44/+95
* Fix the warning: Line 389, the Index of mMonthName may be -1.tye2010-01-121-1/+1