From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id CA97B81EDF for ; Mon, 23 Jan 2017 02:36:28 -0800 (PST) Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3012F4E4C8; Mon, 23 Jan 2017 10:36:29 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-14.phx2.redhat.com [10.3.116.14]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v0NAaQaR000526; Mon, 23 Jan 2017 05:36:27 -0500 To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" References: <1484803083-147376-1-git-send-email-jiaxin.wu@intel.com> <895558F6EA4E3B41AC93A00D163B727416296DD1@SHSMSX103.ccr.corp.intel.com> Cc: "Justen, Jordan L" , Gary Lin , "Ye, Ting" , "Fu, Siyuan" , "Kinney, Michael D" From: Laszlo Ersek Message-ID: <7d54f7d0-fc1f-a8b2-fecd-8299003070fb@redhat.com> Date: Mon, 23 Jan 2017 11:36:25 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <895558F6EA4E3B41AC93A00D163B727416296DD1@SHSMSX103.ccr.corp.intel.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 23 Jan 2017 10:36:29 +0000 (UTC) Subject: Re: [PATCH v3 0/3] Enable the HTTP connections switch X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2017 10:36:28 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 01/23/17 03:40, Wu, Jiaxin wrote: >> Subject: [PATCH v3 0/3] Enable the HTTP connections switch >> >> v3: >> * Append patch for OVMF. >> >> Cc: Laszlo Ersek >> Cc: Justen Jordan L >> Cc: Gary Lin >> Cc: Ye Ting >> Cc: Fu Siyuan >> Cc: Kinney Michael D >> Contributed-under: TianoCore Contribution Agreement 1.0 >> Signed-off-by: Wu Jiaxin >> >> Jiaxin Wu (3): >> NetworkPkg: Add PCD to enable the HTTP connections switch > > Commit: > https://github.com/tianocore/edk2/commit/221463c2b337072532ed4ab8ffe3b566574724d8 > > >> Nt32Pkg.dsc: Add flag to control HTTP connections > > Commit: > https://github.com/tianocore/edk2/commit/7c3c53e5e8ee066904e56d9e6dd85dad4933f29e > > >> OvmfPkg: Allow HTTP connections if HTTP Boot enabled > > Commit: > https://github.com/tianocore/edk2/commit/4b2fb7986d571827a6e4885377e531002d806681 Looks good, thanks! Laszlo > > > Thank you! > Jiaxin > > >> >> NetworkPkg/HttpBootDxe/HttpBootClient.c | 20 +++++++- >> NetworkPkg/HttpBootDxe/HttpBootConfig.c | 81 ++++++++++++++++++++------ >> ------ >> NetworkPkg/HttpBootDxe/HttpBootDxe.inf | 5 +- >> NetworkPkg/HttpBootDxe/HttpBootSupport.c | 53 ++++++++++++++++++++- >> NetworkPkg/HttpBootDxe/HttpBootSupport.h | 17 ++++++- >> NetworkPkg/HttpDxe/HttpDxe.inf | 5 +- >> NetworkPkg/HttpDxe/HttpImpl.c | 12 ++++- >> NetworkPkg/NetworkPkg.dec | 8 +++- >> Nt32Pkg/Nt32Pkg.dsc | 18 ++++++- >> OvmfPkg/OvmfPkgIa32.dsc | 6 ++- >> OvmfPkg/OvmfPkgIa32X64.dsc | 6 ++- >> OvmfPkg/OvmfPkgX64.dsc | 6 ++- >> 12 files changed, 195 insertions(+), 42 deletions(-) >> >> -- >> 1.9.5.msysgit.1 >