You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
505 B
28 lines
505 B
1 month ago
|
{
|
||
|
"description": "OVMF with TDX support",
|
||
|
"interface-types": [
|
||
|
"uefi"
|
||
|
],
|
||
|
"mapping": {
|
||
|
"device": "memory",
|
||
|
"filename": "/usr/share/edk2/ovmf/OVMF.inteltdx.secboot.fd"
|
||
|
},
|
||
|
"targets": [
|
||
|
{
|
||
|
"architecture": "x86_64",
|
||
|
"machines": [
|
||
|
"pc-q35-*"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"features": [
|
||
|
"enrolled-keys",
|
||
|
"intel-tdx",
|
||
|
"secure-boot",
|
||
|
"verbose-dynamic"
|
||
|
],
|
||
|
"tags": [
|
||
|
|
||
|
]
|
||
|
}
|