]> git.proxmox.com Git - libtpms.git/commitdiff
tpm2: rev162: Have TPM2 show spec revision 162
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Mon, 20 Apr 2020 14:45:19 +0000 (10:45 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Wed, 27 May 2020 11:45:29 +0000 (07:45 -0400)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
src/tpm2/TpmTypes.h

index ff90c5370a7a3e51d336d069527b4688c77d10b9..914c9f5cf57f22c8cb0367b818d3a9871fa5c85e 100644 (file)
@@ -3,7 +3,7 @@
 /*                       TPM Part 2 Headers                                    */
 /*                          Written by Ken Goldman                             */
 /*                    IBM Thomas J. Watson Research Center                     */
-/*            $Id: TpmTypes.h 1532 2019-11-26 14:28:36Z kgoldman $             */
+/*            $Id: TpmTypes.h 1606 2020-04-14 16:26:05Z kgoldman $             */
 /*                                                                             */
 /*  Licenses and Notices                                                       */
 /*                                                                             */
@@ -55,7 +55,7 @@
 /*    arising in any way out of use or reliance upon this specification or any         */
 /*    information herein.                                                      */
 /*                                                                             */
-/*  (c) Copyright IBM Corp. and others, 2016 - 2019                            */
+/*  (c) Copyright IBM Corp. and others, 2016 - 2020                            */
 /*                                                                             */
 /********************************************************************************/
 
@@ -318,11 +318,11 @@ typedef  UINT32             TPM_SPEC;
 #define TPM_SPEC_FAMILY         (TPM_SPEC)(SPEC_FAMILY)
 #define SPEC_LEVEL              00
 #define TPM_SPEC_LEVEL          (TPM_SPEC)(SPEC_LEVEL)
-#define SPEC_VERSION            159
+#define SPEC_VERSION            162
 #define TPM_SPEC_VERSION        (TPM_SPEC)(SPEC_VERSION)
-#define SPEC_YEAR               2019
+#define SPEC_YEAR               2020
 #define TPM_SPEC_YEAR           (TPM_SPEC)(SPEC_YEAR)
-#define SPEC_DAY_OF_YEAR        312
+#define SPEC_DAY_OF_YEAR        53
 #define TPM_SPEC_DAY_OF_YEAR    (TPM_SPEC)(SPEC_DAY_OF_YEAR)
 
 /* Table 2:7 - Definition of TPM_CONSTANTS32 Constants */