Re: [PATCH v2 15/17] tpm: Add more TPM2 definitions

2020-02-04 Thread Bin Meng
On Tue, Feb 4, 2020 at 8:20 AM Simon Glass wrote: > > Add definitions for access and status. > > Need to drop the mixed case. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > include/tpm-v2.h | 31 +++ > 1 file changed, 31 insertions(+) > Reviewed-by:

[PATCH v2 15/17] tpm: Add more TPM2 definitions

2020-02-03 Thread Simon Glass
Add definitions for access and status. Need to drop the mixed case. Signed-off-by: Simon Glass --- Changes in v2: None include/tpm-v2.h | 31 +++ 1 file changed, 31 insertions(+) diff --git a/include/tpm-v2.h b/include/tpm-v2.h index ae00803f6d..d53d2e4023 100644