BiosIdR.env 1.4 KB

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