]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commitdiff
tpm: Add banner separating the TCG bios interface code from TCG menu code
authorKevin O'Connor <kevin@koconnor.net>
Tue, 29 Dec 2015 17:20:23 +0000 (12:20 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 29 Dec 2015 17:21:17 +0000 (12:21 -0500)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/tcgbios.c

index 7b93d87926342f1db5ade63d219e43928fc23562..4f78c4223c91fad27b1ee53a668d6616ef3af3f2 100644 (file)
@@ -1187,6 +1187,11 @@ tpm_interrupt_handler32(struct bregs *regs)
     return;
 }
 
+
+/****************************************************************
+ * TPM Configuration Menu
+ ****************************************************************/
+
 static u32
 read_stclear_flags(char *buf, int buf_len)
 {