summarylogtreecommitdiffstats
path: root/90-edk2-ovmf-loongarch64.json
blob: 5b67ec77888690bb4c34d94f9830511dbc988cae (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
{
    "description": "x64 UEFI for loongarch64",
    "interface-types": [
        "uefi"
    ],
    "mapping": {
        "device": "flash",
        "executable": {
            "filename": "/usr/share/edk2-ovmf/x64/OVMF_CODE.fd",
            "format": "raw"
        }
    },
    "targets": [
        {
            "architecture": "loongarch64",
            "machines": [
                "*"
            ]
        }
    ],
    "features": [],
    "tags": [

    ]
}