Re: [PATCH v5 00/14] tpm: introduce TPM CRB SysBus device

2024-04-30 Thread Peter Maydell
On Tue, 14 Nov 2023 at 02:10, Joelle van Dyne wrote: > The impetus for this patch set is to get TPM 2.0 working on Windows 11 ARM64. > Windows' tpm.sys does not seem to work on a TPM TIS device (as verified with > VMWare's implementation). However, the current TPM CRB device uses a fixed > system

Re: [PATCH v5 00/14] tpm: introduce TPM CRB SysBus device

2023-11-20 Thread Stefan Berger
On 11/20/23 03:29, Marc-André Lureau wrote: Hi On Tue, Nov 14, 2023 at 11:25 PM Joelle van Dyne wrote: On Tue, Nov 14, 2023 at 1:38 AM Marc-André Lureau wrote: Hi On Tue, Nov 14, 2023 at 6:10 AM Joelle van Dyne wrote: The impetus for this patch set is to get TPM 2.0 working on Windo

Re: [PATCH v5 00/14] tpm: introduce TPM CRB SysBus device

2023-11-20 Thread Marc-André Lureau
Hi On Tue, Nov 14, 2023 at 11:25 PM Joelle van Dyne wrote: > > On Tue, Nov 14, 2023 at 1:38 AM Marc-André Lureau > wrote: > > > > Hi > > > > On Tue, Nov 14, 2023 at 6:10 AM Joelle van Dyne wrote: > > > > > > The impetus for this patch set is to get TPM 2.0 working on Windows 11 > > > ARM64. >

Re: [PATCH v5 00/14] tpm: introduce TPM CRB SysBus device

2023-11-14 Thread Joelle van Dyne
On Tue, Nov 14, 2023 at 1:38 AM Marc-André Lureau wrote: > > Hi > > On Tue, Nov 14, 2023 at 6:10 AM Joelle van Dyne wrote: > > > > The impetus for this patch set is to get TPM 2.0 working on Windows 11 > > ARM64. > > Windows' tpm.sys does not seem to work on a TPM TIS device (as verified with >

Re: [PATCH v5 00/14] tpm: introduce TPM CRB SysBus device

2023-11-14 Thread Marc-André Lureau
Hi On Tue, Nov 14, 2023 at 6:10 AM Joelle van Dyne wrote: > > The impetus for this patch set is to get TPM 2.0 working on Windows 11 ARM64. > Windows' tpm.sys does not seem to work on a TPM TIS device (as verified with > VMWare's implementation). However, the current TPM CRB device uses a fixed >

[PATCH v5 00/14] tpm: introduce TPM CRB SysBus device

2023-11-13 Thread Joelle van Dyne
The impetus for this patch set is to get TPM 2.0 working on Windows 11 ARM64. Windows' tpm.sys does not seem to work on a TPM TIS device (as verified with VMWare's implementation). However, the current TPM CRB device uses a fixed system bus address that is reserved for RAM in ARM64 Virt machines.