[edk2] Can 64-bit support be added to PciCf8Lib.h ?

2015-09-25 Thread Shubha Ramani
I noticed that there's no 64-bit support. By the way does this work ? Has anyone used these utilities ? Thanks, Shubha Shubha D. ramanishubharam...@gmail.com shubharam...@yahoo.com ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/m

Re: [edk2] PCI code is finding only Bus 0. I need Bus 1

2015-09-25 Thread Shubha Ramani
Thank you again for your detailed email Lazslo. I tried your tricks and unfortunately, no luck. But I did find something out. Our internal specifications lied. The bus we're looking for is not 1 butrather 0xFE. And if I look at the boot logs the PCI registers I need are definitely being initial

Re: [edk2] BaseTools build warnings

2015-09-25 Thread Heyi Guo
On 09/25/2015 09:54 AM, Andrew Fish wrote: On Sep 25, 2015, at 9:37 AM, Heyi Guo wrote: Hi Liming, Below is my gcc information: Are you getting warnings, but no failures? I seem to remember the C++ throws off errors for some compilers, but does not fail the tools build. Yes, only warnin

[edk2] Still trying to find AcpicaPkg in EDK2

2015-09-25 Thread Shubha Ramani
Here is the last discussion on the topic. Where does this package live ?Supposedly it's been ported ? Last discussion on this topic: http://thread.gmane.org/gmane.comp.bios.edk2.devel/1148/focus=1208 Shubha Shubha D. ramanishubharam...@gmail.com shubharam...@yahoo.com

Re: [edk2] PCI code is finding only Bus 0. I need Bus 1

2015-09-25 Thread Laszlo Ersek
On 09/25/15 00:59, Shubha Ramani wrote: > Hello Laszlo. > > All I see from the driver debug messages are the following type(just a > snippet printed). I assume the format is [B|F|D] and I'm not > seeing any with 01 for the B. So the PCI Bus Driver is not seeing Bus 1 > it seems. Is my interpretat

Re: [edk2] [PATCH] MdePkg: remove fixup from ARM MOVW/MOVT relocations

2015-09-25 Thread Ard Biesheuvel
On 25 September 2015 at 10:23, Andrew Fish wrote: > > On Sep 24, 2015, at 6:03 PM, Ard Biesheuvel > wrote: > > (adding Leif and Andrew, who merged this code originally) > > > Does this pattern exist in the BaseTools version for the > PeCoffLoaderRelocateImageEx() path? > Yes, it does, and it suf

Re: [edk2] TFTP issue, Ping 1st packet reply missing

2015-09-25 Thread Laszlo Ersek
On 09/25/15 12:46, Leekha Shaveta wrote: > > > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Friday, September 25, 2015 3:11 PM > To: Leekha Shaveta-B20052 > Cc: edk2-devel@lists.01.org ; Fu, Siyuan > ; Chris Cuthbert ; Gary Ching-Pang > Lin > Subject: Re

Re: [edk2] [PATCH 0/3] ShellPkg, OvmfPkg, ArmVirtPkg: TFTP enablement

2015-09-25 Thread Laszlo Ersek
On 09/24/15 23:29, Laszlo Ersek wrote: > This small series fixes a calling convention problem in ShellPkg, then > enables the TFTP UEFI Shell command in OvmfPkg and ArmVirtPkg. > > Thanks > Laszlo > > Cc: Jaben Carsey > Cc: Jordan Justen > Cc: Ard Biesheuvel > > Laszlo Ersek (3): > ShellPkg

Re: [edk2] [PATCH] MdePkg: remove fixup from ARM MOVW/MOVT relocations

2015-09-25 Thread Andrew Fish
> On Sep 24, 2015, at 6:03 PM, Ard Biesheuvel wrote: > > (adding Leif and Andrew, who merged this code originally) > Does this pattern exist in the BaseTools version for the PeCoffLoaderRelocateImageEx() path? I think we just copied the pattern from the IPF. Thanks, Andrew Fish > On 23 Se

Re: [edk2] BaseTools build warnings

2015-09-25 Thread Andrew Fish
> On Sep 25, 2015, at 9:37 AM, Heyi Guo wrote: > > Hi Liming, > > Below is my gcc information: > Are you getting warnings, but no failures? I seem to remember the C++ throws off errors for some compilers, but does not fail the tools build. Thanks, Andrew Fish > gary@iwish:~/git/uefi-dev$

