From: Jeff Fan Date: Wed, 1 Jun 2016 08:01:07 +0000 (+0800) Subject: MdePkg: Follow PI1.4a to update EFI_SMM_SW_REGISTER2 return status X-Git-Tag: edk2-stable201903~6905 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=d0594a9b882e246dc0d559463f0b31d9f3646e8c MdePkg: Follow PI1.4a to update EFI_SMM_SW_REGISTER2 return status Cc: Liming Gao Cc: Michael Kinney Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan Reviewed-by: Liming Gao --- 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.
+ Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.
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