32 lines
610 B
JSON
32 lines
610 B
JSON
|
{
|
||
|
"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": [
|
||
|
|
||
|
]
|
||
|
}
|