From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 2 May 2018 20:32:00 -0600 Subject: [U-Boot] [PATCH v3 09/25] tpm: add TPM2_SelfTest command support In-Reply-To: <20180502085934.29292-10-miquel.raynal@bootlin.com> References: <20180502085934.29292-1-miquel.raynal@bootlin.com> <20180502085934.29292-10-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_Selftest command. > > Change the command file and the help accordingly. > > Signed-off-by: Miquel Raynal > --- > cmd/tpm-v2.c | 26 ++++++++++++++++++++++++++ > include/tpm-v2.h | 9 +++++++++ > lib/tpm-v2.c | 12 ++++++++++++ > 3 files changed, 47 insertions(+) Reviewed-by: Simon Glass