From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 54B7A81EDF for ; Sun, 22 Jan 2017 18:40:07 -0800 (PST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 22 Jan 2017 18:40:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,272,1477983600"; d="scan'208";a="56323790" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga005.fm.intel.com with ESMTP; 22 Jan 2017 18:40:04 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 22 Jan 2017 18:40:04 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.177]) with mapi id 14.03.0248.002; Mon, 23 Jan 2017 10:40:01 +0800 From: "Wu, Jiaxin" To: "edk2-devel@lists.01.org" CC: Laszlo Ersek , "Justen, Jordan L" , Gary Lin , "Ye, Ting" , "Fu, Siyuan" , "Kinney, Michael D" Thread-Topic: [PATCH v3 0/3] Enable the HTTP connections switch Thread-Index: AQHSchN5qg73JP8X1Ei1htTmXBxKuaFFXxPQ Date: Mon, 23 Jan 2017 02:40:01 +0000 Message-ID: <895558F6EA4E3B41AC93A00D163B727416296DD1@SHSMSX103.ccr.corp.intel.com> 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: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWE0MTE1MGEtYmY2Zi00YzBlLWI3YmItNjljNWE2ZGZmZGNiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjQ3d0RUS1VOcFhGZWcyNkhSRlh1NlpRTVphbGd0aVpJdzJERkZlQVUyZEU9In0= x-ctpclassification: CTP_IC 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:40:07 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > Subject: [PATCH v3 0/3] Enable the HTTP connections switch >=20 > 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 >=20 > Jiaxin Wu (3): > NetworkPkg: Add PCD to enable the HTTP connections switch Commit: https://github.com/tianocore/edk2/commit/221463c2b337072532ed4ab8ffe3b56657= 4724d8 > Nt32Pkg.dsc: Add flag to control HTTP connections Commit: https://github.com/tianocore/edk2/commit/7c3c53e5e8ee066904e56d9e6dd85dad49= 33f29e > OvmfPkg: Allow HTTP connections if HTTP Boot enabled Commit: https://github.com/tianocore/edk2/commit/4b2fb7986d571827a6e4885377e531002d= 806681 Thank you! Jiaxin >=20 > 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(-) >=20 > -- > 1.9.5.msysgit.1