diff options
author | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-11-12 05:28:32 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-11-12 05:28:32 +0000 |
commit | bad73446684b9528c7e14ca1a372ac89c7af15bb (patch) | |
tree | 88098351156cb6dee9e93f60d369b27d39100652 /EdkCompatibilityPkg/Compatibility/BootScriptThunkHelper | |
parent | 60bee0c9b5e90eee06c21b4df540ee83b7342d0a (diff) | |
download | edk2-platforms-bad73446684b9528c7e14ca1a372ac89c7af15bb.tar.xz |
Allocate ReservedMemory instead of ACPIMemoryNVS for its shadow memory space which is not required to be restored by OS.
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@13935 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Compatibility/BootScriptThunkHelper')
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/BootScriptThunkHelper/BootScriptThunkHelper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/BootScriptThunkHelper/BootScriptThunkHelper.c b/EdkCompatibilityPkg/Compatibility/BootScriptThunkHelper/BootScriptThunkHelper.c index f20555d451..5141df8675 100644 --- a/EdkCompatibilityPkg/Compatibility/BootScriptThunkHelper/BootScriptThunkHelper.c +++ b/EdkCompatibilityPkg/Compatibility/BootScriptThunkHelper/BootScriptThunkHelper.c @@ -1,9 +1,9 @@ /** @file
Boot Script Helper SMM driver.
- This driver is responsible to restoer BootScriptThunk from SMRAM to AcpiNvs for security considertion.
+ This driver is responsible to store BootScriptThunk from ReservedMemory to SMRAM for security consideration.
-Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions
|