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" "uefi"
], ],
"mapping": { "mapping": {
"device": "flash", "device": "memory",
"mode": "stateless", "filename": "/usr/share/edk2/ovmf/OVMF.inteltdx.secboot.fd"
"executable": {
"filename": "/usr/share/edk2/ovmf/OVMF.inteltdx.secboot.fd",
"format": "raw"
}
}, },
"targets": [ "targets": [
{ {