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

2016-03-09 Thread Gary Lin
On Wed, Mar 09, 2016 at 04:54:08PM +0800, Gary Lin wrote: > On Fri, Mar 04, 2016 at 04:38:22PM +0800, Fu Siyuan wrote: > > This patch updates the HTTP boot driver to produce a setup page for the boot > > file URI configuration. A new boot option will be created for the manual > > configured URI add

[edk2] [patch] SecurityPkg: Clear LocalAuthSession content after use.

2016-03-09 Thread Jiewen Yao
Some commands in DxeTcg2PhysicalPresenceLib accept AuthSession as input parameter and copy to local command buffer. After use, this AuthSession content should be zeroed, because there might be some secrete there. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen"

[edk2] [patch] SecurityPkg: Fix Tcg2 SubmitRequestToPreOSFunction() fail in second times.

2016-03-09 Thread Jiewen Yao
Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction() has check if current request is same as previous. But it forget check RequestParameter, which causes second request fail to process, if RequestParameter is different. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao,

Re: [edk2] [PATCH 1/3] BaseTools ConvertMasmToNasm: Set gitemail when git is not found

2016-03-09 Thread Gao, Liming
Reviewed-by: Liming Gao for this serials. -Original Message- From: Justen, Jordan L Sent: Tuesday, March 8, 2016 11:15 AM To: edk2-devel@lists.01.org Cc: Justen, Jordan L ; Zhu, Yonghong ; Gao, Liming ; Kinney, Michael D Subject: [PATCH 1/3] BaseTools ConvertMasmToNasm: Set gitemail

[edk2] [Patch] NetworkPkg: fix function comments in HttpBootDxe.

2016-03-09 Thread Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan Cc: Wu Jiaxin Cc: Zhang Lubo --- NetworkPkg/HttpBootDxe/HttpBootDxe.inf | 2 ++ NetworkPkg/HttpBootDxe/HttpBootSupport.c | 2 +- NetworkPkg/HttpBootDxe/HttpBootSupport.h | 2 +- 3 files changed, 4 insertions(+),

Re: [edk2] [Patch] BaseTools: report warning if VOID* PCD with {} value is not 8-byte aligned

2016-03-09 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: Thursday, March 10, 2016 9:43 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch] BaseTools: report warning if VOID* PCD with {} value > is n

[edk2] [PATCH v2] BaseTools ConvertMasmToNasm: Support Python 3

2016-03-09 Thread Jordan Justen
The script is updated to support both python 2.7 and python 3. v2: * Use io.open() rather than open() (Jaben) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen Cc: Yonghong Zhu Cc: Liming Gao Cc: Erik Bjorge --- BaseTools/Scripts/ConvertMasmToNasm.py | 90

[edk2] [Patch] BaseTools: report warning if VOID* PCD with {} value is not 8-byte aligned

2016-03-09 Thread Yonghong Zhu
For VOID* Pcd with {} value, If platform developer wants to put in a specific hex offset value that is not 8-byte aligned for VOID * then we allow it with a warning message. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu --- BaseTools/Source/Python/AutoGen/Au

Re: [edk2] [Patch] NetworkPkg: Convert UNI file to UTF8 format.

2016-03-09 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: Fu, Siyuan Sent: Thursday, March 10, 2016 9:16 AM To: edk2-devel@lists.01.org Cc: Gao, Liming ; Wu, Jiaxin Subject: [Patch] NetworkPkg: Convert UNI file to UTF8 format. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-b

Re: [edk2] [PATCH] SecurityPkg: SecureBootConfigDxe: Update coding style

2016-03-09 Thread Qiu, Shumin
Reviewed-by: Qiu Shumin -Original Message- From: Zhang, Chao B Sent: Thursday, March 10, 2016 9:28 AM To: edk2-de...@ml01.01.org Cc: Qiu, Shumin; Zhang, Chao B Subject: [PATCH] SecurityPkg: SecureBootConfigDxe: Update coding style Update code to follow EDK2 coding style. Contributed-un

Re: [edk2] [Patch] NetworkPkg: Convert UNI file to UTF8 format.

