Re: [tpmdd-devel] [PATCH] tpm: consolidate the TPM startup code

From: Ken Goldman
Date: Tue Jun 20 2017 - 16:58:32 EST


On 6/20/2017 3:31 PM, Jason Gunthorpe wrote:

+#define TPM_ORD_STARTUP 153 +#define TPM_ST_CLEAR 1

We should really have a tpm1.h and tpm2.h that has all these various constants and things instead of open coding them randomly all over..

While you're doing that, perhaps put the ordinal numbers in hex. The
TPM 1.2 spec uses both hex and decimal, but TPM 2.0 uses hex.