Re: [PATCH 2/2] Core TPM support

2017-07-24 Thread Matthew Garrett
Thanks, fixed those up. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH 2/2] Core TPM support

2017-07-24 Thread Michael Chang
On Wed, Jul 05, 2017 at 02:19:57PM -0700, Matthew Garrett wrote: > Add support for performing basic TPM measurements. Right now this only > supports extending PCRs statically and only on UEFI. > --- > grub-core/Makefile.core.def| 7 + > grub-core/commands/efi/tpm.c | 282 >

Re: [PATCH 2/2] Core TPM support

2017-07-21 Thread Javier Martinez Canillas
On 07/05/2017 11:19 PM, Matthew Garrett wrote: > Add support for performing basic TPM measurements. Right now this only > supports extending PCRs statically and only on UEFI. > --- [snip] > +grub_err_t grub_tpm_init(void); You forgot to remove this function prototype, since the function doesn't

[PATCH 2/2] Core TPM support

2017-07-05 Thread Matthew Garrett
Add support for performing basic TPM measurements. Right now this only supports extending PCRs statically and only on UEFI. --- grub-core/Makefile.core.def| 7 + grub-core/commands/efi/tpm.c | 282 + grub-core/commands/tpm.c | 87