From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 2154C20958BDA for ; Wed, 6 Sep 2017 00:30:01 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 06 Sep 2017 00:32:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,483,1498546800"; d="scan'208";a="148010821" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga005.fm.intel.com with ESMTP; 06 Sep 2017 00:32:50 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 6 Sep 2017 00:32:50 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 6 Sep 2017 00:32:50 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.39]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.98]) with mapi id 14.03.0319.002; Wed, 6 Sep 2017 15:32:48 +0800 From: "Zeng, Star" To: "Yao, Jiewen" , "edk2-devel@lists.01.org" CC: "Zeng, Star" Thread-Topic: [edk2] [PATCH 0/2] Add VTd policy PCD Thread-Index: AQHTJtr9i/Jb4NL5OEicBQ/Hj3o4SKKnduPg Date: Wed, 6 Sep 2017 07:32:48 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103B93ACD9@shsmsx102.ccr.corp.intel.com> References: <1504679983-15536-1-git-send-email-jiewen.yao@intel.com> In-Reply-To: <1504679983-15536-1-git-send-email-jiewen.yao@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 0/2] Add VTd policy PCD X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2017 07:30:01 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jiew= en Yao Sent: Wednesday, September 6, 2017 2:40 PM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH 0/2] Add VTd policy PCD Add PcdVTdPolicyPropertyMask BIT0: This is to control if a platform wants to enable VTd based protection= during boot. BIT1: This is to control if a platform wants to keep VTd enabled at ExitBoo= tService. The default configuration is BIT0:1, BIT1:0. Jiewen Yao (2): IntelSiliconPkg/dec: Add VTd policy PCD IntelSiliconPkg/IntelVtd: Consume VTd policy PCD IntelSiliconPkg/IntelSiliconPkg.dec | 6 ++++++ IntelSiliconPkg/IntelVTdDxe/DmaProtection.c | 7 +++++-- IntelSiliconPkg/IntelVTdDxe/IntelVTdDxe.c | 4 ++++ IntelSiliconPkg/IntelVTdDxe/IntelVTdDxe.inf | 3 +++ 4 files changed, 18 insertions(+), 2 deletions(-) -- 2.7.4.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel