summaryrefslogblamecommitdiffstats
path: root/pc-bios/descriptors/60-edk2-aarch64.json
blob: 800a21bda6913b57e05f495c6ef2e421e1f95abc (plain) (tree)






























                                                         
{
    "description": "UEFI firmware for aarch64",
    "interface-types": [
        "uefi"
    ],
    "mapping": {
        "device": "flash",
        "executable": {
            "filename": "@DATADIR@/edk2-aarch64-code.fd",
            "format": "raw"
        },
        "nvram-template": {
            "filename": "@DATADIR@/edk2-arm-vars.fd",
            "format": "raw"
        }
    },
    "targets": [
        {
            "architecture": "aarch64",
            "machines": [
                "virt-*"
            ]
        }
    ],
    "features": [
        "verbose-static"
    ],
    "tags": [

    ]
}