]>
Commit | Line | Data |
---|---|---|
3cbfba02 DW |
1 | #/** @file\r |
2 | # This file is used to define the BIOS ID parameters of the build.\r | |
3 | # This file is processed by GenBiosId.\r | |
4 | # The BIOS ID format conforms to "BIOS Revision Identification Specification", Rev. 0.7, 6/27/2001.\r | |
5 | #\r | |
6 | # BIOS ID string format:\r | |
7 | # $(BOARD_ID)$(BOARD_REV).$(OEM_ID).$(VERSION_MAJOR).$(BUILD_TYPE)$(VERSION_MINOR).YYMMDDHHMM\r | |
8 | # All fields must have a fixed length.\r | |
9 | # Example: "TRFTCRB1.86C.0008.D03.0506081529"\r | |
10 | #\r | |
e7db2976 | 11 | # Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR>\r |
3cbfba02 DW |
12 | # \r\r |
13 | # This program and the accompanying materials are licensed and made available under\r\r | |
14 | # the terms and conditions of the BSD License that accompanies this distribution. \r\r | |
15 | # The full text of the license may be found at \r\r | |
16 | # http://opensource.org/licenses/bsd-license.php. \r\r | |
17 | # \r\r | |
18 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r | |
19 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r | |
20 | # \r\r | |
21 | #\r | |
22 | #**/\r | |
23 | \r | |
24 | BOARD_REV = 1\r | |
25 | OEM_ID = I32\r | |
26 | BUILD_TYPE = D\r | |
27 | \r | |
28 | BOARD_ID = BLAKCRB\r | |
9ea2d901 | 29 | VERSION_MAJOR = 0084\r |
a4d42c22 | 30 | VERSION_MINOR = 01\r |