aboutsummaryrefslogtreecommitdiffstats
path: root/src/tcgbios.h
diff options
context:
space:
mode:
authorStefan Berger <stefanb@linux.vnet.ibm.com>2015-06-09 19:56:28 -0400
committerKevin O'Connor <kevin@koconnor.net>2015-06-11 18:36:17 -0400
commitd2f01e63fefc0abe3ddad14ddd29fbb00981ee57 (patch)
treec1ede28245e9d2483e04244bb9426ad5bf297397 /src/tcgbios.h
parentb972a962f73cd6511bcddd84f8da244b3867406b (diff)
downloadseabios-d2f01e63fefc0abe3ddad14ddd29fbb00981ee57.tar.gz
tpm: Introduce a #define for command tag
Introduce a #define for the TPM command tag 0x00c1. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Diffstat (limited to 'src/tcgbios.h')
-rw-r--r--src/tcgbios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tcgbios.h b/src/tcgbios.h
index 8b107bb3..df895793 100644
--- a/src/tcgbios.h
+++ b/src/tcgbios.h
@@ -91,6 +91,8 @@
#define TPM_INVALID_POSTINIT 0x26
#define TPM_BAD_LOCALITY 0x3d
+/* TPM command tags */
+#define TPM_TAG_RQU_CMD 0x00c1
/* interrupt identifiers (al register) */
enum irq_ids {