]> Git Repo - J-u-boot.git/blame - include/configs/p1_p2_rdb_pc.h
configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig
[J-u-boot.git] / include / configs / p1_p2_rdb_pc.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
14aa71e6
LY
2/*
3 * Copyright 2010-2011 Freescale Semiconductor, Inc.
74014dfc 4 * Copyright 2020 NXP
14aa71e6
LY
5 */
6
7/*
8 * QorIQ RDB boards configuration file
9 */
10#ifndef __CONFIG_H
11#define __CONFIG_H
12
1af3c7f4
SG
13#include <linux/stringify.h>
14
aa14620c 15#if defined(CONFIG_TARGET_P1020RDB_PC)
e2c91b95 16#define CONFIG_BOARDNAME "P1020RDB-PC"
14aa71e6
LY
17#define CONFIG_VSC7385_ENET
18#define CONFIG_SLIC
19#define __SW_BOOT_MASK 0x03
20#define __SW_BOOT_NOR 0x5c
21#define __SW_BOOT_SPI 0x1c
22#define __SW_BOOT_SD 0x9c
23#define __SW_BOOT_NAND 0xec
24#define __SW_BOOT_PCIE 0x6c
13d1143f 25#define CONFIG_SYS_L2_SIZE (256 << 10)
14aa71e6
LY
26#endif
27
45fdb627
HZ
28/*
29 * P1020RDB-PD board has user selectable switches for evaluating different
30 * frequency and boot options for the P1020 device. The table that
31 * follow describe the available options. The front six binary number was in
32 * accordance with SW3[1:6].
33 * 111101 533 533 267 667 NOR Core0 boot; Core1 hold-off
34 * 101101 667 667 333 667 NOR Core0 boot; Core1 hold-off
35 * 011001 800 800 400 667 NOR Core0 boot; Core1 hold-off
36 * 001001 800 800 400 667 SD/MMC Core0 boot; Core1 hold-off
37 * 001101 800 800 400 667 SPI Core0 boot; Core1 hold-off
38 * 010001 800 800 400 667 NAND Core0 boot; Core1 hold-off
39 * 011101 800 800 400 667 PCIe-2 Core0 boot; Core1 hold-off
40 */
f404b66c 41#if defined(CONFIG_TARGET_P1020RDB_PD)
45fdb627 42#define CONFIG_BOARDNAME "P1020RDB-PD"
45fdb627
HZ
43#define CONFIG_VSC7385_ENET
44#define CONFIG_SLIC
45#define __SW_BOOT_MASK 0x03
46#define __SW_BOOT_NOR 0x64
47#define __SW_BOOT_SPI 0x34
48#define __SW_BOOT_SD 0x24
49#define __SW_BOOT_NAND 0x44
50#define __SW_BOOT_PCIE 0x74
51#define CONFIG_SYS_L2_SIZE (256 << 10)
94b383e7
YL
52/*
53 * Dynamic MTD Partition support with mtdparts
54 */
45fdb627
HZ
55#endif
56
8435aa77
YS
57#if defined(CONFIG_TARGET_P2020RDB)
58#define CONFIG_BOARDNAME "P2020RDB-PC"
14aa71e6
LY
59#define CONFIG_VSC7385_ENET
60#define __SW_BOOT_MASK 0x03
61#define __SW_BOOT_NOR 0xc8
62#define __SW_BOOT_SPI 0x28
63#define __SW_BOOT_SD 0x68 /* or 0x18 */
64#define __SW_BOOT_NAND 0xe8
65#define __SW_BOOT_PCIE 0xa8
13d1143f 66#define CONFIG_SYS_L2_SIZE (512 << 10)
94b383e7
YL
67/*
68 * Dynamic MTD Partition support with mtdparts
69 */
13d1143f
SW
70#endif
71
14aa71e6 72#ifdef CONFIG_SDCARD
3e6e6983
YZ
73#define CONFIG_SPL_FLUSH_IMAGE
74#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
ee4d6511
YZ
75#define CONFIG_SPL_PAD_TO 0x20000
76#define CONFIG_SPL_MAX_SIZE (128 * 1024)
e222b1f3 77#define CONFIG_SYS_MMC_U_BOOT_SIZE (768 << 10)
3e6e6983
YZ
78#define CONFIG_SYS_MMC_U_BOOT_DST (0x11000000)
79#define CONFIG_SYS_MMC_U_BOOT_START (0x11000000)
ee4d6511 80#define CONFIG_SYS_MMC_U_BOOT_OFFS (128 << 10)
3e6e6983 81#define CONFIG_SYS_MPC85XX_NO_RESETVEC
3e6e6983
YZ
82#ifdef CONFIG_SPL_BUILD
83#define CONFIG_SPL_COMMON_INIT_DDR
84#endif
53f06134 85#elif defined(CONFIG_SPIFLASH)
d34e5624
YZ
86#define CONFIG_SPL_SPI_FLASH_MINIMAL
87#define CONFIG_SPL_FLUSH_IMAGE
88#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
ee4d6511
YZ
89#define CONFIG_SPL_PAD_TO 0x20000
90#define CONFIG_SPL_MAX_SIZE (128 * 1024)
e222b1f3 91#define CONFIG_SYS_SPI_FLASH_U_BOOT_SIZE (768 << 10)
d34e5624
YZ
92#define CONFIG_SYS_SPI_FLASH_U_BOOT_DST (0x11000000)
93#define CONFIG_SYS_SPI_FLASH_U_BOOT_START (0x11000000)
ee4d6511 94#define CONFIG_SYS_SPI_FLASH_U_BOOT_OFFS (128 << 10)
d34e5624 95#define CONFIG_SYS_MPC85XX_NO_RESETVEC
d34e5624
YZ
96#ifdef CONFIG_SPL_BUILD
97#define CONFIG_SPL_COMMON_INIT_DDR
98#endif
53f06134 99#elif defined(CONFIG_MTD_RAW_NAND)
62c6ef33 100#ifdef CONFIG_TPL_BUILD
62c6ef33 101#define CONFIG_SPL_FLUSH_IMAGE
62c6ef33 102#define CONFIG_SPL_NAND_INIT
62c6ef33
YZ
103#define CONFIG_SPL_COMMON_INIT_DDR
104#define CONFIG_SPL_MAX_SIZE (128 << 10)
62c6ef33 105#define CONFIG_SYS_MPC85XX_NO_RESETVEC
e222b1f3 106#define CONFIG_SYS_NAND_U_BOOT_SIZE (832 << 10)
62c6ef33
YZ
107#define CONFIG_SYS_NAND_U_BOOT_DST (0x11000000)
108#define CONFIG_SYS_NAND_U_BOOT_START (0x11000000)
62c6ef33 109#elif defined(CONFIG_SPL_BUILD)
a796e72c 110#define CONFIG_SPL_INIT_MINIMAL
a796e72c
SW
111#define CONFIG_SPL_FLUSH_IMAGE
112#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
6113d3f2 113#define CONFIG_SPL_MAX_SIZE 4096
62c6ef33
YZ
114#define CONFIG_SYS_NAND_U_BOOT_SIZE (128 << 10)
115#define CONFIG_SYS_NAND_U_BOOT_DST 0xf8f80000
116#define CONFIG_SYS_NAND_U_BOOT_START 0xf8f80000
62c6ef33
YZ
117#endif /* not CONFIG_TPL_BUILD */
118
119#define CONFIG_SPL_PAD_TO 0x20000
120#define CONFIG_TPL_PAD_TO 0x20000
121#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
14aa71e6
LY
122#endif
123
14aa71e6
LY
124#ifndef CONFIG_RESET_VECTOR_ADDRESS
125#define CONFIG_RESET_VECTOR_ADDRESS 0xeffffffc
126#endif
127
128#ifndef CONFIG_SYS_MONITOR_BASE
a6d6812a 129#ifdef CONFIG_TPL_BUILD
1b465187 130#define CONFIG_SYS_MONITOR_BASE 0xf8f81000
a6d6812a 131#elif defined(CONFIG_SPL_BUILD)
a796e72c
SW
132#define CONFIG_SYS_MONITOR_BASE CONFIG_SPL_TEXT_BASE
133#else
14aa71e6
LY
134#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
135#endif
a796e72c 136#endif
14aa71e6 137
b38eaec5
RD
138#define CONFIG_PCIE1 /* PCIE controller 1 (slot 1) */
139#define CONFIG_PCIE2 /* PCIE controller 2 (slot 2) */
14aa71e6 140
14aa71e6 141#define CONFIG_SYS_SATA_MAX_DEVICE 2
14aa71e6
LY
142#define CONFIG_LBA48
143
14aa71e6
LY
144#define CONFIG_HWCONFIG
145/*
146 * These can be toggled for performance analysis, otherwise use default.
147 */
148#define CONFIG_L2_CACHE
149#define CONFIG_BTB
150
14aa71e6 151#define CONFIG_ENABLE_36BIT_PHYS
14aa71e6 152
14aa71e6
LY
153#define CONFIG_SYS_CCSRBAR 0xffe00000
154#define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR
155
156/* IN case of NAND bootloader relocate CCSRBAR in RAMboot code not in the 4k
157 SPL code*/
a796e72c 158#ifdef CONFIG_SPL_BUILD
14aa71e6
LY
159#define CONFIG_SYS_CCSR_DO_NOT_RELOCATE
160#endif
161
162/* DDR Setup */
1ba62f10 163#define CONFIG_SYS_DDR_RAW_TIMING
14aa71e6
LY
164#define CONFIG_SYS_SPD_BUS_NUM 1
165#define SPD_EEPROM_ADDRESS 0x52
14aa71e6 166
53e3096c 167#if defined(CONFIG_TARGET_P1020RDB_PD)
14aa71e6
LY
168#define CONFIG_SYS_SDRAM_SIZE_LAW LAW_SIZE_2G
169#define CONFIG_CHIP_SELECTS_PER_CTRL 2
170#else
171#define CONFIG_SYS_SDRAM_SIZE_LAW LAW_SIZE_1G
172#define CONFIG_CHIP_SELECTS_PER_CTRL 1
173#endif
174#define CONFIG_SYS_SDRAM_SIZE (1u << (CONFIG_SYS_SDRAM_SIZE_LAW - 19))
175#define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000
176#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
177
14aa71e6
LY
178#define CONFIG_DIMM_SLOTS_PER_CTLR 1
179
180/* Default settings for DDR3 */
8435aa77 181#ifndef CONFIG_TARGET_P2020RDB
14aa71e6
LY
182#define CONFIG_SYS_DDR_CS0_BNDS 0x0000003f
183#define CONFIG_SYS_DDR_CS0_CONFIG 0x80014302
184#define CONFIG_SYS_DDR_CS0_CONFIG_2 0x00000000
185#define CONFIG_SYS_DDR_CS1_BNDS 0x0040007f
186#define CONFIG_SYS_DDR_CS1_CONFIG 0x80014302
187#define CONFIG_SYS_DDR_CS1_CONFIG_2 0x00000000
188
189#define CONFIG_SYS_DDR_DATA_INIT 0xdeadbeef
190#define CONFIG_SYS_DDR_INIT_ADDR 0x00000000
191#define CONFIG_SYS_DDR_INIT_EXT_ADDR 0x00000000
192#define CONFIG_SYS_DDR_MODE_CONTROL 0x00000000
193
194#define CONFIG_SYS_DDR_ZQ_CONTROL 0x89080600
195#define CONFIG_SYS_DDR_WRLVL_CONTROL 0x8655A608
196#define CONFIG_SYS_DDR_SR_CNTR 0x00000000
197#define CONFIG_SYS_DDR_RCW_1 0x00000000
198#define CONFIG_SYS_DDR_RCW_2 0x00000000
199#define CONFIG_SYS_DDR_CONTROL 0xC70C0000 /* Type = DDR3 */
200#define CONFIG_SYS_DDR_CONTROL_2 0x04401050
201#define CONFIG_SYS_DDR_TIMING_4 0x00220001
202#define CONFIG_SYS_DDR_TIMING_5 0x03402400
203
204#define CONFIG_SYS_DDR_TIMING_3 0x00020000
205#define CONFIG_SYS_DDR_TIMING_0 0x00330004
206#define CONFIG_SYS_DDR_TIMING_1 0x6f6B4846
207#define CONFIG_SYS_DDR_TIMING_2 0x0FA8C8CF
208#define CONFIG_SYS_DDR_CLK_CTRL 0x03000000
209#define CONFIG_SYS_DDR_MODE_1 0x40461520
210#define CONFIG_SYS_DDR_MODE_2 0x8000c000
211#define CONFIG_SYS_DDR_INTERVAL 0x0C300000
212#endif
213
14aa71e6
LY
214/*
215 * Memory map
216 *
d674bccf 217 * 0x0000_0000 0x7fff_ffff DDR Up to 2GB cacheable
14aa71e6 218 * 0x8000_0000 0xdfff_ffff PCI Express Mem 1.5G non-cacheable(PCIe * 3)
d674bccf 219 * 0xec00_0000 0xefff_ffff NOR flash Up to 64M non-cacheable CS0/1
13d1143f
SW
220 * 0xf8f8_0000 0xf8ff_ffff L2 SRAM Up to 512K cacheable
221 * (early boot only)
d674bccf
SW
222 * 0xff80_0000 0xff80_7fff NAND flash 32K non-cacheable CS1/0
223 * 0xff98_0000 0xff98_ffff PMC 64K non-cacheable CS2
224 * 0xffa0_0000 0xffaf_ffff CPLD 1M non-cacheable CS3
225 * 0xffb0_0000 0xffbf_ffff VSC7385 switch 1M non-cacheable CS2
14aa71e6 226 * 0xffc0_0000 0xffc3_ffff PCI IO range 256k non-cacheable
d674bccf 227 * 0xffd0_0000 0xffd0_3fff L1 for stack 16K cacheable
d674bccf 228 * 0xffe0_0000 0xffef_ffff CCSR 1M non-cacheable
14aa71e6
LY
229 */
230
14aa71e6
LY
231/*
232 * Local Bus Definitions
233 */
53e3096c 234#if defined(CONFIG_TARGET_P1020RDB_PD)
14aa71e6
LY
235#define CONFIG_SYS_MAX_FLASH_SECT 512 /* 64M */
236#define CONFIG_SYS_FLASH_BASE 0xec000000
14aa71e6
LY
237#else
238#define CONFIG_SYS_MAX_FLASH_SECT 128 /* 16M */
239#define CONFIG_SYS_FLASH_BASE 0xef000000
240#endif
241
14aa71e6
LY
242#ifdef CONFIG_PHYS_64BIT
243#define CONFIG_SYS_FLASH_BASE_PHYS (0xf00000000ull | CONFIG_SYS_FLASH_BASE)
244#else
245#define CONFIG_SYS_FLASH_BASE_PHYS CONFIG_SYS_FLASH_BASE
246#endif
247
7ee41107 248#define CONFIG_FLASH_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS) \
14aa71e6
LY
249 | BR_PS_16 | BR_V)
250
251#define CONFIG_FLASH_OR_PRELIM 0xfc000ff7
252
253#define CONFIG_SYS_FLASH_BANKS_LIST {CONFIG_SYS_FLASH_BASE_PHYS}
254#define CONFIG_SYS_FLASH_QUIET_TEST
255#define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */
256
14aa71e6
LY
257#undef CONFIG_SYS_FLASH_CHECKSUM
258#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
259#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
260
14aa71e6 261#define CONFIG_SYS_FLASH_EMPTY_INFO
14aa71e6
LY
262
263/* Nand Flash */
264#ifdef CONFIG_NAND_FSL_ELBC
265#define CONFIG_SYS_NAND_BASE 0xff800000
266#ifdef CONFIG_PHYS_64BIT
267#define CONFIG_SYS_NAND_BASE_PHYS 0xfff800000ull
268#else
269#define CONFIG_SYS_NAND_BASE_PHYS CONFIG_SYS_NAND_BASE
270#endif
271
272#define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
273#define CONFIG_SYS_MAX_NAND_DEVICE 1
14aa71e6 274
7ee41107 275#define CONFIG_SYS_NAND_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS) \
14aa71e6
LY
276 | (2<<BR_DECC_SHIFT) /* Use HW ECC */ \
277 | BR_PS_8 /* Port Size = 8 bit */ \
278 | BR_MS_FCM /* MSEL = FCM */ \
279 | BR_V) /* valid */
f404b66c 280#if defined(CONFIG_TARGET_P1020RDB_PD)
45fdb627
HZ
281#define CONFIG_SYS_NAND_OR_PRELIM (OR_AM_32KB \
282 | OR_FCM_PGS /* Large Page*/ \
283 | OR_FCM_CSCT \
284 | OR_FCM_CST \
285 | OR_FCM_CHT \
286 | OR_FCM_SCY_1 \
287 | OR_FCM_TRLX \
288 | OR_FCM_EHTR)
289#else
14aa71e6
LY
290#define CONFIG_SYS_NAND_OR_PRELIM (OR_AM_32KB /* small page */ \
291 | OR_FCM_CSCT \
292 | OR_FCM_CST \
293 | OR_FCM_CHT \
294 | OR_FCM_SCY_1 \
295 | OR_FCM_TRLX \
296 | OR_FCM_EHTR)
45fdb627 297#endif
14aa71e6
LY
298#endif /* CONFIG_NAND_FSL_ELBC */
299
14aa71e6
LY
300#define CONFIG_SYS_INIT_RAM_LOCK
301#define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* stack in RAM */
302#ifdef CONFIG_PHYS_64BIT
303#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
304#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW CONFIG_SYS_INIT_RAM_ADDR
305/* The assembler doesn't like typecast */
306#define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
307 ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
308 CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW)
309#else
310/* Initial L1 address */
311#define CONFIG_SYS_INIT_RAM_ADDR_PHYS CONFIG_SYS_INIT_RAM_ADDR
312#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0
313#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW CONFIG_SYS_INIT_RAM_ADDR_PHYS
314#endif
315/* Size of used area in RAM */
316#define CONFIG_SYS_INIT_RAM_SIZE 0x00004000
317
318#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
319 GENERATED_GBL_DATA_SIZE)
320#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
321
9307cbab 322#define CONFIG_SYS_MONITOR_LEN (768 * 1024)
14aa71e6
LY
323
324#define CONFIG_SYS_CPLD_BASE 0xffa00000
325#ifdef CONFIG_PHYS_64BIT
326#define CONFIG_SYS_CPLD_BASE_PHYS 0xfffa00000ull
327#else
328#define CONFIG_SYS_CPLD_BASE_PHYS CONFIG_SYS_CPLD_BASE
329#endif
330/* CPLD config size: 1Mb */
331#define CONFIG_CPLD_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_CPLD_BASE_PHYS) | \
332 BR_PS_8 | BR_V)
333#define CONFIG_CPLD_OR_PRELIM (0xfff009f7)
334
335#define CONFIG_SYS_PMC_BASE 0xff980000
336#define CONFIG_SYS_PMC_BASE_PHYS CONFIG_SYS_PMC_BASE
337#define CONFIG_PMC_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_PMC_BASE_PHYS) | \
338 BR_PS_8 | BR_V)
339#define CONFIG_PMC_OR_PRELIM (OR_AM_64KB | OR_GPCM_CSNT | OR_GPCM_XACS | \
340 OR_GPCM_SCY | OR_GPCM_TRLX | OR_GPCM_EHTR | \
341 OR_GPCM_EAD)
342
14aa71e6
LY
343/* Vsc7385 switch */
344#ifdef CONFIG_VSC7385_ENET
993c104d 345#define __VSCFW_ADDR "vscfw_addr=ef000000"
14aa71e6
LY
346#define CONFIG_SYS_VSC7385_BASE 0xffb00000
347
348#ifdef CONFIG_PHYS_64BIT
349#define CONFIG_SYS_VSC7385_BASE_PHYS 0xfffb00000ull
350#else
351#define CONFIG_SYS_VSC7385_BASE_PHYS CONFIG_SYS_VSC7385_BASE
352#endif
353
354#define CONFIG_SYS_VSC7385_BR_PRELIM \
355 (BR_PHYS_ADDR(CONFIG_SYS_VSC7385_BASE_PHYS) | BR_PS_8 | BR_V)
356#define CONFIG_SYS_VSC7385_OR_PRELIM (OR_AM_128KB | OR_GPCM_CSNT | \
357 OR_GPCM_XACS | OR_GPCM_SCY_15 | OR_GPCM_SETA | \
358 OR_GPCM_TRLX | OR_GPCM_EHTR | OR_GPCM_EAD)
359
14aa71e6
LY
360/* The size of the VSC7385 firmware image */
361#define CONFIG_VSC7385_IMAGE_SIZE 8192
362#endif
363
3e6e6983
YZ
364/*
365 * Config the L2 Cache as L2 SRAM
366*/
367#if defined(CONFIG_SPL_BUILD)
d34e5624 368#if defined(CONFIG_SDCARD) || defined(CONFIG_SPIFLASH)
3e6e6983
YZ
369#define CONFIG_SYS_INIT_L2_ADDR 0xf8f80000
370#define CONFIG_SYS_INIT_L2_ADDR_PHYS CONFIG_SYS_INIT_L2_ADDR
371#define CONFIG_SYS_INIT_L2_END (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
372#define CONFIG_SPL_RELOC_TEXT_BASE 0xf8f81000
3e6e6983 373#define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L2_ADDR + 112 * 1024)
5a89fa92 374#define CONFIG_SPL_RELOC_STACK (CONFIG_SYS_INIT_L2_ADDR + 116 * 1024)
5a89fa92 375#define CONFIG_SPL_RELOC_MALLOC_ADDR (CONFIG_SYS_INIT_L2_ADDR + 148 * 1024)
8435aa77 376#if defined(CONFIG_TARGET_P2020RDB)
5a89fa92
YZ
377#define CONFIG_SPL_RELOC_MALLOC_SIZE (364 << 10)
378#else
379#define CONFIG_SPL_RELOC_MALLOC_SIZE (108 << 10)
380#endif
88718be3 381#elif defined(CONFIG_MTD_RAW_NAND)
62c6ef33
YZ
382#ifdef CONFIG_TPL_BUILD
383#define CONFIG_SYS_INIT_L2_ADDR 0xf8f80000
384#define CONFIG_SYS_INIT_L2_ADDR_PHYS CONFIG_SYS_INIT_L2_ADDR
385#define CONFIG_SYS_INIT_L2_END (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
386#define CONFIG_SPL_RELOC_TEXT_BASE 0xf8f81000
387#define CONFIG_SPL_RELOC_STACK (CONFIG_SYS_INIT_L2_ADDR + 192 * 1024)
388#define CONFIG_SPL_RELOC_MALLOC_ADDR (CONFIG_SYS_INIT_L2_ADDR + 208 * 1024)
389#define CONFIG_SPL_RELOC_MALLOC_SIZE (48 << 10)
390#define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L2_ADDR + 176 * 1024)
391#else
392#define CONFIG_SYS_INIT_L2_ADDR 0xf8f80000
393#define CONFIG_SYS_INIT_L2_ADDR_PHYS CONFIG_SYS_INIT_L2_ADDR
394#define CONFIG_SYS_INIT_L2_END (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
395#define CONFIG_SPL_RELOC_TEXT_BASE (CONFIG_SYS_INIT_L2_END - 0x2000)
396#define CONFIG_SPL_RELOC_STACK ((CONFIG_SYS_INIT_L2_END - 1) & ~0xF)
397#endif /* CONFIG_TPL_BUILD */
3e6e6983
YZ
398#endif
399#endif
400
14aa71e6
LY
401/* Serial Port - controlled on board with jumper J8
402 * open - index 2
403 * shorted - index 1
404 */
14aa71e6 405#undef CONFIG_SERIAL_SOFTWARE_FIFO
14aa71e6
LY
406#define CONFIG_SYS_NS16550_SERIAL
407#define CONFIG_SYS_NS16550_REG_SIZE 1
408#define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
3e6e6983 409#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_INIT_MINIMAL)
14aa71e6
LY
410#define CONFIG_NS16550_MIN_FUNCTIONS
411#endif
412
413#define CONFIG_SYS_BAUDRATE_TABLE \
414 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
415
416#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x4500)
417#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600)
418
14aa71e6 419/* I2C */
2147a169 420#if !CONFIG_IS_ENABLED(DM_I2C)
00f792e0 421#define CONFIG_SYS_I2C_NOPROBES { {0, 0x29} }
74014dfc
BL
422#endif
423
14aa71e6
LY
424#define CONFIG_SYS_SPD_BUS_NUM 1 /* For rom_loc and flash bank */
425
426/*
427 * I2C2 EEPROM
428 */
14aa71e6
LY
429
430#define CONFIG_RTC_PT7C4338
431#define CONFIG_SYS_I2C_RTC_ADDR 0x68
432#define CONFIG_SYS_I2C_PCA9557_ADDR 0x18
433
434/* enable read and write access to EEPROM */
14aa71e6 435
14aa71e6
LY
436#if defined(CONFIG_PCI)
437/*
438 * General PCI
439 * Memory space is mapped 1-1, but I/O space must start from 0.
440 */
441
442/* controller 2, direct to uli, tgtid 2, Base address 9000 */
14aa71e6
LY
443#define CONFIG_SYS_PCIE2_MEM_VIRT 0xa0000000
444#ifdef CONFIG_PHYS_64BIT
14aa71e6
LY
445#define CONFIG_SYS_PCIE2_MEM_PHYS 0xc20000000ull
446#else
14aa71e6
LY
447#define CONFIG_SYS_PCIE2_MEM_PHYS 0xa0000000
448#endif
14aa71e6 449#define CONFIG_SYS_PCIE2_IO_VIRT 0xffc10000
14aa71e6
LY
450#ifdef CONFIG_PHYS_64BIT
451#define CONFIG_SYS_PCIE2_IO_PHYS 0xfffc10000ull
452#else
453#define CONFIG_SYS_PCIE2_IO_PHYS 0xffc10000
454#endif
14aa71e6
LY
455
456/* controller 1, Slot 2, tgtid 1, Base address a000 */
14aa71e6
LY
457#define CONFIG_SYS_PCIE1_MEM_VIRT 0x80000000
458#ifdef CONFIG_PHYS_64BIT
14aa71e6
LY
459#define CONFIG_SYS_PCIE1_MEM_PHYS 0xc00000000ull
460#else
14aa71e6
LY
461#define CONFIG_SYS_PCIE1_MEM_PHYS 0x80000000
462#endif
14aa71e6 463#define CONFIG_SYS_PCIE1_IO_VIRT 0xffc00000
14aa71e6
LY
464#ifdef CONFIG_PHYS_64BIT
465#define CONFIG_SYS_PCIE1_IO_PHYS 0xfffc00000ull
466#else
467#define CONFIG_SYS_PCIE1_IO_PHYS 0xffc00000
468#endif
c1e486e8 469
14aa71e6 470#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
14aa71e6
LY
471#endif /* CONFIG_PCI */
472
473#if defined(CONFIG_TSEC_ENET)
14aa71e6
LY
474#define CONFIG_TSEC1
475#define CONFIG_TSEC1_NAME "eTSEC1"
476#define CONFIG_TSEC2
477#define CONFIG_TSEC2_NAME "eTSEC2"
478#define CONFIG_TSEC3
479#define CONFIG_TSEC3_NAME "eTSEC3"
480
481#define TSEC1_PHY_ADDR 2
482#define TSEC2_PHY_ADDR 0
483#define TSEC3_PHY_ADDR 1
484
485#define TSEC1_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
486#define TSEC2_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
487#define TSEC3_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
488
489#define TSEC1_PHYIDX 0
490#define TSEC2_PHYIDX 0
491#define TSEC3_PHYIDX 0
492
493#define CONFIG_ETHPRIME "eTSEC1"
494
14aa71e6
LY
495#define CONFIG_HAS_ETH0
496#define CONFIG_HAS_ETH1
497#define CONFIG_HAS_ETH2
498#endif /* CONFIG_TSEC_ENET */
499
14aa71e6
LY
500/*
501 * Environment
502 */
a09fea1d 503#if defined(CONFIG_SDCARD)
4394d0c2 504#define CONFIG_FSL_FIXED_MMC_LOCATION
88718be3 505#elif defined(CONFIG_MTD_RAW_NAND)
a09fea1d 506#define CONFIG_ENV_RANGE (3 * CONFIG_ENV_SIZE)
62c6ef33 507#ifdef CONFIG_TPL_BUILD
a09fea1d 508#define SPL_ENV_ADDR (CONFIG_SYS_INIT_L2_ADDR + (160 << 10))
62c6ef33 509#endif
a796e72c 510#elif defined(CONFIG_SYS_RAMBOOT)
a09fea1d 511#define SPL_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
14aa71e6
LY
512#endif
513
514#define CONFIG_LOADS_ECHO /* echo on for serial download */
515#define CONFIG_SYS_LOADS_BAUD_CHANGE /* allow baudrate change */
516
14aa71e6
LY
517/*
518 * USB
519 */
520#define CONFIG_HAS_FSL_DR_USB
521
522#if defined(CONFIG_HAS_FSL_DR_USB)
8850c5d5 523#ifdef CONFIG_USB_EHCI_HCD
14aa71e6 524#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
14aa71e6
LY
525#endif
526#endif
527
f404b66c 528#if defined(CONFIG_TARGET_P1020RDB_PD)
80ba6a6f 529#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
530#endif
531
14aa71e6 532#ifdef CONFIG_MMC
14aa71e6 533#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR
14aa71e6
LY
534#endif
535
14aa71e6
LY
536/*
537 * Miscellaneous configurable options
538 */
14aa71e6
LY
539
540/*
541 * For booting Linux, the board info and command line data
542 * have to be in the first 64 MB of memory, since this is
543 * the maximum mapped by the Linux kernel during initialization.
544 */
545#define CONFIG_SYS_BOOTMAPSZ (64 << 20) /* Initial Memory for Linux*/
546#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
547
14aa71e6
LY
548/*
549 * Environment Configuration
550 */
5bc0543d 551#define CONFIG_HOSTNAME "unknown"
8b3637c6 552#define CONFIG_ROOTPATH "/opt/nfsroot"
b3f44c21 553#define CONFIG_BOOTFILE "uImage"
14aa71e6
LY
554#define CONFIG_UBOOTPATH u-boot.bin /* U-Boot image on TFTP server */
555
14aa71e6
LY
556#ifdef __SW_BOOT_NOR
557#define __NOR_RST_CMD \
558norboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_NOR 1; \
559i2c mw 18 3 __SW_BOOT_MASK 1; reset
560#endif
561#ifdef __SW_BOOT_SPI
562#define __SPI_RST_CMD \
563spiboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_SPI 1; \
564i2c mw 18 3 __SW_BOOT_MASK 1; reset
565#endif
566#ifdef __SW_BOOT_SD
567#define __SD_RST_CMD \
568sdboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_SD 1; \
569i2c mw 18 3 __SW_BOOT_MASK 1; reset
570#endif
571#ifdef __SW_BOOT_NAND
572#define __NAND_RST_CMD \
573nandboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_NAND 1; \
574i2c mw 18 3 __SW_BOOT_MASK 1; reset
575#endif
576#ifdef __SW_BOOT_PCIE
577#define __PCIE_RST_CMD \
578pciboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_PCIE 1; \
579i2c mw 18 3 __SW_BOOT_MASK 1; reset
580#endif
581
582#define CONFIG_EXTRA_ENV_SETTINGS \
583"netdev=eth0\0" \
5368c55d 584"uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \
14aa71e6
LY
585"loadaddr=1000000\0" \
586"bootfile=uImage\0" \
587"tftpflash=tftpboot $loadaddr $uboot; " \
5368c55d
MV
588 "protect off " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
589 "erase " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
590 "cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) " $filesize; " \
591 "protect on " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
592 "cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) " $filesize\0" \
14aa71e6
LY
593"hwconfig=usb1:dr_mode=host,phy_type=ulpi\0" \
594"consoledev=ttyS0\0" \
595"ramdiskaddr=2000000\0" \
596"ramdiskfile=rootfs.ext2.gz.uboot\0" \
b24a4f62 597"fdtaddr=1e00000\0" \
14aa71e6
LY
598"bdev=sda1\0" \
599"jffs2nor=mtdblock3\0" \
600"norbootaddr=ef080000\0" \
601"norfdtaddr=ef040000\0" \
602"jffs2nand=mtdblock9\0" \
603"nandbootaddr=100000\0" \
604"nandfdtaddr=80000\0" \
605"ramdisk_size=120000\0" \
606"map_lowernorbank=i2c dev 1; i2c mw 18 1 02 1; i2c mw 18 3 fd 1\0" \
607"map_uppernorbank=i2c dev 1; i2c mw 18 1 00 1; i2c mw 18 3 fd 1\0" \
993c104d 608__stringify(__VSCFW_ADDR)"\0" \
5368c55d
MV
609__stringify(__NOR_RST_CMD)"\0" \
610__stringify(__SPI_RST_CMD)"\0" \
611__stringify(__SD_RST_CMD)"\0" \
612__stringify(__NAND_RST_CMD)"\0" \
613__stringify(__PCIE_RST_CMD)"\0"
14aa71e6 614
14aa71e6
LY
615#define CONFIG_USB_FAT_BOOT \
616"setenv bootargs root=/dev/ram rw " \
617"console=$consoledev,$baudrate $othbootargs " \
618"ramdisk_size=$ramdisk_size;" \
619"usb start;" \
620"fatload usb 0:2 $loadaddr $bootfile;" \
621"fatload usb 0:2 $fdtaddr $fdtfile;" \
622"fatload usb 0:2 $ramdiskaddr $ramdiskfile;" \
623"bootm $loadaddr $ramdiskaddr $fdtaddr"
624
625#define CONFIG_USB_EXT2_BOOT \
626"setenv bootargs root=/dev/ram rw " \
627"console=$consoledev,$baudrate $othbootargs " \
628"ramdisk_size=$ramdisk_size;" \
629"usb start;" \
630"ext2load usb 0:4 $loadaddr $bootfile;" \
631"ext2load usb 0:4 $fdtaddr $fdtfile;" \
632"ext2load usb 0:4 $ramdiskaddr $ramdiskfile;" \
633"bootm $loadaddr $ramdiskaddr $fdtaddr"
634
635#define CONFIG_NORBOOT \
636"setenv bootargs root=/dev/$jffs2nor rw " \
637"console=$consoledev,$baudrate rootfstype=jffs2 $othbootargs;" \
638"bootm $norbootaddr - $norfdtaddr"
639
14aa71e6 640#endif /* __CONFIG_H */
This page took 0.99697 seconds and 4 git commands to generate.