[SeaBIOS] [PATCH 01/10] tpm: Add banner separating the TCG bios interface code from TCG menu code

Kevin O'Connor kevin at koconnor.net
Wed Dec 30 01:17:41 CET 2015


Signed-off-by: Kevin O'Connor <kevin at koconnor.net>
---
 src/tcgbios.c | 5 +++++
 1 file changed, 5 insertions(+)

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)
 {
-- 
2.5.0




More information about the SeaBIOS mailing list