674b3c8
{
674b3c8
    "description": "OVMF for x86_64, with SB+SMM, SB enabled, MS certs enrolled",
674b3c8
    "interface-types": [
674b3c8
        "uefi"
674b3c8
    ],
674b3c8
    "mapping": {
674b3c8
        "device": "flash",
674b3c8
        "executable": {
674b3c8
            "filename": "/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd",
674b3c8
            "format": "raw"
674b3c8
        },
674b3c8
        "nvram-template": {
674b3c8
            "filename": "/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd",
674b3c8
            "format": "raw"
674b3c8
        }
674b3c8
    },
674b3c8
    "targets": [
674b3c8
        {
674b3c8
            "architecture": "x86_64",
674b3c8
            "machines": [
674b3c8
                "pc-q35-*"
674b3c8
            ]
674b3c8
        }
674b3c8
    ],
674b3c8
    "features": [
674b3c8
        "acpi-s3",
674b3c8
        "amd-sev",
674b3c8
        "enrolled-keys",
674b3c8
        "requires-smm",
674b3c8
        "secure-boot",
674b3c8
        "verbose-dynamic"
674b3c8
    ],
674b3c8
    "tags": [
674b3c8
674b3c8
    ]
674b3c8
}