summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is ...niruiyu2012-09-101-34/+70
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-221-6/+261
* Add more SMRAM range check to 3 SMI handler.czhang462012-06-271-9/+52
* Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString t...tye12012-06-251-3/+4
* To be consistent with PeiReportStatusCodeLib and DxeReportStatusCode, use MAX...lzeng142012-06-121-3/+9
* Fixed build failed.ydong102012-05-311-1/+1
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-2/+2
* Optimize the log entry search algorithm to save boot performance.lzeng142012-05-293-17/+30
* Add description for PeiPerformanceIdArray parameter of InternalSearchForLogEn...lzeng142012-04-251-0/+1
* Fix UNIX GCC build fail.lzeng142012-04-252-0/+4
* Add new extension PerformanceLib APIs to store ID info.lzeng142012-04-2414-387/+1897
* Update function comments to remove confused description on PerformanceLib End...lgao42012-04-174-8/+4
* 1. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff2012-03-152-0/+62
* 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