driver/ddr/fsl: Add workaround for erratum A-009803
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-fsl-layerscape / config.h
1 /*
2  * Copyright 2015, Freescale Semiconductor
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_
8 #define _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_
9
10 #include <fsl_ddrc_version.h>
11
12 #ifdef CONFIG_SYS_FSL_DDR4
13 #define CONFIG_SYS_FSL_DDRC_GEN4
14 #else
15 #define CONFIG_SYS_FSL_DDRC_ARM_GEN3    /* Enable Freescale ARM DDR3 driver */
16 #endif
17 #define CONFIG_SYS_FSL_DDR              /* Freescale DDR driver */
18 #define CONFIG_SYS_FSL_DDR_VER          FSL_DDR_VER_5_0
19
20 /*
21  * Reserve secure memory
22  * To be aligned with MMU block size
23  */
24 #define CONFIG_SYS_MEM_RESERVE_SECURE   (2048 * 1024)   /* 2MB */
25
26 #if defined(CONFIG_LS2080A) || defined(CONFIG_LS2085A)
27 #define CONFIG_MAX_CPUS                         16
28 #define CONFIG_SYS_FSL_IFC_BANK_COUNT           8
29 #ifdef CONFIG_LS2080A
30 #define CONFIG_NUM_DDR_CONTROLLERS              2
31 #endif
32 #ifdef CONFIG_LS2085A
33 #define CONFIG_NUM_DDR_CONTROLLERS              3
34 #define CONFIG_SYS_FSL_HAS_DP_DDR
35 #endif
36 #define CONFIG_SYS_FSL_CLUSTER_CLOCKS           { 1, 1, 4, 4 }
37 #define SRDS_MAX_LANES  8
38 #define CONFIG_SYS_FSL_SRDS_1
39 #define CONFIG_SYS_FSL_SRDS_2
40 #define CONFIG_SYS_PAGE_SIZE            0x10000
41 #define CONFIG_SYS_CACHELINE_SIZE       64
42 #ifndef L1_CACHE_BYTES
43 #define L1_CACHE_SHIFT          6
44 #define L1_CACHE_BYTES          BIT(L1_CACHE_SHIFT)
45 #endif
46
47 #define CONFIG_SYS_FSL_OCRAM_BASE       0x18000000      /* initial RAM */
48 #define CONFIG_SYS_FSL_OCRAM_SIZE       0x00200000      /* 2M */
49
50 /* DDR */
51 #define CONFIG_SYS_FSL_DDR_LE
52 #define CONFIG_SYS_LS2_DDR_BLOCK1_SIZE  ((phys_size_t)2 << 30)
53 #define CONFIG_MAX_MEM_MAPPED           CONFIG_SYS_LS2_DDR_BLOCK1_SIZE
54
55 #define CONFIG_SYS_FSL_CCSR_GUR_LE
56 #define CONFIG_SYS_FSL_CCSR_SCFG_LE
57 #define CONFIG_SYS_FSL_ESDHC_LE
58 #define CONFIG_SYS_FSL_IFC_LE
59 #define CONFIG_SYS_FSL_PEX_LUT_LE
60
61 #define CONFIG_SYS_MEMAC_LITTLE_ENDIAN
62
63 /* Generic Interrupt Controller Definitions */
64 #define GICD_BASE                       0x06000000
65 #define GICR_BASE                       0x06100000
66
67 /* SMMU Defintions */
68 #define SMMU_BASE                       0x05000000 /* GR0 Base */
69
70 /* Cache Coherent Interconnect */
71 #define CCI_MN_BASE                     0x04000000
72 #define CCI_MN_RNF_NODEID_LIST          0x180
73 #define CCI_MN_DVM_DOMAIN_CTL           0x200
74 #define CCI_MN_DVM_DOMAIN_CTL_SET       0x210
75
76 #define CCI_HN_F_0_BASE                 (CCI_MN_BASE + 0x200000)
77 #define CCI_HN_F_1_BASE                 (CCI_MN_BASE + 0x210000)
78 #define CCN_HN_F_SAM_CTL                0x8     /* offset on base HN_F base */
79 #define CCN_HN_F_SAM_NODEID_MASK        0x7f
80 #define CCN_HN_F_SAM_NODEID_DDR0        0x4
81 #define CCN_HN_F_SAM_NODEID_DDR1        0xe
82
83 #define CCI_RN_I_0_BASE                 (CCI_MN_BASE + 0x800000)
84 #define CCI_RN_I_2_BASE                 (CCI_MN_BASE + 0x820000)
85 #define CCI_RN_I_6_BASE                 (CCI_MN_BASE + 0x860000)
86 #define CCI_RN_I_12_BASE                (CCI_MN_BASE + 0x8C0000)
87 #define CCI_RN_I_16_BASE                (CCI_MN_BASE + 0x900000)
88 #define CCI_RN_I_20_BASE                (CCI_MN_BASE + 0x940000)
89
90 #define CCI_S0_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x10)
91 #define CCI_S1_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x110)
92 #define CCI_S2_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x210)
93
94 #define CCI_AUX_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x0500)
95
96 /* TZ Protection Controller Definitions */
97 #define TZPC_BASE                               0x02200000
98 #define TZPCR0SIZE_BASE                         (TZPC_BASE)
99 #define TZPCDECPROT_0_STAT_BASE                 (TZPC_BASE + 0x800)
100 #define TZPCDECPROT_0_SET_BASE                  (TZPC_BASE + 0x804)
101 #define TZPCDECPROT_0_CLR_BASE                  (TZPC_BASE + 0x808)
102 #define TZPCDECPROT_1_STAT_BASE                 (TZPC_BASE + 0x80C)
103 #define TZPCDECPROT_1_SET_BASE                  (TZPC_BASE + 0x810)
104 #define TZPCDECPROT_1_CLR_BASE                  (TZPC_BASE + 0x814)
105 #define TZPCDECPROT_2_STAT_BASE                 (TZPC_BASE + 0x818)
106 #define TZPCDECPROT_2_SET_BASE                  (TZPC_BASE + 0x81C)
107 #define TZPCDECPROT_2_CLR_BASE                  (TZPC_BASE + 0x820)
108
109 #define DCSR_CGACRE5            0x700070914ULL
110 #define EPU_EPCMPR5             0x700060914ULL
111 #define EPU_EPCCR5              0x700060814ULL
112 #define EPU_EPSMCR5             0x700060228ULL
113 #define EPU_EPECR5              0x700060314ULL
114 #define EPU_EPCTR5              0x700060a14ULL
115 #define EPU_EPGCR               0x700060000ULL
116
117 #define CONFIG_SYS_FSL_ERRATUM_A008336
118 #define CONFIG_SYS_FSL_ERRATUM_A008511
119 #define CONFIG_SYS_FSL_ERRATUM_A008514
120 #define CONFIG_SYS_FSL_ERRATUM_A008585
121 #define CONFIG_SYS_FSL_ERRATUM_A008751
122 #define CONFIG_SYS_FSL_ERRATUM_A009635
123 #define CONFIG_SYS_FSL_ERRATUM_A009663
124 #define CONFIG_SYS_FSL_ERRATUM_A009803
125 #define CONFIG_SYS_FSL_ERRATUM_A009942
126
127 /* ARM A57 CORE ERRATA */
128 #define CONFIG_ARM_ERRATA_826974
129 #define CONFIG_ARM_ERRATA_828024
130 #define CONFIG_ARM_ERRATA_829520
131 #define CONFIG_ARM_ERRATA_833471
132
133 #elif defined(CONFIG_LS1043A)
134 #define CONFIG_MAX_CPUS                         4
135 #define CONFIG_SYS_CACHELINE_SIZE               64
136 #define CONFIG_SYS_FMAN_V3
137 #define CONFIG_SYS_NUM_FMAN                     1
138 #define CONFIG_SYS_NUM_FM1_DTSEC                7
139 #define CONFIG_SYS_NUM_FM1_10GEC                1
140 #define CONFIG_SYS_FSL_IFC_BANK_COUNT           4
141 #define CONFIG_NUM_DDR_CONTROLLERS              1
142 #define CONFIG_SYS_CCSRBAR_DEFAULT              0x01000000
143 #define CONFIG_SYS_FSL_SEC_COMPAT               5
144 #define CONFIG_SYS_FSL_OCRAM_BASE               0x10000000 /* initial RAM */
145 #define CONFIG_SYS_FSL_OCRAM_SIZE               0x200000 /* 2 MiB */
146 #define CONFIG_SYS_FSL_DDR_BE
147 #define CONFIG_SYS_DDR_BLOCK1_SIZE              ((phys_size_t)2 << 30)
148 #define CONFIG_MAX_MEM_MAPPED                   CONFIG_SYS_DDR_BLOCK1_SIZE
149
150 #define CONFIG_SYS_FSL_CCSR_GUR_BE
151 #define CONFIG_SYS_FSL_CCSR_SCFG_BE
152 #define CONFIG_SYS_FSL_IFC_BE
153 #define CONFIG_SYS_FSL_ESDHC_BE
154 #define CONFIG_SYS_FSL_WDOG_BE
155 #define CONFIG_SYS_FSL_DSPI_BE
156 #define CONFIG_SYS_FSL_QSPI_BE
157 #define CONFIG_SYS_FSL_PEX_LUT_BE
158
159 #define QE_MURAM_SIZE           0x6000UL
160 #define MAX_QE_RISC             1
161 #define QE_NUM_OF_SNUM          28
162
163 #define SRDS_MAX_LANES          4
164 #define CONFIG_SYS_FSL_SRDS_1
165 #define CONFIG_SYS_FSL_PCIE_COMPAT              "fsl,qoriq-pcie-v2.4"
166
167 #define CONFIG_SYS_FSL_SFP_VER_3_2
168 #define CONFIG_SYS_FSL_SEC_MON_BE
169 #define CONFIG_SYS_FSL_SEC_BE
170 #define CONFIG_SYS_FSL_SFP_BE
171 #define CONFIG_SYS_FSL_SRK_LE
172 #define CONFIG_KEY_REVOCATION
173
174 /* SMMU Defintions */
175 #define SMMU_BASE               0x09000000
176
177 /* Generic Interrupt Controller Definitions */
178 #define GICD_BASE               0x01401000
179 #define GICC_BASE               0x01402000
180
181 #define CONFIG_SYS_FSL_ERRATUM_A009663
182 #define CONFIG_SYS_FSL_ERRATUM_A009929
183 #define CONFIG_SYS_FSL_ERRATUM_A009942
184 #define CONFIG_SYS_FSL_ERRATUM_A009660
185 #else
186 #error SoC not defined
187 #endif
188
189 #endif /* _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_ */