summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* 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
* add security check.vanjeff2009-07-091-8/+13
* Remove library class of MemoryTestLib and related library instances.xli242009-07-024-450/+0
* Add Null implementation of the Reset System Library that generated an ASSERT(...mdkinney2009-07-012-0/+116
* add security check.vanjeff2009-06-292-1/+6
* Make sure BASE_LIST is always aligned on a 64-bit boundarymdkinney2009-06-031-4/+4
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-302-4/+390
* Add includes for definitions used by the DxeIpIoLib and DxeNetLibmdkinney2009-05-202-0/+3
* enhanced to support more routing table entry.vanjeff2009-05-201-5/+5
* Fix K8 issues in HiiDataBaselgao42009-05-181-14/+45
* Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh...lgao42009-05-181-373/+14
* Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...lgao42009-05-141-8/+18
* 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...lgao42009-05-143-97/+1403
* 1. retired NicIp4ConfigProtocolGuidvanjeff2009-05-132-25/+91
* Minor update the function interface for three re-allocate pool APIs to check ...qhuang82009-05-121-12/+8
* Add conformance check for OldBuffer and size even if the memory allocation fa...qhuang82009-05-111-7/+11
* Update comments in PeiMemoryAllocationLib and UefiMemoryAllocationLib to matc...mdkinney2009-05-091-3/+6
* Fix bug in Reallocate Pool functions in DXE Core Memory Allocation Lib. The ...mdkinney2009-05-081-10/+9
* Fix a bug in UefiHiiLib. The size for allocating a buffer is StrSize instead ...rsun32009-05-041-1/+1