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

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

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:

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

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] 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 >

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.

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 >

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

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 >

[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

Re: [edk2] [Patch] UefiCpuPkg/CpuMpPei: Fix wrong CpuData pointer

2015-09-25 Thread Zeng, Star
On 2015/9/25 13:14, Jeff Fan wrote: CpuData buffer should be located in allocated buffer instead of at end of WakeupBuffer. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan CC: Star Zeng CC: Feng Tian

[edk2] [Patch 5/5] Nt32Pkg: Use LogoLib for LOGO and progress bar drawing.

2015-09-25 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Eric Dong --- .../Library/PlatformBootManagerLib/MemoryTest.c| 833 + .../PlatformBootManagerLib/PlatformBootManager.c | 6 +-

[edk2] [Patch 1/5] MdeModulePkg: Move OEMBadging protocol from IntelFrameworkModulePkg

2015-09-25 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Feng Tian Cc: Jeff Fan --- IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec | 4 MdeModulePkg/MdeModulePkg.dec | 4

[edk2] [Patch 3/5] MdeModulePkg: Add BmpImageDecoderLib to provide BMP decoding capability

2015-09-25 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Feng Tian --- .../BmpImageDecoderLib/BmpImageDecoderLib.c| 266 + .../BmpImageDecoderLib/BmpImageDecoderLib.inf | 42

Re: [edk2] [Patch] UefiCpuPkg/CpuMpPei: Add check on Processors number found

2015-09-25 Thread Zeng, Star
On 2015/9/25 13:13, Jeff Fan wrote: Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan CC: Star Zeng CC: Feng Tian --- UefiCpuPkg/CpuMpPei/CpuMpPei.c | 1 + 1 file changed, 1 insertion(+)

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

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

[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

[edk2] [Patch 4/5] MdeModulePkg: Add LogoLib to provide interfaces about LOGO display.

2015-09-25 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Feng Tian --- MdeModulePkg/Include/Library/LogoLib.h | 80 + MdeModulePkg/Library/LogoLib/LogoLib.c | 584 +++

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

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 > --- >

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 >