summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ASSERT () to make sure the array is accessed within the limit. tye2010-01-111-5/+7
* refine the code and add more security check.vanjeff2010-01-082-69/+68
* Minor clean ups for these INF files.mdkinney2009-12-312-14/+11
* Align name of constructor and destructor.xli242009-12-311-2/+2
* Refine DxeReportStatusCodeLib and RuntimeDxeReportStatusCodeLib.xli242009-12-316-338/+257
* Add VLAN support.xdu22009-12-301-31/+321
* Code clean up in NetLib:xdu22009-12-304-269/+268
* Make use of UefiRuntimeLib for refinement.xli242009-12-303-44/+11
* Create RuntimeDxeReportStatusCodeLib instance.xli242009-12-294-0/+882
* Move SmmReportStatusCodeLib to MdeModulePkg.xli242009-12-292-0/+605
* Move PeiReportStatusCodeLib to MdeModulePkg.xli242009-12-292-0/+613
* Create DxeReportStatusCodeLib instance.xli242009-12-292-0/+656
* Move OemHookStatusCodeLibNull to MdeModulePkg.xli242009-12-292-0/+96
* Try to get the image form device path by FALSE and TRUE boot policy.lgao42009-12-231-0/+9
* Fix GCC build error!lgao42009-11-271-2/+2
* Add new SecurityManagementLib, and update SecurityStub driver to use this lib.lgao42009-11-262-0/+294
* EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple pa...rsun32009-11-201-17/+6
* Updated the IpIoLiband and the change includes: qouyang2009-11-171-0/+2
* Update function description to be consistent with code definition: HEX_RADIX ...xdu22009-11-171-7/+7
* 1. Add Link MTU support to IP4 and TCP4 driver.tye2009-11-112-2/+12
* Change the behavior of the HII Library function HiiGetHiiHandles() when the P...rsun32009-11-051-14/+19
* [Change summary]:tye2009-11-043-5/+637
* Correct the typo in comments.lgao42009-10-301-2/+2
* 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye2009-10-303-275/+627
* Fix the EBC build problem in DxeIpIoLib of r9374.tye2009-10-271-30/+80
* NetLib:tye2009-10-262-205/+935
* Fix the incorrect check for IFR OnfOf opcode.lgao42009-10-131-1/+1
* Minor bugs fixes from testing on Xcode 3.2 and with the iPhone SDK 3.0 compi...AJFISH2009-08-261-1/+0
* Update the comments for S3Lib and RecoveryLib class and instance to state tha...qhuang82009-08-114-6/+18
* Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney2009-07-116-90/+11