]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Include/Library/QemuBootOrderLib.h
OvmfPkg/QemuBootOrderLib: add StoreQemuBootOrder()
[mirror_edk2.git] / OvmfPkg / Include / Library / QemuBootOrderLib.h
index 9f06439aed1e6b56150c086648b723bf365a4c0a..f0369298a134cb9b5250b0cc309b079de538e186 100644 (file)
@@ -47,6 +47,20 @@ ConnectDevicesFromQemu (
   VOID\r
   );\r
 \r
+/**\r
+  Write qemu boot order to uefi variables.\r
+\r
+  Attempt to retrieve the "bootorder" fw_cfg file from QEMU. Translate\r
+  the OpenFirmware device paths therein to UEFI device path fragments.\r
+\r
+  On Success store the device path in QemuBootOrderNNNN variables.\r
+**/\r
+VOID\r
+EFIAPI\r
+StoreQemuBootOrder (\r
+  VOID\r
+  );\r
+\r
 /**\r
 \r
   Set the boot order based on configuration retrieved from QEMU.\r