On Thu, Nov 19, 2015 at 08:00:27PM +0000, Stefan Berger wrote:
"Kevin O'Connor" kevin@koconnor.net wrote on 11/19/2015 09:33:09 AM:
Signed-off-by: Kevin O'Connor kevin@koconnor.net
Tested-by: Stefan Berger stefanb@us.ibm.com
Thanks. It looks like I inadvertently moved "enum ipltype" from tcgbios.h to std/tcg.h . I moved it back in my local copy.
-Kevin
"Kevin O'Connor" kevin@koconnor.net wrote on 11/19/2015 04:06:17 PM:
From: "Kevin O'Connor" kevin@koconnor.net To: Stefan Berger/Watson/IBM@IBMUS Cc: seabios@seabios.org Date: 11/19/2015 04:06 PM Subject: Re: [PATCH] tpm: Move standard definitions from tcgbios.h to new file std/tcg.h
On Thu, Nov 19, 2015 at 08:00:27PM +0000, Stefan Berger wrote:
"Kevin O'Connor" kevin@koconnor.net wrote on 11/19/2015 09:33:09 AM:
Signed-off-by: Kevin O'Connor kevin@koconnor.net
Tested-by: Stefan Berger stefanb@us.ibm.com
Thanks. It looks like I inadvertently moved "enum ipltype" from tcgbios.h to std/tcg.h . I moved it back in my local copy.
Hadn't seen that one.
Let me know how to proceed on the menu part. Do you agree with the last code I had posted module the fact that once we leave the menu you want the machine to be reset? It is not necessary to do that, but we can do it.
From a TPM perspective machine resets are only necessary when certain TPM
state changes are done.
Stefan