From 82342abebe8d0d1e507e1a9544f00d77d2b8fc46 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Wed, 27 Nov 2019 13:42:18 -0500 Subject: [PATCH] tpm2: Upgrade advertised revision to rev 159 Signed-off-by: Stefan Berger --- src/tpm2/TpmTypes.h | 6 +++--- src/tpm2/VendorString.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/tpm2/TpmTypes.h b/src/tpm2/TpmTypes.h index faf996ac..8ba7afb4 100644 --- a/src/tpm2/TpmTypes.h +++ b/src/tpm2/TpmTypes.h @@ -3,7 +3,7 @@ /* TPM Part 2 Headers */ /* Written by Ken Goldman */ /* IBM Thomas J. Watson Research Center */ -/* $Id: TpmTypes.h 1510 2019-10-07 20:27:37Z kgoldman $ */ +/* $Id: TpmTypes.h 1532 2019-11-26 14:28:36Z kgoldman $ */ /* */ /* Licenses and Notices */ /* */ @@ -316,11 +316,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 155 +#define SPEC_VERSION 159 #define TPM_SPEC_VERSION (TPM_SPEC)(SPEC_VERSION) #define SPEC_YEAR 2019 #define TPM_SPEC_YEAR (TPM_SPEC)(SPEC_YEAR) -#define SPEC_DAY_OF_YEAR 107 +#define SPEC_DAY_OF_YEAR 312 #define TPM_SPEC_DAY_OF_YEAR (TPM_SPEC)(SPEC_DAY_OF_YEAR) /* Table 2:7 - Definition of TPM_GENERATED Constants */ diff --git a/src/tpm2/VendorString.h b/src/tpm2/VendorString.h index 651853b8..4e6a51c2 100644 --- a/src/tpm2/VendorString.h +++ b/src/tpm2/VendorString.h @@ -3,7 +3,7 @@ /* Vendor String */ /* Written by Ken Goldman */ /* IBM Thomas J. Watson Research Center */ -/* $Id: VendorString.h 1490 2019-07-26 21:13:22Z kgoldman $ */ +/* $Id: VendorString.h 1519 2019-11-15 20:43:51Z 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 - 2018 */ +/* (c) Copyright IBM Corp. and others, 2016 - 2019 */ /* */ /********************************************************************************/ @@ -93,7 +93,7 @@ /* the more significant 32-bits of a vendor-specific value indicating the version of the firmware The following line should be un-commented and a vendor specific firmware V1 should be provided here. The FIRMWARE_V2 may also be defined as appropriate. */ -#define FIRMWARE_V1 (0x20170619) +#define FIRMWARE_V1 (0x20191023) // the less significant 32-bits of a vendor-specific value indicating the version of the firmware #define FIRMWARE_V2 (0x00163636)