mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-04 08:24:41 +00:00
rev183: Update TPM_SPEC_VERSION and related defines to reflect rev183
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
037eb0e2bb
commit
89092a12f9
@ -73,8 +73,8 @@
|
||||
#define VENDOR_STRING_2 " TPM"
|
||||
#define VENDOR_STRING_3 "\0\0\0\0"
|
||||
#define VENDOR_STRING_4 "\0\0\0\0"
|
||||
#define FIRMWARE_V1 (0x20191023)
|
||||
#define FIRMWARE_V2 (0x00163636)
|
||||
#define FIRMWARE_V1 (0x20240125)
|
||||
#define FIRMWARE_V2 (0x00120000)
|
||||
#define MAX_SVN 255
|
||||
|
||||
#if SIMULATION // libtpms added
|
||||
|
||||
@ -65,14 +65,14 @@
|
||||
#define TPM_SPEC_FAMILY (0x322E3000)
|
||||
#define TPM_SPEC_LEVEL_NUM 0 // libtpms added: TPM_SPEC_LEVEL without leading zeros and '()'
|
||||
#define TPM_SPEC_LEVEL (00)
|
||||
#define TPM_SPEC_VERSION 164 // libtpms changed: removed '()'
|
||||
#define TPM_SPEC_YEAR (2021)
|
||||
#define TPM_SPEC_DAY_OF_YEAR (75)
|
||||
#define TPM_SPEC_VERSION 183 // libtpms changed: removed '()'
|
||||
#define TPM_SPEC_YEAR (2024)
|
||||
#define TPM_SPEC_DAY_OF_YEAR (25)
|
||||
#define MAX_VENDOR_PROPERTY (1)
|
||||
|
||||
// Define the platform specification-specific capability values.
|
||||
#define PLATFORM_FAMILY (1) /* kgold changed for PC Client */
|
||||
#define PLATFORM_LEVEL TPM_SPEC_LEVEL_NUM
|
||||
#define PLATFORM_LEVEL TPM_SPEC_LEVEL_NUM // libtpms: changed
|
||||
#define PLATFORM_VERSION (0x00000106)
|
||||
#define PLATFORM_YEAR TPM_SPEC_YEAR // libtpms: changed
|
||||
#define PLATFORM_DAY_OF_YEAR TPM_SPEC_DAY_OF_YEAR // libtpms: changed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user