Re: [edk2] BaseTools build warnings

2015-09-25 Thread Heyi Guo
Hi Liming, Below is my gcc information: gary@iwish:~/git/uefi-dev$ gcc --version *gcc (Debian 5.2.1-17) 5.2.1 20150911 * Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS

Re: [edk2] [PATCH 0/3] ShellPkg, OvmfPkg, ArmVirtPkg: TFTP enablement

2015-09-25 Thread Jordan Justen
Series Reviewed-by: Jordan Justen On 2015-09-24 14:29:56, Laszlo Ersek wrote: > This small series fixes a calling convention problem in ShellPkg, then > enables the TFTP UEFI Shell command in OvmfPkg and ArmVirtPkg. > > Thanks > Laszlo > > Cc: Jaben Carsey > Cc: Jordan Justen > Cc: Ard Bieshe

Re: [edk2] [PATCH v2] ShellPkg: Build all libraries unconditionally.

2015-09-25 Thread Laszlo Ersek
On 09/25/15 14:30, Qiu Shumin wrote: > Build all the optional libraries unconditionally so we can catch changes and > how they affect the package regardless of the NO_SHELL_PROFILES, INCLUDE_DP, > and INCLUDE_TFTP_COMMAND settings. > > Difference with 1st version: > List all the libraries explic

Re: [edk2] PCI code is finding only Bus 0. I need Bus 1

2015-09-25 Thread Shubha Ramani
Bill I am not permitted to tell you more than I've told you unfortunately.But thanks for your detailed writeup. It helped me understand issues better.And turning on the PCI Bus Debug messages as Laszlo recommended definitely helpednarrow down the problem. I know that Bus 1 exists because I'm abl

[edk2] [PATCH v2] ShellPkg: Build all libraries unconditionally.

2015-09-25 Thread Qiu Shumin
Build all the optional libraries unconditionally so we can catch changes and how they affect the package regardless of the NO_SHELL_PROFILES, INCLUDE_DP, and INCLUDE_TFTP_COMMAND settings. Difference with 1st version: List all the libraries explicitly. Cc: Jaben Carsey Cc: Laszlo Ersek Contri

Re: [edk2] [PATCH] ShellPkg: ShellPkg DSC update.

2015-09-25 Thread Laszlo Ersek
On 09/25/15 03:22, Qiu Shumin wrote: > Cc: Laszlo Ersek > Cc: Jaben Carsey > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Jaben Carsey > Reviewed-by: Qiu Shumin > --- > ShellPkg/ShellPkg.dsc | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >

Re: [edk2] TFTP issue, Ping 1st packet reply missing

2015-09-25 Thread Leekha Shaveta
-Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Friday, September 25, 2015 3:11 PM To: Leekha Shaveta-B20052 Cc: edk2-devel@lists.01.org ; Fu, Siyuan ; Chris Cuthbert ; Gary Ching-Pang Lin Subject: Re: [edk2] TFTP issue, Ping 1st packet reply missing On 09/25/

Re: [edk2] TFTP issue, Ping 1st packet reply missing

2015-09-25 Thread Laszlo Ersek
On 09/25/15 09:21, Leekha Shaveta wrote: > > > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Friday, September 25, 2015 1:04 AM > To: Leekha Shaveta-B20052 > Cc: edk2-devel@lists.01.org ; Fu, Siyuan > ; Chris Cuthbert ; Gary Ching-Pang > Lin > Subject: Re

Re: [edk2] [Patch 0/5] Create LogoLib to provide common interfaces for LOGO drawing

2015-09-25 Thread Tian, Feng
Series Reviewed-by: Feng Tian -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ruiyu Ni Sent: Friday, September 25, 2015 14:50 To: edk2-devel@lists.01.org Cc: Ni, Ruiyu Subject: [edk2] [Patch 0/5] Create LogoLib to provide common interfaces for LO

Re: [edk2] TFTP issue, Ping 1st packet reply missing

2015-09-25 Thread Leekha Shaveta
-Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Friday, September 25, 2015 1:04 AM To: Leekha Shaveta-B20052 Cc: edk2-devel@lists.01.org ; Fu, Siyuan ; Chris Cuthbert ; Gary Ching-Pang Lin Subject: Re: [edk2] TFTP issue, Ping 1st packet reply missing On 09/24/