diff options
author | Star Zeng <star.zeng@intel.com> | 2018-02-06 10:12:05 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2018-02-07 09:22:02 +0800 |
commit | 17ac6b23dc92c9a052a252055bec46c70a4b16ee (patch) | |
tree | 10d9e58b4e8d37a3ef44126be0af9066d735caa7 | |
parent | f1f8ce6de780ac03abdd5655560890f0b5989a41 (diff) | |
download | edk2-17ac6b23dc92c9a052a252055bec46c70a4b16ee.zip edk2-17ac6b23dc92c9a052a252055bec46c70a4b16ee.tar.gz edk2-17ac6b23dc92c9a052a252055bec46c70a4b16ee.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>
-rw-r--r-- | IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c | 5 | ||||
-rw-r--r-- | IntelSiliconPkg/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 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
|