mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-21 04:01:05 +00:00
tpm2: Upgrade advertised revision to rev 159
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
e6bbb8755e
commit
82342abebe
@ -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 */
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user