blob: 813516892c616afb632f088b55de925457e2ec7d [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Poonam Aggrwala2ec1352011-02-09 19:17:53 +00002/*
3 * Copyright 2010-2011 Freescale Semiconductor, Inc.
Biwen Li6a2d8d12020-05-01 20:04:13 +08004 * Copyright 2020 NXP
Poonam Aggrwala2ec1352011-02-09 19:17:53 +00005 */
6
7/*
8 * P010 RDB board configuration file
9 */
10
11#ifndef __CONFIG_H
12#define __CONFIG_H
13
Simon Glassfb64e362020-05-10 11:40:09 -060014#include <linux/stringify.h>
15
Prabhakar Kushwahad324f472013-04-16 13:27:44 +053016#include <asm/config_mpc85xx.h>
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000017
18#ifdef CONFIG_SDCARD
Ying Zhang1233cbc2014-01-24 15:50:09 +080019#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)
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000023#endif
24
25#ifdef CONFIG_SPIFLASH
Udit Agarwald2dd2f72019-11-07 16:11:39 +000026#ifdef CONFIG_NXP_ESBC
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000027#define CONFIG_RAMBOOT_SPIFLASH
Ruchika Gupta604a9592014-09-29 11:14:35 +053028#define CONFIG_RESET_VECTOR_ADDRESS 0x110bfffc
Ying Zhang1233cbc2014-01-24 15:50:09 +080029#else
Ying Zhang1233cbc2014-01-24 15:50:09 +080030#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)
Ying Zhang1233cbc2014-01-24 15:50:09 +080034#endif
35#endif
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000036
Miquel Raynald0935362019-10-03 19:50:03 +020037#ifdef CONFIG_MTD_RAW_NAND
Udit Agarwald2dd2f72019-11-07 16:11:39 +000038#ifdef CONFIG_NXP_ESBC
Prabhakar Kushwahaf2036562014-01-14 11:34:26 +053039#define CONFIG_SYS_NAND_U_BOOT_SIZE ((768 << 10) - 0x2000)
Prabhakar Kushwaha66d6aa82013-04-16 13:28:12 +053040#define CONFIG_SYS_NAND_U_BOOT_DST (0x00200000 - CONFIG_SPL_MAX_SIZE)
41#define CONFIG_SYS_NAND_U_BOOT_START 0x00200000
Ying Zhang1233cbc2014-01-24 15:50:09 +080042#else
Ying Zhang1233cbc2014-01-24 15:50:09 +080043#ifdef CONFIG_TPL_BUILD
Ying Zhang1233cbc2014-01-24 15:50:09 +080044#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)
Ying Zhang1233cbc2014-01-24 15:50:09 +080047#elif defined(CONFIG_SPL_BUILD)
Ying Zhang1233cbc2014-01-24 15:50:09 +080048#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
Dipen Dudhat2f143ed2011-07-28 14:47:28 -050051#endif
Ying Zhang1233cbc2014-01-24 15:50:09 +080052#endif
53#endif
Ruchika Guptab36ccc52011-06-08 22:52:48 -050054
55#ifdef CONFIG_NAND_SECBOOT /* NAND Boot */
Prabhakar Kushwahaf2036562014-01-14 11:34:26 +053056#define CONFIG_RESET_VECTOR_ADDRESS 0x110bfffc
Ruchika Guptab36ccc52011-06-08 22:52:48 -050057#endif
58
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000059#ifndef CONFIG_RESET_VECTOR_ADDRESS
60#define CONFIG_RESET_VECTOR_ADDRESS 0xeffffffc
61#endif
62
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000063/* High Level Configuration Options */
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000064
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000065#if defined(CONFIG_PCI)
Robert P. J. Daya8099812016-05-03 19:52:49 -040066#define CONFIG_PCIE1 /* PCIE controller 1 (slot 1) */
67#define CONFIG_PCIE2 /* PCIE controller 2 (slot 2) */
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000068
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000069/*
70 * PCI Windows
71 * Memory space is mapped 1-1, but I/O space must start from 0.
72 */
73/* controller 1, Slot 1, tgtid 1, Base address a000 */
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000074#define CONFIG_SYS_PCIE1_MEM_VIRT 0x80000000
75#ifdef CONFIG_PHYS_64BIT
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000076#define CONFIG_SYS_PCIE1_MEM_PHYS 0xc00000000ull
77#else
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000078#define CONFIG_SYS_PCIE1_MEM_PHYS 0x80000000
79#endif
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000080#define CONFIG_SYS_PCIE1_IO_VIRT 0xffc00000
Poonam Aggrwala2ec1352011-02-09 19:17:53 +000081#ifdef CONFIG_PHYS_64BIT
82#define CONFIG_SYS_PCIE1_IO_PHYS 0xfffc00000ull
83#else
84#define CONFIG_SYS_PCIE1_IO_PHYS 0xffc00000
85#endif
86
87/* controller 2, Slot 2, tgtid 2, Base address 9000 */
Hou Zhiqiangd3cb8812020-05-01 19:06:28 +080088#define CONFIG_SYS_PCIE2_MEM_VIRT 0xa0000000
89#ifdef CONFIG_PHYS_64BIT
90#define CONFIG_SYS_PCIE2_MEM_PHYS 0xc20000000ull
91#else
92#define CONFIG_SYS_PCIE2_MEM_PHYS 0xa0000000
93#endif
94#define CONFIG_SYS_PCIE2_IO_VIRT 0xffc10000
95#ifdef CONFIG_PHYS_64BIT
96#define CONFIG_SYS_PCIE2_IO_PHYS 0xfffc10000ull
97#else
98#define CONFIG_SYS_PCIE2_IO_PHYS 0xffc10000
99#endif
100
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000101#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000102#endif
103
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000104#define CONFIG_HWCONFIG
105/*
106 * These can be toggled for performance analysis, otherwise use default.
107 */
108#define CONFIG_L2_CACHE /* toggle L2 cache */
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000109
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000110/* DDR Setup */
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000111#define SPD_EEPROM_ADDRESS 0x52
112
113#define CONFIG_MEM_INIT_VALUE 0xDeadBeef
114
115#ifndef __ASSEMBLY__
116extern unsigned long get_sdram_size(void);
117#endif
118#define CONFIG_SYS_SDRAM_SIZE get_sdram_size() /* DDR size */
119#define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000
120#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
121
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000122/* DDR3 Controller Settings */
123#define CONFIG_SYS_DDR_CS0_BNDS 0x0000003f
124#define CONFIG_SYS_DDR_CS0_CONFIG 0x80014302
125#define CONFIG_SYS_DDR_CS0_CONFIG_2 0x00000000
126#define CONFIG_SYS_DDR_DATA_INIT 0xdeadbeef
127#define CONFIG_SYS_DDR_INIT_ADDR 0x00000000
128#define CONFIG_SYS_DDR_INIT_EXT_ADDR 0x00000000
129#define CONFIG_SYS_DDR_MODE_CONTROL 0x00000000
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000130#define CONFIG_SYS_DDR_ZQ_CONTROL 0x89080600
131#define CONFIG_SYS_DDR_SR_CNTR 0x00000000
132#define CONFIG_SYS_DDR_RCW_1 0x00000000
133#define CONFIG_SYS_DDR_RCW_2 0x00000000
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800134#define CONFIG_SYS_DDR_CONTROL 0xc70c0008 /* Type = DDR3 */
135#define CONFIG_SYS_DDR_CONTROL_2 0x24401000
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000136#define CONFIG_SYS_DDR_TIMING_4 0x00000001
137#define CONFIG_SYS_DDR_TIMING_5 0x03402400
138
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800139#define CONFIG_SYS_DDR_TIMING_3_800 0x00030000
140#define CONFIG_SYS_DDR_TIMING_0_800 0x00110104
141#define CONFIG_SYS_DDR_TIMING_1_800 0x6f6b8644
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000142#define CONFIG_SYS_DDR_TIMING_2_800 0x0FA888CF
143#define CONFIG_SYS_DDR_CLK_CTRL_800 0x03000000
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800144#define CONFIG_SYS_DDR_MODE_1_800 0x00441420
145#define CONFIG_SYS_DDR_MODE_2_800 0x00000000
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000146#define CONFIG_SYS_DDR_INTERVAL_800 0x0C300100
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800147#define CONFIG_SYS_DDR_WRLVL_CONTROL_800 0x8675f608
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000148
149/* settings for DDR3 at 667MT/s */
150#define CONFIG_SYS_DDR_TIMING_3_667 0x00010000
151#define CONFIG_SYS_DDR_TIMING_0_667 0x00110004
152#define CONFIG_SYS_DDR_TIMING_1_667 0x5d59e544
153#define CONFIG_SYS_DDR_TIMING_2_667 0x0FA890CD
154#define CONFIG_SYS_DDR_CLK_CTRL_667 0x03000000
155#define CONFIG_SYS_DDR_MODE_1_667 0x00441210
156#define CONFIG_SYS_DDR_MODE_2_667 0x00000000
157#define CONFIG_SYS_DDR_INTERVAL_667 0x0a280000
158#define CONFIG_SYS_DDR_WRLVL_CONTROL_667 0x8675F608
159
160#define CONFIG_SYS_CCSRBAR 0xffe00000
161#define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR
162
163/*
164 * Memory map
165 *
166 * 0x0000_0000 0x3fff_ffff DDR 1G cacheable
167 * 0x8000_0000 0xbfff_ffff PCI Express Mem 1.5G non-cacheable
168 * 0xffc0_0000 0xffc3_ffff PCI IO range 256k non-cacheable
169 *
170 * Localbus non-cacheable
171 * 0xff80_0000 0xff8f_ffff NAND Flash 1M non-cacheable
172 * 0xffb0_0000 0xffbf_ffff Board CPLD 1M non-cacheable
173 * 0xffd0_0000 0xffd0_3fff L1 for stack 16K Cacheable TLB0
174 * 0xffe0_0000 0xffef_ffff CCSR 1M non-cacheable
175 */
176
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000177/*
178 * IFC Definitions
179 */
180/* NOR Flash on IFC */
Prabhakar Kushwaha66d6aa82013-04-16 13:28:12 +0530181
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000182#define CONFIG_SYS_FLASH_BASE 0xee000000
183#define CONFIG_SYS_MAX_FLASH_SECT 256 /* 32M */
184
185#ifdef CONFIG_PHYS_64BIT
186#define CONFIG_SYS_FLASH_BASE_PHYS (0xf00000000ull | CONFIG_SYS_FLASH_BASE)
187#else
188#define CONFIG_SYS_FLASH_BASE_PHYS CONFIG_SYS_FLASH_BASE
189#endif
190
191#define CONFIG_SYS_NOR_CSPR (CSPR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS) | \
192 CSPR_PORT_SIZE_16 | \
193 CSPR_MSEL_NOR | \
194 CSPR_V)
195#define CONFIG_SYS_NOR_AMASK IFC_AMASK(32*1024*1024)
196#define CONFIG_SYS_NOR_CSOR CSOR_NOR_ADM_SHIFT(7)
197/* NOR Flash Timing Params */
198#define CONFIG_SYS_NOR_FTIM0 FTIM0_NOR_TACSE(0x4) | \
199 FTIM0_NOR_TEADC(0x5) | \
200 FTIM0_NOR_TEAHC(0x5)
201#define CONFIG_SYS_NOR_FTIM1 FTIM1_NOR_TACO(0x1e) | \
202 FTIM1_NOR_TRAD_NOR(0x0f)
203#define CONFIG_SYS_NOR_FTIM2 FTIM2_NOR_TCS(0x4) | \
204 FTIM2_NOR_TCH(0x4) | \
205 FTIM2_NOR_TWP(0x1c)
206#define CONFIG_SYS_NOR_FTIM3 0x0
207
208#define CONFIG_SYS_FLASH_BANKS_LIST {CONFIG_SYS_FLASH_BASE_PHYS}
209#define CONFIG_SYS_FLASH_QUIET_TEST
210#define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000211
212#undef CONFIG_SYS_FLASH_CHECKSUM
213#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
214#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
215
216/* CFI for NOR Flash */
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000217#define CONFIG_SYS_FLASH_EMPTY_INFO
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000218
219/* NAND Flash on IFC */
220#define CONFIG_SYS_NAND_BASE 0xff800000
221#ifdef CONFIG_PHYS_64BIT
222#define CONFIG_SYS_NAND_BASE_PHYS 0xfff800000ull
223#else
224#define CONFIG_SYS_NAND_BASE_PHYS CONFIG_SYS_NAND_BASE
225#endif
226
Zhao Qiangc655ef12013-09-26 09:10:32 +0800227#define CONFIG_MTD_PARTITION
Zhao Qiangc655ef12013-09-26 09:10:32 +0800228
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000229#define CONFIG_SYS_NAND_CSPR (CSPR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS) \
230 | CSPR_PORT_SIZE_8 \
231 | CSPR_MSEL_NAND \
232 | CSPR_V)
233#define CONFIG_SYS_NAND_AMASK IFC_AMASK(64*1024)
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800234
York Sun7f945ca2016-11-16 13:30:06 -0800235#if defined(CONFIG_TARGET_P1010RDB_PA)
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000236#define CONFIG_SYS_NAND_CSOR (CSOR_NAND_ECC_ENC_EN /* ECC on encode */ \
237 | CSOR_NAND_ECC_DEC_EN /* ECC on decode */ \
238 | CSOR_NAND_ECC_MODE_4 /* 4-bit ECC */ \
239 | CSOR_NAND_RAL_2 /* RAL = 2 Bytes */ \
240 | CSOR_NAND_PGS_512 /* Page Size = 512b */ \
241 | CSOR_NAND_SPRZ_16 /* Spare size = 16 */ \
242 | CSOR_NAND_PB(32)) /* 32 Pages Per Block */
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800243
York Sun7f945ca2016-11-16 13:30:06 -0800244#elif defined(CONFIG_TARGET_P1010RDB_PB)
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800245#define CONFIG_SYS_NAND_CSOR (CSOR_NAND_ECC_ENC_EN /* ECC on encode */ \
246 | CSOR_NAND_ECC_DEC_EN /* ECC on decode */ \
247 | CSOR_NAND_ECC_MODE_4 /* 4-bit ECC */ \
248 | CSOR_NAND_RAL_3 /* RAL = 3Byes */ \
249 | CSOR_NAND_PGS_4K /* Page Size = 4K */ \
250 | CSOR_NAND_SPRZ_224 /* Spare size = 224 */ \
251 | CSOR_NAND_PB(128)) /*Pages Per Block = 128 */
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800252#endif
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000253
Dipen Dudhat2f143ed2011-07-28 14:47:28 -0500254#define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
255#define CONFIG_SYS_MAX_NAND_DEVICE 1
Dipen Dudhat2f143ed2011-07-28 14:47:28 -0500256
York Sun7f945ca2016-11-16 13:30:06 -0800257#if defined(CONFIG_TARGET_P1010RDB_PA)
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000258/* NAND Flash Timing Params */
259#define CONFIG_SYS_NAND_FTIM0 FTIM0_NAND_TCCST(0x01) | \
260 FTIM0_NAND_TWP(0x0C) | \
261 FTIM0_NAND_TWCHT(0x04) | \
262 FTIM0_NAND_TWH(0x05)
263#define CONFIG_SYS_NAND_FTIM1 FTIM1_NAND_TADLE(0x1d) | \
264 FTIM1_NAND_TWBE(0x1d) | \
265 FTIM1_NAND_TRR(0x07) | \
266 FTIM1_NAND_TRP(0x0c)
267#define CONFIG_SYS_NAND_FTIM2 FTIM2_NAND_TRAD(0x0c) | \
268 FTIM2_NAND_TREH(0x05) | \
269 FTIM2_NAND_TWHRE(0x0f)
270#define CONFIG_SYS_NAND_FTIM3 FTIM3_NAND_TWW(0x04)
271
York Sun7f945ca2016-11-16 13:30:06 -0800272#elif defined(CONFIG_TARGET_P1010RDB_PB)
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800273/* support MT29F16G08ABABAWP 4k-pagesize 2G-bytes NAND */
274/* ONFI NAND Flash mode0 Timing Params */
275#define CONFIG_SYS_NAND_FTIM0 (FTIM0_NAND_TCCST(0x07)| \
276 FTIM0_NAND_TWP(0x18) | \
277 FTIM0_NAND_TWCHT(0x07) | \
278 FTIM0_NAND_TWH(0x0a))
279#define CONFIG_SYS_NAND_FTIM1 (FTIM1_NAND_TADLE(0x32)| \
280 FTIM1_NAND_TWBE(0x39) | \
281 FTIM1_NAND_TRR(0x0e) | \
282 FTIM1_NAND_TRP(0x18))
283#define CONFIG_SYS_NAND_FTIM2 (FTIM2_NAND_TRAD(0x0f) | \
284 FTIM2_NAND_TREH(0x0a) | \
285 FTIM2_NAND_TWHRE(0x1e))
286#define CONFIG_SYS_NAND_FTIM3 0x0
287#endif
288
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000289#define CONFIG_SYS_NAND_DDR_LAW 11
290
291/* Set up IFC registers for boot location NOR/NAND */
Miquel Raynald0935362019-10-03 19:50:03 +0200292#if defined(CONFIG_MTD_RAW_NAND) || defined(CONFIG_NAND_SECBOOT)
Dipen Dudhat2f143ed2011-07-28 14:47:28 -0500293#define CONFIG_SYS_CSPR0 CONFIG_SYS_NAND_CSPR
294#define CONFIG_SYS_AMASK0 CONFIG_SYS_NAND_AMASK
295#define CONFIG_SYS_CSOR0 CONFIG_SYS_NAND_CSOR
296#define CONFIG_SYS_CS0_FTIM0 CONFIG_SYS_NAND_FTIM0
297#define CONFIG_SYS_CS0_FTIM1 CONFIG_SYS_NAND_FTIM1
298#define CONFIG_SYS_CS0_FTIM2 CONFIG_SYS_NAND_FTIM2
299#define CONFIG_SYS_CS0_FTIM3 CONFIG_SYS_NAND_FTIM3
300#define CONFIG_SYS_CSPR1 CONFIG_SYS_NOR_CSPR
301#define CONFIG_SYS_AMASK1 CONFIG_SYS_NOR_AMASK
302#define CONFIG_SYS_CSOR1 CONFIG_SYS_NOR_CSOR
303#define CONFIG_SYS_CS1_FTIM0 CONFIG_SYS_NOR_FTIM0
304#define CONFIG_SYS_CS1_FTIM1 CONFIG_SYS_NOR_FTIM1
305#define CONFIG_SYS_CS1_FTIM2 CONFIG_SYS_NOR_FTIM2
306#define CONFIG_SYS_CS1_FTIM3 CONFIG_SYS_NOR_FTIM3
307#else
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000308#define CONFIG_SYS_CSPR0 CONFIG_SYS_NOR_CSPR
309#define CONFIG_SYS_AMASK0 CONFIG_SYS_NOR_AMASK
310#define CONFIG_SYS_CSOR0 CONFIG_SYS_NOR_CSOR
311#define CONFIG_SYS_CS0_FTIM0 CONFIG_SYS_NOR_FTIM0
312#define CONFIG_SYS_CS0_FTIM1 CONFIG_SYS_NOR_FTIM1
313#define CONFIG_SYS_CS0_FTIM2 CONFIG_SYS_NOR_FTIM2
314#define CONFIG_SYS_CS0_FTIM3 CONFIG_SYS_NOR_FTIM3
315#define CONFIG_SYS_CSPR1 CONFIG_SYS_NAND_CSPR
316#define CONFIG_SYS_AMASK1 CONFIG_SYS_NAND_AMASK
317#define CONFIG_SYS_CSOR1 CONFIG_SYS_NAND_CSOR
318#define CONFIG_SYS_CS1_FTIM0 CONFIG_SYS_NAND_FTIM0
319#define CONFIG_SYS_CS1_FTIM1 CONFIG_SYS_NAND_FTIM1
320#define CONFIG_SYS_CS1_FTIM2 CONFIG_SYS_NAND_FTIM2
321#define CONFIG_SYS_CS1_FTIM3 CONFIG_SYS_NAND_FTIM3
Dipen Dudhat2f143ed2011-07-28 14:47:28 -0500322#endif
323
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000324/* CPLD on IFC */
325#define CONFIG_SYS_CPLD_BASE 0xffb00000
326
327#ifdef CONFIG_PHYS_64BIT
328#define CONFIG_SYS_CPLD_BASE_PHYS 0xfffb00000ull
329#else
330#define CONFIG_SYS_CPLD_BASE_PHYS CONFIG_SYS_CPLD_BASE
331#endif
332
333#define CONFIG_SYS_CSPR3 (CSPR_PHYS_ADDR(CONFIG_SYS_CPLD_BASE_PHYS) \
334 | CSPR_PORT_SIZE_8 \
335 | CSPR_MSEL_GPCM \
336 | CSPR_V)
337#define CONFIG_SYS_AMASK3 IFC_AMASK(64*1024)
338#define CONFIG_SYS_CSOR3 0x0
339/* CPLD Timing parameters for IFC CS3 */
340#define CONFIG_SYS_CS3_FTIM0 (FTIM0_GPCM_TACSE(0x0e) | \
341 FTIM0_GPCM_TEADC(0x0e) | \
342 FTIM0_GPCM_TEAHC(0x0e))
343#define CONFIG_SYS_CS3_FTIM1 (FTIM1_GPCM_TACO(0x0e) | \
344 FTIM1_GPCM_TRAD(0x1f))
345#define CONFIG_SYS_CS3_FTIM2 (FTIM2_GPCM_TCS(0x0e) | \
Shaohui Xiec2bc4602014-06-26 14:41:33 +0800346 FTIM2_GPCM_TCH(0x8) | \
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000347 FTIM2_GPCM_TWP(0x1f))
348#define CONFIG_SYS_CS3_FTIM3 0x0
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000349
Tom Rinibf1dfd82022-06-17 16:24:34 -0400350#if defined(CONFIG_RAMBOOT_SDCARD) || defined(CONFIG_RAMBOOT_SPIFLASH)
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000351#define CONFIG_SYS_RAMBOOT
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000352#else
353#undef CONFIG_SYS_RAMBOOT
354#endif
355
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000356#define CONFIG_SYS_INIT_RAM_LOCK
357#define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* stack in RAM */
York Sun515fbb42016-04-06 13:22:10 -0700358#define CONFIG_SYS_INIT_RAM_SIZE 0x00004000 /* End of used area in RAM */
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000359
Tom Rini55f37562022-05-24 14:14:02 -0400360#define CONFIG_SYS_INIT_SP_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000361
Prabhakar Kushwahaf4027312014-03-31 15:31:48 +0530362#define CONFIG_SYS_MONITOR_LEN (768 * 1024)
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000363
Ying Zhang1233cbc2014-01-24 15:50:09 +0800364/*
365 * Config the L2 Cache as L2 SRAM
366 */
367#if defined(CONFIG_SPL_BUILD)
368#if defined(CONFIG_SDCARD) || defined(CONFIG_SPIFLASH)
369#define CONFIG_SYS_INIT_L2_ADDR 0xD0000000
370#define CONFIG_SYS_INIT_L2_ADDR_PHYS CONFIG_SYS_INIT_L2_ADDR
371#define CONFIG_SYS_L2_SIZE (256 << 10)
372#define CONFIG_SYS_INIT_L2_END (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
Miquel Raynald0935362019-10-03 19:50:03 +0200373#elif defined(CONFIG_MTD_RAW_NAND)
Ying Zhang1233cbc2014-01-24 15:50:09 +0800374#ifdef CONFIG_TPL_BUILD
375#define CONFIG_SYS_INIT_L2_ADDR 0xD0000000
376#define CONFIG_SYS_INIT_L2_ADDR_PHYS CONFIG_SYS_INIT_L2_ADDR
377#define CONFIG_SYS_L2_SIZE (256 << 10)
378#define CONFIG_SYS_INIT_L2_END (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
Ying Zhang1233cbc2014-01-24 15:50:09 +0800379#else
380#define CONFIG_SYS_INIT_L2_ADDR 0xD0000000
381#define CONFIG_SYS_INIT_L2_ADDR_PHYS CONFIG_SYS_INIT_L2_ADDR
382#define CONFIG_SYS_L2_SIZE (256 << 10)
383#define CONFIG_SYS_INIT_L2_END (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
Ying Zhang1233cbc2014-01-24 15:50:09 +0800384#endif
385#endif
386#endif
387
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000388/* Serial Port */
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000389#undef CONFIG_SERIAL_SOFTWARE_FIFO
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000390#define CONFIG_SYS_NS16550_SERIAL
391#define CONFIG_SYS_NS16550_REG_SIZE 1
392#define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
Tom Rini6b15c162022-05-13 12:26:35 -0400393#if defined(CONFIG_SPL_BUILD) && CONFIG_IS_ENABLED(INIT_MINIMAL)
Dipen Dudhat2f143ed2011-07-28 14:47:28 -0500394#define CONFIG_NS16550_MIN_FUNCTIONS
395#endif
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000396
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000397#define CONFIG_SYS_BAUDRATE_TABLE \
398 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
399
400#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x4500)
401#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600)
402
Heiko Schocherf2850742012-10-24 13:48:22 +0200403/* I2C */
Shengzhou Liu36446ef2013-09-13 14:46:02 +0800404#define I2C_PCA9557_ADDR1 0x18
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800405#define I2C_PCA9557_ADDR2 0x19
Shengzhou Liu36446ef2013-09-13 14:46:02 +0800406#define I2C_PCA9557_BUS_NUM 0
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000407
408/* I2C EEPROM */
York Sun7f945ca2016-11-16 13:30:06 -0800409#if defined(CONFIG_TARGET_P1010RDB_PB)
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800410#ifdef CONFIG_ID_EEPROM
411#define CONFIG_SYS_I2C_EEPROM_NXID
412#endif
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800413#define CONFIG_SYS_EEPROM_BUS_NUM 0
414#define MAX_NUM_PORTS 9 /* for 128Bytes EEPROM */
415#endif
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000416/* enable read and write access to EEPROM */
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000417
418/* RTC */
419#define CONFIG_RTC_PT7C4338
420#define CONFIG_SYS_I2C_RTC_ADDR 0x68
421
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000422/*
423 * SPI interface will not be available in case of NAND boot SPI CS0 will be
424 * used for SLIC
425 */
Miquel Raynald0935362019-10-03 19:50:03 +0200426#if !defined(CONFIG_MTD_RAW_NAND) || !defined(CONFIG_NAND_SECBOOT)
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000427/* eSPI - Enhanced SPI */
Dipen Dudhat2f143ed2011-07-28 14:47:28 -0500428#endif
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000429
430#if defined(CONFIG_TSEC_ENET)
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000431#define CONFIG_MII_DEFAULT_TSEC 1 /* Allow unregistered phys */
432#define CONFIG_TSEC1 1
433#define CONFIG_TSEC1_NAME "eTSEC1"
434#define CONFIG_TSEC2 1
435#define CONFIG_TSEC2_NAME "eTSEC2"
436#define CONFIG_TSEC3 1
437#define CONFIG_TSEC3_NAME "eTSEC3"
438
439#define TSEC1_PHY_ADDR 1
440#define TSEC2_PHY_ADDR 0
441#define TSEC3_PHY_ADDR 2
442
443#define TSEC1_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
444#define TSEC2_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
445#define TSEC3_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
446
447#define TSEC1_PHYIDX 0
448#define TSEC2_PHYIDX 0
449#define TSEC3_PHYIDX 0
450
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000451/* TBI PHY configuration for SGMII mode */
452#define CONFIG_TSEC_TBICR_SETTINGS ( \
453 TBICR_PHY_RESET \
454 | TBICR_ANEG_ENABLE \
455 | TBICR_FULL_DUPLEX \
456 | TBICR_SPEED1_SET \
457 )
458
459#endif /* CONFIG_TSEC_ENET */
460
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000461#ifdef CONFIG_MMC
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000462#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR
463#endif
464
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000465/*
466 * Environment
467 */
Tom Rini5989fd42022-06-20 08:07:42 -0400468#if defined(CONFIG_MTD_RAW_NAND)
Ying Zhang1233cbc2014-01-24 15:50:09 +0800469#ifdef CONFIG_TPL_BUILD
Tom Rini5cd7ece2019-11-18 20:02:10 -0500470#define SPL_ENV_ADDR (CONFIG_SYS_INIT_L2_ADDR + (160 << 10))
Ying Zhang1233cbc2014-01-24 15:50:09 +0800471#endif
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000472#endif
473
474#define CONFIG_LOADS_ECHO /* echo on for serial download */
475#define CONFIG_SYS_LOADS_BAUD_CHANGE /* allow baudrate change */
476
Tom Riniceed5d22017-05-12 22:33:27 -0400477#if defined(CONFIG_MMC) || defined(CONFIG_USB_EHCI_HCD) \
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000478 || defined(CONFIG_FSL_SATA)
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000479#endif
480
481/*
482 * Miscellaneous configurable options
483 */
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000484
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000485/*
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000486 * For booting Linux, the board info and command line data
487 * have to be in the first 64 MB of memory, since this is
488 * the maximum mapped by the Linux kernel during initialization.
489 */
490#define CONFIG_SYS_BOOTMAPSZ (64 << 20) /* Initial Memory map for Linux */
491#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
492
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000493/*
494 * Environment Configuration
495 */
496
Joe Hershberger257ff782011-10-13 13:03:47 +0000497#define CONFIG_ROOTPATH "/opt/nfsroot"
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000498#define CONFIG_UBOOTPATH u-boot.bin/* U-Boot image on TFTP server */
499
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000500#define CONFIG_EXTRA_ENV_SETTINGS \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200501 "hwconfig=" __stringify(CONFIG_DEF_HWCONFIG) "\0" \
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000502 "netdev=eth0\0" \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200503 "uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000504 "loadaddr=1000000\0" \
505 "consoledev=ttyS0\0" \
506 "ramdiskaddr=2000000\0" \
507 "ramdiskfile=rootfs.ext2.gz.uboot\0" \
Scott Woodb7f4b852016-07-19 17:52:06 -0500508 "fdtaddr=1e00000\0" \
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000509 "fdtfile=p1010rdb.dtb\0" \
510 "bdev=sda1\0" \
511 "hwconfig=usb1:dr_mode=host,phy_type=utmi\0" \
512 "othbootargs=ramdisk_size=600000\0" \
513 "usbfatboot=setenv bootargs root=/dev/ram rw " \
514 "console=$consoledev,$baudrate $othbootargs; " \
515 "usb start;" \
516 "fatload usb 0:2 $loadaddr $bootfile;" \
517 "fatload usb 0:2 $fdtaddr $fdtfile;" \
518 "fatload usb 0:2 $ramdiskaddr $ramdiskfile;" \
519 "bootm $loadaddr $ramdiskaddr $fdtaddr\0" \
520 "usbext2boot=setenv bootargs root=/dev/ram rw " \
521 "console=$consoledev,$baudrate $othbootargs; " \
522 "usb start;" \
523 "ext2load usb 0:4 $loadaddr $bootfile;" \
524 "ext2load usb 0:4 $fdtaddr $fdtfile;" \
525 "ext2load usb 0:4 $ramdiskaddr $ramdiskfile;" \
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800526 "bootm $loadaddr $ramdiskaddr $fdtaddr\0" \
Tom Rini8cd5d372022-02-25 11:19:49 -0500527 BOOTMODE
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800528
York Sun7f945ca2016-11-16 13:30:06 -0800529#if defined(CONFIG_TARGET_P1010RDB_PA)
Tom Rini8cd5d372022-02-25 11:19:49 -0500530#define BOOTMODE \
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800531 "boot_bank0=i2c dev 0; i2c mw 18 1 f1; i2c mw 18 3 f0;" \
532 "mw.b ffb00011 0; mw.b ffb00009 0; reset\0" \
533 "boot_bank1=i2c dev 0; i2c mw 18 1 f1; i2c mw 18 3 f0;" \
534 "mw.b ffb00011 0; mw.b ffb00009 1; reset\0" \
535 "boot_nand=i2c dev 0; i2c mw 18 1 f9; i2c mw 18 3 f0;" \
536 "mw.b ffb00011 0; mw.b ffb00017 1; reset\0"
537
York Sun7f945ca2016-11-16 13:30:06 -0800538#elif defined(CONFIG_TARGET_P1010RDB_PB)
Tom Rini8cd5d372022-02-25 11:19:49 -0500539#define BOOTMODE \
Shengzhou Liuf0af4382013-09-13 14:46:03 +0800540 "boot_bank0=i2c dev 0; i2c mw 18 1 fe; i2c mw 18 3 0;" \
541 "i2c mw 19 1 2; i2c mw 19 3 e1; reset\0" \
542 "boot_bank1=i2c dev 0; i2c mw 18 1 fe; i2c mw 18 3 0;" \
543 "i2c mw 19 1 12; i2c mw 19 3 e1; reset\0" \
544 "boot_nand=i2c dev 0; i2c mw 18 1 fc; i2c mw 18 3 0;" \
545 "i2c mw 19 1 8; i2c mw 19 3 f7; reset\0" \
546 "boot_spi=i2c dev 0; i2c mw 18 1 fa; i2c mw 18 3 0;" \
547 "i2c mw 19 1 0; i2c mw 19 3 f7; reset\0" \
548 "boot_sd=i2c dev 0; i2c mw 18 1 f8; i2c mw 18 3 0;" \
549 "i2c mw 19 1 4; i2c mw 19 3 f3; reset\0"
550#endif
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000551
Ruchika Guptab36ccc52011-06-08 22:52:48 -0500552#include <asm/fsl_secure_boot.h>
Ruchika Guptab36ccc52011-06-08 22:52:48 -0500553
Poonam Aggrwala2ec1352011-02-09 19:17:53 +0000554#endif /* __CONFIG_H */