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