]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.h
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / BootMngr / BootManager.h
index d7566f4ccf53e23951bbabde4ce718ac3c026aca..395f568efdc555534f94d61a335ac5af8510df70 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   The platform boot manager reference implement\r
 \r
-Copyright (c) 2004 - 2008, Intel Corporation. <BR>\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\r
@@ -29,6 +29,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define BOOT_MANAGER_FORM_ID     0x1000\r
 \r
 #define LABEL_BOOT_OPTION        0x00\r
+#define LABEL_BOOT_OPTION_END    0x01\r
 \r
 //\r
 // These are the VFR compiler generated data representing our VFR data.\r
@@ -53,7 +54,7 @@ typedef struct {
 } BOOT_MANAGER_CALLBACK_DATA;\r
 \r
 /**\r
-  This call back funtion is registered with Boot Manager formset.\r
+  This call back function is registered with Boot Manager formset.\r
   When user selects a boot option, this call back function will\r
   be triggered. The boot option is saved for later processing.\r
 \r
@@ -86,7 +87,9 @@ BootManagerCallback (
   Registers HII packages for the Boot Manger to HII Database.\r
   It also registers the browser call back function.\r
 \r
-  @return Status of gBS->InstallMultipleProtocolInterfaces() and gHiiDatabase->NewPackageList()\r
+  @retval  EFI_SUCCESS           HII packages for the Boot Manager were registered successfully.\r
+  @retval  EFI_OUT_OF_RESOURCES  HII packages for the Boot Manager failed to be registered.\r
+\r
 **/\r
 EFI_STATUS\r
 InitializeBootManager (\r
@@ -94,7 +97,7 @@ InitializeBootManager (
   );\r
 \r
 /**\r
-  This funtion invokees Boot Manager. If all devices have not a chance to be connected,\r
+  This function invokes Boot Manager. If all devices have not a chance to be connected,\r
   the connect all will be triggered. It then enumerate all boot options. If \r
   a boot option from the Boot Manager page is selected, Boot Manager will boot\r
   from this boot option.\r