From: Jeff Fan Date: Wed, 1 Jun 2016 08:21:06 +0000 (+0800) Subject: MdePkg: Follow PI1.4a update SmmStartupThisAP() description X-Git-Tag: edk2-stable201903~6903 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=6535266574ac0478314d65953f2abf4091d55ee2 MdePkg: Follow PI1.4a update SmmStartupThisAP() description 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/Pi/PiSmmCis.h b/MdePkg/Include/Pi/PiSmmCis.h index 66e2dd568d..6d3ddabdf7 100644 --- a/MdePkg/Include/Pi/PiSmmCis.h +++ b/MdePkg/Include/Pi/PiSmmCis.h @@ -1,8 +1,8 @@ /** @file - Common definitions in the Platform Initialization Specification version 1.4 + Common definitions in the Platform Initialization Specification version 1.4a VOLUME 4 System Management Mode Core Interface version. - Copyright (c) 2009 - 2015, 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 @@ -60,15 +60,15 @@ EFI_STATUS ); /** - The SmmStartupThisAp() lets the caller to get one distinct application processor - (AP) in the enabled processor pool to execute a caller-provided code stream - while in SMM. It runs the given code on this processor and reports the status. - It must be noted that the supplied code stream will be run only on an enabled - processor which has also entered SMM. - - @param[in] Procedure A pointer to the code stream to be run on the designated AP of the system. - @param[in] CpuNumber The zero-based index of the processor number of the AP on which the code stream is supposed to run. - @param[in,out] ProcArguments Allow the caller to pass a list of parameters to the code that is run by the AP. + This service lets the caller to get one distinct application processor (AP) to execute + a caller-provided code stream while in SMM. + + @param[in] Procedure A pointer to the code stream to be run on the designated + AP of the system. + @param[in] CpuNumber The zero-based index of the processor number of the AP + on which the code stream is supposed to run. + @param[in,out] ProcArguments Allows the caller to pass a list of parameters to the code + that is run by the AP. @retval EFI_SUCCESS The call was successful and the return parameters are valid. @retval EFI_INVALID_PARAMETER The input arguments are out of range.