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:
parent
e23d2f953b
commit
f11bca702b
@ -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": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user