edk2/60-edk2-ovmf-x64-inteltdx.json

28 lines
505 B
JSON
Raw Normal View History

2022-05-31 06:57:40 +00:00
{
"description": "OVMF with TDX support",
"interface-types": [
"uefi"
],
"mapping": {
"device": "memory",
"filename": "/usr/share/edk2/ovmf/OVMF.inteltdx.secboot.fd"
2022-05-31 06:57:40 +00:00
},
"targets": [
{
"architecture": "x86_64",
"machines": [
"pc-q35-*"
]
}
],
"features": [
2023-11-27 10:05:52 +00:00
"enrolled-keys",
2022-05-31 06:57:40 +00:00
"intel-tdx",
2023-11-27 10:05:52 +00:00
"secure-boot",
2022-05-31 06:57:40 +00:00
"verbose-dynamic"
],
"tags": [
]
}