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.43, mailfrom: fan.wang@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Sat, 27 Apr 2019 19:23:02 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Apr 2019 19:23:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,403,1549958400"; d="scan'208";a="341447179" Received: from fanwang2-hp.ccr.corp.intel.com ([10.239.9.28]) by fmsmga006.fm.intel.com with ESMTP; 27 Apr 2019 19:23:01 -0700 From: "Wang Fan" To: devel@edk2.groups.io Cc: Liming Gao Subject: [Patch] Updated EDK II Release Notes Date: Sun, 28 Apr 2019 10:22:55 +0800 Message-Id: <20190428022255.11784-1-fan.wang@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 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