2016-03-09 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu > -Original Message- > From: Fu, Siyuan > Sent: Thursday, March 10, 2016 9:16 AM > To: edk2-devel@lists.01.org > Cc: Gao, Liming ; Wu, Jiaxin > Subject: [Patch] NetworkPkg: Convert UNI file to UTF8 format. > > Contributed-under: TianoCore Contribution Agreement 1

Re: [edk2] [patch] NetworkPkg: Refine the code of shell app under networkPkg.

2016-03-09 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu > -Original Message- > From: Zhang, Lubo > Sent: Wednesday, March 9, 2016 2:21 PM > To: edk2-devel@lists.01.org > Cc: Fu, Siyuan ; Wu, Jiaxin > Subject: [patch] NetworkPkg: Refine the code of shell app under networkPkg. > > refine the code of ifconfig6 and ping6

[edk2] [PATCH] SecurityPkg: SecureBootConfigDxe: Update coding style

2016-03-09 Thread Zhang, Chao B
Update code to follow EDK2 coding style. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang --- .../VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SecurityPkg/VariableAuthenti

Re: [edk2] EDK2 Setup & Configuration Issue

2016-03-09 Thread Gao, Liming
Jim: Could you rename BaseTools(Windows) to BaseTools or BaseTools_Windows? I suspect ( or ) in path is not supported in edksetup.bat. Thanks Liming From: Jim Slaughter [mailto:jwslau...@yahoo.com] Sent: Wednesday, March 9, 2016 8:19 AM To: Carsey, Jaben ; Gao, Liming ; Tian, Feng ; edk2-devel

[edk2] [Patch] NetworkPkg: Convert UNI file to UTF8 format.

2016-03-09 Thread Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan Cc: Gao Liming Cc: Wu Jiaxin --- NetworkPkg/HttpBootDxe/HttpBootConfigStrings.uni | Bin 2926 -> 1462 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/NetworkPkg/HttpBootDxe/HttpBootConfigStrings

Re: [edk2] EDK2 Staging Repository

2016-03-09 Thread Jordan Justen
On 2016-03-09 16:36:04, Kinney, Michael D wrote: > > -Original Message- > > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > > Jordan Justen > > > > On 2016-03-09 15:02:41, Kinney, Michael D wrote: > > > > > > Package maintainers are involved in the code review of

Re: [edk2] EDK2 Staging Repository

2016-03-09 Thread Kinney, Michael D
> -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jordan > Justen > Sent: Wednesday, March 9, 2016 4:01 PM > To: Kinney, Michael D ; Mangefeste, Tony > ; edk2-devel@lists.01.org; Kinney, Michael D > > Subject: Re: [edk2] EDK2 Staging Repositor

Re: [edk2] EDK2 Staging Repository

2016-03-09 Thread Jordan Justen
On 2016-03-09 15:02:41, Kinney, Michael D wrote: > > > -Original Message- > > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > > Jordan Justen > > > > On 2016-03-09 10:53:38, Mangefeste, Tony wrote: > > > > > > Proposal > > > > > > 1) Create a new repo ca

Re: [edk2] EDK2 Staging Repository

2016-03-09 Thread Bruce Cran
On 3/9/16 2:59 PM, Jordan Justen wrote: So far I have a setup that can test building BaseTools and OVMF on Linux. The Windows setup is a little more complicated, but I don't think it should be too difficult. I guess that's Linux x86_64? Any solution we come up with should also be extendable t

Re: [edk2] EDK2 Staging Repository

2016-03-09 Thread Andrew Fish
> On Mar 9, 2016, at 3:02 PM, Kinney, Michael D > wrote: > > Jordan, > > Responses included below. > > Mike > > > >> -Original Message- >> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >> Jordan Justen >> Sent: Wednesday, March 9, 2016 1:47 PM >> To: Mange

Re: [edk2] EDK2 Staging Repository

