]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
MdeModulePkg DxeS3BootScriptLib: Add DESTRUCTOR S3BootScriptLibDeinitialize
[mirror_edk2.git] / MdeModulePkg / Library / PiDxeS3BootScriptLib / BootScriptSave.c
2016-06-07 Star ZengMdeModulePkg DxeS3BootScriptLib: Add DESTRUCTOR S3BootS...
2016-04-28 Laszlo ErsekMdeModulePkg: PiDxeS3BootScriptLib: honor PcdAcpiS3Enable
2015-10-10 Star ZengMdeModulePkg PiDxeS3BootScriptLib: Use PcdSet64S to...
2015-09-15 Star ZengMdeModulePkg PiDxeS3BootScriptLib: Remove a hidden...
2015-04-13 Star ZengMdeModulePkg PiDxeS3BootScriptLib: Initialize the EFI_B...
2014-07-09 Chen FanFixed typos: hanlder should be handler.
2014-03-01 jyao1Add comment for S3BootScriptSaveMemPoll API, since...
2014-01-09 Liming GaoCorrect function comments of S3BootScriptCloseTable().
2012-12-24 lzeng14Detect some unsupported cases when save boot script...
2012-12-07 lzeng141. Duplicate the original boot script data copy, becaus...
2012-12-06 lzeng14Multi-SMM drivers couldn't save their boot script succe...
2012-11-29 lzeng14Fix the issue that S3BootScriptLabel() does not work...
2012-11-29 lzeng14Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BO...
2012-11-27 lzeng14Add the memory check to reserve memory for TERMINATE...
2012-10-11 lzeng14Add missing braces around initializer.
2011-11-17 jyao1In BootScriptSaver, put INFORMATION_OPCODE message...
2011-11-14 jyao1Follow PI1.2c spec, check empty string and return EFI_I...
2011-08-29 jljustenMdeModulePkg: Add PiDxeS3BootScriptLib