PlatformBoardId.h 410 B

1234567891011121314151617
  1. /** @file
  2. Defines Platform BoardIds
  3. Copyright (c) 2021, 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. // TigerLake Sku IDs
  9. #define SkuIdTglU 0x1
  10. // TigerLake Board Id 0x01
  11. #define BoardIdTglUDdr4 0x01
  12. #endif // _PLATFORM_BOARD_ID_H_