]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/SmmAccess2OnSmmAccessThunk/SmmAccess2OnSmmAccessThunk.c
Add Framework SMM Status Code Protocol on PI SMM Status Code Protocol Thunk driver.
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / SmmAccess2OnSmmAccessThunk / SmmAccess2OnSmmAccessThunk.c
index 97df22c24a6606caaa72038af284f7eff2ec4241..0275bd7550a7087709f2f1b500a90d5d2260a7cd 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   SMM Access2 Protocol on SMM Access Protocol Thunk driver.\r
 \r
-  Copyright (c) 2009 Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
@@ -68,7 +68,7 @@ SmmAccess2Open (
   This function "closes" SMRAM so that it is not visible while outside of SMM. The function should \r
   return EFI_UNSUPPORTED if the hardware does not support hiding of SMRAM.\r
 \r
-  @param[in] This           The EFI_SMM_ACCESS2_PROTOCOL instance.\r
+  @param [in] This           The EFI_SMM_ACCESS2_PROTOCOL instance.\r
 \r
   @retval EFI_SUCCESS       The operation was successful.\r
   @retval EFI_UNSUPPORTED   The system does not support opening and closing of SMRAM.\r
@@ -135,8 +135,8 @@ SmmAccess2Lock (
   Queries the memory controller for the possible regions that will support SMRAM.\r
 \r
   @param[in]     This           The EFI_SMM_ACCESS2_PROTOCOL instance.\r
-  @param[in,out] SmramMapSize   A pointer to the size, in bytes, of the SmramMemoryMap buffer.\r
-  @param[in,out] SmramMap       A pointer to the buffer in which firmware places the current memory map.\r
+  @param[in, out] SmramMapSize   A pointer to the size, in bytes, of the SmramMemoryMap buffer.\r
+  @param[in, out] SmramMap       A pointer to the buffer in which firmware places the current memory map.\r
 \r
   @retval EFI_SUCCESS           The chipset supported the given resource.\r
   @retval EFI_BUFFER_TOO_SMALL  The SmramMap parameter was too small.  The current buffer size \r