CpldD02.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. /** @file
  2. *
  3. * Copyright (c) 2015, Hisilicon Limited. All rights reserved.
  4. * Copyright (c) 2015, Linaro Limited. All rights reserved.
  5. *
  6. * This program and the accompanying materials
  7. * are licensed and made available under the terms and conditions of the BSD License
  8. * which accompanies this distribution. The full text of the license may be found at
  9. * http://opensource.org/licenses/bsd-license.php
  10. *
  11. * THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  13. *
  14. **/
  15. #ifndef __CPLDD02_H__
  16. #define __CPLDD02_H__
  17. #define CPLD_LOGIC_VERSION (0x52)
  18. #define PRODUCT_VERSION (0x53)
  19. #define CPLD_LOGIC_COMPLIER_YEAR (0x54)
  20. #define CPLD_LOGIC_COMPLIER_MONTH (0x55)
  21. #define CPLD_LOGIC_COMPLIER_DAY (0x56)
  22. #define CPLD_LOGIC_COMPLIER_HOUR (0x57)
  23. #define CPLD_LOGIC_COMPLIER_MINUTE (0x58)
  24. #define BOARD_ID (0x59)
  25. #define BOM_VERSION (0x5A)
  26. #define CPLD_BIOS_CURRENT_CHANNEL_REG_D02 (0x5B)
  27. #define CPU0_PCIE1_RESET_REG (0x12)
  28. #define CPU0_PCIE2_RESET_REG (0x13)
  29. #define CPU1_PCIE1_RESET_REG (0x14)
  30. #define CPU1_PCIE2_RESET_REG (0x15)
  31. #endif /* __CPLDD02_H__ */