summaryrefslogblamecommitdiffstats
path: root/pc-bios/descriptors/50-edk2-i386-secure.json
blob: d7108c1da05aab62cf4f893e62730e9ebdb06d90 (plain) (tree)

































                                                                      
{
    "description": "UEFI firmware for i386, with Secure Boot and SMM",
    "interface-types": [
        "uefi"
    ],
    "mapping": {
        "device": "flash",
        "executable": {
            "filename": "@DATADIR@/edk2-i386-secure-code.fd",
            "format": "raw"
        },
        "nvram-template": {
            "filename": "@DATADIR@/edk2-i386-vars.fd",
            "format": "raw"
        }
    },
    "targets": [
        {
            "architecture": "i386",
            "machines": [
                "pc-q35-*"
            ]
        }
    ],
    "features": [
        "acpi-s3",
        "requires-smm",
        "secure-boot",
        "verbose-dynamic"
    ],
    "tags": [

    ]
}