Re: [edk2] [PATCH 2/3] OvmfPkg: factor out QemuLoaderLib from AcpiPlatformDxe

2015-01-27 Thread Paolo Bonzini
On 28/01/2015 00:29, Jordan Justen wrote: > They may be different, but looking, I'm wondering why > OvmfPkg/Library/QemuFwCfgLib doesn't have arm support, rather than > putting it into a separate module over in > ArmPlatformPkg/ArmVirtualizationPkg/Library/QemuFwCfgLib. > > It still may be valid

Re: [edk2] NT32 "build run" fails

2015-01-27 Thread Ghosal, Rajib
Laurie, IA32 with VS2010 worked as mentioned in the training material. Previously I was trying to build x64 with VS2012. Thanks, Rajib From: Jarlstrom, Laurie Sent: Tuesday, January 27, 2015 4:54 PM To: Ghosal, Rajib; edk2-devel@lists.sourceforge.net Subject: RE: NT32 "build run" fails Rajib, Di

Re: [edk2] NT32 "build run" fails

2015-01-27 Thread Ghosal, Rajib
Thanks, I could build with IA32 and VS2010 and that serves my goal for now. Rajib -Original Message- From: Justen, Jordan L Sent: Tuesday, January 27, 2015 4:49 PM To: edk2-devel@lists.sourceforge.net; Jarlstrom, Laurie; Ghosal, Rajib Subject: Re: [edk2] NT32 "build run" fails On 2015-

Re: [edk2] NT32 "build run" fails

2015-01-27 Thread Jarlstrom, Laurie
Rajib, Did you start with the Training material zip or the UDK2014 release? It is okay if you are on Windows 7 64 bit. Your OS will still run the Nt32 emulation. Try to the following: Delete the Build directory and the Conf\.cache directory and issue the Build command without the -D switch. tha

Re: [edk2] NT32 "build run" fails

2015-01-27 Thread Jordan Justen
On 2015-01-27 15:27:02, Jarlstrom, Laurie wrote: > Rajib, > > Try building for IA32. > > I am not sure that the Nt32 emulation works for 64 bit. It looks like something related was fixed for X64 in December (r16550). https://github.com/tianocore/edk2/commit/997a5d1b -Jordan > From: Ghosal, Ra

[edk2] [Patch 0/1] ShellPkg: Refactor Split search to generic function

2015-01-27 Thread Carsey, Jaben
Tapan and Shumin, Can you review this? This replaces the FindSplit() with FindFirstCharacter() to make the API generic. This will then allow other places to reuse this new API. ShellPkg: Refactor Split search to generic function Contributed-under: TianoCore Contribution Agreement 1.0 Signed-

[edk2] [Patch 1/1] ShellPkg: Refactor quote and escape search to use new function

2015-01-27 Thread Carsey, Jaben
Tapan and Shumin, Can you review this? This replaces the current search with the new API. This fixes the 2 below: echo %1 (in NSH file) echo ^t"^^"test ShellPkg: Refactor Split search to generic function Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey Signe

Re: [edk2] [PATCH 2/3] OvmfPkg: factor out QemuLoaderLib from AcpiPlatformDxe

2015-01-27 Thread Jordan Justen
On 2015-01-27 00:17:52, Laszlo Ersek wrote: > On 01/26/15 22:32, Jordan Justen wrote: > > On 2015-01-24 15:04:52, Laszlo Ersek wrote: > >> +EFI_STATUS > >> +EFIAPI > >> +InstallAllQemuLinkedTables ( > >> + IN EFI_ACPI_TABLE_PROTOCOL *AcpiProtocol > >> + ); > > > > What do you think about

Re: [edk2] NT32 "build run" fails

2015-01-27 Thread Jarlstrom, Laurie
Rajib, Try building for IA32. I am not sure that the Nt32 emulation works for 64 bit. thanks, Laurie laurie.jarlst...@intel.com EFI / Framework Technical Marketing Engineering Team (503) 712-9395 From: Ghosal, Rajib Sent: Tuesday, January 27, 2015 3:21 PM To:

[edk2] [UEFI 2.1]ATA DEVICE

