OVMF-amdsev
OVMF-amdsev 202608
UEFI firmware with AMD SEV, SEV-ES and SEV-SNP support, direct kernel boot only
https://github.com/tianocore/tianocore.github.io/wiki/OVMFBSD 2-clause "Simplified" License
programs: -
Maintainers
Platforms (11)
x86_64-linuxx86_64-windowsx86_64-genodex86_64-uefix86_64-cygwinx86_64-netbsdx86_64-openbsdx86_64-freebsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ OVMF-amdsev ];
Ad-hoc shell
nix-shell -p OVMF-amdsev
Flake (nix run)
nix run nixpkgs#OVMF-amdsev