]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLib.c
ArmPkg: Allow platforms to report their boot status via OemMiscLib call
[mirror_edk2.git] / ArmPkg / Universal / Smbios / OemMiscLibNull / OemMiscLib.c
index 33b0081d65b04d9748970acc18f1c290ce1f66f2..31252697352535c3c160bd715ebbbae420e6ed03 100644 (file)
@@ -140,6 +140,20 @@ OemUpdateSmbiosInfo (
   ASSERT (FALSE);\r
 }\r
 \r
+/** Fetches the Type 32 boot information status.\r
+\r
+  @return Boot status.\r
+**/\r
+MISC_BOOT_INFORMATION_STATUS_DATA_TYPE\r
+EFIAPI\r
+OemGetBootStatus (\r
+  VOID\r
+  )\r
+{\r
+  ASSERT (FALSE);\r
+  return BootInformationStatusNoError;\r
+}\r
+\r
 /** Fetches the chassis status when it was last booted.\r
 \r
  @return Chassis status.\r