]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Synchronize PlatformBdsLibNull library class's header file to library instance.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 9 Dec 2008 05:17:06 +0000 (05:17 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 9 Dec 2008 05:17:06 +0000 (05:17 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6926 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c

index 0371b60372e7fececa1ec2c3df469ec9cd67b948..af43095ebef5eb03209d7ad59fd0208fa8b4ebd4 100644 (file)
@@ -18,13 +18,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 // BDS Platform Functions\r
 //\r
 /**\r
-  Platform Bds init. Include the platform firmware vendor, revision\r
+  Platform Bds init. Incude the platform firmware vendor, revision\r
   and so crc check.\r
 \r
   @param  PrivateData             The EFI_BDS_ARCH_PROTOCOL_INSTANCE instance\r
 \r
 **/\r
 VOID\r
+EFIAPI\r
 PlatformBdsInit (\r
   IN EFI_BDS_ARCH_PROTOCOL_INSTANCE  *PrivateData\r
   )\r
@@ -101,17 +102,17 @@ PlatformBdsDiagnostics (
   is driven by boot mode. IBV/OEM can customize this code for their specific\r
   policy action.\r
 \r
-\r
-  @param PrivateData        The EFI_BDS_ARCH_PROTOCOL_INSTANCE instance\r
-  @param DriverOptionList   The header of the driver option link list\r
-  @param BootOptionList     The header of the boot option link list\r
+  @param  PrivateData             The EFI_BDS_ARCH_PROTOCOL_INSTANCE instance\r
+  @param  DriverOptionList        The header of the driver option link list\r
+  @param  BootOptionList          The header of the boot option link list\r
 \r
 **/\r
 VOID\r
+EFIAPI\r
 PlatformBdsPolicyBehavior (\r
   IN EFI_BDS_ARCH_PROTOCOL_INSTANCE  *PrivateData,\r
-  IN OUT LIST_ENTRY                  *DriverOptionList,\r
-  IN OUT LIST_ENTRY                  *BootOptionList\r
+  IN LIST_ENTRY                      *DriverOptionList,\r
+  IN LIST_ENTRY                      *BootOptionList\r
   )\r
 {\r
   return ;\r
@@ -119,16 +120,17 @@ PlatformBdsPolicyBehavior (
 \r
 /**\r
   Hook point after a boot attempt succeeds. We don't expect a boot option to\r
-  return, so the EFI 1.0 specification defines that you will default to an\r
+  return, so the UEFI 2.0 specification defines that you will default to an\r
   interactive mode and stop processing the BootOrder list in this case. This\r
   is alos a platform implementation and can be customized by IBV/OEM.\r
 \r
-  @param Option           Pointer to Boot Option that succeeded to boot.\r
+  @param  Option                  Pointer to Boot Option that succeeded to boot.\r
 \r
 **/\r
 VOID\r
+EFIAPI\r
 PlatformBdsBootSuccess (\r
-  IN  BDS_COMMON_OPTION   *Option\r
+  IN  BDS_COMMON_OPTION *Option\r
   )\r
 {\r
   return;\r
@@ -137,13 +139,14 @@ PlatformBdsBootSuccess (
 /**\r
   Hook point after a boot attempt fails.\r
 \r
-  @param Option           Pointer to Boot Option that failed to boot.\r
-  @param Status           Status returned from failed boot.\r
-  @param ExitData         Exit data returned from failed boot.\r
-  @param ExitDataSize     Exit data size returned from failed boot.\r
+  @param  Option                  Pointer to Boot Option that failed to boot.\r
+  @param  Status                  Status returned from failed boot.\r
+  @param  ExitData                Exit data returned from failed boot.\r
+  @param  ExitDataSize            Exit data size returned from failed boot.\r
 \r
 **/\r
 VOID\r
+EFIAPI\r
 PlatformBdsBootFail (\r
   IN  BDS_COMMON_OPTION  *Option,\r
   IN  EFI_STATUS         Status,\r