Re: [PATCH 2/2] arm/acpi: Add the TPM2.0 device under the DSDT

2020-05-03 Thread Michael S. Tsirkin
On Sat, May 02, 2020 at 10:35:36PM +0200, Eric Auger wrote: > In case it is dynamically instantiated, add the TPM 2.0 device object > under the DSDT table in the ACPI namespace. Its HID is MSFT0101 > while its current resource settings (CRS) property is initialized > with the guest physical address

Re: [PATCH 2/2] arm/acpi: Add the TPM2.0 device under the DSDT

2020-05-03 Thread Stefan Berger
On 5/2/20 4:35 PM, Eric Auger wrote: In case it is dynamically instantiated, add the TPM 2.0 device object under the DSDT table in the ACPI namespace. Its HID is MSFT0101 while its current resource settings (CRS) property is initialized with the guest physical address and MMIO size of the device.

[PATCH 2/2] arm/acpi: Add the TPM2.0 device under the DSDT

2020-05-02 Thread Eric Auger
In case it is dynamically instantiated, add the TPM 2.0 device object under the DSDT table in the ACPI namespace. Its HID is MSFT0101 while its current resource settings (CRS) property is initialized with the guest physical address and MMIO size of the device. Signed-off-by: Eric Auger --- hw/ar