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