From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=jiewen.yao@intel.com; receiver=edk2-devel@lists.01.org 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 6958921F0DA45 for ; Mon, 5 Feb 2018 18:28:29 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Feb 2018 18:34:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,467,1511856000"; d="scan'208";a="16147240" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga006.jf.intel.com with ESMTP; 05 Feb 2018 18:34:11 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 5 Feb 2018 18:34:10 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 5 Feb 2018 18:34:10 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.124]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Tue, 6 Feb 2018 10:34:08 +0800 From: "Yao, Jiewen" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" Thread-Topic: [PATCH] IntelSiliconPkg PlatformVTdSampleDxe: State it is only for dev/debug Thread-Index: AQHTnvAj0e2aq01BUEaLsQfAJ7wPgaOWp/xQ Date: Tue, 6 Feb 2018 02:34:08 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503AAB5898@shsmsx102.ccr.corp.intel.com> References: <1517883230-15592-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1517883230-15592-1-git-send-email-star.zeng@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzFmOTQ2ZDYtNWU2ZC00MmMyLWJmODAtMDk2YWI2NTA2NjQ3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJJTlY3ek80eGRPRUlCaFBTU24yeWU3aUFpUzZFXC9JMGphbmtQRVJ3UlNWOG83OVpiUzdcL1lNVXdMcVZOaDdrelYifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] IntelSiliconPkg PlatformVTdSampleDxe: State it is only for dev/debug X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 02:28:29 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: Zeng, Star > Sent: Tuesday, February 6, 2018 10:14 AM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Yao, Jiewen ; > Kinney, Michael D > Subject: [PATCH] IntelSiliconPkg PlatformVTdSampleDxe: State it is only f= or > dev/debug >=20 > Cc: Jiewen Yao > Cc: Michael Kinney > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Star Zeng > --- > .../Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c | > 5 ++++- > .../Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf | > 5 ++++- > 2 files changed, 8 insertions(+), 2 deletions(-) >=20 > diff --git > a/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c > b/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe. > c > index e522db069a43..3b141d978fdc 100644 > --- > a/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c > +++ > b/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe. > c > @@ -1,7 +1,10 @@ > /** @file > Platform VTd Sample driver. >=20 > - Copyright (c) 2017, Intel Corporation. All rights reserved.
> + Note: This module should only be used for dev/debug purposes. > + It MUST never be used for production builds. > + > + Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.
> This program and the accompanying materials > are licensed and made available under the terms and conditions of the = BSD > License > which accompanies this distribution. The full text of the license may= be > found at > diff --git > a/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.i > nf > b/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.i > nf > index 9895bc201174..0200b932d829 100644 > --- > a/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.i > nf > +++ > b/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.i > nf > @@ -1,7 +1,10 @@ > ## @file > # Platform VTd Sample driver. > # > -# Copyright (c) 2017, Intel Corporation. All rights reserved.
> +# Note: This module should only be used for dev/debug purposes. > +# It MUST never be used for production builds. > +# > +# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.
> # This program and the accompanying materials > # are licensed and made available under the terms and conditions of the = BSD > License > # which accompanies this distribution. The full text of the license may= be > found at > -- > 2.7.0.windows.1