Re: [PATCH v3 2/3] TPM TIS: Add support for TPM devices over I2C bus

2023-03-24 Thread Stefan Berger
On 3/23/23 23:02, Ninad Palsule wrote: Qemu already supports devices attached to ISA and sysbus. This drop adds support for the I2C bus attached TPM devices. This commit includes changes for the common code. - Added support for the new checksum registers which are required for the I2C supp

Re: [PATCH v3 2/3] TPM TIS: Add support for TPM devices over I2C bus

2023-03-24 Thread Ninad Palsule
On 3/24/23 9:26 AM, Stefan Berger wrote: On 3/23/23 23:02, Ninad Palsule wrote: Qemu already supports devices attached to ISA and sysbus. This drop adds support for the I2C bus attached TPM devices. This commit includes changes for the common code. - Added support for the new checksum regis

[PATCH v3 2/3] TPM TIS: Add support for TPM devices over I2C bus

2023-03-24 Thread Ninad Palsule
Qemu already supports devices attached to ISA and sysbus. This drop adds support for the I2C bus attached TPM devices. This commit includes changes for the common code. - Added support for the new checksum registers which are required for the I2C support. The checksum calculation is handled in t