From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 2 May 2018 20:32:05 -0600 Subject: [U-Boot] [PATCH v3 11/25] tpm: add TPM2_PCR_Extend command support In-Reply-To: <20180502085934.29292-12-miquel.raynal@bootlin.com> References: <20180502085934.29292-1-miquel.raynal@bootlin.com> <20180502085934.29292-12-miquel.raynal@bootlin.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2 May 2018 at 02:59, Miquel Raynal wrote: > Add support for the TPM2_PCR_Extend command. > > Change the command file and the help accordingly. > > Signed-off-by: Miquel Raynal > --- > cmd/tpm-v2.c | 17 +++++++++++++++++ > include/tpm-v2.h | 10 ++++++++++ > lib/tpm-v2.c | 38 ++++++++++++++++++++++++++++++++++++++ > 3 files changed, 65 insertions(+) Reviewed-by: Simon Glass