summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/PiDxeS3BootScriptLib: Rename mAcpiS3Enable to avoid dup symbolMichael D Kinney2021-04-071-6/+5
* MdeModulePkg/PiDxeS3BootScriptLib: Fix potential numeric truncation (CVE-2019...Hao A Wu2020-02-071-1/+51
* MdeModulePkg: Enable/Disable S3BootScript dynamically.Chasel Chiu2019-10-011-1/+16
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-8/+1
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-2/+2
* MdeModulePkg: Refine type cast for pointer subtractionHao Wu2017-03-061-2/+2
* MdePkg, MdeModulePkg: S3BootScriptSaveMemPoll(): accept 64-bit LoopTimesLaszlo Ersek2017-01-031-1/+1
* MdeModulePkg PiDxeS3BootScriptLib: Support multiple PCI segmentStar Zeng2016-09-051-9/+6
* MdeModulePkg PiDxeS3BootScriptLib: Remove the trailing white spacesStar Zeng2016-09-051-218/+218
* MdeModulePkg PiDxeS3BootScriptLib: Use a specific name for mSmstStar Zeng2016-06-271-40/+40
* MdeModulePkg DxeS3BootScriptLib: Check (mSmst != NULL) before freeing SMRAMStar Zeng2016-06-131-1/+1
* MdeModulePkg DxeS3BootScriptLib: Revert git commit 058196bbb345Star Zeng2016-06-071-4/+0
* MdeModulePkg DxeS3BootScriptLib: Add DESTRUCTOR S3BootScriptLibDeinitializeStar Zeng2016-06-071-33/+122
* MdeModulePkg: PiDxeS3BootScriptLib: honor PcdAcpiS3EnableLaszlo Ersek2016-04-281-0/+4
* MdeModulePkg PiDxeS3BootScriptLib: Use PcdSet64S to instead of PcdSet64Star Zeng2015-10-101-2/+4
* MdeModulePkg PiDxeS3BootScriptLib: Remove a hidden assumption.Star Zeng2015-09-151-150/+327
* MdeModulePkg PiDxeS3BootScriptLib: Initialize the EFI_BOOT_SCRIPT_TABLE_HEADE...Star Zeng2015-04-131-1/+2
* Fixed typos: hanlder should be handler.Chen Fan2014-07-091-1/+1
* Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci...jyao12014-03-011-1/+6
* Correct function comments of S3BootScriptCloseTable().Liming Gao2014-01-091-3/+3
* Detect some unsupported cases when save boot script, then return error early.lzeng142012-12-241-8/+169
* 1. Duplicate the original boot script data copy, because it may have INSERT b...lzeng142012-12-071-50/+115
* Multi-SMM drivers couldn't save their boot script successfully all at runtime...lzeng142012-12-061-9/+31
* Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng142012-11-291-180/+10
* Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t...lzeng142012-11-291-5/+2
* Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe...lzeng142012-11-271-1/+1
* Add missing braces around initializer.lzeng142012-10-111-4/+4
* In BootScriptSaver, put INFORMATION_OPCODE message to LockBox.jyao12011-11-171-7/+158
* Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER.jyao12011-11-141-3/+9
* MdeModulePkg: Add PiDxeS3BootScriptLibjljusten2011-08-291-0/+1852