]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/BdsDxe/Bds.h
Merge in [EDK 1166]: Form title is not displayed by Setup Browser
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / Bds.h
index d5a25d507e3a0603735d6815404a9e41a2d1ef05..cfa0842d1b2c91d591727700670871949a61ae13 100644 (file)
@@ -82,6 +82,21 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
       EFI_BDS_ARCH_PROTOCOL_INSTANCE_SIGNATURE \\r
       )\r
 \r
+/**\r
+\r
+  Show progress bar with title above it. It only works in Graphics mode.\r
+\r
+\r
+  @param TitleForeground Foreground color for Title.\r
+  @param TitleBackground Background color for Title.\r
+  @param Title           Title above progress bar.\r
+  @param ProgressColor   Progress bar color.\r
+  @param Progress        Progress (0-100)\r
+  @param PreviousValue   The previous value of the progress.\r
+\r
+  @retval  EFI_STATUS       Success update the progress bar\r
+\r
+**/\r
 EFI_STATUS\r
 PlatformBdsShowProgress (\r
   IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleForeground,\r
@@ -123,11 +138,8 @@ BdsInitialize (
   Service routine for BdsInstance->Entry(). Devices are connected, the\r
   consoles are initialized, and the boot options are tried.\r
 \r
-\r
   @param This            - Protocol Instance structure.\r
 \r
-  @retval  EFI_SUCEESS  BDS->Entry has finished executing.\r
-\r
 **/\r
 VOID\r
 EFIAPI\r