Unverified Commit 88a1349d authored by Shea Levy's avatar Shea Levy
Browse files

OVMF: Enable bundling the MS secure boot variables on aarch64.

parent f6fc51dc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@ let
    aarch64 = {
      projectDscPath = "ArmVirtPkg/ArmVirtQemu.dsc";
      fwPrefix = "AAVMF";
      msVarsArgs = {
        flavor = "AAVMF";
        archDir = "AARCH64";
      };
    };
    riscv64 = {
      projectDscPath = "OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc";
+1 −1
Original line number Diff line number Diff line
@@ -26904,7 +26904,7 @@ with pkgs;
    httpSupport = true;
    tpmSupport = true;
    tlsSupport = true;
    msVarsTemplate = stdenv.isx86_64;
    msVarsTemplate = stdenv.isx86_64 || stdenv.isAarch64;
  };
  ops = callPackage ../applications/virtualization/ops { };