From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Wed, 5 Dec 2018 15:10:53 -0800 Subject: [U-Boot] [PATCH 11/21] tpm: Add non-volatile index attributes needed for v2 In-Reply-To: <20181124042944.239106-12-sjg@chromium.org> References: <20181124042944.239106-12-sjg@chromium.org> <20181124042944.239106-1-sjg@chromium.org> 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 Version-2 TPMs support attributes for nvdata. Add definitions to the header file so that clients can use it. Signed-off-by: Simon Glass --- include/tpm-v2.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) Applied to u-boot-dm/master, thanks!