fix intel tdx firmware descriptor

Change the device type to memory,
i.e. '-bios $file' to load it into RAM/ROM.
This commit is contained in:
Gerd Hoffmann 2023-12-06 11:20:58 +01:00
parent e23d2f953b
commit f11bca702b

View File

@ -4,12 +4,8 @@
"uefi"
],
"mapping": {
"device": "flash",
"mode": "stateless",
"executable": {
"filename": "/usr/share/edk2/ovmf/OVMF.inteltdx.secboot.fd",
"format": "raw"
}
"device": "memory",
"filename": "/usr/share/edk2/ovmf/OVMF.inteltdx.secboot.fd"
},
"targets": [
{