summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptExecute.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-583/+613
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-131/+130
2021-05-17MdeModulePkg: Fix various typosRebecca Cran1-16/+16
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-8/+1
2017-09-13MdeModulePkg: Update PiDxeS3BootScriptLib Internal function nameLiming Gao1-2/+2
2016-09-05MdeModulePkg PiDxeS3BootScriptLib: Support multiple PCI segmentStar Zeng1-72/+63
2016-09-05MdeModulePkg PiDxeS3BootScriptLib: Remove the trailing white spacesStar Zeng1-144/+144
2015-04-13MdeModulePkg PiDxeS3BootScriptLib: Initialize the EFI_BOOT_SCRIPT_TABLE_HEADE...Star Zeng1-1/+2
2014-08-071) Add type cast for better coding style.Feng Tian1-2/+2
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.lzeng141-133/+17
2012-12-14Initialize Data.lzeng141-1/+6
2012-12-101. Update IoRead to support UINT64 also.lzeng141-155/+261
2012-11-29Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng141-6/+10
2012-11-271. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA...lzeng141-10/+39
2011-11-17In BootScriptSaver, put INFORMATION_OPCODE message to LockBox.jyao11-3/+13
2011-08-30MdeModulePkg: Add PiDxeS3BootScriptLibjljusten1-0/+1753