X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FPi%2FPiSmmCis.h;h=6cb28b7fb2c9aee7e028b45bb03fa4c5dd81205c;hp=66e2dd568d746b85e332355e2dd028377acaf8b6;hb=00b7cc0fe327fcd00d70a8d30f16245cca0c55f2;hpb=cf1d73937d8b62dc5872da5c31d678bafafb2b87 diff --git a/MdePkg/Include/Pi/PiSmmCis.h b/MdePkg/Include/Pi/PiSmmCis.h index 66e2dd568d..6cb28b7fb2 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. + 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 Allow the caller to pass a list of parameters to the code that is run by the AP. + @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. @@ -178,7 +178,7 @@ EFI_STATUS /** Registers a handler to execute within SMM. - @param[in] Handler Handler service funtion pointer. + @param[in] Handler Handler service function pointer. @param[in] HandlerType Points to the handler type or NULL for root SMI handlers. @param[out] DispatchHandle On return, contains a unique handle which can be used to later unregister the handler function.