Blame SOURCES/edk2-ovmf.json

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