| Commit message (Expand) | Author | Age | Files | Lines |
* | MdeModulePkg: Update code to be more C11 compliant by using __func__ | Rebecca Cran | 2023-04-10 | 1 | -1/+1 |
* | MdeModulePkg/Library: PcdAcpiS3Enable set FALSE cause Assert | lijun10x | 2023-02-15 | 1 | -24/+108 |
* | MdeModulePkg: Apply uncrustify changes | Michael Kubacki | 2021-12-07 | 4 | -1284/+1393 |
* | MdeModulePkg: Change use of EFI_D_* to DEBUG_* | Michael D Kinney | 2021-12-07 | 2 | -133/+132 |
* | MdeModulePkg: Fix various typos | Rebecca Cran | 2021-05-17 | 1 | -16/+16 |
* | MdeModulePkg/PiDxeS3BootScriptLib: Rename mAcpiS3Enable to avoid dup symbol | Michael D Kinney | 2021-04-07 | 1 | -6/+5 |
* | MdeModulePkg/PiDxeS3BootScriptLib: Fix potential numeric truncation (CVE-2019... | Hao A Wu | 2020-02-07 | 1 | -1/+51 |
* | MdeModulePkg: Enable/Disable S3BootScript dynamically. | Chasel Chiu | 2019-10-01 | 2 | -3/+18 |
* | MdeModulePkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 6 | -46/+6 |
* | MdeModulePkg: Removing ipf which is no longer supported from edk2. | Chen A Chen | 2018-09-06 | 1 | -3/+3 |
* | MdeModulePkg: Update PiDxeS3BootScriptLib Internal function name | Liming Gao | 2017-09-13 | 1 | -2/+2 |
* | MdeModulePkg: Refine casting expression result to bigger size | Hao Wu | 2017-03-06 | 1 | -2/+2 |
* | MdeModulePkg: Refine type cast for pointer subtraction | Hao Wu | 2017-03-06 | 1 | -2/+2 |
* | MdePkg, MdeModulePkg: S3BootScriptSaveMemPoll(): accept 64-bit LoopTimes | Laszlo Ersek | 2017-01-03 | 1 | -1/+1 |
* | MdeModulePkg PiDxeS3BootScriptLib: Support multiple PCI segment | Star Zeng | 2016-09-05 | 4 | -90/+80 |
* | MdeModulePkg PiDxeS3BootScriptLib: Remove the trailing white spaces | Star Zeng | 2016-09-05 | 6 | -370/+370 |
* | MdeModulePkg PiDxeS3BootScriptLib: Use a specific name for mSmst | Star Zeng | 2016-06-27 | 1 | -40/+40 |
* | MdeModulePkg DxeS3BootScriptLib: Check (mSmst != NULL) before freeing SMRAM | Star Zeng | 2016-06-13 | 1 | -1/+1 |
* | MdeModulePkg DxeS3BootScriptLib: Revert git commit 058196bbb345 | Star Zeng | 2016-06-07 | 2 | -5/+0 |
* | MdeModulePkg DxeS3BootScriptLib: Add DESTRUCTOR S3BootScriptLibDeinitialize | Star Zeng | 2016-06-07 | 2 | -34/+124 |
* | MdeModulePkg: PiDxeS3BootScriptLib: honor PcdAcpiS3Enable | Laszlo Ersek | 2016-04-28 | 2 | -0/+5 |
* | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 1 | -0/+0 |
* | MdeModulePkg PiDxeS3BootScriptLib: Use PcdSet64S to instead of PcdSet64 | Star Zeng | 2015-10-10 | 1 | -2/+4 |
* | MdeModulePkg PiDxeS3BootScriptLib: Remove a hidden assumption. | Star Zeng | 2015-09-15 | 3 | -157/+341 |
* | MdeModulePkg PiDxeS3BootScriptLib: Initialize the EFI_BOOT_SCRIPT_TABLE_HEADE... | Star Zeng | 2015-04-13 | 3 | -3/+7 |
* | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 1 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 1 | -9/+15 |
* | 1) Add type cast for better coding style. | Feng Tian | 2014-08-07 | 1 | -2/+2 |
* | Fixed typos: hanlder should be handler. | Chen Fan | 2014-07-09 | 1 | -1/+1 |
* | Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci... | jyao1 | 2014-03-01 | 1 | -1/+6 |
* | Correct function comments of S3BootScriptCloseTable(). | Liming Gao | 2014-01-09 | 1 | -3/+3 |
* | The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda... | lzeng14 | 2013-01-15 | 1 | -2/+2 |
* | Detect some unsupported cases when save boot script, then return error early. | lzeng14 | 2012-12-24 | 2 | -141/+186 |
* | Initialize Data. | lzeng14 | 2012-12-14 | 1 | -1/+6 |
* | 1. Update IoRead to support UINT64 also. | lzeng14 | 2012-12-10 | 1 | -155/+261 |
* | 1. Duplicate the original boot script data copy, because it may have INSERT b... | lzeng14 | 2012-12-07 | 1 | -50/+115 |
* | Multi-SMM drivers couldn't save their boot script successfully all at runtime... | lzeng14 | 2012-12-06 | 2 | -9/+32 |
* | Fix the issue that S3BootScriptLabel() does not work to insert label when the... | lzeng14 | 2012-11-29 | 3 | -189/+23 |
* | Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t... | lzeng14 | 2012-11-29 | 1 | -5/+2 |
* | 1. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA... | lzeng14 | 2012-11-27 | 1 | -10/+39 |
* | Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe... | lzeng14 | 2012-11-27 | 1 | -1/+1 |
* | Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib. | lzeng14 | 2012-10-31 | 1 | -9/+3 |
* | Add missing braces around initializer. | lzeng14 | 2012-10-11 | 1 | -4/+4 |
* | Update code to pass build on VS2008 with /Od compiler option. | lgao4 | 2011-11-28 | 1 | -1/+4 |
* | In BootScriptSaver, put INFORMATION_OPCODE message to LockBox. | jyao1 | 2011-11-17 | 2 | -10/+171 |
* | Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER. | jyao1 | 2011-11-14 | 1 | -3/+9 |
* | MdeModulePkg: Add PiDxeS3BootScriptLib | jljusten | 2011-08-29 | 5 | -0/+3963 |