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# 13 14# This program and the accompanying materials are licensed and made available under 15 16# the terms and conditions of the BSD License that accompanies this distribution. 17 18# The full text of the license may be found at 19 20# http://opensource.org/licenses/bsd-license.php. 21 22# 23 24# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 25 26# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 27 28# 29 30# 31#**/ 32 33BOARD_REV = 1 34OEM_ID = X64 35BUILD_TYPE = D 36 37VERSION_MAJOR = 0084 38VERSION_MINOR = 01 39BOARD_ID = BBAYCRB 40