PlatformBoardId.h 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. /** @file
  2. Kaby Lake Platform Board Identifiers
  3. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef _PLATFORM_BOARD_ID_H_
  7. #define _PLATFORM_BOARD_ID_H_
  8. #define FlavorUnknown 0x0
  9. #define FlavorMobile 0x1
  10. #define FlavorDesktop 0x2
  11. #define FlavorWorkstation 0x3
  12. #define FlavorUpServer 0x4
  13. #define FlavorEmbedded 0x5
  14. #define FlavorPlatformMax 0x6
  15. #define TypeUnknown 0x0
  16. #define TypeTrad 0x1
  17. #define TypeUltUlx 0x2
  18. #define BoardIdSkylakeRvp3 0x4
  19. #define BoardIdGalagoPro3 0x20
  20. #define BoardIdRayleighSLx_dGPU 0x41
  21. #define BoardIdNewgateSLx_dGPU 0x42
  22. #define BoardIdKabyLakeYLpddr3Rvp3 0x60
  23. #define BoardIdUnknown1 0xffff
  24. #endif