summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/PiDxeS3BootScriptLib
AgeCommit message (Expand)AuthorFilesLines
2013-01-15The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda...lzeng141-2/+2
2012-12-24Detect some unsupported cases when save boot script, then return error early.lzeng142-141/+186
2012-12-14Initialize Data.lzeng141-1/+6
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-11Add missing braces around initializer.lzeng141-4/+4
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-14Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER.jyao11-3/+9
2011-08-29MdeModulePkg: Add PiDxeS3BootScriptLibjljusten5-0/+3963