X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FSecCore%2FSecBist.c;h=a9d36acadb0d652a85732b5b92315b60bdcfb2f6;hp=ba7d7cafa9cc261a7e2f4571f79c28a8b9c7658f;hb=147fd35c3e389ecd025dbfd243312bf5b22da7c9;hpb=93638568c1c6bd6bace2cd27666796b7c87fc45c diff --git a/UefiCpuPkg/SecCore/SecBist.c b/UefiCpuPkg/SecCore/SecBist.c index ba7d7cafa9..a9d36acadb 100644 --- a/UefiCpuPkg/SecCore/SecBist.c +++ b/UefiCpuPkg/SecCore/SecBist.c @@ -37,8 +37,8 @@ EFI_PEI_PPI_DESCRIPTOR mPeiSecPlatformInformation2 = { /** Worker function to parse CPU BIST information from Guided HOB. - @param[out] StructureSize Pointer to the variable describing size of the input buffer. - @param[out] StructureBuffer Pointer to the buffer save CPU BIST information. + @param[in, out] StructureSize Pointer to the variable describing size of the input buffer. + @param[in, out] StructureBuffer Pointer to the buffer save CPU BIST information. @retval EFI_SUCCESS The data was successfully returned. @retval EFI_BUFFER_TOO_SMALL The buffer was too small. @@ -79,9 +79,9 @@ GetBistFromHob ( /** Implementation of the PlatformInformation service in EFI_SEC_PLATFORM_INFORMATION_PPI. - @param[in] PeiServices Pointer to the PEI Services Table. - @param[out] StructureSize Pointer to the variable describing size of the input buffer. - @param[out PlatformInformationRecord Pointer to the EFI_SEC_PLATFORM_INFORMATION_RECORD. + @param[in] PeiServices Pointer to the PEI Services Table. + @param[in, out] StructureSize Pointer to the variable describing size of the input buffer. + @param[out] PlatformInformationRecord Pointer to the EFI_SEC_PLATFORM_INFORMATION_RECORD. @retval EFI_SUCCESS The data was successfully returned. @retval EFI_BUFFER_TOO_SMALL The buffer was too small. @@ -101,9 +101,9 @@ SecPlatformInformationBist ( /** Implementation of the PlatformInformation2 service in EFI_SEC_PLATFORM_INFORMATION2_PPI. - @param[in] PeiServices The pointer to the PEI Services Table. - @param[out] StructureSize The pointer to the variable describing size of the input buffer. - @param[out] PlatformInformationRecord2 The pointer to the EFI_SEC_PLATFORM_INFORMATION_RECORD2. + @param[in] PeiServices The pointer to the PEI Services Table. + @param[in, out] StructureSize The pointer to the variable describing size of the input buffer. + @param[out] PlatformInformationRecord2 The pointer to the EFI_SEC_PLATFORM_INFORMATION_RECORD2. @retval EFI_SUCCESS The data was successfully returned. @retval EFI_BUFFER_TOO_SMALL The buffer was too small. The current buffer size needed to