2015-01-27 Thread Wirlino
  I have two doubt   First - How to list(recognize) device ATA with UEFI 2.1 (i don't find ) ? Second - How send command for HD ATA recognized in the first doubt  ?     Josiel Wirlino Vieira dos Santos Embedded Systems Environmental and Technological Institute of the Amazon  

Re: [edk2] [PATCH] ShellPkg: Always remove non-defined environment variables

2015-01-27 Thread Peterson, Joe
Reviewed-by: Joe Peterson From: Shah, Tapan [mailto:tapands...@hp.com] Sent: Monday, January 26, 2015 1:56 PM To: Carsey, Jaben; Peterson, Joe Cc: edk2-devel@lists.sourceforge.net Subject: RE: [PATCH] ShellPkg: Always remove non-defined environment variables Reviewed-by: Tapan Shah mailto:tapand

Re: [edk2] [PATCH] ShellPkg: refine command line parsing

2015-01-27 Thread Peterson, Joe
Reviewed-by: Joe Peterson From: Carsey, Jaben Sent: Friday, January 23, 2015 12:30 PM To: Shah, Tapan; Peterson, Joe Cc: edk2-devel@lists.sourceforge.net; Carsey, Jaben Subject: RE: [PATCH] ShellPkg: refine command line parsing Update. Now does these cases: echo "hi" echo "hi hi" echo "hi

Re: [edk2] [PATCH v2 17/29] Ovmf/Xen: refactor XenBusDxe hypercall implementation

2015-01-27 Thread Ard Biesheuvel
On 27 January 2015 at 12:46, Ard Biesheuvel wrote: > On 27 January 2015 at 12:43, Stefano Stabellini > wrote: >> On Mon, 26 Jan 2015, Ard Biesheuvel wrote: >>> This refactors the Xen hypercall implementation that is part of the >>> XenBusDxe driver, in preparation of splitting it off entirely int

Re: [edk2] [Xen-devel] [PATCH v2 29/29] ArmVirtualizationPkg: add platform description for Xen guests

2015-01-27 Thread Ard Biesheuvel
On 27 January 2015 at 12:44, Julien Grall wrote: > Hi Ard, > > I don't know how works platform description in tianocore, but I have few > questions about some file includes in the build. > > On 26/01/15 19:03, Ard Biesheuvel wrote: >> + # >> + # ARM PrimeCell >> + # >> + >> + ## PL011 - Serial

Re: [edk2] [PATCH v2 17/29] Ovmf/Xen: refactor XenBusDxe hypercall implementation

2015-01-27 Thread Ard Biesheuvel
On 27 January 2015 at 12:43, Stefano Stabellini wrote: > On Mon, 26 Jan 2015, Ard Biesheuvel wrote: >> This refactors the Xen hypercall implementation that is part of the >> XenBusDxe driver, in preparation of splitting it off entirely into >> a XenHypercallLib library. This involves: >> - removin

Re: [edk2] [Xen-devel] [PATCH v2 28/29] ArmVirtualizationPkg/VirtFdtDxe: wire up XenBusDxe to "xen, xen" DT node

2015-01-27 Thread Ard Biesheuvel
On 27 January 2015 at 11:57, Julien Grall wrote: > Hi Ard, > > On 26/01/15 19:03, Ard Biesheuvel wrote: >> typedef struct { >> @@ -66,6 +68,7 @@ STATIC CONST PROPERTY CompatibleProperties[] = { >>{ PropertyTypePsci,"arm,psci-0.2"}, >>{ PropertyTypeFwCfg, "qemu,fw-cfg-mmio"

Re: [edk2] [Linaro-uefi] [PATCH 0/5] ArmPlatformPkg: Add Lan91x Dxe driver, and networking support for A15/A15 MPcore/FVP AArch64

2015-01-27 Thread Leif Lindholm
On Tue, Jan 27, 2015 at 10:36:23AM -, Olivier Martin wrote: > Any reason to make the Network stack conditional? > One reason to make the SMSC Lan91x Ethernet controller condition on some > RTSM models is to use the virtio network driver instead. > But I am quite keen to get network support by d

Re: [edk2] [Linaro-uefi] [PATCH 0/5] ArmPlatformPkg: Add Lan91x Dxe driver, and networking support for A15/A15 MPcore/FVP AArch64

2015-01-27 Thread Olivier Martin
Any reason to make the Network stack conditional? One reason to make the SMSC Lan91x Ethernet controller condition on some RTSM models is to use the virtio network driver instead. But I am quite keen to get network support by default. > -Original Message- > From: linaro-uefi-boun...@lists

Re: [edk2] [PATCH 2/3] OvmfPkg: factor out QemuLoaderLib from AcpiPlatformDxe

2015-01-27 Thread Laszlo Ersek
On 01/26/15 22:32, Jordan Justen wrote: > On 2015-01-24 15:04:52, Laszlo Ersek wrote: >> +EFI_STATUS >> +EFIAPI >> +InstallAllQemuLinkedTables ( >> + IN EFI_ACPI_TABLE_PROTOCOL *AcpiProtocol >> + ); > > What do you think about moving this to QemuFwCfgLib instead? This crossed my mind ea