Re: [SeaBIOS] [PATCH 1/3] Add 'measurement' code to the BIOS

2015-06-02 Thread Kevin O'Connor
On Tue, May 26, 2015 at 02:36:42PM -0400, Stefan Berger wrote: On 05/21/2015 06:32 PM, Kevin O'Connor wrote: On Thu, May 21, 2015 at 06:09:23PM -0400, Stefan Berger wrote: On 05/21/2015 01:40 PM, Kevin O'Connor wrote: On Fri, May 08, 2015 at 01:45:46PM -0400, Stefan Berger wrote: @@ -733,6

Re: [SeaBIOS] [PATCH 1/3] Add 'measurement' code to the BIOS

2015-05-26 Thread Stefan Berger
On 05/21/2015 06:32 PM, Kevin O'Connor wrote: On Thu, May 21, 2015 at 06:09:23PM -0400, Stefan Berger wrote: On 05/21/2015 01:40 PM, Kevin O'Connor wrote: On Fri, May 08, 2015 at 01:45:46PM -0400, Stefan Berger wrote: @@ -733,6 +743,8 @@ do_boot(int seq_nr) break; } +

Re: [SeaBIOS] [PATCH 1/3] Add 'measurement' code to the BIOS

2015-05-21 Thread Kevin O'Connor
On Fri, May 08, 2015 at 01:45:46PM -0400, Stefan Berger wrote: This patch adds invocations of functions that measure various parts of the code and data through various parts of the BIOS code. It follows TCG specifications on what needs to be measured. It also adds the implementation of the

Re: [SeaBIOS] [PATCH 1/3] Add 'measurement' code to the BIOS

2015-05-21 Thread Kevin O'Connor
On Thu, May 21, 2015 at 06:09:23PM -0400, Stefan Berger wrote: On 05/21/2015 01:40 PM, Kevin O'Connor wrote: On Fri, May 08, 2015 at 01:45:46PM -0400, Stefan Berger wrote: @@ -733,6 +743,8 @@ do_boot(int seq_nr) break; } +tpm_returned_via_int18h(); I don't understand the

Re: [SeaBIOS] [PATCH 1/3] Add 'measurement' code to the BIOS

2015-05-21 Thread Stefan Berger
On 05/21/2015 01:40 PM, Kevin O'Connor wrote: On Fri, May 08, 2015 at 01:45:46PM -0400, Stefan Berger wrote: This patch adds invocations of functions that measure various parts of the code and data through various parts of the BIOS code. It follows TCG specifications on what needs to be

[SeaBIOS] [PATCH 1/3] Add 'measurement' code to the BIOS

2015-05-08 Thread Stefan Berger
This patch adds invocations of functions that measure various parts of the code and data through various parts of the BIOS code. It follows TCG specifications on what needs to be measured. It also adds the implementation of the called functions. Reference for what needs to be measured can be