summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
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 Kubacki1-581/+663
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-2/+2
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 Chiu1-1/+16
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-8/+1
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 Zeng1-9/+6
2016-09-05MdeModulePkg PiDxeS3BootScriptLib: Remove the trailing white spacesStar Zeng1-218/+218
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 Zeng1-4/+0
2016-06-07MdeModulePkg DxeS3BootScriptLib: Add DESTRUCTOR S3BootScriptLibDeinitializeStar Zeng1-33/+122
2016-04-28MdeModulePkg: PiDxeS3BootScriptLib: honor PcdAcpiS3EnableLaszlo Ersek1-0/+4
2015-10-10MdeModulePkg PiDxeS3BootScriptLib: Use PcdSet64S to instead of PcdSet64Star Zeng1-2/+4
2015-09-15MdeModulePkg PiDxeS3BootScriptLib: Remove a hidden assumption.Star Zeng1-150/+327
2015-04-13MdeModulePkg PiDxeS3BootScriptLib: Initialize the EFI_BOOT_SCRIPT_TABLE_HEADE...Star Zeng1-1/+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
2012-12-24Detect some unsupported cases when save boot script, then return error early.lzeng141-8/+169
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...lzeng141-9/+31
2012-11-29Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng141-180/+10
2012-11-29Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t...lzeng141-5/+2
2012-11-27Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe...lzeng141-1/+1
2012-10-11Add missing braces around initializer.lzeng141-4/+4
2011-11-17In BootScriptSaver, put INFORMATION_OPCODE message to LockBox.jyao11-7/+158
2011-11-14Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER.jyao11-3/+9
2011-08-29MdeModulePkg: Add PiDxeS3BootScriptLibjljusten1-0/+1852