mirror of https://github.com/acidanthera/audk.git
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:
parent
381f8ef6a1
commit
4ac82ea1e1
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue