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

2023-03-23 Thread Ninad Palsule
On 3/23/23 2:44 AM, Cédric Le Goater wrote: On 3/23/23 04:01, 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

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

2023-03-23 Thread Cédric Le Goater
On 3/23/23 04:01, 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

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

2023-03-22 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