summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorJeff Fan <jeff.fan@intel.com>2016-06-01 16:01:07 +0800
committerJeff Fan <jeff.fan@intel.com>2016-06-02 16:34:48 +0800
commitd0594a9b882e246dc0d559463f0b31d9f3646e8c (patch)
tree0f44b2cdd12e09e51a2aa59b23de88ec3c65ea42 /MdePkg
parentf285d0213b135e14419833df0aa760e3748e8182 (diff)
downloadedk2-d0594a9b882e246dc0d559463f0b31d9f3646e8c.tar.gz
edk2-d0594a9b882e246dc0d559463f0b31d9f3646e8c.tar.bz2
edk2-d0594a9b882e246dc0d559463f0b31d9f3646e8c.zip
MdePkg: Follow PI1.4a to update EFI_SMM_SW_REGISTER2 return status
Cc: Liming Gao <liming.gao@intel.com> Cc: Michael Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/SmmSwDispatch2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/SmmSwDispatch2.h b/MdePkg/Include/Protocol/SmmSwDispatch2.h
index 5e7322da22..1614937555 100644
--- a/MdePkg/Include/Protocol/SmmSwDispatch2.h
+++ b/MdePkg/Include/Protocol/SmmSwDispatch2.h
@@ -1,10 +1,10 @@
/** @file
- SMM Software Dispatch Protocol as defined in PI 1.2 Specification
+ SMM Software Dispatch Protocol introduced from PI 1.2 Specification
Volume 4 System Management Mode Core Interface.
This protocol provides the parent dispatch service for a given SMI source generator.
- Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -80,7 +80,7 @@ typedef struct _EFI_SMM_SW_DISPATCH2_PROTOCOL EFI_SMM_SW_DISPATCH2_PROTOCOL;
registered and the SMI source has been enabled.
@retval EFI_DEVICE_ERROR The SW driver was unable to enable the SMI source.
@retval EFI_INVALID_PARAMETER RegisterContext is invalid. The SW SMI input value
- is not within valid range.
+ is not within a valid range or is already in use.
@retval EFI_OUT_OF_RESOURCES There is not enough memory (system or SMM) to manage this
child.
@retval EFI_OUT_OF_RESOURCES A unique software SMI value could not be assigned