summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
AgeCommit message (Expand)Author
2016-12-26MdeModulePkg: Move to new locationGuo Mang
2016-07-06MdeModulePkg PiDxeS3BootScriptLib: Use a specific name for mSmstStar Zeng
2016-07-06MdeModulePkg DxeS3BootScriptLib: Check (mSmst != NULL) before freeing SMRAMStar Zeng
2016-07-06MdeModulePkg DxeS3BootScriptLib: Add DESTRUCTOR S3BootScriptLibDeinitializeStar Zeng
2016-03-03MdeModulePkg PiDxeS3BootScriptLib: Use PcdSet64S to instead of PcdSet64Star Zeng
2015-09-15MdeModulePkg PiDxeS3BootScriptLib: Remove a hidden assumption.Star Zeng
2015-04-13MdeModulePkg PiDxeS3BootScriptLib: Initialize the EFI_BOOT_SCRIPT_TABLE_HEADE...Star Zeng
2014-07-09Fixed typos: hanlder should be handler.Chen Fan
2014-03-01Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci...jyao1
2014-01-09Correct function comments of S3BootScriptCloseTable().Liming Gao
2012-12-24Detect some unsupported cases when save boot script, then return error early.lzeng14
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-27Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe...lzeng14
2012-10-11Add missing braces around initializer.lzeng14
2011-11-17In BootScriptSaver, put INFORMATION_OPCODE message to LockBox.jyao1
2011-11-14Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER.jyao1
2011-08-29MdeModulePkg: Add PiDxeS3BootScriptLibjljusten