aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/descriptors/50-edk2-i386-secure.json
blob: d7108c1da05aab62cf4f893e62730e9ebdb06d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "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": [

    ]
}