mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-05 05:32:05 +00:00
config_tools: disable TPM2 passthrough on other platforms
Disables TPM2 passthrough on other platforms except TGL follow the 6410 PR. Tracked-On: #6288 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
parent
970b2c3e25
commit
4befee968a
@ -119,7 +119,7 @@
|
||||
<pci_dev>09:00.0 Non-Volatile memory controller: Silicon Motion, Inc. Device 2263 (rev 03)</pci_dev>
|
||||
</pci_devs>
|
||||
<mmio_resources>
|
||||
<TPM2>y</TPM2>
|
||||
<TPM2>n</TPM2>
|
||||
</mmio_resources>
|
||||
</vm>
|
||||
<vm id="1">
|
||||
|
@ -118,7 +118,7 @@
|
||||
<pci_dev>03:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)</pci_dev>
|
||||
</pci_devs>
|
||||
<mmio_resources>
|
||||
<TPM2>y</TPM2>
|
||||
<TPM2>n</TPM2>
|
||||
</mmio_resources>
|
||||
</vm>
|
||||
<vm id="1">
|
||||
|
@ -118,7 +118,7 @@
|
||||
<pci_dev>03:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)</pci_dev>
|
||||
</pci_devs>
|
||||
<mmio_resources>
|
||||
<TPM2>y</TPM2>
|
||||
<TPM2>n</TPM2>
|
||||
</mmio_resources>
|
||||
</vm>
|
||||
<vm id="1">
|
||||
|
Loading…
Reference in New Issue
Block a user