Merge branch '2020-05-07-more-kconfig-migrations'
[oweals/u-boot.git] / include / configs / B4860QDS.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2011-2012 Freescale Semiconductor, Inc.
4  */
5
6 #ifndef __CONFIG_H
7 #define __CONFIG_H
8
9 /*
10  * B4860 QDS board configuration file
11  */
12 #ifdef CONFIG_RAMBOOT_PBL
13 #define CONFIG_SYS_FSL_PBL_PBI  $(SRCTREE)/board/freescale/b4860qds/b4_pbi.cfg
14 #define CONFIG_SYS_FSL_PBL_RCW  $(SRCTREE)/board/freescale/b4860qds/b4_rcw.cfg
15 #ifndef CONFIG_MTD_RAW_NAND
16 #define CONFIG_RAMBOOT_TEXT_BASE        CONFIG_SYS_TEXT_BASE
17 #define CONFIG_RESET_VECTOR_ADDRESS     0xfffffffc
18 #else
19 #define CONFIG_SPL_FLUSH_IMAGE
20 #define CONFIG_SPL_PAD_TO               0x40000
21 #define CONFIG_SPL_MAX_SIZE             0x28000
22 #define RESET_VECTOR_OFFSET             0x27FFC
23 #define BOOT_PAGE_OFFSET                0x27000
24 #define CONFIG_SYS_NAND_U_BOOT_SIZE     (768 << 10)
25 #define CONFIG_SYS_NAND_U_BOOT_DST      0x00200000
26 #define CONFIG_SYS_NAND_U_BOOT_START    0x00200000
27 #define CONFIG_SYS_NAND_U_BOOT_OFFS     (256 << 10)
28 #ifdef CONFIG_SPL_BUILD
29 #define CONFIG_SPL_SKIP_RELOCATE
30 #define CONFIG_SPL_COMMON_INIT_DDR
31 #define CONFIG_SYS_CCSR_DO_NOT_RELOCATE
32 #endif
33 #endif
34 #endif
35
36 #ifdef CONFIG_SRIO_PCIE_BOOT_SLAVE
37 /* Set 1M boot space */
38 #define CONFIG_SYS_SRIO_PCIE_BOOT_SLAVE_ADDR (CONFIG_SYS_TEXT_BASE & 0xfff00000)
39 #define CONFIG_SYS_SRIO_PCIE_BOOT_SLAVE_ADDR_PHYS \
40                 (0x300000000ull | CONFIG_SYS_SRIO_PCIE_BOOT_SLAVE_ADDR)
41 #define CONFIG_RESET_VECTOR_ADDRESS 0xfffffffc
42 #endif
43
44 /* High Level Configuration Options */
45 #define CONFIG_SYS_BOOK3E_HV            /* Category E.HV supported */
46
47 #ifndef CONFIG_RESET_VECTOR_ADDRESS
48 #define CONFIG_RESET_VECTOR_ADDRESS     0xeffffffc
49 #endif
50
51 #define CONFIG_SYS_FSL_CPC              /* Corenet Platform Cache */
52 #define CONFIG_SYS_NUM_CPC              CONFIG_SYS_NUM_DDR_CTLRS
53 #define CONFIG_PCIE1                    /* PCIE controller 1 */
54 #define CONFIG_FSL_PCI_INIT             /* Use common FSL init code */
55 #define CONFIG_SYS_PCI_64BIT            /* enable 64-bit PCI resources */
56
57 #ifndef CONFIG_ARCH_B4420
58 #define CONFIG_SYS_SRIO
59 #define CONFIG_SRIO1                    /* SRIO port 1 */
60 #define CONFIG_SRIO2                    /* SRIO port 2 */
61 #define CONFIG_SRIO_PCIE_BOOT_MASTER
62 #endif
63
64 /* I2C bus multiplexer */
65 #define I2C_MUX_PCA_ADDR                0x77
66
67 /* VSC Crossbar switches */
68 #define CONFIG_VSC_CROSSBAR
69 #define I2C_CH_DEFAULT                  0x8
70 #define I2C_CH_VSC3316                  0xc
71 #define I2C_CH_VSC3308                  0xd
72
73 #define VSC3316_TX_ADDRESS              0x70
74 #define VSC3316_RX_ADDRESS              0x71
75 #define VSC3308_TX_ADDRESS              0x02
76 #define VSC3308_RX_ADDRESS              0x03
77
78 /* IDT clock synthesizers */
79 #define CONFIG_IDT8T49N222A
80 #define I2C_CH_IDT                     0x9
81
82 #define IDT_SERDES1_ADDRESS            0x6E
83 #define IDT_SERDES2_ADDRESS            0x6C
84
85 /* Voltage monitor on channel 2*/
86 #define I2C_MUX_CH_VOL_MONITOR          0xa
87 #define I2C_VOL_MONITOR_ADDR            0x40
88 #define I2C_VOL_MONITOR_BUS_V_OFFSET    0x2
89 #define I2C_VOL_MONITOR_BUS_V_OVF       0x1
90 #define I2C_VOL_MONITOR_BUS_V_SHIFT     3
91
92 #define CONFIG_ZM7300
93 #define I2C_MUX_CH_DPM                  0xa
94 #define I2C_DPM_ADDR                    0x28
95
96 #define CONFIG_ENV_OVERWRITE
97
98 #if defined(CONFIG_SPIFLASH)
99 #elif defined(CONFIG_SDCARD)
100 #define CONFIG_SYS_MMC_ENV_DEV          0
101 #endif
102
103 #ifndef __ASSEMBLY__
104 unsigned long get_board_sys_clk(void);
105 unsigned long get_board_ddr_clk(void);
106 #endif
107 #define CONFIG_SYS_CLK_FREQ     get_board_sys_clk() /* sysclk for MPC85xx */
108 #define CONFIG_DDR_CLK_FREQ     get_board_ddr_clk()
109
110 /*
111  * These can be toggled for performance analysis, otherwise use default.
112  */
113 #define CONFIG_SYS_CACHE_STASHING
114 #define CONFIG_BTB                      /* toggle branch predition */
115 #define CONFIG_DDR_ECC
116 #ifdef CONFIG_DDR_ECC
117 #define CONFIG_ECC_INIT_VIA_DDRCONTROLLER
118 #define CONFIG_MEM_INIT_VALUE           0xdeadbeef
119 #endif
120
121 #define CONFIG_ENABLE_36BIT_PHYS
122
123 #ifdef CONFIG_PHYS_64BIT
124 #define CONFIG_ADDR_MAP
125 #define CONFIG_SYS_NUM_ADDR_MAP         64      /* number of TLB1 entries */
126 #endif
127
128 #if 0
129 #define CONFIG_POST CONFIG_SYS_POST_MEMORY      /* test POST memory test */
130 #endif
131
132 /*
133  *  Config the L3 Cache as L3 SRAM
134  */
135 #define CONFIG_SYS_INIT_L3_ADDR         0xFFFC0000
136 #define CONFIG_SYS_L3_SIZE              256 << 10
137 #define CONFIG_SPL_GD_ADDR              (CONFIG_SYS_INIT_L3_ADDR + 32 * 1024)
138 #define SPL_ENV_ADDR                    (CONFIG_SPL_GD_ADDR + 4 * 1024)
139 #define CONFIG_SPL_RELOC_MALLOC_ADDR    (CONFIG_SPL_GD_ADDR + 12 * 1024)
140 #define CONFIG_SPL_RELOC_MALLOC_SIZE    (30 << 10)
141 #define CONFIG_SPL_RELOC_STACK          (CONFIG_SPL_GD_ADDR + 64 * 1024)
142
143 #ifdef CONFIG_PHYS_64BIT
144 #define CONFIG_SYS_DCSRBAR              0xf0000000
145 #define CONFIG_SYS_DCSRBAR_PHYS         0xf00000000ull
146 #endif
147
148 /* EEPROM */
149 #define CONFIG_ID_EEPROM
150 #define CONFIG_SYS_I2C_EEPROM_NXID
151 #define CONFIG_SYS_EEPROM_BUS_NUM       0
152 #define CONFIG_SYS_I2C_EEPROM_ADDR      0x57
153 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN  1
154 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
155 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5
156
157 /*
158  * DDR Setup
159  */
160 #define CONFIG_VERY_BIG_RAM
161 #define CONFIG_SYS_DDR_SDRAM_BASE       0x00000000
162 #define CONFIG_SYS_SDRAM_BASE           CONFIG_SYS_DDR_SDRAM_BASE
163
164 #define CONFIG_DIMM_SLOTS_PER_CTLR      1
165 #define CONFIG_CHIP_SELECTS_PER_CTRL    (4 * CONFIG_DIMM_SLOTS_PER_CTLR)
166
167 #define CONFIG_DDR_SPD
168 #define CONFIG_SYS_DDR_RAW_TIMING
169
170 #define CONFIG_SYS_SPD_BUS_NUM  0
171 #define SPD_EEPROM_ADDRESS1     0x51
172 #define SPD_EEPROM_ADDRESS2     0x53
173
174 #define SPD_EEPROM_ADDRESS      SPD_EEPROM_ADDRESS1
175 #define CONFIG_SYS_SDRAM_SIZE   2048    /* for fixed parameter use */
176
177 /*
178  * IFC Definitions
179  */
180 #define CONFIG_SYS_FLASH_BASE   0xe0000000
181 #ifdef CONFIG_PHYS_64BIT
182 #define CONFIG_SYS_FLASH_BASE_PHYS      (0xf00000000ull | CONFIG_SYS_FLASH_BASE)
183 #else
184 #define CONFIG_SYS_FLASH_BASE_PHYS      CONFIG_SYS_FLASH_BASE
185 #endif
186
187 #define CONFIG_SYS_NOR0_CSPR_EXT        (0xf)
188 #define CONFIG_SYS_NOR0_CSPR    (CSPR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS \
189                                 + 0x8000000) | \
190                                 CSPR_PORT_SIZE_16 | \
191                                 CSPR_MSEL_NOR | \
192                                 CSPR_V)
193 #define CONFIG_SYS_NOR1_CSPR_EXT        (0xf)
194 #define CONFIG_SYS_NOR1_CSPR    (CSPR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS) | \
195                                 CSPR_PORT_SIZE_16 | \
196                                 CSPR_MSEL_NOR | \
197                                 CSPR_V)
198 #define CONFIG_SYS_NOR_AMASK    IFC_AMASK(128 * 1024 * 1024)
199 /* NOR Flash Timing Params */
200 #define CONFIG_SYS_NOR_CSOR     CSOR_NOR_ADM_SHIFT(4)
201 #define CONFIG_SYS_NOR_FTIM0    (FTIM0_NOR_TACSE(0x01) | \
202                                 FTIM0_NOR_TEADC(0x04) | \
203                                 FTIM0_NOR_TEAHC(0x20))
204 #define CONFIG_SYS_NOR_FTIM1    (FTIM1_NOR_TACO(0x35) | \
205                                 FTIM1_NOR_TRAD_NOR(0x1A) |\
206                                 FTIM1_NOR_TSEQRAD_NOR(0x13))
207 #define CONFIG_SYS_NOR_FTIM2    (FTIM2_NOR_TCS(0x01) | \
208                                 FTIM2_NOR_TCH(0x0E) | \
209                                 FTIM2_NOR_TWPH(0x0E) | \
210                                 FTIM2_NOR_TWP(0x1c))
211 #define CONFIG_SYS_NOR_FTIM3    0x0
212
213 #define CONFIG_SYS_FLASH_QUIET_TEST
214 #define CONFIG_FLASH_SHOW_PROGRESS      45 /* count down from 45/5: 9..1 */
215
216 #define CONFIG_SYS_MAX_FLASH_BANKS      2       /* number of banks */
217 #define CONFIG_SYS_MAX_FLASH_SECT       1024    /* sectors per device */
218 #define CONFIG_SYS_FLASH_ERASE_TOUT     60000   /* Flash Erase Timeout (ms) */
219 #define CONFIG_SYS_FLASH_WRITE_TOUT     500     /* Flash Write Timeout (ms) */
220
221 #define CONFIG_SYS_FLASH_EMPTY_INFO
222 #define CONFIG_SYS_FLASH_BANKS_LIST     {CONFIG_SYS_FLASH_BASE_PHYS \
223                                         + 0x8000000, CONFIG_SYS_FLASH_BASE_PHYS}
224
225 #define CONFIG_FSL_QIXIS        /* use common QIXIS code */
226 #define CONFIG_FSL_QIXIS_V2
227 #define QIXIS_BASE              0xffdf0000
228 #ifdef CONFIG_PHYS_64BIT
229 #define QIXIS_BASE_PHYS         (0xf00000000ull | QIXIS_BASE)
230 #else
231 #define QIXIS_BASE_PHYS         QIXIS_BASE
232 #endif
233 #define QIXIS_LBMAP_SWITCH              0x01
234 #define QIXIS_LBMAP_MASK                0x0f
235 #define QIXIS_LBMAP_SHIFT               0
236 #define QIXIS_LBMAP_DFLTBANK            0x00
237 #define QIXIS_LBMAP_ALTBANK             0x02
238 #define QIXIS_RST_CTL_RESET             0x31
239 #define QIXIS_RCFG_CTL_RECONFIG_IDLE    0x20
240 #define QIXIS_RCFG_CTL_RECONFIG_START   0x21
241 #define QIXIS_RCFG_CTL_WATCHDOG_ENBLE   0x08
242
243 #define CONFIG_SYS_CSPR3_EXT    (0xf)
244 #define CONFIG_SYS_CSPR3        (CSPR_PHYS_ADDR(QIXIS_BASE_PHYS) \
245                                 | CSPR_PORT_SIZE_8 \
246                                 | CSPR_MSEL_GPCM \
247                                 | CSPR_V)
248 #define CONFIG_SYS_AMASK3       IFC_AMASK(64 * 1024)
249 #define CONFIG_SYS_CSOR3        0x0
250 /* QIXIS Timing parameters for IFC CS3 */
251 #define CONFIG_SYS_CS3_FTIM0            (FTIM0_GPCM_TACSE(0x0e) | \
252                                         FTIM0_GPCM_TEADC(0x0e) | \
253                                         FTIM0_GPCM_TEAHC(0x0e))
254 #define CONFIG_SYS_CS3_FTIM1            (FTIM1_GPCM_TACO(0x0e) | \
255                                         FTIM1_GPCM_TRAD(0x1f))
256 #define CONFIG_SYS_CS3_FTIM2            (FTIM2_GPCM_TCS(0x0e) | \
257                                         FTIM2_GPCM_TCH(0x8) | \
258                                         FTIM2_GPCM_TWP(0x1f))
259 #define CONFIG_SYS_CS3_FTIM3            0x0
260
261 /* NAND Flash on IFC */
262 #define CONFIG_NAND_FSL_IFC
263 #define CONFIG_SYS_NAND_MAX_ECCPOS      256
264 #define CONFIG_SYS_NAND_MAX_OOBFREE     2
265 #define CONFIG_SYS_NAND_BASE            0xff800000
266 #ifdef CONFIG_PHYS_64BIT
267 #define CONFIG_SYS_NAND_BASE_PHYS       (0xf00000000ull | CONFIG_SYS_NAND_BASE)
268 #else
269 #define CONFIG_SYS_NAND_BASE_PHYS       CONFIG_SYS_NAND_BASE
270 #endif
271
272 #define CONFIG_SYS_NAND_CSPR_EXT        (0xf)
273 #define CONFIG_SYS_NAND_CSPR    (CSPR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS) \
274                                 | CSPR_PORT_SIZE_8 /* Port Size = 8 bit */ \
275                                 | CSPR_MSEL_NAND        /* MSEL = NAND */ \
276                                 | CSPR_V)
277 #define CONFIG_SYS_NAND_AMASK   IFC_AMASK(64 * 1024)
278
279 #define CONFIG_SYS_NAND_CSOR    (CSOR_NAND_ECC_ENC_EN   /* ECC on encode */ \
280                                 | CSOR_NAND_ECC_DEC_EN  /* ECC on decode */ \
281                                 | CSOR_NAND_ECC_MODE_4  /* 4-bit ECC */ \
282                                 | CSOR_NAND_RAL_3       /* RAL = 2Byes */ \
283                                 | CSOR_NAND_PGS_2K      /* Page Size = 2K */ \
284                                 | CSOR_NAND_SPRZ_64/* Spare size = 64 */ \
285                                 | CSOR_NAND_PB(64))     /*Pages Per Block = 64*/
286
287 #define CONFIG_SYS_NAND_ONFI_DETECTION
288
289 /* ONFI NAND Flash mode0 Timing Params */
290 #define CONFIG_SYS_NAND_FTIM0           (FTIM0_NAND_TCCST(0x07) | \
291                                         FTIM0_NAND_TWP(0x18)   | \
292                                         FTIM0_NAND_TWCHT(0x07) | \
293                                         FTIM0_NAND_TWH(0x0a))
294 #define CONFIG_SYS_NAND_FTIM1           (FTIM1_NAND_TADLE(0x32) | \
295                                         FTIM1_NAND_TWBE(0x39)  | \
296                                         FTIM1_NAND_TRR(0x0e)   | \
297                                         FTIM1_NAND_TRP(0x18))
298 #define CONFIG_SYS_NAND_FTIM2           (FTIM2_NAND_TRAD(0x0f) | \
299                                         FTIM2_NAND_TREH(0x0a) | \
300                                         FTIM2_NAND_TWHRE(0x1e))
301 #define CONFIG_SYS_NAND_FTIM3           0x0
302
303 #define CONFIG_SYS_NAND_DDR_LAW         11
304
305 #define CONFIG_SYS_NAND_BASE_LIST       { CONFIG_SYS_NAND_BASE }
306 #define CONFIG_SYS_MAX_NAND_DEVICE      1
307
308 #define CONFIG_SYS_NAND_BLOCK_SIZE      (128 * 1024)
309
310 #if defined(CONFIG_MTD_RAW_NAND)
311 #define CONFIG_SYS_CSPR0_EXT            CONFIG_SYS_NAND_CSPR_EXT
312 #define CONFIG_SYS_CSPR0                CONFIG_SYS_NAND_CSPR
313 #define CONFIG_SYS_AMASK0               CONFIG_SYS_NAND_AMASK
314 #define CONFIG_SYS_CSOR0                CONFIG_SYS_NAND_CSOR
315 #define CONFIG_SYS_CS0_FTIM0            CONFIG_SYS_NAND_FTIM0
316 #define CONFIG_SYS_CS0_FTIM1            CONFIG_SYS_NAND_FTIM1
317 #define CONFIG_SYS_CS0_FTIM2            CONFIG_SYS_NAND_FTIM2
318 #define CONFIG_SYS_CS0_FTIM3            CONFIG_SYS_NAND_FTIM3
319 #define CONFIG_SYS_CSPR2_EXT            CONFIG_SYS_NOR0_CSPR_EXT
320 #define CONFIG_SYS_CSPR2                CONFIG_SYS_NOR0_CSPR
321 #define CONFIG_SYS_AMASK2               CONFIG_SYS_NOR_AMASK
322 #define CONFIG_SYS_CSOR2                CONFIG_SYS_NOR_CSOR
323 #define CONFIG_SYS_CS2_FTIM0            CONFIG_SYS_NOR_FTIM0
324 #define CONFIG_SYS_CS2_FTIM1            CONFIG_SYS_NOR_FTIM1
325 #define CONFIG_SYS_CS2_FTIM2            CONFIG_SYS_NOR_FTIM2
326 #define CONFIG_SYS_CS2_FTIM3            CONFIG_SYS_NOR_FTIM3
327 #else
328 #define CONFIG_SYS_CSPR0_EXT            CONFIG_SYS_NOR0_CSPR_EXT
329 #define CONFIG_SYS_CSPR0                CONFIG_SYS_NOR0_CSPR
330 #define CONFIG_SYS_AMASK0               CONFIG_SYS_NOR_AMASK
331 #define CONFIG_SYS_CSOR0                CONFIG_SYS_NOR_CSOR
332 #define CONFIG_SYS_CS0_FTIM0            CONFIG_SYS_NOR_FTIM0
333 #define CONFIG_SYS_CS0_FTIM1            CONFIG_SYS_NOR_FTIM1
334 #define CONFIG_SYS_CS0_FTIM2            CONFIG_SYS_NOR_FTIM2
335 #define CONFIG_SYS_CS0_FTIM3            CONFIG_SYS_NOR_FTIM3
336 #define CONFIG_SYS_CSPR2_EXT            CONFIG_SYS_NAND_CSPR_EXT
337 #define CONFIG_SYS_CSPR2                CONFIG_SYS_NAND_CSPR
338 #define CONFIG_SYS_AMASK2               CONFIG_SYS_NAND_AMASK
339 #define CONFIG_SYS_CSOR2                CONFIG_SYS_NAND_CSOR
340 #define CONFIG_SYS_CS2_FTIM0            CONFIG_SYS_NAND_FTIM0
341 #define CONFIG_SYS_CS2_FTIM1            CONFIG_SYS_NAND_FTIM1
342 #define CONFIG_SYS_CS2_FTIM2            CONFIG_SYS_NAND_FTIM2
343 #define CONFIG_SYS_CS2_FTIM3            CONFIG_SYS_NAND_FTIM3
344 #endif
345 #define CONFIG_SYS_CSPR1_EXT            CONFIG_SYS_NOR1_CSPR_EXT
346 #define CONFIG_SYS_CSPR1                CONFIG_SYS_NOR1_CSPR
347 #define CONFIG_SYS_AMASK1               CONFIG_SYS_NOR_AMASK
348 #define CONFIG_SYS_CSOR1                CONFIG_SYS_NOR_CSOR
349 #define CONFIG_SYS_CS1_FTIM0            CONFIG_SYS_NOR_FTIM0
350 #define CONFIG_SYS_CS1_FTIM1            CONFIG_SYS_NOR_FTIM1
351 #define CONFIG_SYS_CS1_FTIM2            CONFIG_SYS_NOR_FTIM2
352 #define CONFIG_SYS_CS1_FTIM3            CONFIG_SYS_NOR_FTIM3
353
354 #ifdef CONFIG_SPL_BUILD
355 #define CONFIG_SYS_MONITOR_BASE CONFIG_SPL_TEXT_BASE
356 #else
357 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE    /* start of monitor */
358 #endif
359
360 #if defined(CONFIG_RAMBOOT_PBL)
361 #define CONFIG_SYS_RAMBOOT
362 #endif
363
364 #define CONFIG_HWCONFIG
365
366 /* define to use L1 as initial stack */
367 #define CONFIG_L1_INIT_RAM
368 #define CONFIG_SYS_INIT_RAM_LOCK
369 #define CONFIG_SYS_INIT_RAM_ADDR        0xfdd00000      /* Initial L1 address */
370 #ifdef CONFIG_PHYS_64BIT
371 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH      0xf
372 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW       0xfe03c000
373 /* The assembler doesn't like typecast */
374 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
375         ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
376           CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW)
377 #else
378 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS   0xfe03c000 /* Initial L1 address */
379 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0
380 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW CONFIG_SYS_INIT_RAM_ADDR_PHYS
381 #endif
382 #define CONFIG_SYS_INIT_RAM_SIZE                0x00004000
383
384 #define CONFIG_SYS_GBL_DATA_OFFSET      (CONFIG_SYS_INIT_RAM_SIZE - \
385                                         GENERATED_GBL_DATA_SIZE)
386 #define CONFIG_SYS_INIT_SP_OFFSET       CONFIG_SYS_GBL_DATA_OFFSET
387
388 #define CONFIG_SYS_MONITOR_LEN          (768 * 1024)
389 #define CONFIG_SYS_MALLOC_LEN           (4 * 1024 * 1024)
390
391 /* Serial Port - controlled on board with jumper J8
392  * open - index 2
393  * shorted - index 1
394  */
395 #define CONFIG_SYS_NS16550_SERIAL
396 #define CONFIG_SYS_NS16550_REG_SIZE     1
397 #define CONFIG_SYS_NS16550_CLK          (get_bus_freq(0)/2)
398
399 #define CONFIG_SYS_BAUDRATE_TABLE       \
400         {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
401
402 #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x11C500)
403 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x11C600)
404 #define CONFIG_SYS_NS16550_COM3 (CONFIG_SYS_CCSRBAR+0x11D500)
405 #define CONFIG_SYS_NS16550_COM4 (CONFIG_SYS_CCSRBAR+0x11D600)
406
407 /* I2C */
408 #define CONFIG_SYS_I2C
409 #define CONFIG_SYS_I2C_FSL              /* Use FSL common I2C driver */
410 #define CONFIG_SYS_FSL_I2C_SPEED        400000  /* I2C speed in Hz */
411 #define CONFIG_SYS_FSL_I2C_SLAVE        0x7F
412 #define CONFIG_SYS_FSL_I2C2_SPEED       400000  /* I2C speed in Hz */
413 #define CONFIG_SYS_FSL_I2C2_SLAVE       0x7F
414 #define CONFIG_SYS_FSL_I2C_OFFSET       0x118000
415 #define CONFIG_SYS_FSL_I2C2_OFFSET      0x119000
416
417 /*
418  * RTC configuration
419  */
420 #define RTC
421 #define CONFIG_RTC_DS3231               1
422 #define CONFIG_SYS_I2C_RTC_ADDR         0x68
423
424 /*
425  * RapidIO
426  */
427 #ifdef CONFIG_SYS_SRIO
428 #ifdef CONFIG_SRIO1
429 #define CONFIG_SYS_SRIO1_MEM_VIRT       0xa0000000
430 #ifdef CONFIG_PHYS_64BIT
431 #define CONFIG_SYS_SRIO1_MEM_PHYS       0xc20000000ull
432 #else
433 #define CONFIG_SYS_SRIO1_MEM_PHYS       0xa0000000
434 #endif
435 #define CONFIG_SYS_SRIO1_MEM_SIZE       0x10000000      /* 256M */
436 #endif
437
438 #ifdef CONFIG_SRIO2
439 #define CONFIG_SYS_SRIO2_MEM_VIRT       0xb0000000
440 #ifdef CONFIG_PHYS_64BIT
441 #define CONFIG_SYS_SRIO2_MEM_PHYS       0xc30000000ull
442 #else
443 #define CONFIG_SYS_SRIO2_MEM_PHYS       0xb0000000
444 #endif
445 #define CONFIG_SYS_SRIO2_MEM_SIZE       0x10000000      /* 256M */
446 #endif
447 #endif
448
449 /*
450  * for slave u-boot IMAGE instored in master memory space,
451  * PHYS must be aligned based on the SIZE
452  */
453 #define CONFIG_SRIO_PCIE_BOOT_IMAGE_MEM_PHYS 0xfef200000ull
454 #define CONFIG_SRIO_PCIE_BOOT_IMAGE_MEM_BUS1 0xfff00000ull
455 #define CONFIG_SRIO_PCIE_BOOT_IMAGE_SIZE 0x100000       /* 1M */
456 #define CONFIG_SRIO_PCIE_BOOT_IMAGE_MEM_BUS2 0x3fff00000ull
457 /*
458  * for slave UCODE and ENV instored in master memory space,
459  * PHYS must be aligned based on the SIZE
460  */
461 #define CONFIG_SRIO_PCIE_BOOT_UCODE_ENV_MEM_PHYS 0xfef100000ull
462 #define CONFIG_SRIO_PCIE_BOOT_UCODE_ENV_MEM_BUS 0x3ffe00000ull
463 #define CONFIG_SRIO_PCIE_BOOT_UCODE_ENV_SIZE 0x40000    /* 256K */
464
465 /* slave core release by master*/
466 #define CONFIG_SRIO_PCIE_BOOT_BRR_OFFSET 0xe00e4
467 #define CONFIG_SRIO_PCIE_BOOT_RELEASE_MASK 0x00000001 /* release core 0 */
468
469 /*
470  * SRIO_PCIE_BOOT - SLAVE
471  */
472 #ifdef CONFIG_SRIO_PCIE_BOOT_SLAVE
473 #define CONFIG_SYS_SRIO_PCIE_BOOT_UCODE_ENV_ADDR 0xFFE00000
474 #define CONFIG_SYS_SRIO_PCIE_BOOT_UCODE_ENV_ADDR_PHYS \
475                 (0x300000000ull | CONFIG_SYS_SRIO_PCIE_BOOT_UCODE_ENV_ADDR)
476 #endif
477
478 /*
479  * eSPI - Enhanced SPI
480  */
481
482 /*
483  * MAPLE
484  */
485 #ifdef CONFIG_PHYS_64BIT
486 #define CONFIG_SYS_MAPLE_MEM_PHYS      0xFA0000000ull
487 #else
488 #define CONFIG_SYS_MAPLE_MEM_PHYS      0xA0000000
489 #endif
490
491 /*
492  * General PCI
493  * Memory space is mapped 1-1, but I/O space must start from 0.
494  */
495
496 /* controller 1, direct to uli, tgtid 3, Base address 20000 */
497 #define CONFIG_SYS_PCIE1_MEM_VIRT       0x80000000
498 #ifdef CONFIG_PHYS_64BIT
499 #define CONFIG_SYS_PCIE1_MEM_BUS        0xe0000000
500 #define CONFIG_SYS_PCIE1_MEM_PHYS       0xc00000000ull
501 #else
502 #define CONFIG_SYS_PCIE1_MEM_BUS        0x80000000
503 #define CONFIG_SYS_PCIE1_MEM_PHYS       0x80000000
504 #endif
505 #define CONFIG_SYS_PCIE1_MEM_SIZE       0x20000000      /* 512M */
506 #define CONFIG_SYS_PCIE1_IO_VIRT        0xf8000000
507 #define CONFIG_SYS_PCIE1_IO_BUS         0x00000000
508 #ifdef CONFIG_PHYS_64BIT
509 #define CONFIG_SYS_PCIE1_IO_PHYS        0xff8000000ull
510 #else
511 #define CONFIG_SYS_PCIE1_IO_PHYS        0xf8000000
512 #endif
513 #define CONFIG_SYS_PCIE1_IO_SIZE        0x00010000      /* 64k */
514
515 /* Qman/Bman */
516 #ifndef CONFIG_NOBQFMAN
517 #define CONFIG_SYS_BMAN_NUM_PORTALS     25
518 #define CONFIG_SYS_BMAN_MEM_BASE        0xf4000000
519 #ifdef CONFIG_PHYS_64BIT
520 #define CONFIG_SYS_BMAN_MEM_PHYS        0xff4000000ull
521 #else
522 #define CONFIG_SYS_BMAN_MEM_PHYS        CONFIG_SYS_BMAN_MEM_BASE
523 #endif
524 #define CONFIG_SYS_BMAN_MEM_SIZE        0x02000000
525 #define CONFIG_SYS_BMAN_SP_CENA_SIZE    0x4000
526 #define CONFIG_SYS_BMAN_SP_CINH_SIZE    0x1000
527 #define CONFIG_SYS_BMAN_CENA_BASE       CONFIG_SYS_BMAN_MEM_BASE
528 #define CONFIG_SYS_BMAN_CENA_SIZE       (CONFIG_SYS_BMAN_MEM_SIZE >> 1)
529 #define CONFIG_SYS_BMAN_CINH_BASE       (CONFIG_SYS_BMAN_MEM_BASE + \
530                                         CONFIG_SYS_BMAN_CENA_SIZE)
531 #define CONFIG_SYS_BMAN_CINH_SIZE       (CONFIG_SYS_BMAN_MEM_SIZE >> 1)
532 #define CONFIG_SYS_BMAN_SWP_ISDR_REG    0xE08
533 #define CONFIG_SYS_QMAN_NUM_PORTALS     25
534 #define CONFIG_SYS_QMAN_MEM_BASE        0xf6000000
535 #ifdef CONFIG_PHYS_64BIT
536 #define CONFIG_SYS_QMAN_MEM_PHYS        0xff6000000ull
537 #else
538 #define CONFIG_SYS_QMAN_MEM_PHYS        CONFIG_SYS_QMAN_MEM_BASE
539 #endif
540 #define CONFIG_SYS_QMAN_MEM_SIZE        0x02000000
541 #define CONFIG_SYS_QMAN_SP_CENA_SIZE    0x4000
542 #define CONFIG_SYS_QMAN_SP_CINH_SIZE    0x1000
543 #define CONFIG_SYS_QMAN_CENA_BASE       CONFIG_SYS_QMAN_MEM_BASE
544 #define CONFIG_SYS_QMAN_CENA_SIZE       (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
545 #define CONFIG_SYS_QMAN_CINH_BASE       (CONFIG_SYS_QMAN_MEM_BASE + \
546                                         CONFIG_SYS_QMAN_CENA_SIZE)
547 #define CONFIG_SYS_QMAN_CINH_SIZE       (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
548 #define CONFIG_SYS_QMAN_SWP_ISDR_REG    0xE08
549
550 #define CONFIG_SYS_DPAA_FMAN
551
552 #define CONFIG_SYS_DPAA_RMAN
553
554 /* Default address of microcode for the Linux Fman driver */
555 #if defined(CONFIG_SPIFLASH)
556 /*
557  * env is stored at 0x100000, sector size is 0x10000, ucode is stored after
558  * env, so we got 0x110000.
559  */
560 #define CONFIG_SYS_FMAN_FW_ADDR 0x110000
561 #elif defined(CONFIG_SDCARD)
562 /*
563  * PBL SD boot image should stored at 0x1000(8 blocks), the size of the image is
564  * about 545KB (1089 blocks), Env is stored after the image, and the env size is
565  * 0x2000 (16 blocks), 8 + 1089 + 16 = 1113, enlarge it to 1130.
566  */
567 #define CONFIG_SYS_FMAN_FW_ADDR (512 * 1130)
568 #elif defined(CONFIG_MTD_RAW_NAND)
569 #define CONFIG_SYS_FMAN_FW_ADDR (13 * CONFIG_SYS_NAND_BLOCK_SIZE)
570 #elif defined(CONFIG_SRIO_PCIE_BOOT_SLAVE)
571 /*
572  * Slave has no ucode locally, it can fetch this from remote. When implementing
573  * in two corenet boards, slave's ucode could be stored in master's memory
574  * space, the address can be mapped from slave TLB->slave LAW->
575  * slave SRIO or PCIE outbound window->master inbound window->
576  * master LAW->the ucode address in master's memory space.
577  */
578 #define CONFIG_SYS_FMAN_FW_ADDR 0xFFE00000
579 #else
580 #define CONFIG_SYS_FMAN_FW_ADDR         0xEFF00000
581 #endif
582 #define CONFIG_SYS_QE_FMAN_FW_LENGTH    0x10000
583 #define CONFIG_SYS_FDT_PAD              (0x3000 + CONFIG_SYS_QE_FMAN_FW_LENGTH)
584 #endif /* CONFIG_NOBQFMAN */
585
586 #ifdef CONFIG_SYS_DPAA_FMAN
587 #define SGMII_CARD_PORT1_PHY_ADDR 0x1C
588 #define SGMII_CARD_PORT2_PHY_ADDR 0x10
589 #define SGMII_CARD_PORT3_PHY_ADDR 0x1E
590 #define SGMII_CARD_PORT4_PHY_ADDR 0x11
591 #endif
592
593 #ifdef CONFIG_PCI
594 #define CONFIG_PCI_INDIRECT_BRIDGE
595
596 #define CONFIG_PCI_SCAN_SHOW            /* show pci devices on startup */
597 #endif  /* CONFIG_PCI */
598
599 #ifdef CONFIG_FMAN_ENET
600 #define CONFIG_SYS_FM1_ONBOARD_PHY1_ADDR 0x10
601 #define CONFIG_SYS_FM1_ONBOARD_PHY2_ADDR 0x11
602
603 /*B4860 QDS AMC2PEX-2S default PHY_ADDR */
604 #define CONFIG_SYS_FM1_10GEC1_PHY_ADDR 0x7       /*SLOT 1*/
605 #define CONFIG_SYS_FM1_10GEC2_PHY_ADDR 0x6       /*SLOT 2*/
606
607 #define CONFIG_SYS_FM1_DTSEC1_RISER_PHY_ADDR    0x1c
608 #define CONFIG_SYS_FM1_DTSEC2_RISER_PHY_ADDR    0x1d
609 #define CONFIG_SYS_FM1_DTSEC3_RISER_PHY_ADDR    0x1e
610 #define CONFIG_SYS_FM1_DTSEC4_RISER_PHY_ADDR    0x1f
611
612 #define CONFIG_ETHPRIME         "FM1@DTSEC1"
613 #endif
614
615 #define CONFIG_SYS_FSL_B4860QDS_XFI_ERR
616
617 /*
618  * Environment
619  */
620 #define CONFIG_LOADS_ECHO               /* echo on for serial download */
621 #define CONFIG_SYS_LOADS_BAUD_CHANGE    /* allow baudrate change */
622
623 /*
624 * USB
625 */
626 #define CONFIG_HAS_FSL_DR_USB
627
628 #ifdef CONFIG_HAS_FSL_DR_USB
629 #ifdef CONFIG_USB_EHCI_HCD
630 #define CONFIG_USB_EHCI_FSL
631 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
632 #endif
633 #endif
634
635 /*
636  * Miscellaneous configurable options
637  */
638 #define CONFIG_SYS_LOAD_ADDR    0x2000000       /* default load address */
639
640 /*
641  * For booting Linux, the board info and command line data
642  * have to be in the first 64 MB of memory, since this is
643  * the maximum mapped by the Linux kernel during initialization.
644  */
645 #define CONFIG_SYS_BOOTMAPSZ    (64 << 20)      /* Initial map for Linux*/
646 #define CONFIG_SYS_BOOTM_LEN    (64 << 20)      /* Increase max gunzip size */
647
648 #ifdef CONFIG_CMD_KGDB
649 #define CONFIG_KGDB_BAUDRATE    230400  /* speed to run kgdb serial port */
650 #endif
651
652 /*
653  * Environment Configuration
654  */
655 #define CONFIG_ROOTPATH         "/opt/nfsroot"
656 #define CONFIG_BOOTFILE         "uImage"
657 #define CONFIG_UBOOTPATH        "u-boot.bin"    /* U-Boot image on TFTP server*/
658
659 /* default location for tftp and bootm */
660 #define CONFIG_LOADADDR         1000000
661
662 #define __USB_PHY_TYPE  ulpi
663
664 #ifdef CONFIG_ARCH_B4860
665 #define HWCONFIG        "hwconfig=fsl_ddr:ctlr_intlv=null,"     \
666                         "bank_intlv=cs0_cs1;"   \
667                         "en_cpc:cpc2;"
668 #else
669 #define HWCONFIG        "hwconfig=fsl_ddr:ctlr_intlv=null,bank_intlv=cs0_cs1;"
670 #endif
671
672 #define CONFIG_EXTRA_ENV_SETTINGS                               \
673         HWCONFIG                                                \
674         "usb1:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) "\0"\
675         "netdev=eth0\0"                                         \
676         "uboot=" __stringify(CONFIG_UBOOTPATH) "\0"                     \
677         "ubootaddr=" __stringify(CONFIG_SYS_TEXT_BASE) "\0"                     \
678         "tftpflash=tftpboot $loadaddr $uboot && "               \
679         "protect off $ubootaddr +$filesize && "                 \
680         "erase $ubootaddr +$filesize && "                       \
681         "cp.b $loadaddr $ubootaddr $filesize && "               \
682         "protect on $ubootaddr +$filesize && "                  \
683         "cmp.b $loadaddr $ubootaddr $filesize\0"                \
684         "consoledev=ttyS0\0"                                    \
685         "ramdiskaddr=2000000\0"                                 \
686         "ramdiskfile=b4860qds/ramdisk.uboot\0"                  \
687         "fdtaddr=1e00000\0"                                     \
688         "fdtfile=b4860qds/b4860qds.dtb\0"                               \
689         "bdev=sda3\0"
690
691 /* For emulation this causes u-boot to jump to the start of the proof point
692    app code automatically */
693 #define CONFIG_PROOF_POINTS                     \
694  "setenv bootargs root=/dev/$bdev rw "          \
695  "console=$consoledev,$baudrate $othbootargs;"  \
696  "cpu 1 release 0x29000000 - - -;"              \
697  "cpu 2 release 0x29000000 - - -;"              \
698  "cpu 3 release 0x29000000 - - -;"              \
699  "cpu 4 release 0x29000000 - - -;"              \
700  "cpu 5 release 0x29000000 - - -;"              \
701  "cpu 6 release 0x29000000 - - -;"              \
702  "cpu 7 release 0x29000000 - - -;"              \
703  "go 0x29000000"
704
705 #define CONFIG_HVBOOT   \
706  "setenv bootargs config-addr=0x60000000; "     \
707  "bootm 0x01000000 - 0x00f00000"
708
709 #define CONFIG_ALU                              \
710  "setenv bootargs root=/dev/$bdev rw "          \
711  "console=$consoledev,$baudrate $othbootargs;"  \
712  "cpu 1 release 0x01000000 - - -;"              \
713  "cpu 2 release 0x01000000 - - -;"              \
714  "cpu 3 release 0x01000000 - - -;"              \
715  "cpu 4 release 0x01000000 - - -;"              \
716  "cpu 5 release 0x01000000 - - -;"              \
717  "cpu 6 release 0x01000000 - - -;"              \
718  "cpu 7 release 0x01000000 - - -;"              \
719  "go 0x01000000"
720
721 #define CONFIG_LINUX                            \
722  "setenv bootargs root=/dev/ram rw "            \
723  "console=$consoledev,$baudrate $othbootargs;"  \
724  "setenv ramdiskaddr 0x02000000;"               \
725  "setenv fdtaddr 0x01e00000;"                   \
726  "setenv loadaddr 0x1000000;"                   \
727  "bootm $loadaddr $ramdiskaddr $fdtaddr"
728
729 #define CONFIG_HDBOOT                                   \
730         "setenv bootargs root=/dev/$bdev rw "           \
731         "console=$consoledev,$baudrate $othbootargs;"   \
732         "tftp $loadaddr $bootfile;"                     \
733         "tftp $fdtaddr $fdtfile;"                       \
734         "bootm $loadaddr - $fdtaddr"
735
736 #define CONFIG_NFSBOOTCOMMAND                   \
737         "setenv bootargs root=/dev/nfs rw "     \
738         "nfsroot=$serverip:$rootpath "          \
739         "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \
740         "console=$consoledev,$baudrate $othbootargs;"   \
741         "tftp $loadaddr $bootfile;"             \
742         "tftp $fdtaddr $fdtfile;"               \
743         "bootm $loadaddr - $fdtaddr"
744
745 #define CONFIG_RAMBOOTCOMMAND                           \
746         "setenv bootargs root=/dev/ram rw "             \
747         "console=$consoledev,$baudrate $othbootargs;"   \
748         "tftp $ramdiskaddr $ramdiskfile;"               \
749         "tftp $loadaddr $bootfile;"                     \
750         "tftp $fdtaddr $fdtfile;"                       \
751         "bootm $loadaddr $ramdiskaddr $fdtaddr"
752
753 #define CONFIG_BOOTCOMMAND              CONFIG_LINUX
754
755 #include <asm/fsl_secure_boot.h>
756
757 #endif  /* __CONFIG_H */