summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)Author
2012-12-071. Duplicate the original boot script data copy, because it may have INSERT b...lzeng14
2012-12-06Multi-SMM drivers couldn't save their boot script successfully all at runtime...lzeng14
2012-11-29Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng14
2012-11-29Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t...lzeng14
2012-11-271. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA...lzeng14
2012-11-27Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe...lzeng14
2012-10-31Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib.lzeng14
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu5
2012-10-11Add missing braces around initializer.lzeng14
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian
2012-09-10When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is ...niruiyu
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao4
2012-06-27Add more SMRAM range check to 3 SMI handler.czhang46
2012-06-25Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString t...tye1
2012-06-12To be consistent with PeiReportStatusCodeLib and DxeReportStatusCode, use MAX...lzeng14
2012-05-31Fixed build failed.ydong10
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong10
2012-05-29Optimize the log entry search algorithm to save boot performance.lzeng14
2012-04-25Add description for PeiPerformanceIdArray parameter of InternalSearchForLogEn...lzeng14
2012-04-25Fix UNIX GCC build fail.lzeng14
2012-04-24Add new extension PerformanceLib APIs to store ID info.lzeng14
2012-04-17Update function comments to remove confused description on PerformanceLib End...lgao4
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun3
2012-01-15correct license header.jyao1
2012-01-14Initialize LockBox.Attribute to 0 in SaveLockBox, or it will be random value.jyao1
2011-11-30Roll back the change which doesn't call LocateProtocol when TPL is TPL_NOTIFY...niruiyu
2011-11-28Update code to pass build on VS2008 with /Od compiler option.lgao4
2011-11-17In BootScriptSaver, put INFORMATION_OPCODE message to LockBox.jyao1
2011-11-15Do not call LocateProtocol when the current TPL is above or equal TPL_NOTIFY.niruiyu
2011-11-14Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER.jyao1
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten
2011-10-27Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF...lzeng14
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu
2011-10-26MdeModulePkg: Enhance error handling in NetLibGetMacAddress() of DxeNetLib.xdu2
2011-10-08Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEI...andrewfish
2011-10-08Add pointer check for NULL before dereference it.sfu5
2011-09-16Correct comments for NULL return value of HiiLib HiiAddPackages().lgao4
2011-09-02MdeModulePkg: Remove UefiBootServicesTableLib dependency from DxePrintLibPrin...jcarsey
2011-08-29MdeModulePkg: Add PiDxeS3BootScriptLibjljusten
2011-08-25Add UEFI_APPLICATION module type support for the capsule lib.niruiyu
2011-08-24Refine code to follow coding style.ydong10
2011-08-161. Add two performance measurement points for SMM performance measurement;rsun3
2011-08-09Fix X64 VS2005 and VS2008 compile error.lgao4
2011-08-08clarify the logic of the print length counting functions in both PrintLib lib...jcarsey
2011-08-02Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey
2011-08-02MdeModulePkg: Add SmmLockBox PEI implementationjljusten
2011-08-02Fixed the issue in RuntimeStatusCode library that may not work on the early d...lgao4
2011-07-28MdeModulePkg: Fix build error for UNIXGCC with IPFjljusten
2011-07-27For libraries that have multiple module types support, just define a [Depex] ...lzeng14