2016-03-09 Thread Kinney, Michael D
Jordan, Responses included below. Mike > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jordan > Justen > Sent: Wednesday, March 9, 2016 1:47 PM > To: Mangefeste, Tony ; edk2-devel@lists.01.org > Subject: Re: [edk2] EDK2 Staging Repository

Re: [edk2] EDK2 Staging Repository

2016-03-09 Thread Jordan Justen
On 2016-03-09 11:15:21, Bruce Cran wrote: > On 3/9/16 11:53 AM, Mangefeste, Tony wrote: > > Below are the details of the proposal for a staging branch, please review > > and comment. > > > > > > > > Problem statement > > = > > Need place on tianocore.org where new features that ar

Re: [edk2] EDK2 Staging Repository

2016-03-09 Thread Jordan Justen
On 2016-03-09 10:53:38, Mangefeste, Tony wrote: > Below are the details of the proposal for a staging branch, please review and > comment. > > > > Problem statement > = > Need place on tianocore.org where new features that are not ready for product > integration can be checked

Re: [edk2] Link not reachable

2016-03-09 Thread Mangefeste, Tony
Jim, Does this help? https://github.com/tianocore/tianocore.github.io/wiki/Getting%20Started%20with%20EDK%20II This is from the homepage -> Projects -> EDKII -> Getting Started for Developers There's a number of useful links in the wiki page that flow from that. Tony -Original Message---

[edk2] Link not reachable

2016-03-09 Thread Jim Slaughter
I cannot reach https://edk2.tianocore.org/step-by-step-instructions.html Has it been replaced? Jim S. ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

[edk2] [PATCH] ShellPkg/UefiHandleParsingLib: Fix GUID reference

2016-03-09 Thread Thomas Palmer
Pass in GUID* for the GUID reference in a CatSPrint statement. Issue was noticed when running "dh -d -v" command on a system with a PCI NIC installed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Thomas Palmer --- ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingL

Re: [edk2] EDK2 Staging Repository

2016-03-09 Thread Bruce Cran
On 3/9/16 11:53 AM, Mangefeste, Tony wrote: Below are the details of the proposal for a staging branch, please review and comment. Problem statement = Need place on tianocore.org where new features that are not ready for product integration can be checked in for evaluation by

[edk2] Unable to allocate more than 2GB memory on AMI-based UEFI implementations

2016-03-09 Thread Bruce Cran
I've been troubleshooting a problem recently on AMI-based systems where they won't allocate more than about 2GB memory using AllocatePool and AllocatePages(AllocateAnyAddress, ...) functions. I've just written a page about it (https://edk2.bluestop.org/w/allocatingmemoryabove2gb/) and was wonde

Re: [edk2] [Patch 1/6] MdePkg: Add TLS related protocol definition

2016-03-09 Thread El-Haj-Mahmoud, Samer
Reviewed-by: Samer El-Haj-Mahmoud -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jiaxin Wu Sent: Wednesday, February 24, 2016 2:15 AM To: edk2-devel@lists.01.org Cc: Ye Ting ; Fu Siyuan ; Long Qin Subject: [edk2] [Patch 1/6] MdePkg: Add TLS r

[edk2] EDK2 Staging Repository

2016-03-09 Thread Mangefeste, Tony
Below are the details of the proposal for a staging branch, please review and comment. Problem statement = Need place on tianocore.org where new features that are not ready for product integration can be checked in for evaluation by the EDK II community prior to adding to the

[edk2] Tianocore Community Update 2016 #1

2016-03-09 Thread Mangefeste, Tony
Hello Tianocore Community! It's been a few weeks since my last update, or rather introductions, into the community. It's time for a sync. As always the goal is to be transparent with how we work as a community, and with that in mind here are some updates to provide to you all. I. Defect & Is

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

2016-03-09 Thread El-Haj-Mahmoud, Samer
Reviewed-by: Samer El-Haj-Mahmoud -Original Message- From: Jiaxin Wu [mailto:jiaxin...@intel.com] Sent: Wednesday, March 2, 2016 12:03 AM To: edk2-devel@lists.01.org Cc: Ye Ting ; Fu Siyuan ; Long Qin ; Ruiyu Ni ; El-Haj-Mahmoud, Samer Subject: [PATCH v4 6/6] Nt32Pkg: Enable Nt32Pkg

