summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/Common
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-08-03 11:34:15 +0800
committerGuo Mang <mang.guo@intel.com>2016-08-04 10:32:40 +0800
commit190784ce5f10c94c8892d674123525155543bc64 (patch)
tree2e62b0bfb709ce08a413b921098f2e2fbf5158f9 /BraswellPlatformPkg/Common
parent6ee3037c77bee9a83aadd07729db5b4258e3f06a (diff)
downloadedk2-platforms-190784ce5f10c94c8892d674123525155543bc64.tar.xz
BraswellPlatformPkg: Move BiosId.env to Common directory
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'BraswellPlatformPkg/Common')
-rw-r--r--BraswellPlatformPkg/Common/BiosId.env42
1 files changed, 42 insertions, 0 deletions
diff --git a/BraswellPlatformPkg/Common/BiosId.env b/BraswellPlatformPkg/Common/BiosId.env
new file mode 100644
index 0000000000..fc81668f35
--- /dev/null
+++ b/BraswellPlatformPkg/Common/BiosId.env
@@ -0,0 +1,42 @@
+#
+# This file contains an 'Intel Peripheral Driver' and is
+# licensed for Intel CPUs and chipsets under the terms of your
+# license agreement with Intel or your vendor. This file may
+# be modified by the user, subject to additional terms of the
+# license agreement
+#
+#/** @file
+# This file is used to define the BIOS ID parameters of the build.
+# This file is processed by GenBiosId.
+# The BIOS ID format conforms to "BIOS Revision Identification Specification", Rev. 0.7, 6/27/2001.
+#
+# BIOS ID string format:
+# $(BOARD_ID)$(BOARD_REV).$(OEM_ID).$(VERSION_MAJOR).$(BUILD_TYPE)$(VERSION_MINOR).YYMMDDHHMM
+# All fields must have a fixed length.
+# Example: "TRFTCRB1.86C.0008.D03.0506081529"
+#
+# Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR>
+# This software and associated documentation (if any) is furnished
+# under a license and may only be used or copied in accordance
+# with the terms of the license. Except as permitted by such
+# license, no part of this software or documentation may be
+# reproduced, stored in a retrieval system, or transmitted in any
+# form or by any means without the express written consent of
+# Intel Corporation.
+#
+#**/
+
+#Here is the color mapping to the BIOS version character indicators:
+#0 = Don't display any color bar (backward compatibility)
+#X = Brown with text "This a untested BIOS. Do NOT file issues"
+#Y = Orange with text "Only daily automated testing done. DO NOT file issues"
+#P = Purple with text "This BIOS is built only to fix a specific issue"
+#B = Blue with text "PASSED WEEKLY BAT"
+
+BOARD_REV = 1
+OEM_ID = 86C
+BUILD_TYPE = <set at build time>
+
+VERSION_MAJOR = X069
+VERSION_MINOR = 00
+BOARD_ID = <set at build time>