summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/PiDxeS3BootScriptLib
AgeCommit message (Expand)AuthorFilesLines
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-1/+1
2023-02-15MdeModulePkg/Library: PcdAcpiS3Enable set FALSE cause Assertlijun10x1-24/+108
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki4-1284/+1393
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2-133/+132
2021-05-17MdeModulePkg: Fix various typosRebecca Cran1-16/+16
2021-04-07MdeModulePkg/PiDxeS3BootScriptLib: Rename mAcpiS3Enable to avoid dup symbolMichael D Kinney1-6/+5
2020-02-07MdeModulePkg/PiDxeS3BootScriptLib: Fix potential numeric truncation (CVE-2019...Hao A Wu1-1/+51
2019-10-01MdeModulePkg: Enable/Disable S3BootScript dynamically.Chasel Chiu2-3/+18
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney6-46/+6
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-3/+3
2017-09-13MdeModulePkg: Update PiDxeS3BootScriptLib Internal function nameLiming Gao1-2/+2
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2017-03-06MdeModulePkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2017-01-03MdePkg, MdeModulePkg: S3BootScriptSaveMemPoll(): accept 64-bit LoopTimesLaszlo Ersek1-1/+1
2016-09-05MdeModulePkg PiDxeS3BootScriptLib: Support multiple PCI segmentStar Zeng4-90/+80
2016-09-05MdeModulePkg PiDxeS3BootScriptLib: Remove the trailing white spacesStar Zeng6-370/+370
2016-06-27MdeModulePkg PiDxeS3BootScriptLib: Use a specific name for mSmstStar Zeng1-40/+40
2016-06-13MdeModulePkg DxeS3BootScriptLib: Check (mSmst != NULL) before freeing SMRAMStar Zeng1-1/+1
2016-06-07MdeModulePkg DxeS3BootScriptLib: Revert git commit 058196bbb345Star Zeng2-5/+0
2016-06-07MdeModulePkg DxeS3BootScriptLib: Add DESTRUCTOR S3BootScriptLibDeinitializeStar Zeng2-34/+124
2016-04-28MdeModulePkg: PiDxeS3BootScriptLib: honor PcdAcpiS3EnableLaszlo Ersek2-0/+5
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-10-10MdeModulePkg PiDxeS3BootScriptLib: Use PcdSet64S to instead of PcdSet64Star Zeng1-2/+4
2015-09-15MdeModulePkg PiDxeS3BootScriptLib: Remove a hidden assumption.Star Zeng3-157/+341
2015-04-13MdeModulePkg PiDxeS3BootScriptLib: Initialize the EFI_BOOT_SCRIPT_TABLE_HEADE...Star Zeng3-3/+7
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-9/+15
2014-08-071) Add type cast for better coding style.Feng Tian1-2/+2
2014-07-09Fixed typos: hanlder should be handler.Chen Fan1-1/+1
2014-03-01Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci...jyao11-1/+6
2014-01-09Correct function comments of S3BootScriptCloseTable().Liming Gao1-3/+3
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-30MdeModulePkg: Add PiDxeS3BootScriptLibjljusten5-0/+3963