Re: [edk2] Tianocore and TPM2 pcr values

2018-09-26 Thread Jorge Fernandez Monteagudo
Studying the kernel code it seems that it's a warning. The error 2314 (TPM2_RC_TESTING) is a warning because a testing is already running and it's detected and it returns immediately to shorten boot time. ____ De: Jorge Fernandez Monteagudo Enviado: jue

Re: [edk2] Tianocore and TPM2 pcr values

2018-09-26 Thread Jorge Fernandez Monteagudo
buf_destroy(&buf); if (rc == TPM2_RC_TESTING) rc = TPM2_RC_SUCCESS; if (rc == TPM2_RC_INITIALIZE || rc == TPM2_RC_SUCCESS) return rc; } return rc; } De: Yao, Jiewen Enviado: jueves, 27 de septiembre de 2018 8:22:56 Para: J

Re: [edk2] Tianocore and TPM2 pcr values

2018-09-26 Thread Jorge Fernandez Monteagudo
x27;t know yet what the reason... I', using linux 4.17.1 Regards Jorge De: Yao, Jiewen Enviado: miércoles, 26 de septiembre de 2018 14:17:12 Para: Jorge Fernandez Monteagudo; Zhang, Chao B; edk2-devel@lists.01.org Asunto: RE: Tianocore and TPM2 pcr value

Re: [edk2] Tianocore and TPM2 pcr values

2018-09-26 Thread Jorge Fernandez Monteagudo
no edk2... De: Yao, Jiewen Enviado: miércoles, 26 de septiembre de 2018 10:56:05 Para: Jorge Fernandez Monteagudo; Zhang, Chao B; edk2-devel@lists.01.org Asunto: RE: Tianocore and TPM2 pcr values OK. That means the PCR is extended successfully. You still cannot get the right PCR hardwa

Re: [edk2] Tianocore and TPM2 pcr values

2018-09-26 Thread Jorge Fernandez Monteagudo
E: V03051001 I0 De: Yao, Jiewen Enviado: miércoles, 26 de septiembre de 2018 8:58:26 Para: Jorge Fernandez Monteagudo; Zhang, Chao B; edk2-devel@lists.01.org Asunto: RE: Tianocore and TPM2 pcr values That means the TPM2 device works well. We have code to dump the

Re: [edk2] Tianocore and TPM2 pcr values

2018-09-25 Thread Jorge Fernandez Monteagudo
... De: Yao, Jiewen Enviado: miércoles, 26 de septiembre de 2018 8:44:54 Para: Jorge Fernandez Monteagudo; Zhang, Chao B; edk2-devel@lists.01.org Asunto: RE: Tianocore and TPM2 pcr values ProtectUefiImageCommon is not related. Below code is the Tcg2Dxe entrypoint, I

Re: [edk2] Tianocore and TPM2 pcr values

2018-09-25 Thread Jorge Fernandez Monteagudo
First notice. No I don't have such case in my platform. Thanks! Jorge ____ De: Yao, Jiewen Enviado: miércoles, 26 de septiembre de 2018 8:11:58 Para: Jorge Fernandez Monteagudo; Zhang, Chao B; edk2-devel@lists.01.org Asunto: RE: Tianocore and TPM2 pcr values Hi Jorge Yes, it is always

Re: [edk2] Tianocore and TPM2 pcr values

2018-09-25 Thread Jorge Fernandez Monteagudo
-devel en nombre de Jorge Fernandez Monteagudo Enviado: martes, 25 de septiembre de 2018 16:09:31 Para: Zhang, Chao B; edk2-devel@lists.01.org Asunto: Re: [edk2] Tianocore and TPM2 pcr values Hi Chao! PCR0 has not changed in any of the test I've done! What info do you need? I'm using:

Re: [edk2] Tianocore and TPM2 pcr values

2018-09-25 Thread Jorge Fernandez Monteagudo
ore to get TPM2 support and no console. PCR0 is always 3d458cfe55cc03ea1f443f1562beec8df51c75e14a9fcf9a7234a13f198e7969 Thanks! De: Zhang, Chao B Enviado: martes, 25 de septiembre de 2018 15:41:45 Para: Jorge Fernandez Monteagudo; edk2-devel@lists.01.org Cc: You,

Re: [edk2] Minimum tianocore payload

2018-09-25 Thread Jorge Fernandez Monteagudo
stop it! ...Zzz\n")); I don't need any info on screen and no keys entries, only go to the boot devices as fast as possible... Regards De: Oram, Isaac W Enviado: lunes, 24 de septiembre de 2018 17:16:56 Para: Jorge Fernandez Monteagudo; edk2-devel@lists.

[edk2] Minimum tianocore payload

2018-09-24 Thread Jorge Fernandez Monteagudo
Hi all, Is there any example how to reduce the components needed in the tianocore payload to get a minimum payload? I'm thinking in a payload without console, menu, no configurable to be used in an embedded system... Thanks! ___ edk2-devel mailing

[edk2] Tianocore and TPM2 pcr values

2018-09-24 Thread Jorge Fernandez Monteagudo
Hi all, This is my first message in this list. I'm using tianocore as a payload for a Coreboot in order to boot a custom board I'm working on it. Finally I've been able to enable the TPM2 support in coreboot and in tianocore but I have some questions regarding the values I'm seeing in the PC