Re: [edk2] CorebootPayloadPkg does not build with GCC?

2016-02-28 Thread Bin Meng
+maintainers On Thu, Feb 25, 2016 at 4:34 PM, Bin Meng wrote: > Hi, > > Does CorebootPayloadPkg support building with GCC? > > I tried: > > $ build -a IA32 -p CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc -b > DEBUG -t GCC47 > > But it reports: > > "ld" -o > /home/work/git/edk2/Build/CorebootPay

Re: [edk2] CorebootPayloadPkg does not build with GCC?

2016-02-28 Thread Scott Duplichan
SVN 20043 builds from Windows. Be sure to delete edk2/Conf before building any edk2 project. Thanks, Scott -Original Message- From: Bin Meng [mailto:bmeng...@gmail.com] Sent: Sunday, February 28, 2016 04:37 AM To: edk2-de...@ml01.01.org; Maurice Ma; Prince Agyeman Subject: Re: [edk2] Cor

Re: [edk2] [PATCH] SecurityPkg: Change TPM MMIO range attribute

2016-02-28 Thread Anbazhagan, Baraneedharan
Could you please help to merge these changes? Thanks. From: Zhang, Chao B [mailto:chao.b.zh...@intel.com] Sent: Sunday, February 21, 2016 6:58 PM To: Anbazhagan, Baraneedharan ; edk2-devel@lists.01.org Subject: RE: [PATCH] SecurityPkg: Change TPM MMIO range attribute Reviewed-by: Chao Zhang mailt

Re: [edk2] CorebootPayloadPkg does not build with GCC?

2016-02-28 Thread Bin Meng
Hi Scott, On Sun, Feb 28, 2016 at 11:17 PM, Scott Duplichan wrote: > SVN 20043 builds from Windows. Be sure to delete edk2/Conf before > building any edk2 project. > Thanks. This works. Regards, Bin ___ edk2-devel mailing list edk2-devel@lists.01.org

[edk2] [PATCH v2 6/6] Nt32Pkg: Enable Nt32Pkg platform HTTPS boot feature.

2016-02-28 Thread Jiaxin Wu
v2: *Update to remove 'SECURE_BOOT_ENABLE' flag for all library defined in CryptoPkg. This path is used to enable HTTPS boot feature. Cc: Ye Ting Cc: Fu Siyuan Cc: Long Qin Cc: Ruiyu Ni Cc: El-Haj-Mahmoud Samer Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu

Re: [edk2] [Patch V2 1/3] MdeModulePkg/PciBus: Change local variable AddressSpace to Descriptor

2016-02-28 Thread Tian, Feng
Reviewed-by: Feng Tian Thanks Feng -Original Message- From: Ni, Ruiyu Sent: Wednesday, February 24, 2016 4:07 PM To: edk2-devel@lists.01.org Cc: Ni, Ruiyu ; Tian, Feng ; Fan, Jeff Subject: [Patch V2 1/3] MdeModulePkg/PciBus: Change local variable AddressSpace to Descriptor Contribut

Re: [edk2] [Patch V2 2/3] MdeModulePkg/PciBus: reorganize case-statement to reduce code lines

2016-02-28 Thread Tian, Feng
Reviewed-by: Feng Tian Thanks Feng -Original Message- From: Ni, Ruiyu Sent: Wednesday, February 24, 2016 4:07 PM To: edk2-devel@lists.01.org Cc: Ni, Ruiyu ; Tian, Feng ; Fan, Jeff Subject: [Patch V2 2/3] MdeModulePkg/PciBus: reorganize case-statement to reduce code lines Contributed

Re: [edk2] [PATCH v2 0/2] RAM disk driver implementation

2016-02-28 Thread Tian, Feng
Reviewed-by: Feng Tian Thanks Feng -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of El-Haj-Mahmoud, Samer Sent: Friday, February 26, 2016 8:34 PM To: Wu, Hao A ; edk2-devel@lists.01.org; Tian, Feng ; sigmaepsilo...@gmail.com Subject: Re: [edk2]

[edk2] [patch] NetworkPkg: Support Print help information using -? command.

2016-02-28 Thread Zhang Lubo
Since Shell supports finding help information from resource section of application image. We modify the Shell application Under NetworkPkg to support print help information string using -? command. Cc: Fu Siyuan Cc: Ye Ting Cc: Wu Jiaxin Contributed-under: TianoCore Contribution Agreement 1.0 S

[edk2] [Patch] BaseTools: fix LzmaCompress VS2013 make failure

2016-02-28 Thread Yonghong Zhu
when make BaseTools by VS2013, LzmaEnc.c report warning C4127: conditional expression is constant, so this patch fix this issue. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu --- BaseTools/Source/C/LzmaCompress/Sdk/C/LzmaEnc.c | 3 ++- 1 file changed, 2 inse

[edk2] [Patch] BaseTools: update the mail address for stack trace info

