[edk2] [PATCH] IntelSiliconPkg PlatformVTdSampleDxe: State it is only for dev/debug

Star Zeng posted 1 patch 6 years, 2 months ago
Failed in applying to current master (apply log)
.../Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c          | 5 ++++-
.../Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf        | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
[edk2] [PATCH] IntelSiliconPkg PlatformVTdSampleDxe: State it is only for dev/debug
Posted by Star Zeng 6 years, 2 months ago
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
---
 .../Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c          | 5 ++++-
 .../Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf        | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

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.
 
-  Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
+  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.<BR>
   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.inf b/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf
index 9895bc201174..0200b932d829 100644
--- a/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf
+++ b/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf
@@ -1,7 +1,10 @@
 ## @file
 # Platform VTd Sample driver.
 #
-# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
+# 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.<BR>
 # 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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH] IntelSiliconPkg PlatformVTdSampleDxe: State it is only for dev/debug
Posted by Yao, Jiewen 6 years, 2 months ago
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 <star.zeng@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>;
> Kinney, Michael D <michael.d.kinney@intel.com>
> Subject: [PATCH] IntelSiliconPkg PlatformVTdSampleDxe: State it is only for
> dev/debug
> 
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Michael Kinney <michael.d.kinney@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Star Zeng <star.zeng@intel.com>
> ---
>  .../Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c          |
> 5 ++++-
>  .../Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf        |
> 5 ++++-
>  2 files changed, 8 insertions(+), 2 deletions(-)
> 
> 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.
> 
> -  Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
> +  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.<BR>
>    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.<BR>
> +# 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.<BR>
>  # 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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel