From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mario Six Date: Mon, 20 Mar 2017 10:28:27 +0100 Subject: [U-Boot] [PATCH 0/3] tpm: Add and fix commands Message-ID: <20170320092830.3040-1-mario.six@gdsys.cc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This series fixes the tpm flush command, which is currently broken, adds a command to list resources, and a command to load TPM keys via their parent's SHA1 hash. Mario Six (3): tpm: Add function to load keys via their parent's SHA1 hash cmd: tpm: Fix flush command lib: tpm: Add command to list resources cmd/tpm.c | 162 +++++++++++++++++++++++++++++++++++++++++++++++----- drivers/tpm/Kconfig | 15 +++++ include/tpm.h | 12 ++++ lib/tpm.c | 40 +++++++++++++ 4 files changed, 214 insertions(+), 15 deletions(-) -- 2.11.0