diff options
author | Eric Auger <eric.auger@redhat.com> | 2020-03-05 17:51:44 +0100 |
---|---|---|
committer | Stefan Berger <stefanb@linux.vnet.ibm.com> | 2020-03-05 12:18:08 -0500 |
commit | 229de57ac50a1677879f38b98243b2d6d5e2c11b (patch) | |
tree | 2cc2129938bbfdd50079afd4727d0a23621946bb /include/sysemu/tpm.h | |
parent | 2e8f7675b59f9cf448ff3cf2ec1671350ad60a67 (diff) | |
download | qemu-229de57ac50a1677879f38b98243b2d6d5e2c11b.zip qemu-229de57ac50a1677879f38b98243b2d6d5e2c11b.tar.gz qemu-229de57ac50a1677879f38b98243b2d6d5e2c11b.tar.bz2 |
tpm: Add the SysBus TPM TIS device
Introduce the tpm-tis-device which is a sysbus device
and is bound to be used on ARM.
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Message-id: 20200305165149.618-6-eric.auger@redhat.com
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Diffstat (limited to 'include/sysemu/tpm.h')
-rw-r--r-- | include/sysemu/tpm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysemu/tpm.h b/include/sysemu/tpm.h index 1691b92..f37851b 100644 --- a/include/sysemu/tpm.h +++ b/include/sysemu/tpm.h @@ -44,6 +44,7 @@ typedef struct TPMIfClass { } TPMIfClass; #define TYPE_TPM_TIS_ISA "tpm-tis" +#define TYPE_TPM_TIS_SYSBUS "tpm-tis-device" #define TYPE_TPM_CRB "tpm-crb" #define TYPE_TPM_SPAPR "tpm-spapr" |