summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2013-02-01Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 ...lgao41-2/+2
2013-01-15The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda...lzeng141-2/+2
2013-01-14Remove the meaningless compare code.ydong101-1/+1
2013-01-10Use EFI_IFR_TYPE_VALUE type variable instead of UINT64 to avoid buffer overflow.ydong101-3/+4
2013-01-06Base on the type field to get the width of value field for option opcode.ydong101-2/+5
2013-01-06Base on the type field to generate oneof opcode.ydong101-1/+5
2013-01-06Base on the type field to generate numeric opcode.ydong101-3/+11
2012-12-24Detect some unsupported cases when save boot script, then return error early.lzeng142-141/+186
2012-12-241. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu51-0/+1
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu51-2/+2
2012-12-17Base on the value type to get the value for default opcode.ydong101-1/+1
2012-12-14Initialize Data.lzeng141-1/+6
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu51-0/+213
2012-12-101. Update IoRead to support UINT64 also.lzeng141-155/+261
2012-12-071. Duplicate the original boot script data copy, because it may have INSERT b...lzeng141-50/+115
2012-12-06Multi-SMM drivers couldn't save their boot script successfully all at runtime...lzeng142-9/+32
2012-11-29Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng143-189/+23
2012-11-29Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t...lzeng141-5/+2
2012-11-271. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA...lzeng141-10/+39
2012-11-27Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe...lzeng141-1/+1
2012-10-31Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib.lzeng141-9/+3
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52-8/+8
2012-10-11Add missing braces around initializer.lzeng141-4/+4
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian1-1/+0
2012-09-10When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is ...niruiyu1-34/+70
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao41-6/+261
2012-06-27Add more SMRAM range check to 3 SMI handler.czhang461-9/+52
2012-06-25Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString t...tye11-3/+4
2012-06-12To be consistent with PeiReportStatusCodeLib and DxeReportStatusCode, use MAX...lzeng141-3/+9
2012-05-31Fixed build failed.ydong101-1/+1
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong101-2/+2
2012-05-29Optimize the log entry search algorithm to save boot performance.lzeng143-17/+30
2012-04-25Add description for PeiPerformanceIdArray parameter of InternalSearchForLogEn...lzeng141-0/+1
2012-04-25Fix UNIX GCC build fail.lzeng142-0/+4
2012-04-24Add new extension PerformanceLib APIs to store ID info.lzeng1414-387/+1897
2012-04-17Update function comments to remove confused description on PerformanceLib End...lgao44-8/+4
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff2-0/+62
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun31-6/+21
2012-01-15correct license header.jyao11-1/+1
2012-01-14Initialize LockBox.Attribute to 0 in SaveLockBox, or it will be random value.jyao11-1/+2
2011-11-30Roll back the change which doesn't call LocateProtocol when TPL is TPL_NOTIFY...niruiyu1-18/+6
2011-11-28Update code to pass build on VS2008 with /Od compiler option.lgao41-1/+4
2011-11-17In BootScriptSaver, put INFORMATION_OPCODE message to LockBox.jyao12-10/+171
2011-11-15Do not call LocateProtocol when the current TPL is above or equal TPL_NOTIFY.niruiyu1-6/+18
2011-11-14Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER.jyao11-3/+9
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten2-5/+1
2011-10-27Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF...lzeng141-38/+81
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu1-3/+17
2011-10-26MdeModulePkg: Enhance error handling in NetLibGetMacAddress() of DxeNetLib.xdu21-0/+2
2011-10-08Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEI...andrewfish4-11/+152