]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Library/PiDxeS3BootScriptLib
MdeModulePkg: Delete useless case code
[mirror_edk2.git] / MdeModulePkg / Library / PiDxeS3BootScriptLib /
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-12-15 Jordan JustenMdeModulePkg: Convert all .uni files to utf-8
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-09-03 Gao, LimingMdeModulePkg: Convert non DOS format files to DOS forma...
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-08-07 Feng Tian1) Add type cast for better coding style.
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().
2013-01-15 lzeng14The unit of Duration for S3BootScriptSaveMemPoll()...
2012-12-24 lzeng14Detect some unsupported cases when save boot script...
2012-12-14 lzeng14Initialize Data.
2012-12-10 lzeng141. Update IoRead to support UINT64 also.
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 lzeng141. Add S3BootScriptDone Debug message when meeting...
2012-11-27 lzeng14Add the memory check to reserve memory for TERMINATE...
2012-10-31 lzeng14Remove the unsupported SEC PEIM PEI_CORE module type...
2012-10-11 lzeng14Add missing braces around initializer.
2011-11-28 lgao4Update code to pass build on VS2008 with /Od compiler...
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