Re: [PATCH v5 10/10] test: tpm-tis: Add Sysbus TPM-TIS device test

2022-05-13 Thread Igor Mammedov
On Thu, 12 May 2022 17:05:41 +0100 Peter Maydell wrote: > On Thu, 12 May 2022 at 16:59, Eric Auger wrote: > > > > Hi Peter, > > > > On 5/12/22 15:08, Peter Maydell wrote: > > > On Thu, 5 Mar 2020 at 16:52, Eric Auger wrote: > > >> The tests themselves are the same as the ISA device ones. >

Re: [PATCH v5 10/10] test: tpm-tis: Add Sysbus TPM-TIS device test

2022-05-12 Thread Peter Maydell
On Thu, 12 May 2022 at 16:59, Eric Auger wrote: > > Hi Peter, > > On 5/12/22 15:08, Peter Maydell wrote: > > On Thu, 5 Mar 2020 at 16:52, Eric Auger wrote: > >> The tests themselves are the same as the ISA device ones. > >> Only the main() changes as the "tpm-tis-device" device gets > >>

Re: [PATCH v5 10/10] test: tpm-tis: Add Sysbus TPM-TIS device test

2022-05-12 Thread Eric Auger
Hi Peter, On 5/12/22 15:08, Peter Maydell wrote: > On Thu, 5 Mar 2020 at 16:52, Eric Auger wrote: >> The tests themselves are the same as the ISA device ones. >> Only the main() changes as the "tpm-tis-device" device gets >> instantiated. Also the base address of the device is not >> 0xFED4

Re: [PATCH v5 10/10] test: tpm-tis: Add Sysbus TPM-TIS device test

2022-05-12 Thread Peter Maydell
On Thu, 5 Mar 2020 at 16:52, Eric Auger wrote: > > The tests themselves are the same as the ISA device ones. > Only the main() changes as the "tpm-tis-device" device gets > instantiated. Also the base address of the device is not > 0xFED4 anymore but matches the base address of the > ARM virt

[PATCH v5 10/10] test: tpm-tis: Add Sysbus TPM-TIS device test

2020-03-05 Thread Eric Auger
The tests themselves are the same as the ISA device ones. Only the main() changes as the "tpm-tis-device" device gets instantiated. Also the base address of the device is not 0xFED4 anymore but matches the base address of the ARM virt platform bus. Signed-off-by: Eric Auger Reviewed-by: