]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Library / PiDxeS3BootScriptLib / BootScriptSave.c
2023-02-15 lijun10xMdeModulePkg/Library: PcdAcpiS3Enable set FALSE cause...
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2021-12-07 Michael D KinneyMdeModulePkg: Change use of EFI_D_* to DEBUG_*
2021-04-07 Michael D KinneyMdeModulePkg/PiDxeS3BootScriptLib: Rename mAcpiS3Enable...
2020-02-07 Hao A WuMdeModulePkg/PiDxeS3BootScriptLib: Fix potential numeri...
2019-10-01 Chasel ChiuMdeModulePkg: Enable/Disable S3BootScript dynamically.
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2017-03-06 Hao WuMdeModulePkg: Refine casting expression result to bigge...
2017-03-06 Hao WuMdeModulePkg: Refine type cast for pointer subtraction
2017-01-03 Laszlo ErsekMdePkg, MdeModulePkg: S3BootScriptSaveMemPoll(): accept...
2016-09-05 Star ZengMdeModulePkg PiDxeS3BootScriptLib: Support multiple...
2016-09-05 Star ZengMdeModulePkg PiDxeS3BootScriptLib: Remove the trailing...
2016-06-27 Star ZengMdeModulePkg PiDxeS3BootScriptLib: Use a specific name...
2016-06-13 Star ZengMdeModulePkg DxeS3BootScriptLib: Check (mSmst != NULL...
2016-06-07 Star ZengMdeModulePkg DxeS3BootScriptLib: Revert git commit...
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