]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiPayloadPkg/UefiPayloadEntry/PrintHob.c
UefiPayloadPkg: Fix ECC reported issues
[mirror_edk2.git] / UefiPayloadPkg / UefiPayloadEntry / PrintHob.c
index 265d47ca9d6a76069a04b590cba738c2ed28a0bb..d7f3af130444f55fb7ced9a06006c69f812f5c8c 100644 (file)
@@ -196,7 +196,10 @@ PrintResourceDiscriptorHob (
 \r
 /**\r
   Print the information in Acpi Guid Hob.\r
+\r
   @param[in] HobRaw          A pointer to the start of gUniversalPayloadAcpiTableGuid HOB.\r
+  @param[in] HobLength       The size of the HOB data buffer.\r
+\r
   @retval EFI_SUCCESS        If it completed successfully.\r
 **/\r
 EFI_STATUS\r
@@ -217,6 +220,8 @@ PrintAcpiGuidHob (
 /**\r
   Print the information in Serial Guid Hob.\r
   @param[in] HobRaw          A pointer to the start of gUniversalPayloadSerialPortInfoGuid HOB.\r
+  @param[in] HobLength       The size of the HOB data buffer.\r
+\r
   @retval EFI_SUCCESS        If it completed successfully.\r
 **/\r
 EFI_STATUS\r
@@ -240,6 +245,7 @@ PrintSerialGuidHob (
 /**\r
   Print the information in Smbios Guid Hob.\r
   @param[in] HobRaw          A pointer to the start of gUniversalPayloadSmbios3TableGuid HOB.\r
+  @param[in] HobLength       The size of the HOB data buffer.\r
   @retval EFI_SUCCESS        If it completed successfully.\r
 **/\r
 EFI_STATUS\r
@@ -260,6 +266,8 @@ PrintSmbios3GuidHob (
 /**\r
   Print the information in Smbios Guid Hob.\r
   @param[in] HobRaw          A pointer to the start of gUniversalPayloadSmbiosTableGuid HOB.\r
+  @param[in] HobLength       The size of the HOB data buffer.\r
+\r
   @retval EFI_SUCCESS        If it completed successfully.\r
 **/\r
 EFI_STATUS\r
@@ -280,6 +288,8 @@ PrintSmbiosTablGuidHob (
 /**\r
   Print the information in Acpi BoardInfo Guid Hob.\r
   @param[in] HobRaw          A pointer to the start of gUefiAcpiBoardInfoGuid HOB.\r
+  @param[in] HobLength       The size of the HOB data buffer.\r
+\r
   @retval EFI_SUCCESS        If it completed successfully.\r
 **/\r
 EFI_STATUS\r
@@ -307,6 +317,7 @@ PrintAcpiBoardInfoGuidHob (
 /**\r
   Print the information in Pci RootBridge Info Guid Hob.\r
   @param[in] HobRaw          A pointer to the start of gUniversalPayloadPciRootBridgeInfoGuid HOB.\r
+  @param[in] HobLength       The size of the HOB data buffer.\r
 \r
   @retval EFI_SUCCESS        If it completed successfully.\r
 **/\r
@@ -362,6 +373,8 @@ PrintPciRootBridgeInfoGuidHob (
 /**\r
   Print the information in Extra Data Guid Hob.\r
   @param[in]  HobRaw         A pointer to the start of gUniversalPayloadExtraDataGuid HOB.\r
+  @param[in] HobLength       The size of the HOB data buffer.\r
+\r
   @retval EFI_SUCCESS        If it completed successfully.\r
 **/\r
 EFI_STATUS\r
@@ -394,6 +407,8 @@ PrintExtraDataGuidHob (
 /**\r
   Print the information in MemoryTypeInfoGuidHob.\r
   @param[in] HobRaw          A pointer to the start of gEfiMemoryTypeInformationGuid HOB.\r
+  @param[in] HobLength       The size of the HOB data buffer.\r
+\r
   @retval EFI_SUCCESS        If it completed successfully.\r
 **/\r
 EFI_STATUS\r
@@ -414,7 +429,7 @@ PrintMemoryTypeInfoGuidHob (
 /**\r
   Print the information in EdkiiBootManagerMenuFileGuid.\r
   @param[in] HobRaw          A pointer to the start of gEdkiiBootManagerMenuFileGuid HOB.\r
-  @param[in] HobLength       The size of the data buffer.\r
+  @param[in] HobLength       The size of the HOB data buffer.\r
   @retval EFI_SUCCESS        If it completed successfully.\r
 **/\r
 EFI_STATUS\r