From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 7860181EDD for ; Sun, 22 Jan 2017 18:11:24 -0800 (PST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 22 Jan 2017 18:11:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,272,1477983600"; d="scan'208";a="56979007" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga006.fm.intel.com with ESMTP; 22 Jan 2017 18:11:24 -0800 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 22 Jan 2017 18:11:23 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 22 Jan 2017 18:11:23 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by shsmsx102.ccr.corp.intel.com ([169.254.2.88]) with mapi id 14.03.0248.002; Mon, 23 Jan 2017 10:11:20 +0800 From: "Ye, Ting" To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: "Justen, Jordan L" , "Wu, Jiaxin" , Gary Lin , "Kinney, Michael D" , "Fu, Siyuan" , "Laszlo Ersek" Thread-Topic: [edk2] [PATCH v3 0/3] Enable the HTTP connections switch Thread-Index: AQHSchNyEH452s0CvU6J5uYyT4gpbKFFV8Gw Date: Mon, 23 Jan 2017 02:11:20 +0000 Message-ID: References: <1484803083-147376-1-git-send-email-jiaxin.wu@intel.com> In-Reply-To: <1484803083-147376-1-git-send-email-jiaxin.wu@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 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 02:11:24 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Ye Ting =20 -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jiax= in Wu Sent: Thursday, January 19, 2017 1:18 PM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Justen, Jordan L ; Wu, Jiaxin ; Gary Lin ; Kinney, Mi= chael D ; Fu, Siyuan ; Las= zlo Ersek Subject: [edk2] [PATCH v3 0/3] Enable the HTTP connections switch v3: * Append patch for OVMF.=20 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 Nt32Pkg.dsc: Add flag to control HTTP connections OvmfPkg: Allow HTTP connections if HTTP Boot enabled NetworkPkg/HttpBootDxe/HttpBootClient.c | 20 +++++++- NetworkPkg/HttpBoo= tDxe/HttpBootConfig.c | 81 ++++++++++++++++++++------------ NetworkPkg/HttpBootDxe/HttpBootDxe.inf | 5 +- NetworkPkg/HttpBootDxe/HttpBootSupport.c | 53 ++++++++++++++++++++- Netwo= rkPkg/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 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel