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