Blame SOURCES/ovmf-sb.json

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