Re: [edk2] Regression with PXE boot on OvmfPkg/VirtioNetDxe driver on aarch64 system

2018-10-03 Thread aaron . young
I am suspecting that this patch to GRUB is the cause of a Buffer being re-transmitted before reaping the Buffer via SNP->GetStatus(): https://git.centos.org/blob/rpms!grub2.git/1065bd29e776aef83f927747882140dcb6fd5cde/SOURCES!0183-efinet-retransmit-if-our-device-is-busy.patch So, to reprod

Re: [edk2] [PATCH] ShellPkg: Create a homefilesystem environment variable

2018-10-03 Thread Carsey, Jaben
Pushed. c0b1f749ef1304810ed4ea58ded65b7f41d79d3e > -Original Message- > From: Carsey, Jaben > Sent: Wednesday, October 03, 2018 11:15 AM > To: 'jim.dai...@dell.com' ; edk2-devel@lists.01.org > Subject: RE: [edk2] [PATCH] ShellPkg: Create a homefilesystem environment > variable > > Reviewe

Re: [edk2] [PATCH] ShellPkg: Create a homefilesystem environment variable

2018-10-03 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: jim.dai...@dell.com [mailto:jim.dai...@dell.com] > Sent: Wednesday, October 03, 2018 9:02 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben ; Ni, Ruiyu > Subject: [edk2] [PATCH] ShellPkg: Create a homefilesystem environment > vari

Re: [edk2] Regression with PXE boot on OvmfPkg/VirtioNetDxe driver on aarch64 system

2018-10-03 Thread Ard Biesheuvel
(+ Leif) On 3 October 2018 at 18:56, wrote: > > Hello, > > I have some more information on this issue that I wanted to share. > > The SNP client appears to be GRUB - i.e. the ASSERT() is asserted just > after PXE code has loaded GRUB, presented the GRUB menu and a boot option is > selected. >

Re: [edk2] Regression with PXE boot on OvmfPkg/VirtioNetDxe driver on aarch64 system

2018-10-03 Thread aaron . young
Hello, I have some more information on this issue that I wanted to share. The SNP client appears to be GRUB - i.e. the ASSERT() is asserted just after PXE code has loaded GRUB, presented the GRUB menu and a boot option is selected. And, I have confirmed that it, as predicted, attempts t

[edk2] [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Cleanup build scripts

2018-10-03 Thread Steele, Kelly
>From f30cb7012687d09144ddeef1ad03a5571181757d Mon Sep 17 00:00:00 2001 From: Kelly Steele Date: Wed, 3 Oct 2018 09:35:00 -0700 Subject: [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Cleanup build scripts Removed unused variables from exit routine. Contributed-under: TianoCore Contribut

[edk2] [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Fix Type-C video

2018-10-03 Thread Steele, Kelly
>From a5d80c8322c30e09a92c0b88cdcec66ee612546f Mon Sep 17 00:00:00 2001 From: Kelly Steele Date: Wed, 3 Oct 2018 09:38:36 -0700 Subject: [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Fix Type-C video Enabled Type-C video thru the VBT. Corrected the Type-C debug code and removed the call

[edk2] [PATCH] ShellPkg: Create a homefilesystem environment variable

2018-10-03 Thread Jim.Dailey
Create a homefilesystem environment variable whose value is the file system on which the executing shell is located. For example: "FS14:". This eliminates the need for people to have to try and find the "boot" file system in their startup script. After this change they can simply execute %homefil

Re: [edk2] [PATCH v3 1/1] ArmPkg/OpteeLib: Add APIs to communicate with OP-TEE

2018-10-03 Thread Ard Biesheuvel
On 3 October 2018 at 09:43, Sumit Garg wrote: > Add following APIs to communicate with OP-TEE pseudo/early TAs: > 1. OpteeInit > 2. OpteeOpenSession > 3. OpteeCloseSession > 4. OpteeInvokeFunc > > Cc: Ard Biesheuvel > Cc: Leif Lindholm > Cc: Michael D Kinney > Contributed-under: TianoCore Contr

[edk2] [PATCH v3 1/1] ArmPkg/OpteeLib: Add APIs to communicate with OP-TEE

2018-10-03 Thread Sumit Garg
Add following APIs to communicate with OP-TEE pseudo/early TAs: 1. OpteeInit 2. OpteeOpenSession 3. OpteeCloseSession 4. OpteeInvokeFunc Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Sumit Garg --- ArmPkg/Inclu

[edk2] [PATCH v3 1/1] Add ArmPkg/Optee library APIs

2018-10-03 Thread Sumit Garg
Changes in v3: Removed GlobalPlatform TEE return codes (IndustryStandard/GlobalPlatform.h) that were rejected by EDK2 maintainers. Rather used custom ones for this OP-TEE driver. Changes in v2: 1. Separate patch for MdePkg/Include/IndustryStandard/GlobalPlatform.h. 2. Correct comments style for st