2016-02-28 Thread Yonghong Zhu
Update the mail address from edk2-de...@lists.sourceforge.net to edk2-devel@lists.01.org. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu --- BaseTools/Source/Python/GenFds/GenFds.py | 4 ++-- BaseTools/Source/Python/Trim/Trim.py | 2 +-

Re: [edk2] [patch] NetworkPkg: Support Print help information using -? command.

2016-02-28 Thread Fu, Siyuan
Hi, Lubo I think the sub type help info of IpSecConfig should also be updated to use the updated HII solution, instead of always print the help info for all "-p" command, other parts are good to me. Siyuan > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org]

Re: [edk2] [patch] NetworkPkg: Support Print help information using -? command.

2016-02-28 Thread Zhang, Lubo
Thanks for your comment, I will update the related logic. -Original Message- From: Fu, Siyuan Sent: Monday, February 29, 2016 11:29 AM To: Zhang, Lubo ; edk2-devel@lists.01.org Cc: Ye, Ting ; Wu, Jiaxin Subject: RE: [edk2] [patch] NetworkPkg: Support Print help information using -? com

Re: [edk2] [Patch] BaseTools: update the mail address for stack trace info

2016-02-28 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Yonghong Zhu > Sent: Monday, February 29, 2016 11:24 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch] BaseTools: update the mail address for stack trace > info

Re: [edk2] [Patch] BaseTools: fix LzmaCompress VS2013 make failure

2016-02-28 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Yonghong Zhu > Sent: Monday, February 29, 2016 11:24 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch] BaseTools: fix LzmaCompress VS2013 make failure > > when

[edk2] [Patch] MdeModulePkg: Add new API HttpUrlGetPath() to HttpLib.h

2016-02-28 Thread Fu Siyuan
This patch is to add a new interface to get the "Path" component according to the URI parse result, it would be helpful for the library user to extract the file path value in a URI. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan Cc: Wu Jiaxin Cc: Ye Ting --- M

[edk2] [PATCH] MdeModulePkg/NvmExpress: Fix uninitialized field used in NVMe DiskInfo

2016-02-28 Thread Feng Tian
From: "Tian, Feng" Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Feng Tian --- MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c b/MdeModu

[edk2] [PATCH v2] NetworkPkg: Support print help information using -? command.

2016-02-28 Thread Zhang Lubo
v2: *Modify the logic of show SAD,SPD and PAD help info, include them in -? instead of follow -p command. Since Shell supports finding help information from resource section of application image. We modify the Shell application Under NetworkPkg to support print help information string using -? com

Re: [edk2] [PATCH v2] NetworkPkg: Support print help information using -? command.

2016-02-28 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan > -Original Message- > From: Zhang, Lubo > Sent: Monday, February 29, 2016 2:26 PM > To: edk2-devel@lists.01.org > Cc: Fu, Siyuan ; Ye, Ting ; Wu, > Jiaxin > Subject: [PATCH v2] NetworkPkg: Support print help information using -? > command. > > v2: > *Modify the

Re: [edk2] [PATCH] MdeModulePkg/NvmExpress: Fix uninitialized field used in NVMe DiskInfo

2016-02-28 Thread Zeng, Star
On 2016/2/29 14:10, Feng Tian wrote: From: "Tian, Feng" Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Feng Tian --- MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Star Zeng di

Re: [edk2] [Patch] BaseTools: fix LzmaCompress VS2013 make failure

2016-02-28 Thread Jordan Justen
On 2016-02-28 19:23:35, Yonghong Zhu wrote: > when make BaseTools by VS2013, LzmaEnc.c report warning C4127: > conditional expression is constant, so this patch fix this issue. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Yonghong Zhu > --- > BaseTools/Source/C/Lz

Re: [edk2] [PATCH 00/17] Port OvmfPkg to MdeModulePkg/Bus/Pci/PciHostBridgeDxe

2016-02-28 Thread Gerd Hoffmann
Hi, > Once this is in, the next plan is to enable 64-bit MMIO -- first for > emulated devices, then maybe for assigned devices. See > . With the core driver, > 64-bit MMIO should "only" take some fw_cfg-based configuration. I strongly suggest to chec

Re: [edk2] [Patch] NetworkPkg: Add URI configuration form to HTTP boot driver.

2016-02-28 Thread Wu, Jiaxin
Siyuan, Seems unreasonable to only accept http and https URI. If the user input Http or HTTP or HTTPS, it will failed to add those reasonable URI. How about use the ignore case check? Thanks. Jiaxin > -Original Message- > From: Fu, Siyuan > Sent: Wednesday, February 24, 2016 1:27 PM >

Re: [edk2] [PATCH 0/4] Rework the pl061 driver for better readability

2016-02-28 Thread Haojian Zhuang
在 02/27/2016 12:49 AM, Ryan Harkin 写道: On 26 February 2016 at 16:21, Ard Biesheuvel wrote: On 26 February 2016 at 17:16, Leif Lindholm wrote: On trying to review some really useful improvements to the PL061 driver, I found myself failing due to the unreadability of the existing code. This s