diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2015-12-29 12:20:23 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2015-12-29 12:21:17 -0500 |
commit | 26e361701f70049820b0122dcef5702d6d3e98bb (patch) | |
tree | 60d7eb3317de69d0548a00dd676e6cbf36f70329 /src/tcgbios.c | |
parent | 3b8c5378dfe24ca8dfeabbcc435c7eb9e2d8d769 (diff) | |
download | seabios-26e361701f70049820b0122dcef5702d6d3e98bb.tar.gz |
tpm: Add banner separating the TCG bios interface code from TCG menu code
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/tcgbios.c')
-rw-r--r-- | src/tcgbios.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tcgbios.c b/src/tcgbios.c index 7b93d879..4f78c422 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) { |