Re: [edk2] Measured boot in OVMF with QEMU TPM passthrough?

2015-08-21 Thread David Van Arnem
) from the instructions linked above? Any guidance would be appreciated. Thanks, David On 08/19/2015 05:17 PM, David Van Arnem wrote: Hello, Should it be possible to perform measured boot in OVMF to measure a QEMU guest (extend and log PCRs) using a TPM passed-through from the host? I have

[edk2] Emulator not spawning window, triggering breakpoint instead

2015-08-17 Thread David Van Arnem
Hi all, About a week or two ago I was able to start the emulator + shell (Fedora 22 64-bit host) using: $ sh EmulatorPkg/build.sh run However, after re-cloning the git repository today and trying the same process, a breakpoint is instead triggered somewhere in PeiCore (I believe). If I

Re: [edk2] Measured boot in OVMF with QEMU TPM passthrough?

2015-08-27 Thread David Van Arnem
TCG trusted boot going. David -Original Message- From: David Van Arnem [mailto:dvanar...@cmlab.biz] Sent: Wednesday, August 26, 2015 3:28 AM To: edk2-devel@lists.01.org Cc: Yao, Jiewen Subject: Re: [edk2] Measured boot in OVMF with QEMU TPM passthrough? On 08/22/2015 06:41 AM, Yao

Re: [edk2] Measured boot in OVMF with QEMU TPM passthrough?

2015-08-25 Thread David Van Arnem
? For later, you need include Tcg2Pei/Tcg2Dxe, instead of TcgPei/TcgDxe. Let me know if you have more question. Thank you Yao Jiewen -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of David Van Arnem Sent: Saturday, August 22, 2015 12:44 AM To:edk2-devel

Re: [edk2] gEfiTcp4ProtocolGuid not found when running application on motherboard

2015-09-24 Thread David Van Arnem
alf Of David Van Arnem Sent: Thursday, September 24, 2015 6:20 AM To: edk2-devel@lists.01.org Subject: [edk2] gEfiTcp4ProtocolGuid not found when running application on motherboard Hi all, I'm trying to implement some networking (sending/receiving a couple packets) in a UEFI application

Re: [edk2] gEfiTcp4ProtocolGuid not found when running application on motherboard

2015-09-24 Thread David Van Arnem
alf Of David Van Arnem Sent: Thursday, September 24, 2015 6:20 AM To: edk2-devel@lists.01.org Subject: [edk2] gEfiTcp4ProtocolGuid not found when running application on motherboard Hi all, I'm trying to implement some networking (sending/receiving a couple packets) in a UEFI application

[edk2] [MdePkg/Include/Protocol/PxeBaseCode.h]: Possible type mismatch with specification

2015-12-18 Thread David Van Arnem
Hi all, I wanted to check my understanding here before I submit a patch :-) According to page 1140 of the UEFI 2.5 spec, EFI_PXE_BASE_CODE_PROTOCOL.Mtftp()'s parameter "Filename" should be of type CHAR8 * (signed char *). However, it's implementation in MdePkg/Include/Protocol/PxeBaseCode.h

[edk2] PXE Base Code DHCP DORA timeout

2015-12-23 Thread David Van Arnem
Hi all, I've been attempting to get a UEFI application to use the PXE Base Code Protocol (PxeBc) to get an IP (v4) using PxeBc->Dhcp(); testing is being done on a commercial ASUS motherboard (M5A99FX Pro R2.0, firmware version 2501) in the EFI Shell. During the DORA exchange, PxeBc->Dhcp()

Re: [edk2] UDK2015- IP4 Network Interfaces

2016-03-14 Thread David Van Arnem
On 03/14/2016 12:58 PM, senthilarasu_arun...@dell.com wrote: Hi everyone, Currently we are upgrading EDK2 from UDK2010 to UDK2015 . During integration process we have noticed that file //workspace/MdeModulePkg/Include/GUID/NicIp4ConfigNvData no more available in UDK2015.

Re: [edk2] Building the ShellPkg

2016-03-30 Thread David Van Arnem
I updated today) so I am a bit surprised that this is occuring. Is it possible I am missing some detail in building? Thanks, Patrick ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

Re: [edk2] Using multiple SNP drivers on Shell

2016-04-05 Thread David Van Arnem
@lists.01.org; David Van Arnem; Carsey, Jaben Subject: RE: [edk2] Using multiple SNP drivers on Shell -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Laszlo Ersek Sent: Monday, April 04, 2016 10:47 AM To: Bhupesh Sharma <bhupesh.sha...@nxp.com&

