diff options
author | Eric Dong <eric.dong@intel.com> | 2014-10-15 06:20:09 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-10-15 06:20:09 +0000 |
commit | c373687eb8032ba7436adbed1de68b065cf568ee (patch) | |
tree | 83d78f3f51c5df96acf4c7f242fd5289d30c4bf9 | |
parent | 741a1e5895a2f617acb2e391a48c653f7dbe44ab (diff) | |
download | edk2-platforms-c373687eb8032ba7436adbed1de68b065cf568ee.tar.xz |
Add comments for FSVariable driver which used by Duet platform only, trust all meta data for this platform.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16218 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | DuetPkg/FSVariable/FSVariable.inf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DuetPkg/FSVariable/FSVariable.inf b/DuetPkg/FSVariable/FSVariable.inf index 83268381d3..ad9037a858 100644 --- a/DuetPkg/FSVariable/FSVariable.inf +++ b/DuetPkg/FSVariable/FSVariable.inf @@ -1,5 +1,11 @@ ## @file
#
+# Caution: This file is used for Duet platform only, do not use them in real platform.
+# All variable code, variable metadata, and variable data used by Duet platform are on
+# disk. They can be changed by user. BIOS is not able to protoect those.
+# Duet trusts all meta data from disk. If variable code, variable metadata and variable
+# data is modified in inproper way, the behavior is undefined.
+#
# Copyright (c) 2006 - 2010, 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
|