Re: [edk2] [PATCH v2 0/6] OvmfPkg: enable PCIe on Q35

2016-03-09 Thread Laszlo Ersek
On 03/09/16 12:07, MichaƂ Zegan wrote: > Tried to test with the following qemu command line: > qemu-system-x86_64 -cdrom Pobrane/arch.iso -machine q35,accel=kvm -m 512 > -nographic -device ioh3420,port=1,chassis=1,id=pcieport1 -pflash OVMF.fd > > Tried to add a rtl8139 using device_add and then re

Re: [edk2] OpenSSL 1.1 status, and a worked example of why you should *NEVER* rebase

2016-03-09 Thread David Woodhouse
On Wed, 2016-03-09 at 09:58 +0100, Laszlo Ersek wrote: > I disagree. A v1 can be (and very frequently is) applied from patches, > if it passes review at the first try. When the patches are picked up > from the list, and all patches get R-b's, then it's the maintainer that > adds the tags, so the co

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

2016-03-09 Thread Fu, Siyuan
Sure, I will check it. From: Gary Lin [mailto:g...@suse.com] Sent: Wednesday, March 9, 2016 4:54 PM To: Fu, Siyuan Cc: edk2-devel@lists.01.org; Ye, Ting ; Wu, Jiaxin Subject: Re: [edk2] [PATCH v3] NetworkPkg: Add URI configuration form to HTTP boot driver. On Fri, Mar 04, 2016 at 04:38:22PM +

Re: [edk2] OpenSSL 1.1 status, and a worked example of why you should *NEVER* rebase

2016-03-09 Thread Laszlo Ersek
On 03/09/16 00:37, David Woodhouse wrote: > On Wed, 2016-03-09 at 00:05 +0100, Laszlo Ersek wrote: >> (1) The submitter is himself/herself responsible for picking up review >> tags, and then for posting a final (fully reviewed) PULL that can be >> merged without *any* kind of rebase by the pulling

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

2016-03-09 Thread Gary Lin
On Fri, Mar 04, 2016 at 04:38:22PM +0800, Fu Siyuan wrote: > This patch updates the HTTP boot driver to produce a setup page for the boot > file URI configuration. A new boot option will be created for the manual > configured URI address. This change is made to support the HTTP boot usage > in home

Re: [edk2] [patch] NetworkPkg: Refine the code of shell app under networkPkg.

2016-03-09 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan > -Original Message- > From: Zhang, Lubo > Sent: Wednesday, March 9, 2016 2:21 PM > To: edk2-devel@lists.01.org > Cc: Fu, Siyuan ; Wu, Jiaxin > Subject: [patch] NetworkPkg: Refine the code of shell app under networkPkg. > > refine the code of ifconfig6 and ping6 a

Re: [edk2] [Patch] Makefile: Enable arch X64 build

2016-03-09 Thread Wu, Jiaxin
Thanks for correct. Sorry for missing that point. > -Original Message- > From: Gao, Liming > Sent: Wednesday, March 9, 2016 4:43 PM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Zhang, Lubo ; Fu, Siyuan > Subject: RE: [edk2] [Patch] Makefile: Enable arch X64 build > > Jiaxin: > This

Re: [edk2] [Patch] Makefile: Enable arch X64 build

2016-03-09 Thread Gao, Liming
Jiaxin: This patch is for edk2-NetNt32Io, not edk2. The patch title is wrong. edk2-NetNt32Io git repo is https://github.com/tianocore/edk2-NetNt32Io.git Thanks Liming > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Jiaxin Wu > Sent: Wed

[edk2] [PATCH] MdeModulePkg: Rescale ConSplitter Absolute Pointer.

2016-03-09 Thread Derek Lin
ConSplitter's Absolute Pointer should scale virtual device's resolution like what Simple Pointer do. Before this change, caller will get Virtual device's resolution but physical device's current point. This change let caller get Virtual device's resolution with virtual device's current point. C