]> git.proxmox.com Git - mirror_edk2.git/commit
Multi-SMM drivers couldn't save their boot script successfully all at runtime in...
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 6 Dec 2012 01:15:40 +0000 (01:15 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 6 Dec 2012 01:15:40 +0000 (01:15 +0000)
commit3aa764ed7477d45ee78c7080c9f7624e62d10346
treef8486c0384f69850293aa2c91be5222e5b0c8072
parentedae8d2dbda4d355d98df57b7d1952a5c3ebeacd
Multi-SMM drivers couldn't save their boot script successfully all at runtime in SMM, one module's boot script will overwrite another module's.
Allocate a SMM copy for private data structure, and use a new PCD PcdS3BootScriptTablePrivateSmmDataPtr to transfer and share data between multi-SMM drivers.

Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13984 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
MdeModulePkg/MdeModulePkg.dec