index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Library
/
PiDxeS3BootScriptLib
Age
Commit message (
Expand
)
Author
2013-01-15
The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda...
lzeng14
2012-12-24
Detect some unsupported cases when save boot script, then return error early.
lzeng14
2012-12-14
Initialize Data.
lzeng14
2012-12-10
1. Update IoRead to support UINT64 also.
lzeng14
2012-12-07
1. Duplicate the original boot script data copy, because it may have INSERT b...
lzeng14
2012-12-06
Multi-SMM drivers couldn't save their boot script successfully all at runtime...
lzeng14
2012-11-29
Fix the issue that S3BootScriptLabel() does not work to insert label when the...
lzeng14
2012-11-29
Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t...
lzeng14
2012-11-27
1. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA...
lzeng14
2012-11-27
Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe...
lzeng14
2012-10-31
Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib.
lzeng14
2012-10-11
Add missing braces around initializer.
lzeng14
2011-11-28
Update code to pass build on VS2008 with /Od compiler option.
lgao4
2011-11-17
In BootScriptSaver, put INFORMATION_OPCODE message to LockBox.
jyao1
2011-11-14
Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER.
jyao1
2011-08-29
MdeModulePkg: Add PiDxeS3BootScriptLib
jljusten