BiosIdR.env 878 B

12345678910111213141516171819202122232425
  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. # SPDX-License-Identifier: BSD-2-Clause-Patent
  14. #
  15. #
  16. #**/
  17. BOARD_REV = 1
  18. OEM_ID = I32
  19. BUILD_TYPE = R
  20. BOARD_ID = BLAKCRB
  21. VERSION_MAJOR = 0084
  22. VERSION_MINOR = 01