UefiCpuPkg/MpInitLib: Add out attribute for parameter.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2553

The comment haven't indicate the output attribute.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Guomin Jiang <guomin.jiang@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
GuoMinJ 2020-03-04 19:39:28 +08:00 committed by mergify[bot]
parent 381f8ef6a1
commit 4ac82ea1e1
3 changed files with 3 additions and 3 deletions

View File

@ -822,7 +822,7 @@ MpInitLibEnableDisableAP (
This funtion will try to invoke platform specific microcode shadow logic to This funtion will try to invoke platform specific microcode shadow logic to
relocate microcode update patches into memory. relocate microcode update patches into memory.
@param[in] CpuMpData The pointer to CPU MP Data structure. @param[in, out] CpuMpData The pointer to CPU MP Data structure.
@retval EFI_SUCCESS Shadow microcode success. @retval EFI_SUCCESS Shadow microcode success.
@retval EFI_OUT_OF_RESOURCES No enough resource to complete the operation. @retval EFI_OUT_OF_RESOURCES No enough resource to complete the operation.

View File

@ -661,7 +661,7 @@ GetProcessorNumber (
This funtion will try to invoke platform specific microcode shadow logic to This funtion will try to invoke platform specific microcode shadow logic to
relocate microcode update patches into memory. relocate microcode update patches into memory.
@param[in] CpuMpData The pointer to CPU MP Data structure. @param[in, out] CpuMpData The pointer to CPU MP Data structure.
@retval EFI_SUCCESS Shadow microcode success. @retval EFI_SUCCESS Shadow microcode success.
@retval EFI_OUT_OF_RESOURCES No enough resource to complete the operation. @retval EFI_OUT_OF_RESOURCES No enough resource to complete the operation.

View File

@ -644,7 +644,7 @@ MpInitLibEnableDisableAP (
This funtion will try to invoke platform specific microcode shadow logic to This funtion will try to invoke platform specific microcode shadow logic to
relocate microcode update patches into memory. relocate microcode update patches into memory.
@param[in] CpuMpData The pointer to CPU MP Data structure. @param[in, out] CpuMpData The pointer to CPU MP Data structure.
@retval EFI_SUCCESS Shadow microcode success. @retval EFI_SUCCESS Shadow microcode success.
@retval EFI_OUT_OF_RESOURCES No enough resource to complete the operation. @retval EFI_OUT_OF_RESOURCES No enough resource to complete the operation.