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