summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, R...lgao42013-02-271-0/+76
* Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 ...lgao42013-02-011-2/+2
* The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda...lzeng142013-01-151-2/+2
* Remove the meaningless compare code.ydong102013-01-141-1/+1
* Use EFI_IFR_TYPE_VALUE type variable instead of UINT64 to avoid buffer overflow.ydong102013-01-101-3/+4
* Base on the type field to get the width of value field for option opcode.ydong102013-01-061-2/+5
* Base on the type field to generate oneof opcode.ydong102013-01-061-1/+5
* Base on the type field to generate numeric opcode.ydong102013-01-061-3/+11
* Detect some unsupported cases when save boot script, then return error early.lzeng142012-12-242-141/+186
* 1. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu52012-12-241-0/+1
* Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52012-12-171-2/+2
* Base on the value type to get the value for default opcode.ydong102012-12-171-1/+1
* Initialize Data.lzeng142012-12-141-1/+6
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-131-0/+213
* 1. Update IoRead to support UINT64 also.lzeng142012-12-101-155/+261
* 1. Duplicate the original boot script data copy, because it may have INSERT b...lzeng142012-12-071-50/+115
* Multi-SMM drivers couldn't save their boot script successfully all at runtime...lzeng142012-12-062-9/+32
* Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng142012-11-293-189/+23
* Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t...lzeng142012-11-291-5/+2
* 1. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA...lzeng142012-11-271-10/+39
* Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe...lzeng142012-11-271-1/+1
* Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib.lzeng142012-10-311-9/+3
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-172-8/+8
* Add missing braces around initializer.lzeng142012-10-111-4/+4
* MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian2012-09-291-1/+0
* 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