mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
f285d0213b
commit
d0594a9b88
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue