8e960a72f3
renumber files: 30-* secure boot supported and enabled 40-* secure boot supported but disabled 50-* secure boot not supported 60-* stateless cc builds see also: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2132951
30 lines
544 B
JSON
30 lines
544 B
JSON
{
|
|
"description": "OVMF with TDX support",
|
|
"interface-types": [
|
|
"uefi"
|
|
],
|
|
"mapping": {
|
|
"device": "flash",
|
|
"mode": "stateless",
|
|
"executable": {
|
|
"filename": "/usr/share/edk2/ovmf/OVMF.inteltdx.fd",
|
|
"format": "raw"
|
|
}
|
|
},
|
|
"targets": [
|
|
{
|
|
"architecture": "x86_64",
|
|
"machines": [
|
|
"pc-q35-*"
|
|
]
|
|
}
|
|
],
|
|
"features": [
|
|
"intel-tdx",
|
|
"verbose-dynamic"
|
|
],
|
|
"tags": [
|
|
|
|
]
|
|
}
|