[edk2] ShellPkg: Update pci command to use ShellPrintEx()

2013-11-20 Thread Phillips, Chris J (BCS CFE)
Please review the attached patch file. 2 more pci command patches will be sent, building on this one. Update the pci command code to change all Print() calls to ShellPrintEx(). This if for consistency and to resolve bogus "E" and "N" characters in interpreted output when %E and %N are used.

Re: [edk2] SerialPrint not working in DxeServicesLib.c

2013-11-20 Thread Andrew Fish
On Nov 19, 2013, at 2:54 AM, Bhupesh Sharma wrote: > Hi List, > > I am experiencing a Data Abort inside function 'GetSectionFromAnyFv' in file > 'DxeServicesLib.c' > on my ARMv7 UEFI platform. > > To debug the same I added some print messages like: > > /* Added for debugging */ > CHAR8

[edk2] best way to generate an arbitrary long random data

2013-11-20 Thread Mauro Faccenda
Hi all, What is the best way to generate an arbitrary long random data? Use stdlib's srand/rand? Thanks in advance, -- Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront

Re: [edk2] ShellPkg: Change MM command output during script execution

2013-11-20 Thread Phillips, Chris J (BCS CFE)
Jaben, Please try the updated patch. Continue to print \r\n during script execution. The rest looks good. Thanks, Chris From: Carsey, Jaben [mailto:jaben.car...@intel.com] Sent: Friday, November 15, 2013 1:01 PM To: Phillips, Chris J (BCS CFE) Cc: edk2-devel@lists.sourceforge.net; Carsey, Jabe

Re: [edk2] SerialPrint not working in DxeServicesLib.c

2013-11-20 Thread Bhupesh Sharma
I don't know why but I didn't get any mail from the mail list server for my original mail below, though I can see same in the mail list archives. Adding Andrew.. Can you guys please help me with the issue mentioned below. Regards, Bhupesh > -Original Message- > From: Sharma Bhupesh-B45

Re: [edk2] [PATCH] MdeModulePkg Pcd: Add the missing attribute

2013-11-20 Thread Zeng, Star
Thanks very much, it has been checked in at R14873. Star -Original Message- From: Gary Ching-Pang Lin [mailto:g...@suse.com] Sent: Wednesday, November 20, 2013 5:49 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [PATCH] MdeModulePkg Pcd: Add the missing attribute On Wed, Nov

Re: [edk2] Compiling EDK1 driver in EDK2

2013-11-20 Thread Shivamurthy Shastri
Hi Andrew, On Tue, Nov 19, 2013 at 8:23 PM, Andrew Fish wrote: > > On Nov 19, 2013, at 6:15 AM, Shivamurthy Shastri < > shiva.linuxwo...@gmail.com> wrote: > > Hi, > > I downloaded UEFI network driver for Intel PCIE card from > http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK

Re: [edk2] [PATCH] MdeModulePkg Pcd: Add the missing attribute

2013-11-20 Thread Gary Ching-Pang Lin
On Wed, Nov 20, 2013 at 09:29:22AM +, Zeng, Star wrote: > Hi Gary, > > Thank you for catching the missing. > > How about to remove the EFIAPI of PeiGetPcdInfo () in Service.h to align with > DxeGetPcdInfo (). > I am fine with it since it's a internal function. Gary Lin > Star > -Origi

Re: [edk2] [PATCH] MdeModulePkg Pcd: Add the missing attribute

2013-11-20 Thread Zeng, Star
Hi Gary, Thank you for catching the missing. How about to remove the EFIAPI of PeiGetPcdInfo () in Service.h to align with DxeGetPcdInfo (). Star -Original Message- From: Gary Ching-Pang Lin [mailto:g...@suse.com] Sent: Wednesday, November 20, 2013 5:06 PM To: edk2-devel@lists.sourcefo

[edk2] [PATCH] MdeModulePkg Pcd: Add the missing attribute

2013-11-20 Thread Gary Ching-Pang Lin
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Ching-Pang Lin --- MdeModulePkg/Universal/PCD/Pei/Service.c | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/Universal/PCD/Pei/Service.c b/MdeModulePkg/Universal/PCD/Pei/Service.c index e42d045..6ae190c 1

Re: [edk2] [edk2 PATCH 0/1] OvmfPkg: grab ACPI tables from QEMU

2013-11-20 Thread Gerd Hoffmann
Hi, > > If you simply relax (drop) the stage-wise hole-setting, that will at > > best create a situation where OVMF and qemu duplicate the logic. This > > info needs to be passed down to OVMF (maybe it already is, somewhere in > > fw_cfg!), in some form that's more approachable than an ACPI tabl

Re: [edk2] [edk2 PATCH 0/1] OvmfPkg: grab ACPI tables from QEMU

2013-11-20 Thread Gerd Hoffmann
Hi, > > > btw: q35 has a fixed 1G window, max low ram addr is 0xb00, the > > > remaining address space (0xb000 -> 0xc000) is used for > > > mmconfig. > > Is it really fixed? My understanding is it's programmed by firmware, > you can put mmconfig whereever you want. Not really fixed