Re: [PATCH v4 3/3] tpm: Add support for TPM device over I2C bus

2023-03-25 Thread Ninad Palsule
Hi Stefan, On 3/25/23 11:44 AM, Stefan Berger wrote: On 3/25/23 00:37, Ninad Palsule wrote: Qemu already supports devices attached to ISA and sysbus. This drop adds support for the I2C bus attached TPM devices. I2C model only supports TPM2 protocol. This commit includes changes for the comm

Re: [PATCH v4 3/3] tpm: Add support for TPM device over I2C bus

2023-03-25 Thread Ninad Palsule
On 3/25/23 11:46 AM, Stefan Berger wrote: On 3/25/23 00:37, Ninad Palsule wrote: Qemu already supports devices attached to ISA and sysbus. This drop adds support for the I2C bus attached TPM devices. I2C model only supports TPM2 protocol. Your v4 patches with my 2 patches for the test cas

Re: [PATCH v4 3/3] tpm: Add support for TPM device over I2C bus

2023-03-25 Thread Stefan Berger
On 3/25/23 00:37, Ninad Palsule wrote: Qemu already supports devices attached to ISA and sysbus. This drop adds support for the I2C bus attached TPM devices. I2C model only supports TPM2 protocol. Your v4 patches with my 2 patches for the test cases are here now: https://github.com/stefanb

Re: [PATCH v4 3/3] tpm: Add support for TPM device over I2C bus

2023-03-25 Thread Stefan Berger
On 3/25/23 00:37, Ninad Palsule wrote: Qemu already supports devices attached to ISA and sysbus. This drop adds support for the I2C bus attached TPM devices. I2C model only supports TPM2 protocol. This commit includes changes for the common code. - Added I2C emulation model. Logic was added i

[PATCH v4 3/3] tpm: Add support for TPM device 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. I2C model only supports TPM2 protocol. This commit includes changes for the common code. - Added I2C emulation model. Logic was added in the model to temporarily cache the data