From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: liming.gao@intel.com) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Sun, 28 Apr 2019 01:26:43 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Apr 2019 01:26:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,405,1549958400"; d="scan'208";a="295187476" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga004.jf.intel.com with ESMTP; 28 Apr 2019 01:26:42 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 28 Apr 2019 01:26:42 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 28 Apr 2019 01:26:41 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.92]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.42]) with mapi id 14.03.0415.000; Sun, 28 Apr 2019 16:26:40 +0800 From: "Liming Gao" To: "Wang, Fan" , "devel@edk2.groups.io" Subject: Re: [Patch] Updated EDK II Release Notes Thread-Topic: [Patch] Updated EDK II Release Notes Thread-Index: AQHU/WlQGTy+2PRsREmsuFqaK3ubw6ZRPV+g Date: Sun, 28 Apr 2019 08:26:39 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E431CB1@SHSMSX104.ccr.corp.intel.com> References: <20190428022255.11784-1-fan.wang@intel.com> In-Reply-To: <20190428022255.11784-1-fan.wang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Wang, Fan >Sent: Sunday, April 28, 2019 10:23 AM >To: devel@edk2.groups.io >Cc: Gao, Liming >Subject: [Patch] Updated EDK II Release Notes > >Remove IpSec driver and IpSecConfig application in NetworkPkg for BZ1697. > >Cc: Liming Gao >Signed-off-by: Wang Fan >--- > EDK-II-Release-Notes.md | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/EDK-II-Release-Notes.md b/EDK-II-Release-Notes.md >index 892ceaf..e080082 100644 >--- a/EDK-II-Release-Notes.md >+++ b/EDK-II-Release-Notes.md >@@ -43,5 +43,10 @@ Platform FDF also needs to be changed to include >DebugServicePei and place it in > APRIORI PEI { > INF MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf > } > INF MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf > ``` >+ >+2. Remove IpSec driver in NetworkPkg for BZ1697, also include IpSecConfig >application. Below components should be removed from platform DSC/FDF >files: >+ >+NetworkPkg/Application/IpsecConfig/IpSecConfig.inf >+NetworkPkg/IpSecDxe/IpSecDxe.inf >-- >2.16.2.windows.1