]> git.proxmox.com Git - mirror_edk2.git/commitdiff
PI 1.2 Errata C: A new return condition is added for the returned status code EFI_INV...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 21 Nov 2011 05:23:58 +0000 (05:23 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 21 Nov 2011 05:23:58 +0000 (05:23 +0000)
signed-off-by: rsun3
reviewed-by: lgao4

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12743 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Compatibility/SmmControl2OnSmmControlThunk/SmmControl2OnSmmControlThunk.c
EdkCompatibilityPkg/Compatibility/SmmControl2OnSmmControlThunk/SmmControl2OnSmmControlThunk.h
MdePkg/Include/Protocol/SmmControl2.h

index 8b8283424ea54c38859adbee71f593fbe1c72f3d..651d194209c704340de34bb7cf5ce5f8b70dc5eb 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   SMM Control2 Protocol on SMM Control Protocol Thunk driver.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2011, 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
@@ -38,6 +38,7 @@ UINT8                      mDataPort;
   @retval EFI_SUCCESS            The SMI/PMI has been engendered.\r
   @retval EFI_DEVICE_ERROR       The timing is unsupported.\r
   @retval EFI_INVALID_PARAMETER  The activation period is unsupported.\r
+  @retval EFI_INVALID_PARAMETER  The last periodic activation has not been cleared. \r
   @retval EFI_NOT_STARTED        The SMM base service has not been initialized.\r
 **/\r
 EFI_STATUS\r
index 35b3bd5c77b57c98fbc970cdb38c8fde57e8e866..25e9d3afb766d11782f8046cfffe313a535ffc04 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Include file for SMM Control2 Protocol on SMM Control Protocol Thunk driver.\r
   \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2011, 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
@@ -44,6 +44,7 @@
   @retval EFI_SUCCESS            The SMI/PMI has been engendered.\r
   @retval EFI_DEVICE_ERROR       The timing is unsupported.\r
   @retval EFI_INVALID_PARAMETER  The activation period is unsupported.\r
+  @retval EFI_INVALID_PARAMETER  The last periodic activation has not been cleared. \r
   @retval EFI_NOT_STARTED        The SMM base service has not been initialized.\r
 **/\r
 EFI_STATUS\r
index d3383643d558ad7cb3328f4ccecd3215f5299600..58df62aa6ecd0b77427adce6055e45e89ede2527 100644 (file)
@@ -11,7 +11,7 @@
   accessed, will generate the SMI.  Also, the hardware optionally supports the periodic generation of \r
   these signals.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2011, 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
@@ -50,6 +50,7 @@ typedef UINTN  EFI_SMM_PERIOD;
   @retval EFI_SUCCESS            The SMI/PMI has been engendered.\r
   @retval EFI_DEVICE_ERROR       The timing is unsupported.\r
   @retval EFI_INVALID_PARAMETER  The activation period is unsupported.\r
+  @retval EFI_INVALID_PARAMETER  The last periodic activation has not been cleared. \r
   @retval EFI_NOT_STARTED        The SMM base service has not been initialized.\r
 **/\r
 typedef\r