Convert CONFIG_SYS_PCI_64BIT to Kconfig
[platform/kernel/u-boot.git] / include / configs / P1010RDB.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2010-2011 Freescale Semiconductor, Inc.
4  * Copyright 2020 NXP
5  */
6
7 /*
8  * P010 RDB board configuration file
9  */
10
11 #ifndef __CONFIG_H
12 #define __CONFIG_H
13
14 #include <linux/stringify.h>
15
16 #include <asm/config_mpc85xx.h>
17
18 #ifdef CONFIG_SDCARD
19 #define CONFIG_SPL_FLUSH_IMAGE
20 #define CONFIG_SPL_TARGET               "u-boot-with-spl.bin"
21 #define CONFIG_SPL_PAD_TO               0x18000
22 #define CONFIG_SPL_MAX_SIZE             (96 * 1024)
23 #define CONFIG_SYS_MMC_U_BOOT_SIZE      (512 << 10)
24 #define CONFIG_SYS_MMC_U_BOOT_DST       (0x11000000)
25 #define CONFIG_SYS_MMC_U_BOOT_START     (0x11000000)
26 #define CONFIG_SYS_MMC_U_BOOT_OFFS      (96 << 10)
27 #define CONFIG_SYS_MPC85XX_NO_RESETVEC
28 #ifdef CONFIG_SPL_BUILD
29 #define CONFIG_SPL_COMMON_INIT_DDR
30 #endif
31 #endif
32
33 #ifdef CONFIG_SPIFLASH
34 #ifdef CONFIG_NXP_ESBC
35 #define CONFIG_RAMBOOT_SPIFLASH
36 #define CONFIG_RESET_VECTOR_ADDRESS     0x110bfffc
37 #else
38 #define CONFIG_SPL_SPI_FLASH_MINIMAL
39 #define CONFIG_SPL_FLUSH_IMAGE
40 #define CONFIG_SPL_TARGET               "u-boot-with-spl.bin"
41 #define CONFIG_SPL_PAD_TO                       0x18000
42 #define CONFIG_SPL_MAX_SIZE                     (96 * 1024)
43 #define CONFIG_SYS_SPI_FLASH_U_BOOT_SIZE        (512 << 10)
44 #define CONFIG_SYS_SPI_FLASH_U_BOOT_DST         (0x11000000)
45 #define CONFIG_SYS_SPI_FLASH_U_BOOT_START       (0x11000000)
46 #define CONFIG_SYS_SPI_FLASH_U_BOOT_OFFS        (96 << 10)
47 #define CONFIG_SYS_MPC85XX_NO_RESETVEC
48 #ifdef CONFIG_SPL_BUILD
49 #define CONFIG_SPL_COMMON_INIT_DDR
50 #endif
51 #endif
52 #endif
53
54 #ifdef CONFIG_MTD_RAW_NAND
55 #ifdef CONFIG_NXP_ESBC
56 #define CONFIG_SPL_INIT_MINIMAL
57 #define CONFIG_SPL_FLUSH_IMAGE
58 #define CONFIG_SPL_TARGET               "u-boot-with-spl.bin"
59
60 #define CONFIG_SPL_MAX_SIZE             8192
61 #define CONFIG_SPL_RELOC_TEXT_BASE      0x00100000
62 #define CONFIG_SPL_RELOC_STACK          0x00100000
63 #define CONFIG_SYS_NAND_U_BOOT_SIZE     ((768 << 10) - 0x2000)
64 #define CONFIG_SYS_NAND_U_BOOT_DST      (0x00200000 - CONFIG_SPL_MAX_SIZE)
65 #define CONFIG_SYS_NAND_U_BOOT_START    0x00200000
66 #define CONFIG_SYS_NAND_U_BOOT_OFFS     0
67 #else
68 #ifdef CONFIG_TPL_BUILD
69 #define CONFIG_SPL_FLUSH_IMAGE
70 #define CONFIG_SPL_NAND_INIT
71 #define CONFIG_SPL_COMMON_INIT_DDR
72 #define CONFIG_SPL_MAX_SIZE             (128 << 10)
73 #define CONFIG_TPL_TEXT_BASE            0xD0001000
74 #define CONFIG_SYS_MPC85XX_NO_RESETVEC
75 #define CONFIG_SYS_NAND_U_BOOT_SIZE     (576 << 10)
76 #define CONFIG_SYS_NAND_U_BOOT_DST      (0x11000000)
77 #define CONFIG_SYS_NAND_U_BOOT_START    (0x11000000)
78 #define CONFIG_SYS_NAND_U_BOOT_OFFS     ((128 + 128) << 10)
79 #elif defined(CONFIG_SPL_BUILD)
80 #define CONFIG_SPL_INIT_MINIMAL
81 #define CONFIG_SPL_NAND_MINIMAL
82 #define CONFIG_SPL_FLUSH_IMAGE
83 #define CONFIG_SPL_MAX_SIZE             8192
84 #define CONFIG_SYS_NAND_U_BOOT_SIZE     (128 << 10)
85 #define CONFIG_SYS_NAND_U_BOOT_DST      0xD0000000
86 #define CONFIG_SYS_NAND_U_BOOT_START    0xD0000000
87 #define CONFIG_SYS_NAND_U_BOOT_OFFS     (128 << 10)
88 #endif
89 #define CONFIG_SPL_PAD_TO       0x20000
90 #define CONFIG_TPL_PAD_TO       0x20000
91 #define CONFIG_SPL_TARGET       "u-boot-with-spl.bin"
92 #endif
93 #endif
94
95 #ifdef CONFIG_NAND_SECBOOT      /* NAND Boot */
96 #define CONFIG_RAMBOOT_NAND
97 #define CONFIG_RESET_VECTOR_ADDRESS     0x110bfffc
98 #endif
99
100 #ifndef CONFIG_RESET_VECTOR_ADDRESS
101 #define CONFIG_RESET_VECTOR_ADDRESS     0xeffffffc
102 #endif
103
104 #ifdef CONFIG_TPL_BUILD
105 #define CONFIG_SYS_MONITOR_BASE CONFIG_TPL_TEXT_BASE
106 #elif defined(CONFIG_SPL_BUILD)
107 #define CONFIG_SYS_MONITOR_BASE CONFIG_SPL_TEXT_BASE
108 #else
109 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE    /* start of monitor */
110 #endif
111
112 /* High Level Configuration Options */
113
114 #if defined(CONFIG_PCI)
115 #define CONFIG_PCIE1                    /* PCIE controller 1 (slot 1) */
116 #define CONFIG_PCIE2                    /* PCIE controller 2 (slot 2) */
117
118 /*
119  * PCI Windows
120  * Memory space is mapped 1-1, but I/O space must start from 0.
121  */
122 /* controller 1, Slot 1, tgtid 1, Base address a000 */
123 #define CONFIG_SYS_PCIE1_MEM_VIRT       0x80000000
124 #ifdef CONFIG_PHYS_64BIT
125 #define CONFIG_SYS_PCIE1_MEM_PHYS       0xc00000000ull
126 #else
127 #define CONFIG_SYS_PCIE1_MEM_PHYS       0x80000000
128 #endif
129 #define CONFIG_SYS_PCIE1_IO_VIRT        0xffc00000
130 #ifdef CONFIG_PHYS_64BIT
131 #define CONFIG_SYS_PCIE1_IO_PHYS        0xfffc00000ull
132 #else
133 #define CONFIG_SYS_PCIE1_IO_PHYS        0xffc00000
134 #endif
135
136 /* controller 2, Slot 2, tgtid 2, Base address 9000 */
137 #define CONFIG_SYS_PCIE2_MEM_VIRT       0xa0000000
138 #ifdef CONFIG_PHYS_64BIT
139 #define CONFIG_SYS_PCIE2_MEM_PHYS       0xc20000000ull
140 #else
141 #define CONFIG_SYS_PCIE2_MEM_PHYS       0xa0000000
142 #endif
143 #define CONFIG_SYS_PCIE2_IO_VIRT        0xffc10000
144 #ifdef CONFIG_PHYS_64BIT
145 #define CONFIG_SYS_PCIE2_IO_PHYS        0xfffc10000ull
146 #else
147 #define CONFIG_SYS_PCIE2_IO_PHYS        0xffc10000
148 #endif
149
150 #define CONFIG_PCI_SCAN_SHOW            /* show pci devices on startup */
151 #endif
152
153 #define CONFIG_SYS_CLK_FREQ     66666666 /* SYSCLK for P1010 RDB */
154
155 #define CONFIG_HWCONFIG
156 /*
157  * These can be toggled for performance analysis, otherwise use default.
158  */
159 #define CONFIG_L2_CACHE                 /* toggle L2 cache */
160 #define CONFIG_BTB                      /* toggle branch predition */
161
162
163 #define CONFIG_ENABLE_36BIT_PHYS
164
165 /* DDR Setup */
166 #define CONFIG_SYS_DDR_RAW_TIMING
167 #define CONFIG_SYS_SPD_BUS_NUM          1
168 #define SPD_EEPROM_ADDRESS              0x52
169
170 #define CONFIG_MEM_INIT_VALUE           0xDeadBeef
171
172 #ifndef __ASSEMBLY__
173 extern unsigned long get_sdram_size(void);
174 #endif
175 #define CONFIG_SYS_SDRAM_SIZE           get_sdram_size() /* DDR size */
176 #define CONFIG_SYS_DDR_SDRAM_BASE       0x00000000
177 #define CONFIG_SYS_SDRAM_BASE           CONFIG_SYS_DDR_SDRAM_BASE
178
179 #define CONFIG_DIMM_SLOTS_PER_CTLR      1
180 #define CONFIG_CHIP_SELECTS_PER_CTRL    1
181
182 /* DDR3 Controller Settings */
183 #define CONFIG_SYS_DDR_CS0_BNDS         0x0000003f
184 #define CONFIG_SYS_DDR_CS0_CONFIG       0x80014302
185 #define CONFIG_SYS_DDR_CS0_CONFIG_2     0x00000000
186 #define CONFIG_SYS_DDR_DATA_INIT        0xdeadbeef
187 #define CONFIG_SYS_DDR_INIT_ADDR        0x00000000
188 #define CONFIG_SYS_DDR_INIT_EXT_ADDR    0x00000000
189 #define CONFIG_SYS_DDR_MODE_CONTROL     0x00000000
190 #define CONFIG_SYS_DDR_ZQ_CONTROL       0x89080600
191 #define CONFIG_SYS_DDR_SR_CNTR          0x00000000
192 #define CONFIG_SYS_DDR_RCW_1            0x00000000
193 #define CONFIG_SYS_DDR_RCW_2            0x00000000
194 #define CONFIG_SYS_DDR_CONTROL          0xc70c0008      /* Type = DDR3  */
195 #define CONFIG_SYS_DDR_CONTROL_2        0x24401000
196 #define CONFIG_SYS_DDR_TIMING_4         0x00000001
197 #define CONFIG_SYS_DDR_TIMING_5         0x03402400
198
199 #define CONFIG_SYS_DDR_TIMING_3_800     0x00030000
200 #define CONFIG_SYS_DDR_TIMING_0_800     0x00110104
201 #define CONFIG_SYS_DDR_TIMING_1_800     0x6f6b8644
202 #define CONFIG_SYS_DDR_TIMING_2_800     0x0FA888CF
203 #define CONFIG_SYS_DDR_CLK_CTRL_800     0x03000000
204 #define CONFIG_SYS_DDR_MODE_1_800       0x00441420
205 #define CONFIG_SYS_DDR_MODE_2_800       0x00000000
206 #define CONFIG_SYS_DDR_INTERVAL_800     0x0C300100
207 #define CONFIG_SYS_DDR_WRLVL_CONTROL_800 0x8675f608
208
209 /* settings for DDR3 at 667MT/s */
210 #define CONFIG_SYS_DDR_TIMING_3_667             0x00010000
211 #define CONFIG_SYS_DDR_TIMING_0_667             0x00110004
212 #define CONFIG_SYS_DDR_TIMING_1_667             0x5d59e544
213 #define CONFIG_SYS_DDR_TIMING_2_667             0x0FA890CD
214 #define CONFIG_SYS_DDR_CLK_CTRL_667             0x03000000
215 #define CONFIG_SYS_DDR_MODE_1_667               0x00441210
216 #define CONFIG_SYS_DDR_MODE_2_667               0x00000000
217 #define CONFIG_SYS_DDR_INTERVAL_667             0x0a280000
218 #define CONFIG_SYS_DDR_WRLVL_CONTROL_667        0x8675F608
219
220 #define CONFIG_SYS_CCSRBAR                      0xffe00000
221 #define CONFIG_SYS_CCSRBAR_PHYS_LOW             CONFIG_SYS_CCSRBAR
222
223 /* Don't relocate CCSRBAR while in NAND_SPL */
224 #ifdef CONFIG_SPL_BUILD
225 #define CONFIG_SYS_CCSR_DO_NOT_RELOCATE
226 #endif
227
228 /*
229  * Memory map
230  *
231  * 0x0000_0000  0x3fff_ffff     DDR                     1G cacheable
232  * 0x8000_0000  0xbfff_ffff     PCI Express Mem         1.5G non-cacheable
233  * 0xffc0_0000  0xffc3_ffff     PCI IO range            256k non-cacheable
234  *
235  * Localbus non-cacheable
236  * 0xff80_0000  0xff8f_ffff     NAND Flash              1M non-cacheable
237  * 0xffb0_0000  0xffbf_ffff     Board CPLD              1M non-cacheable
238  * 0xffd0_0000  0xffd0_3fff     L1 for stack            16K Cacheable TLB0
239  * 0xffe0_0000  0xffef_ffff     CCSR                    1M non-cacheable
240  */
241
242 /*
243  * IFC Definitions
244  */
245 /* NOR Flash on IFC */
246
247 #define CONFIG_SYS_FLASH_BASE           0xee000000
248 #define CONFIG_SYS_MAX_FLASH_SECT       256     /* 32M */
249
250 #ifdef CONFIG_PHYS_64BIT
251 #define CONFIG_SYS_FLASH_BASE_PHYS      (0xf00000000ull | CONFIG_SYS_FLASH_BASE)
252 #else
253 #define CONFIG_SYS_FLASH_BASE_PHYS      CONFIG_SYS_FLASH_BASE
254 #endif
255
256 #define CONFIG_SYS_NOR_CSPR     (CSPR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS) | \
257                                 CSPR_PORT_SIZE_16 | \
258                                 CSPR_MSEL_NOR | \
259                                 CSPR_V)
260 #define CONFIG_SYS_NOR_AMASK    IFC_AMASK(32*1024*1024)
261 #define CONFIG_SYS_NOR_CSOR     CSOR_NOR_ADM_SHIFT(7)
262 /* NOR Flash Timing Params */
263 #define CONFIG_SYS_NOR_FTIM0    FTIM0_NOR_TACSE(0x4) | \
264                                 FTIM0_NOR_TEADC(0x5) | \
265                                 FTIM0_NOR_TEAHC(0x5)
266 #define CONFIG_SYS_NOR_FTIM1    FTIM1_NOR_TACO(0x1e) | \
267                                 FTIM1_NOR_TRAD_NOR(0x0f)
268 #define CONFIG_SYS_NOR_FTIM2    FTIM2_NOR_TCS(0x4) | \
269                                 FTIM2_NOR_TCH(0x4) | \
270                                 FTIM2_NOR_TWP(0x1c)
271 #define CONFIG_SYS_NOR_FTIM3    0x0
272
273 #define CONFIG_SYS_FLASH_BANKS_LIST     {CONFIG_SYS_FLASH_BASE_PHYS}
274 #define CONFIG_SYS_FLASH_QUIET_TEST
275 #define CONFIG_FLASH_SHOW_PROGRESS      45      /* count down from 45/5: 9..1 */
276 #define CONFIG_SYS_MAX_FLASH_BANKS      1       /* number of banks */
277
278 #undef CONFIG_SYS_FLASH_CHECKSUM
279 #define CONFIG_SYS_FLASH_ERASE_TOUT     60000   /* Flash Erase Timeout (ms) */
280 #define CONFIG_SYS_FLASH_WRITE_TOUT     500     /* Flash Write Timeout (ms) */
281
282 /* CFI for NOR Flash */
283 #define CONFIG_SYS_FLASH_EMPTY_INFO
284
285 /* NAND Flash on IFC */
286 #define CONFIG_SYS_NAND_BASE            0xff800000
287 #ifdef CONFIG_PHYS_64BIT
288 #define CONFIG_SYS_NAND_BASE_PHYS       0xfff800000ull
289 #else
290 #define CONFIG_SYS_NAND_BASE_PHYS       CONFIG_SYS_NAND_BASE
291 #endif
292
293 #define CONFIG_MTD_PARTITION
294
295 #define CONFIG_SYS_NAND_CSPR    (CSPR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS) \
296                                 | CSPR_PORT_SIZE_8      \
297                                 | CSPR_MSEL_NAND        \
298                                 | CSPR_V)
299 #define CONFIG_SYS_NAND_AMASK   IFC_AMASK(64*1024)
300
301 #if defined(CONFIG_TARGET_P1010RDB_PA)
302 #define CONFIG_SYS_NAND_CSOR    (CSOR_NAND_ECC_ENC_EN   /* ECC on encode */ \
303                                 | CSOR_NAND_ECC_DEC_EN  /* ECC on decode */ \
304                                 | CSOR_NAND_ECC_MODE_4  /* 4-bit ECC */ \
305                                 | CSOR_NAND_RAL_2       /* RAL = 2 Bytes */ \
306                                 | CSOR_NAND_PGS_512     /* Page Size = 512b */ \
307                                 | CSOR_NAND_SPRZ_16     /* Spare size = 16 */ \
308                                 | CSOR_NAND_PB(32))     /* 32 Pages Per Block */
309
310 #elif defined(CONFIG_TARGET_P1010RDB_PB)
311 #define CONFIG_SYS_NAND_CSOR   (CSOR_NAND_ECC_ENC_EN   /* ECC on encode */ \
312                                 | CSOR_NAND_ECC_DEC_EN  /* ECC on decode */ \
313                                 | CSOR_NAND_ECC_MODE_4  /* 4-bit ECC */ \
314                                 | CSOR_NAND_RAL_3       /* RAL = 3Byes */ \
315                                 | CSOR_NAND_PGS_4K      /* Page Size = 4K */ \
316                                 | CSOR_NAND_SPRZ_224    /* Spare size = 224 */ \
317                                 | CSOR_NAND_PB(128))  /*Pages Per Block = 128 */
318 #endif
319
320 #define CONFIG_SYS_NAND_BASE_LIST       { CONFIG_SYS_NAND_BASE }
321 #define CONFIG_SYS_MAX_NAND_DEVICE      1
322
323 #if defined(CONFIG_TARGET_P1010RDB_PA)
324 /* NAND Flash Timing Params */
325 #define CONFIG_SYS_NAND_FTIM0           FTIM0_NAND_TCCST(0x01) | \
326                                         FTIM0_NAND_TWP(0x0C)   | \
327                                         FTIM0_NAND_TWCHT(0x04) | \
328                                         FTIM0_NAND_TWH(0x05)
329 #define CONFIG_SYS_NAND_FTIM1           FTIM1_NAND_TADLE(0x1d) | \
330                                         FTIM1_NAND_TWBE(0x1d)  | \
331                                         FTIM1_NAND_TRR(0x07)   | \
332                                         FTIM1_NAND_TRP(0x0c)
333 #define CONFIG_SYS_NAND_FTIM2           FTIM2_NAND_TRAD(0x0c) | \
334                                         FTIM2_NAND_TREH(0x05) | \
335                                         FTIM2_NAND_TWHRE(0x0f)
336 #define CONFIG_SYS_NAND_FTIM3           FTIM3_NAND_TWW(0x04)
337
338 #elif defined(CONFIG_TARGET_P1010RDB_PB)
339 /* support MT29F16G08ABABAWP 4k-pagesize 2G-bytes NAND */
340 /* ONFI NAND Flash mode0 Timing Params */
341 #define CONFIG_SYS_NAND_FTIM0  (FTIM0_NAND_TCCST(0x07)| \
342                                         FTIM0_NAND_TWP(0x18)   | \
343                                         FTIM0_NAND_TWCHT(0x07) | \
344                                         FTIM0_NAND_TWH(0x0a))
345 #define CONFIG_SYS_NAND_FTIM1  (FTIM1_NAND_TADLE(0x32)| \
346                                         FTIM1_NAND_TWBE(0x39)  | \
347                                         FTIM1_NAND_TRR(0x0e)   | \
348                                         FTIM1_NAND_TRP(0x18))
349 #define CONFIG_SYS_NAND_FTIM2  (FTIM2_NAND_TRAD(0x0f) | \
350                                         FTIM2_NAND_TREH(0x0a)  | \
351                                         FTIM2_NAND_TWHRE(0x1e))
352 #define CONFIG_SYS_NAND_FTIM3   0x0
353 #endif
354
355 #define CONFIG_SYS_NAND_DDR_LAW         11
356
357 /* Set up IFC registers for boot location NOR/NAND */
358 #if defined(CONFIG_MTD_RAW_NAND) || defined(CONFIG_NAND_SECBOOT)
359 #define CONFIG_SYS_CSPR0                CONFIG_SYS_NAND_CSPR
360 #define CONFIG_SYS_AMASK0               CONFIG_SYS_NAND_AMASK
361 #define CONFIG_SYS_CSOR0                CONFIG_SYS_NAND_CSOR
362 #define CONFIG_SYS_CS0_FTIM0            CONFIG_SYS_NAND_FTIM0
363 #define CONFIG_SYS_CS0_FTIM1            CONFIG_SYS_NAND_FTIM1
364 #define CONFIG_SYS_CS0_FTIM2            CONFIG_SYS_NAND_FTIM2
365 #define CONFIG_SYS_CS0_FTIM3            CONFIG_SYS_NAND_FTIM3
366 #define CONFIG_SYS_CSPR1                CONFIG_SYS_NOR_CSPR
367 #define CONFIG_SYS_AMASK1               CONFIG_SYS_NOR_AMASK
368 #define CONFIG_SYS_CSOR1                CONFIG_SYS_NOR_CSOR
369 #define CONFIG_SYS_CS1_FTIM0            CONFIG_SYS_NOR_FTIM0
370 #define CONFIG_SYS_CS1_FTIM1            CONFIG_SYS_NOR_FTIM1
371 #define CONFIG_SYS_CS1_FTIM2            CONFIG_SYS_NOR_FTIM2
372 #define CONFIG_SYS_CS1_FTIM3            CONFIG_SYS_NOR_FTIM3
373 #else
374 #define CONFIG_SYS_CSPR0                CONFIG_SYS_NOR_CSPR
375 #define CONFIG_SYS_AMASK0               CONFIG_SYS_NOR_AMASK
376 #define CONFIG_SYS_CSOR0                CONFIG_SYS_NOR_CSOR
377 #define CONFIG_SYS_CS0_FTIM0            CONFIG_SYS_NOR_FTIM0
378 #define CONFIG_SYS_CS0_FTIM1            CONFIG_SYS_NOR_FTIM1
379 #define CONFIG_SYS_CS0_FTIM2            CONFIG_SYS_NOR_FTIM2
380 #define CONFIG_SYS_CS0_FTIM3            CONFIG_SYS_NOR_FTIM3
381 #define CONFIG_SYS_CSPR1                CONFIG_SYS_NAND_CSPR
382 #define CONFIG_SYS_AMASK1               CONFIG_SYS_NAND_AMASK
383 #define CONFIG_SYS_CSOR1                CONFIG_SYS_NAND_CSOR
384 #define CONFIG_SYS_CS1_FTIM0            CONFIG_SYS_NAND_FTIM0
385 #define CONFIG_SYS_CS1_FTIM1            CONFIG_SYS_NAND_FTIM1
386 #define CONFIG_SYS_CS1_FTIM2            CONFIG_SYS_NAND_FTIM2
387 #define CONFIG_SYS_CS1_FTIM3            CONFIG_SYS_NAND_FTIM3
388 #endif
389
390 /* CPLD on IFC */
391 #define CONFIG_SYS_CPLD_BASE            0xffb00000
392
393 #ifdef CONFIG_PHYS_64BIT
394 #define CONFIG_SYS_CPLD_BASE_PHYS       0xfffb00000ull
395 #else
396 #define CONFIG_SYS_CPLD_BASE_PHYS       CONFIG_SYS_CPLD_BASE
397 #endif
398
399 #define CONFIG_SYS_CSPR3        (CSPR_PHYS_ADDR(CONFIG_SYS_CPLD_BASE_PHYS) \
400                                 | CSPR_PORT_SIZE_8 \
401                                 | CSPR_MSEL_GPCM \
402                                 | CSPR_V)
403 #define CONFIG_SYS_AMASK3               IFC_AMASK(64*1024)
404 #define CONFIG_SYS_CSOR3                0x0
405 /* CPLD Timing parameters for IFC CS3 */
406 #define CONFIG_SYS_CS3_FTIM0            (FTIM0_GPCM_TACSE(0x0e) | \
407                                         FTIM0_GPCM_TEADC(0x0e) | \
408                                         FTIM0_GPCM_TEAHC(0x0e))
409 #define CONFIG_SYS_CS3_FTIM1            (FTIM1_GPCM_TACO(0x0e) | \
410                                         FTIM1_GPCM_TRAD(0x1f))
411 #define CONFIG_SYS_CS3_FTIM2            (FTIM2_GPCM_TCS(0x0e) | \
412                                         FTIM2_GPCM_TCH(0x8) | \
413                                         FTIM2_GPCM_TWP(0x1f))
414 #define CONFIG_SYS_CS3_FTIM3            0x0
415
416 #if defined(CONFIG_RAMBOOT_SDCARD) || defined(CONFIG_RAMBOOT_SPIFLASH) || \
417         defined(CONFIG_RAMBOOT_NAND)
418 #define CONFIG_SYS_RAMBOOT
419 #else
420 #undef CONFIG_SYS_RAMBOOT
421 #endif
422
423 #ifdef CONFIG_SYS_FSL_ERRATUM_IFC_A003399
424 #if !defined(CONFIG_SPL) && !defined(CONFIG_SYS_RAMBOOT)
425 #define CONFIG_A003399_NOR_WORKAROUND
426 #endif
427 #endif
428
429 #define CONFIG_SYS_INIT_RAM_LOCK
430 #define CONFIG_SYS_INIT_RAM_ADDR        0xffd00000 /* stack in RAM */
431 #define CONFIG_SYS_INIT_RAM_SIZE        0x00004000 /* End of used area in RAM */
432
433 #define CONFIG_SYS_GBL_DATA_OFFSET      (CONFIG_SYS_INIT_RAM_SIZE \
434                                                 - GENERATED_GBL_DATA_SIZE)
435 #define CONFIG_SYS_INIT_SP_OFFSET       CONFIG_SYS_GBL_DATA_OFFSET
436
437 #define CONFIG_SYS_MONITOR_LEN          (768 * 1024)
438
439 /*
440  * Config the L2 Cache as L2 SRAM
441  */
442 #if defined(CONFIG_SPL_BUILD)
443 #if defined(CONFIG_SDCARD) || defined(CONFIG_SPIFLASH)
444 #define CONFIG_SYS_INIT_L2_ADDR         0xD0000000
445 #define CONFIG_SYS_INIT_L2_ADDR_PHYS    CONFIG_SYS_INIT_L2_ADDR
446 #define CONFIG_SYS_L2_SIZE              (256 << 10)
447 #define CONFIG_SYS_INIT_L2_END  (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
448 #define CONFIG_SPL_RELOC_TEXT_BASE      0xD0001000
449 #define CONFIG_SPL_RELOC_STACK          (CONFIG_SYS_INIT_L2_ADDR + 112 * 1024)
450 #define CONFIG_SPL_RELOC_MALLOC_ADDR    (CONFIG_SYS_INIT_L2_ADDR + 128 * 1024)
451 #define CONFIG_SPL_RELOC_MALLOC_SIZE    (128 << 10)
452 #define CONFIG_SPL_GD_ADDR              (CONFIG_SYS_INIT_L2_ADDR + 96 * 1024)
453 #elif defined(CONFIG_MTD_RAW_NAND)
454 #ifdef CONFIG_TPL_BUILD
455 #define CONFIG_SYS_INIT_L2_ADDR         0xD0000000
456 #define CONFIG_SYS_INIT_L2_ADDR_PHYS    CONFIG_SYS_INIT_L2_ADDR
457 #define CONFIG_SYS_L2_SIZE              (256 << 10)
458 #define CONFIG_SYS_INIT_L2_END  (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
459 #define CONFIG_SPL_RELOC_TEXT_BASE      0xD0001000
460 #define CONFIG_SPL_RELOC_STACK          (CONFIG_SYS_INIT_L2_ADDR + 192 * 1024)
461 #define CONFIG_SPL_RELOC_MALLOC_ADDR    (CONFIG_SYS_INIT_L2_ADDR + 208 * 1024)
462 #define CONFIG_SPL_RELOC_MALLOC_SIZE    (48 << 10)
463 #define CONFIG_SPL_GD_ADDR              (CONFIG_SYS_INIT_L2_ADDR + 176 * 1024)
464 #else
465 #define CONFIG_SYS_INIT_L2_ADDR         0xD0000000
466 #define CONFIG_SYS_INIT_L2_ADDR_PHYS    CONFIG_SYS_INIT_L2_ADDR
467 #define CONFIG_SYS_L2_SIZE              (256 << 10)
468 #define CONFIG_SYS_INIT_L2_END  (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
469 #define CONFIG_SPL_RELOC_TEXT_BASE      (CONFIG_SYS_INIT_L2_END - 0x3000)
470 #define CONFIG_SPL_RELOC_STACK          ((CONFIG_SYS_INIT_L2_END - 1) & ~0xF)
471 #endif
472 #endif
473 #endif
474
475 /* Serial Port */
476 #undef  CONFIG_SERIAL_SOFTWARE_FIFO
477 #define CONFIG_SYS_NS16550_SERIAL
478 #define CONFIG_SYS_NS16550_REG_SIZE     1
479 #define CONFIG_SYS_NS16550_CLK          get_bus_freq(0)
480 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_INIT_MINIMAL)
481 #define CONFIG_NS16550_MIN_FUNCTIONS
482 #endif
483
484 #define CONFIG_SYS_BAUDRATE_TABLE       \
485         {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
486
487 #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x4500)
488 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600)
489
490 /* I2C */
491 #define I2C_PCA9557_ADDR1               0x18
492 #define I2C_PCA9557_ADDR2               0x19
493 #define I2C_PCA9557_BUS_NUM             0
494
495 /* I2C EEPROM */
496 #if defined(CONFIG_TARGET_P1010RDB_PB)
497 #ifdef CONFIG_ID_EEPROM
498 #define CONFIG_SYS_I2C_EEPROM_NXID
499 #endif
500 #define CONFIG_SYS_EEPROM_BUS_NUM       0
501 #define MAX_NUM_PORTS                   9 /* for 128Bytes EEPROM */
502 #endif
503 /* enable read and write access to EEPROM */
504
505 /* RTC */
506 #define CONFIG_RTC_PT7C4338
507 #define CONFIG_SYS_I2C_RTC_ADDR 0x68
508
509 /*
510  * SPI interface will not be available in case of NAND boot SPI CS0 will be
511  * used for SLIC
512  */
513 #if !defined(CONFIG_MTD_RAW_NAND) || !defined(CONFIG_NAND_SECBOOT)
514 /* eSPI - Enhanced SPI */
515 #endif
516
517 #if defined(CONFIG_TSEC_ENET)
518 #define CONFIG_MII_DEFAULT_TSEC 1       /* Allow unregistered phys */
519 #define CONFIG_TSEC1    1
520 #define CONFIG_TSEC1_NAME       "eTSEC1"
521 #define CONFIG_TSEC2    1
522 #define CONFIG_TSEC2_NAME       "eTSEC2"
523 #define CONFIG_TSEC3    1
524 #define CONFIG_TSEC3_NAME       "eTSEC3"
525
526 #define TSEC1_PHY_ADDR          1
527 #define TSEC2_PHY_ADDR          0
528 #define TSEC3_PHY_ADDR          2
529
530 #define TSEC1_FLAGS             (TSEC_GIGABIT | TSEC_REDUCED)
531 #define TSEC2_FLAGS             (TSEC_GIGABIT | TSEC_REDUCED)
532 #define TSEC3_FLAGS             (TSEC_GIGABIT | TSEC_REDUCED)
533
534 #define TSEC1_PHYIDX            0
535 #define TSEC2_PHYIDX            0
536 #define TSEC3_PHYIDX            0
537
538 #define CONFIG_ETHPRIME         "eTSEC1"
539
540 /* TBI PHY configuration for SGMII mode */
541 #define CONFIG_TSEC_TBICR_SETTINGS ( \
542                 TBICR_PHY_RESET \
543                 | TBICR_ANEG_ENABLE \
544                 | TBICR_FULL_DUPLEX \
545                 | TBICR_SPEED1_SET \
546                 )
547
548 #endif  /* CONFIG_TSEC_ENET */
549
550 /* SATA */
551 #define CONFIG_FSL_SATA_V2
552
553 #ifdef CONFIG_FSL_SATA
554 #define CONFIG_SYS_SATA_MAX_DEVICE      2
555 #define CONFIG_SATA1
556 #define CONFIG_SYS_SATA1                CONFIG_SYS_MPC85xx_SATA1_ADDR
557 #define CONFIG_SYS_SATA1_FLAGS          FLAGS_DMA
558 #define CONFIG_SATA2
559 #define CONFIG_SYS_SATA2                CONFIG_SYS_MPC85xx_SATA2_ADDR
560 #define CONFIG_SYS_SATA2_FLAGS          FLAGS_DMA
561
562 #define CONFIG_LBA48
563 #endif /* #ifdef CONFIG_FSL_SATA  */
564
565 #ifdef CONFIG_MMC
566 #define CONFIG_SYS_FSL_ESDHC_ADDR       CONFIG_SYS_MPC85xx_ESDHC_ADDR
567 #endif
568
569 #define CONFIG_HAS_FSL_DR_USB
570
571 #if defined(CONFIG_HAS_FSL_DR_USB)
572 #ifdef CONFIG_USB_EHCI_HCD
573 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
574 #endif
575 #endif
576
577 /*
578  * Environment
579  */
580 #if defined(CONFIG_SDCARD)
581 #define CONFIG_FSL_FIXED_MMC_LOCATION
582 #elif defined(CONFIG_MTD_RAW_NAND)
583 #ifdef CONFIG_TPL_BUILD
584 #define SPL_ENV_ADDR            (CONFIG_SYS_INIT_L2_ADDR + (160 << 10))
585 #else
586 #if defined(CONFIG_TARGET_P1010RDB_PA)
587 #define CONFIG_ENV_RANGE        (3 * CONFIG_ENV_SIZE) /* 3*16=48K for env */
588 #elif defined(CONFIG_TARGET_P1010RDB_PB)
589 #define CONFIG_ENV_RANGE        (32 * CONFIG_ENV_SIZE) /* new block size 512K */
590 #endif
591 #endif
592 #endif
593
594 #define CONFIG_LOADS_ECHO               /* echo on for serial download */
595 #define CONFIG_SYS_LOADS_BAUD_CHANGE    /* allow baudrate change */
596
597 #if defined(CONFIG_MMC) || defined(CONFIG_USB_EHCI_HCD) \
598                  || defined(CONFIG_FSL_SATA)
599 #endif
600
601 /*
602  * Miscellaneous configurable options
603  */
604
605 /*
606  * For booting Linux, the board info and command line data
607  * have to be in the first 64 MB of memory, since this is
608  * the maximum mapped by the Linux kernel during initialization.
609  */
610 #define CONFIG_SYS_BOOTMAPSZ    (64 << 20) /* Initial Memory map for Linux */
611 #define CONFIG_SYS_BOOTM_LEN    (64 << 20) /* Increase max gunzip size */
612
613 /*
614  * Environment Configuration
615  */
616
617 #if defined(CONFIG_TSEC_ENET)
618 #define CONFIG_HAS_ETH0
619 #define CONFIG_HAS_ETH1
620 #define CONFIG_HAS_ETH2
621 #endif
622
623 #define CONFIG_ROOTPATH         "/opt/nfsroot"
624 #define CONFIG_BOOTFILE         "uImage"
625 #define CONFIG_UBOOTPATH        u-boot.bin/* U-Boot image on TFTP server */
626
627 #define CONFIG_EXTRA_ENV_SETTINGS                               \
628         "hwconfig=" __stringify(CONFIG_DEF_HWCONFIG)  "\0"      \
629         "netdev=eth0\0"                                         \
630         "uboot=" __stringify(CONFIG_UBOOTPATH) "\0"             \
631         "loadaddr=1000000\0"                    \
632         "consoledev=ttyS0\0"                            \
633         "ramdiskaddr=2000000\0"                 \
634         "ramdiskfile=rootfs.ext2.gz.uboot\0"            \
635         "fdtaddr=1e00000\0"                             \
636         "fdtfile=p1010rdb.dtb\0"                \
637         "bdev=sda1\0"   \
638         "hwconfig=usb1:dr_mode=host,phy_type=utmi\0"    \
639         "othbootargs=ramdisk_size=600000\0" \
640         "usbfatboot=setenv bootargs root=/dev/ram rw "  \
641         "console=$consoledev,$baudrate $othbootargs; "  \
642         "usb start;"                    \
643         "fatload usb 0:2 $loadaddr $bootfile;"          \
644         "fatload usb 0:2 $fdtaddr $fdtfile;"    \
645         "fatload usb 0:2 $ramdiskaddr $ramdiskfile;"    \
646         "bootm $loadaddr $ramdiskaddr $fdtaddr\0"               \
647         "usbext2boot=setenv bootargs root=/dev/ram rw " \
648         "console=$consoledev,$baudrate $othbootargs; "  \
649         "usb start;"                    \
650         "ext2load usb 0:4 $loadaddr $bootfile;"         \
651         "ext2load usb 0:4 $fdtaddr $fdtfile;"   \
652         "ext2load usb 0:4 $ramdiskaddr $ramdiskfile;"   \
653         "bootm $loadaddr $ramdiskaddr $fdtaddr\0"       \
654         CONFIG_BOOTMODE
655
656 #if defined(CONFIG_TARGET_P1010RDB_PA)
657 #define CONFIG_BOOTMODE \
658         "boot_bank0=i2c dev 0; i2c mw 18 1 f1; i2c mw 18 3 f0;" \
659         "mw.b ffb00011 0; mw.b ffb00009 0; reset\0" \
660         "boot_bank1=i2c dev 0; i2c mw 18 1 f1; i2c mw 18 3 f0;" \
661         "mw.b ffb00011 0; mw.b ffb00009 1; reset\0" \
662         "boot_nand=i2c dev 0; i2c mw 18 1 f9; i2c mw 18 3 f0;" \
663         "mw.b ffb00011 0; mw.b ffb00017 1; reset\0"
664
665 #elif defined(CONFIG_TARGET_P1010RDB_PB)
666 #define CONFIG_BOOTMODE \
667         "boot_bank0=i2c dev 0; i2c mw 18 1 fe; i2c mw 18 3 0;" \
668         "i2c mw 19 1 2; i2c mw 19 3 e1; reset\0" \
669         "boot_bank1=i2c dev 0; i2c mw 18 1 fe; i2c mw 18 3 0;" \
670         "i2c mw 19 1 12; i2c mw 19 3 e1; reset\0" \
671         "boot_nand=i2c dev 0; i2c mw 18 1 fc; i2c mw 18 3 0;" \
672         "i2c mw 19 1 8; i2c mw 19 3 f7; reset\0" \
673         "boot_spi=i2c dev 0; i2c mw 18 1 fa; i2c mw 18 3 0;" \
674         "i2c mw 19 1 0; i2c mw 19 3 f7; reset\0" \
675         "boot_sd=i2c dev 0; i2c mw 18 1 f8; i2c mw 18 3 0;" \
676         "i2c mw 19 1 4; i2c mw 19 3 f3; reset\0"
677 #endif
678
679 #include <asm/fsl_secure_boot.h>
680
681 #endif  /* __CONFIG_H */