summaryrefslogtreecommitdiff
path: root/Platform/Hisilicon/D02/Include/Library/CpldD02.h
blob: b899dbb37744eb6f1617bf16cb5867a789e02357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/** @file
*
*  Copyright (c) 2015, Hisilicon Limited. All rights reserved.
*  Copyright (c) 2015, Linaro Limited. All rights reserved.
*
*  This program and the accompanying materials
*  are licensed and made available under the terms and conditions of the BSD License
*  which accompanies this distribution.  The full text of the license may be found at
*  http://opensource.org/licenses/bsd-license.php
*
*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
*
**/

#ifndef __CPLDD02_H__
#define __CPLDD02_H__
#define CPLD_LOGIC_VERSION                (0x52)
#define PRODUCT_VERSION                   (0x53)
#define CPLD_LOGIC_COMPLIER_YEAR          (0x54)
#define CPLD_LOGIC_COMPLIER_MONTH         (0x55)
#define CPLD_LOGIC_COMPLIER_DAY           (0x56)
#define CPLD_LOGIC_COMPLIER_HOUR          (0x57)
#define CPLD_LOGIC_COMPLIER_MINUTE        (0x58)
#define BOARD_ID                          (0x59)
#define BOM_VERSION                       (0x5A)
#define CPLD_BIOS_CURRENT_CHANNEL_REG_D02 (0x5B)

#define CPU0_PCIE1_RESET_REG                (0x12)
#define CPU0_PCIE2_RESET_REG                (0x13)
#define CPU1_PCIE1_RESET_REG                (0x14)
#define CPU1_PCIE2_RESET_REG                (0x15)

#endif /* __CPLDD02_H__ */