.../Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c | 5 ++++- .../Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-)
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
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
© 2016 - 2025 Red Hat, Inc.