cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

60-edk2-arm.json (598B)


      1{
      2    "description": "UEFI firmware for arm",
      3    "interface-types": [
      4        "uefi"
      5    ],
      6    "mapping": {
      7        "device": "flash",
      8        "executable": {
      9            "filename": "@DATADIR@/edk2-arm-code.fd",
     10            "format": "raw"
     11        },
     12        "nvram-template": {
     13            "filename": "@DATADIR@/edk2-arm-vars.fd",
     14            "format": "raw"
     15        }
     16    },
     17    "targets": [
     18        {
     19            "architecture": "arm",
     20            "machines": [
     21                "virt-*"
     22            ]
     23        }
     24    ],
     25    "features": [
     26        "verbose-static"
     27    ],
     28    "tags": [
     29
     30    ]
     31}