[edk2] CrytoPkg: GCC build failing after update to openssl-1.0.2g

2016-03-23 Thread David Van Arnem
m building from a "clean" state? Thanks in advance for your time. -- Thanks, David Van Arnem ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

Re: [edk2] CrytoPkg: GCC build failing after update to openssl-1.0.2g

2016-03-23 Thread David Van Arnem
On 03/23/2016 02:39 PM, David Van Arnem wrote: Hi all, I pulled the UDK2015 branch from the Tianocore github repository today and merged it into my local master branch so I have a stable release to base my work off of. Then, I 1. did a clean and rebuild of BaseTools, 2. downloaded openssl

Re: [edk2] CrytoPkg: GCC build failing after update to openssl-1.0.2g

2016-03-23 Thread David Van Arnem
On 03/23/2016 02:58 PM, Ard Biesheuvel wrote: On 23 March 2016 at 21:39, David Van Arnem <dvanar...@cmlab.biz> wrote: Hi all, I pulled the UDK2015 branch from the Tianocore github repository today and merged it into my local master branch so I have a stable release to base my wo

Re: [edk2] Using multiple SNP drivers on Shell

2016-04-01 Thread David Van Arnem
___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel -- Thanks, David Van Arnem smime.p7s Description: S/MIME Cryptographic Signature ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

Re: [edk2] Using multiple SNP drivers on Shell

2016-04-04 Thread David Van Arnem
On 04/04/2016 03:17 AM, Laszlo Ersek wrote: On 04/04/16 10:44, Bhupesh Sharma wrote: From: David Van Arnem The ping command allows you to specify the interface you would like to use with the -s flag, e.g. ping -s eth0 192.168.1.1 or ping -s eth1 192.168.1.1 The options for ping can

Re: [edk2] Using multiple SNP drivers on Shell

2016-04-04 Thread David Van Arnem
01.01.org>; David Van Arnem <dvanar...@cmlab.biz> Subject: Re: [edk2] Using multiple SNP drivers on Shell Importance: High On 04/04/16 19:38, Bhupesh Sharma wrote: From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Monday, April 04, 2016 11:06 PM On 04/04/16 19:24, David Van Arnem wrote: O

[edk2] HMAC calculation clarification for TPM 1.2

2016-04-26 Thread David Van Arnem
Hi all, I don't know if this is the correct place for this question, but I'm hoping someone can provide insight. I'm trying to calculate authorization HMACs for authenticated commands with a TPM 1.2 from an EFI application, but I have not been able to get the correct values the TPM expects. The

Re: [edk2] HMAC calculation clarification for TPM 1.2

2016-04-27 Thread David Van Arnem
> > Best Regards & Thanks, > LONG, Qin > >> -Original Message- >> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >> David Van Arnem >> Sent: Wednesday, April 27, 2016 5:57 AM >> To: edk2-devel@lists.01.org >> Subject:

[edk2] INF FILE_GUID generation question

2016-05-13 Thread David Van Arnem
Hi all, Is there a specific method that should be used to generate FILE_GUIDs in an EDK2 INF file? A quick look through the INF spec only suggests that FILE_GUIDs should be in Registry 8-4-4-4-12 format and unique. Are there any other requirements? -- Thanks, David Van Arnem

Re: [edk2] INF FILE_GUID generation question

2016-05-13 Thread David Van Arnem
On 05/13/2016 04:37 PM, Andrew Fish wrote: > >> On May 13, 2016, at 3:20 PM, David Van Arnem <dvanar...@cmlab.biz> wrote: >> >> Hi all, >> >> Is there a specific method that should be used to generate FILE_GUIDs in >> an EDK2 INF file? A

Re: [edk2] [Patch] ShellPkg: Update ping command options to sync with Spec

2016-04-13 Thread David Van Arnem
r\n" " \r\n" "EXAMPLES:\r\n" " * To ping the target host with 64 bytes data:\r\n" @@ -115,14 +114,11 @@ " \r\n" " * To ping the target host by sending 20 echo request datagrams:\r\n" "fs0:\> ping -n 20 202.120.100.1\r\n&

Re: [edk2] [Patch] ShellPkg: Update ping command options to sync with Spec

2016-04-14 Thread David Van Arnem
error message in that case might suffice (e.g. "Multiple configured interfaces found, please specify one with '-s'"). But, since Windows and Linux both do the automatic resolution, I think consistency would be beneficial. Thanks again! David Thanks. Jiaxin -----Origina