[edk2] [Patch] ArmPkg: Fix ARM assembly for BaseSynchronizationLib Increment/Decrement functions

2015-03-13 Thread Smith, Tyler (LES Boise)
ArmPkg Maintainer, Could you help review this patch? It contains a fix to return the required value after InternalSyncIncrement and InternalSyncDecrement. I would assume a similar thing needs to be done for AARCH64, but I'm not well versed in that ABI to make the needed change. Contributed-und

[edk2] In the HiiAddPackage() function, where the string and vfr data array declaed? I am geeting "unresolved externals" error for those.

2015-03-13 Thread Ghosal, Rajib
Hello, I am adding two formsets to my driver , one the platform class guid and the other for customer specific. I have usedc HiiAddPackage() to publish the form. as follows: HiiAgentlessHandle = HiiAddPackages( &gNvmHiiAgentlessFormSetGuid, DriverHandleAgentless,

[edk2] vlan config protocol question

2015-03-13 Thread Sajeesh Kk
Hello, I am supporting vlan config protocol in undi driver four our network adapter. I am creating vlan device path on to the same handle on which NII protocol is installed. I could see that i get a set call when VLAN is configured and the device path created looks ok. when tried to perform PXE boo

[edk2] Vlan config protocol Query

2015-03-13 Thread Sajeesh Kk
Hello, I am supporting vlan config protocol in undi driver four our network adapter. I am creating vlan device path on to the same handle on which NII protocol is installed. I could see that i get a set call when VLAN is configured and the device path created looks ok. when tried to perform PXE boo

Re: [edk2] [PATCH] PeCoffExtraActionLibDebug: Restore debug registers in PeCoffExtraActionLibDebug

2015-03-13 Thread Brian J. Johnson
Ping? CCing the SourceLevelDebugPkg maintainer. Brian On 03/05/2015 09:26 AM, Brian J. Johnson wrote: > PeCoffExtraActionLibDebug uses the debug registers to pass module load > information to the DebugAgent, then restores the old register values. > However, it was missing code to restore Dr7 in

Re: [edk2] [Patch] ShellPkg: Fix typo 'caculate' in ShellPkg.

2015-03-13 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey From: Qiu, Shumin Sent: Friday, March 13, 2015 12:52 AM To: Carsey, Jaben Cc: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] ShellPkg: Fix typo 'caculate' in ShellPkg. Importance: High Hi Jaben, Could you help review the patch? It fix the typo 'caculate' -> 'c

Re: [edk2] Controller Handle in NetLibCreateServiceChild()

2015-03-13 Thread Ritesh Tiwari
Hi Ye, I have yet another question on TCP_IP4_PROTOCOL handle I got from NetLibCreateServiceChild(). I wanted to use this TCP4 handle for SSL communication. To create SSL connection, ssl_set_fd() needs socket FD. My question is how to get underlying socket fd from TCP4 handle? I don't see socket f

Re: [edk2] [PATCH v2 1/4] ArmVirtualizationPkg: build UEFI shell from source

2015-03-13 Thread Leif Lindholm
Reviewed-by: Leif Lindholm On 13/03/15 14:36, Laszlo Ersek wrote: > Including a prebuilt shell executable in the firmware binary is suboptimal > practice, especially given that the source code of the UEFI shell resides > in the same edk2 tree. Benefits of building the shell from source are > part

Re: [edk2] [PATCH v2 2/4] ArmVirtualizationPkg/ArmVirtualizationQemu: include XHCI driver

2015-03-13 Thread Leif Lindholm
On 13/03/15 14:36, Laszlo Ersek wrote: > The "virt" machine type of qemu-system-(arm|aarch64) had no PCIe support > prior to qemu commit > >4ab29b82 arm: Add PCIe host bridge in virt machine > > With that commit, the "virt" board acquired the capability to expose an > XHCI controller. Using a U

[edk2] [PATCH v2 4/4] OvmfPkg: include XHCI driver

2015-03-13 Thread Laszlo Ersek
QEMU commit aa685789 ("xhci: generate a Transfer Event for each Transfer TRB with the IOC bit set") fixed an emulation problem in QEMU; we can now drive that host controller with edk2's XhciDxe. Include it in OvmfPkg, as XHCI emulation is reportedly more virtualization-friendly than EHCI, consuming

[edk2] [PATCH v2 1/4] ArmVirtualizationPkg: build UEFI shell from source

2015-03-13 Thread Laszlo Ersek
Including a prebuilt shell executable in the firmware binary is suboptimal practice, especially given that the source code of the UEFI shell resides in the same edk2 tree. Benefits of building the shell from source are partly technical (a developer patching the shell can actually see the results),

[edk2] [PATCH v2 0/4] ArmVirtualizationPkg, OvmfPkg: build tweaks

2015-03-13 Thread Laszlo Ersek
Public branch: . Changes in v2: - updated commit messages as requested. - qemu commit aa685789 is now in master. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Alexander Graf Cc: Jordan Justen Thanks Laszlo Laszlo Ersek (4): ArmVirtualizat

[edk2] [PATCH v2 3/4] MdeModulePkg: XhciDxe: list ARM and AARCH64 as valid architectures

2015-03-13 Thread Laszlo Ersek
"ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualizationQemu.dsc" references this driver. Cc: Feng Tian Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Reviewed-by: Ard Biesheuvel --- MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf | 2 +- 1 file changed, 1 insertion

[edk2] [PATCH v2 2/4] ArmVirtualizationPkg/ArmVirtualizationQemu: include XHCI driver

2015-03-13 Thread Laszlo Ersek
The "virt" machine type of qemu-system-(arm|aarch64) had no PCIe support prior to qemu commit 4ab29b82 arm: Add PCIe host bridge in virt machine With that commit, the "virt" board acquired the capability to expose an XHCI controller. Using a USB keyboard as example, the command line options wer

[edk2] [Patch] ShellPkg: Fix typo 'caculate' in ShellPkg.

2015-03-13 Thread Qiu, Shumin
Hi Jaben, Could you help review the patch? It fix the typo 'caculate' -> 'calculate'. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin mailto:shumin@intel.com>> Thanks, Shumin ShellPkg_calculate_typo.patch Description: ShellPkg_calculate_typo.patch