OVMF: support riscv64
suffix
It was forgot in the previous attempt to bring up RISC V UEFI.
This commit is contained in:
parent
032d45b46c
commit
75b67b0de8
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ let
|
||||||
i686 = "FV/OVMF";
|
i686 = "FV/OVMF";
|
||||||
x86_64 = "FV/OVMF";
|
x86_64 = "FV/OVMF";
|
||||||
aarch64 = "FV/AAVMF";
|
aarch64 = "FV/AAVMF";
|
||||||
|
riscv64 = "FV/RISCV_VIRT";
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue