From: Kevin O'Connor Date: Tue, 29 Dec 2015 17:20:23 +0000 (-0500) Subject: tpm: Add banner separating the TCG bios interface code from TCG menu code X-Git-Tag: rel-1.10.0~128 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=26e361701f70049820b0122dcef5702d6d3e98bb;p=people%2Fandrewcoop%2Fseabios.git tpm: Add banner separating the TCG bios interface code from TCG menu code Signed-off-by: Kevin O'Connor --- 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) {