aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2015-12-29 12:20:23 -0500
committerKevin O'Connor <kevin@koconnor.net>2015-12-29 12:21:17 -0500
commit26e361701f70049820b0122dcef5702d6d3e98bb (patch)
tree60d7eb3317de69d0548a00dd676e6cbf36f70329
parent3b8c5378dfe24ca8dfeabbcc435c7eb9e2d8d769 (diff)
downloadseabios-hppa-26e361701f70049820b0122dcef5702d6d3e98bb.zip
seabios-hppa-26e361701f70049820b0122dcef5702d6d3e98bb.tar.gz
seabios-hppa-26e361701f70049820b0122dcef5702d6d3e98bb.tar.bz2
tpm: Add banner separating the TCG bios interface code from TCG menu code
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--src/tcgbios.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tcgbios.c b/src/tcgbios.c
index 7b93d87..4f78c42 100644
--- a/src/tcgbios.c
+++ b/src/tcgbios.c
@@ -1187,6 +1187,11 @@ tpm_interrupt_handler32(struct bregs *regs)
return;
}
+
+/****************************************************************
+ * TPM Configuration Menu
+ ****************************************************************/
+
static u32
read_stclear_flags(char *buf, int buf_len)
{