gentoo-ebuilds/sys-firmware/edk2/files/descriptors/50-edk2-riscv64-qcow2-nosb.json
James Le Cuirot e8a2877218
sys-firmware/edk2: Add riscv support to 202411
Can't keyword it yet though because of unkeyworded dependencies. Use
edk2-bin instead.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2025-01-07 11:45:05 +00:00

33 lines
680 B
JSON

{
"description": "UEFI for RISC-V VMs",
"interface-types": [
"uefi"
],
"mapping": {
"device": "flash",
"mode" : "split",
"executable": {
"filename": "/usr/share/edk2/RiscVVirtQemu/RISCV_VIRT_CODE.qcow2",
"format": "qcow2"
},
"nvram-template": {
"filename": "/usr/share/edk2/RiscVVirtQemu/RISCV_VIRT_VARS.qcow2",
"format": "qcow2"
}
},
"targets": [
{
"architecture": "riscv64",
"machines": [
"virt",
"virt-*"
]
}
],
"features": [
],
"tags": [
]
}