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