summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2018-02-06 10:12:05 +0800
committerStar Zeng <star.zeng@intel.com>2018-05-10 14:23:49 +0800
commit3c4cb3ca51dbc701106acbfc9ed888cb92db2296 (patch)
treefe00b19f7786f1549495cbafbc04898fb6e6b3bb
parent8927f4683be110bb5b526463cde5d992fb810c49 (diff)
downloadedk2-3c4cb3ca51dbc701106acbfc9ed888cb92db2296.zip
edk2-3c4cb3ca51dbc701106acbfc9ed888cb92db2296.tar.gz
edk2-3c4cb3ca51dbc701106acbfc9ed888cb92db2296.tar.bz2
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> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> (cherry picked from commit 17ac6b23dc92c9a052a252055bec46c70a4b16ee)
-rw-r--r--IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c5
-rw-r--r--IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf5
2 files changed, 8 insertions, 2 deletions
diff --git a/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c b/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c
index e522db0..3b141d9 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 9895bc2..0200b93 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