On 11/29/2017 09:57 AM, Jarkko Sakkinen wrote: > On Wed, Nov 29, 2017 at 12:08:46PM +0100, Javier Martinez Canillas wrote: >> +#define TPM2_RC_LAYER_SHIFT 16 >> +#define TPM2_RESMGRTPM_RC_LAYER (11 << TPM2_RC_LAYER_SHIFT) > > I got this spec from Philip [1]. As part of this I've been doing a pass back over the current draft spec fixing up all of the places where the we were using 'ERROR_LEVEL', 'RESPONSE_LEVEL' etc interchangeably. Everything will be 'RC_LAYER' in the next published draft. Apologies if this caused any confusion here but it looks like Javier was able to work around this regardless Next time around the spec should be more clear. Philip > Couple of remarks: > > * What is the difference between TSS2_RESMGR_RC_LAYER and > TSS2_RESMGR_TPM_RC_LAYER? > * Should the driver code use TSS2 or TPM2 prefix? > > [1] https://trustedcomputinggroup.org/wp-content/uploads/TCG-TSS-2.0-Overview-and-Common-Structures-Specification-Version-0.90-Revision-02.pdf > > /Jarkko >