From 3c4cb3ca51dbc701106acbfc9ed888cb92db2296 Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Tue, 6 Feb 2018 10:12:05 +0800 Subject: [PATCH] IntelSiliconPkg PlatformVTdSampleDxe: State it is only for dev/debug Cc: Jiewen Yao Cc: Michael Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng Reviewed-by: Jiewen Yao (cherry picked from commit 17ac6b23dc92c9a052a252055bec46c70a4b16ee) --- .../Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c | 5 ++++- .../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 e522db069a..3b141d978f 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.
+ 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.inf b/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf index 9895bc2011..0200b932d8 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.
+# 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