blob: 8b20bfd10033240707b0a87736340714621681c6 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Heiko Schocher147d0a22010-07-07 12:26:34 +02002/*
3 * Copyright (C) Freescale Semiconductor, Inc. 2006.
4 *
5 * (C) Copyright 2010
6 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
Heiko Schocher147d0a22010-07-07 12:26:34 +02007 */
8/*
9 * ve8313 board configuration file
10 */
11
12#ifndef __CONFIG_H
13#define __CONFIG_H
14
15/*
16 * High Level Configuration Options
17 */
18#define CONFIG_E300 1
Heiko Schocher147d0a22010-07-07 12:26:34 +020019
Gabor Juhosb4458732013-05-30 07:06:12 +000020#define CONFIG_PCI_INDIRECT_BRIDGE 1
Kumar Gala0d555f02010-08-19 01:48:14 -050021#define CONFIG_FSL_ELBC 1
Heiko Schocher147d0a22010-07-07 12:26:34 +020022
Heiko Schocher147d0a22010-07-07 12:26:34 +020023/*
24 * On-board devices
25 *
26 */
Heiko Schocher147d0a22010-07-07 12:26:34 +020027#define CONFIG_SYS_MEMTEST_START 0x00001000
28#define CONFIG_SYS_MEMTEST_END 0x07000000
29
Heiko Schocher147d0a22010-07-07 12:26:34 +020030/*
31 * Device configurations
32 */
33
34/*
35 * DDR Setup
36 */
Joe Hershberger3214e4e2011-10-11 23:57:26 -050037#define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/
Heiko Schocher147d0a22010-07-07 12:26:34 +020038#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
39#define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
40
41/*
42 * Manually set up DDR parameters, as this board does not
43 * have the SPD connected to I2C.
44 */
Joe Hershberger3214e4e2011-10-11 23:57:26 -050045#define CONFIG_SYS_DDR_SIZE 128 /* MB */
Joe Hershberger5ade3902011-10-11 23:57:31 -050046#define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN \
Heiko Schocher147d0a22010-07-07 12:26:34 +020047 | CSCONFIG_AP \
Joe Hershbergercc03b802011-10-11 23:57:29 -050048 | CSCONFIG_ODT_RD_NEVER \
49 | CSCONFIG_ODT_WR_ALL \
Joe Hershberger3214e4e2011-10-11 23:57:26 -050050 | CSCONFIG_ROW_BIT_13 \
51 | CSCONFIG_COL_BIT_10)
Heiko Schocher147d0a22010-07-07 12:26:34 +020052 /* 0x80840102 */
53
54#define CONFIG_SYS_DDR_TIMING_3 0x00000000
Joe Hershberger3214e4e2011-10-11 23:57:26 -050055#define CONFIG_SYS_DDR_TIMING_0 ((0 << TIMING_CFG0_RWT_SHIFT) \
56 | (0 << TIMING_CFG0_WRT_SHIFT) \
57 | (3 << TIMING_CFG0_RRT_SHIFT) \
58 | (2 << TIMING_CFG0_WWT_SHIFT) \
59 | (7 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) \
60 | (2 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) \
61 | (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) \
62 | (2 << TIMING_CFG0_MRS_CYC_SHIFT))
Heiko Schocher147d0a22010-07-07 12:26:34 +020063 /* 0x0e720802 */
Joe Hershberger3214e4e2011-10-11 23:57:26 -050064#define CONFIG_SYS_DDR_TIMING_1 ((2 << TIMING_CFG1_PRETOACT_SHIFT) \
65 | (6 << TIMING_CFG1_ACTTOPRE_SHIFT) \
66 | (2 << TIMING_CFG1_ACTTORW_SHIFT) \
67 | (5 << TIMING_CFG1_CASLAT_SHIFT) \
68 | (6 << TIMING_CFG1_REFREC_SHIFT) \
69 | (2 << TIMING_CFG1_WRREC_SHIFT) \
70 | (2 << TIMING_CFG1_ACTTOACT_SHIFT) \
71 | (2 << TIMING_CFG1_WRTORD_SHIFT))
Heiko Schocher147d0a22010-07-07 12:26:34 +020072 /* 0x26256222 */
Joe Hershberger3214e4e2011-10-11 23:57:26 -050073#define CONFIG_SYS_DDR_TIMING_2 ((0 << TIMING_CFG2_ADD_LAT_SHIFT) \
74 | (5 << TIMING_CFG2_CPO_SHIFT) \
75 | (2 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) \
76 | (1 << TIMING_CFG2_RD_TO_PRE_SHIFT) \
77 | (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) \
78 | (3 << TIMING_CFG2_CKE_PLS_SHIFT) \
79 | (7 << TIMING_CFG2_FOUR_ACT_SHIFT))
Heiko Schocher147d0a22010-07-07 12:26:34 +020080 /* 0x029028c7 */
Joe Hershberger3214e4e2011-10-11 23:57:26 -050081#define CONFIG_SYS_DDR_INTERVAL ((0x320 << SDRAM_INTERVAL_REFINT_SHIFT) \
82 | (0x2000 << SDRAM_INTERVAL_BSTOPRE_SHIFT))
Heiko Schocher147d0a22010-07-07 12:26:34 +020083 /* 0x03202000 */
Joe Hershberger3214e4e2011-10-11 23:57:26 -050084#define CONFIG_SYS_SDRAM_CFG (SDRAM_CFG_SREN \
Heiko Schocher147d0a22010-07-07 12:26:34 +020085 | SDRAM_CFG_SDRAM_TYPE_DDR2 \
Joe Hershbergercc03b802011-10-11 23:57:29 -050086 | SDRAM_CFG_DBW_32)
Heiko Schocher147d0a22010-07-07 12:26:34 +020087 /* 0x43080000 */
Joe Hershberger3214e4e2011-10-11 23:57:26 -050088#define CONFIG_SYS_SDRAM_CFG2 0x00401000
89#define CONFIG_SYS_DDR_MODE ((0x4440 << SDRAM_MODE_ESD_SHIFT) \
90 | (0x0232 << SDRAM_MODE_SD_SHIFT))
Heiko Schocher147d0a22010-07-07 12:26:34 +020091 /* 0x44400232 */
Joe Hershberger3214e4e2011-10-11 23:57:26 -050092#define CONFIG_SYS_DDR_MODE_2 0x8000C000
Heiko Schocher147d0a22010-07-07 12:26:34 +020093
94#define CONFIG_SYS_DDR_CLK_CNTL DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05
95 /*0x02000000*/
Joe Hershberger3214e4e2011-10-11 23:57:26 -050096#define CONFIG_SYS_DDRCDR_VALUE (DDRCDR_EN \
Heiko Schocher147d0a22010-07-07 12:26:34 +020097 | DDRCDR_PZ_NOMZ \
98 | DDRCDR_NZ_NOMZ \
Joe Hershberger3214e4e2011-10-11 23:57:26 -050099 | DDRCDR_M_ODR)
Heiko Schocher147d0a22010-07-07 12:26:34 +0200100 /* 0x73000002 */
101
102/*
103 * FLASH on the Local Bus
104 */
Heiko Schocher147d0a22010-07-07 12:26:34 +0200105#define CONFIG_SYS_FLASH_BASE 0xFE000000
106#define CONFIG_SYS_FLASH_SIZE 32 /* size in MB */
107#define CONFIG_SYS_FLASH_EMPTY_INFO /* display empty sectors */
Heiko Schocher147d0a22010-07-07 12:26:34 +0200108
Heiko Schocher147d0a22010-07-07 12:26:34 +0200109#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */
110#define CONFIG_SYS_MAX_FLASH_SECT 256 /* sectors per dev */
111
112#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
113#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
114
Wolfgang Denk0708bc62010-10-07 21:51:12 +0200115#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
Heiko Schocher147d0a22010-07-07 12:26:34 +0200116
117#if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
118#define CONFIG_SYS_RAMBOOT
119#endif
120
121#define CONFIG_SYS_INIT_RAM_LOCK 1
122#define CONFIG_SYS_INIT_RAM_ADDR 0xFD000000 /* Initial RAM address */
Joe Hershberger3214e4e2011-10-11 23:57:26 -0500123#define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM*/
Heiko Schocher147d0a22010-07-07 12:26:34 +0200124
Joe Hershberger3214e4e2011-10-11 23:57:26 -0500125#define CONFIG_SYS_GBL_DATA_OFFSET \
126 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
Heiko Schocher147d0a22010-07-07 12:26:34 +0200127#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
128
129/* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */
130#define CONFIG_SYS_MONITOR_LEN (384 * 1024)
131#define CONFIG_SYS_MALLOC_LEN (512 * 1024)
132
133/*
134 * Local Bus LCRR and LBCR regs
135 */
Heiko Schocher147d0a22010-07-07 12:26:34 +0200136#define CONFIG_SYS_LBC_LBCR 0x00040000
137
138#define CONFIG_SYS_LBC_MRTPR 0x20000000
139
140/*
141 * NAND settings
142 */
143#define CONFIG_SYS_NAND_BASE 0x61000000
144#define CONFIG_SYS_MAX_NAND_DEVICE 1
Heiko Schocher147d0a22010-07-07 12:26:34 +0200145#define CONFIG_NAND_FSL_ELBC 1
146#define CONFIG_SYS_NAND_BLOCK_SIZE 16384
147
Mario Six72aaee12019-01-21 09:17:42 +0100148
Heiko Schocher147d0a22010-07-07 12:26:34 +0200149
Mario Six72aaee12019-01-21 09:17:42 +0100150/* Still needed for spl_minimal.c */
151#define CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_BR1_PRELIM
152#define CONFIG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR1_PRELIM
Heiko Schocher147d0a22010-07-07 12:26:34 +0200153
Heiko Schocher147d0a22010-07-07 12:26:34 +0200154
Heiko Schocher147d0a22010-07-07 12:26:34 +0200155
Heiko Schocher147d0a22010-07-07 12:26:34 +0200156/*
157 * Serial Port
158 */
Heiko Schocher147d0a22010-07-07 12:26:34 +0200159#define CONFIG_SYS_NS16550_SERIAL
160#define CONFIG_SYS_NS16550_REG_SIZE 1
161#define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
162
163#define CONFIG_SYS_BAUDRATE_TABLE \
164 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200}
165
166#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500)
167#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600)
168
Heiko Schocher147d0a22010-07-07 12:26:34 +0200169#if defined(CONFIG_PCI)
170/*
171 * General PCI
172 * Addresses are mapped 1-1.
173 */
174#define CONFIG_SYS_PCI1_MEM_BASE 0x80000000
175#define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE
176#define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */
177#define CONFIG_SYS_PCI1_MMIO_BASE 0x90000000
178#define CONFIG_SYS_PCI1_MMIO_PHYS CONFIG_SYS_PCI1_MMIO_BASE
179#define CONFIG_SYS_PCI1_MMIO_SIZE 0x10000000 /* 256M */
Joe Hershberger3214e4e2011-10-11 23:57:26 -0500180#define CONFIG_SYS_PCI1_IO_BASE 0x00000000
181#define CONFIG_SYS_PCI1_IO_PHYS 0xE2000000
182#define CONFIG_SYS_PCI1_IO_SIZE 0x00100000 /* 1M */
Heiko Schocher147d0a22010-07-07 12:26:34 +0200183
Heiko Schocher147d0a22010-07-07 12:26:34 +0200184#define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1957 /* Freescale */
185#endif
186
187/*
188 * TSEC
189 */
Heiko Schocher147d0a22010-07-07 12:26:34 +0200190
Heiko Schocher147d0a22010-07-07 12:26:34 +0200191#define CONFIG_TSEC1
192#ifdef CONFIG_TSEC1
193#define CONFIG_HAS_ETH0
194#define CONFIG_TSEC1_NAME "TSEC1"
195#define CONFIG_SYS_TSEC1_OFFSET 0x24000
196#define TSEC1_PHY_ADDR 0x01
197#define TSEC1_FLAGS 0
198#define TSEC1_PHYIDX 0
199#endif
200
201/* Options are: TSEC[0-1] */
202#define CONFIG_ETHPRIME "TSEC1"
203
204/*
205 * Environment
206 */
Joe Hershberger3214e4e2011-10-11 23:57:26 -0500207#define CONFIG_ENV_ADDR \
208 (CONFIG_SYS_FLASH_BASE + CONFIG_SYS_MONITOR_LEN)
Heiko Schocher147d0a22010-07-07 12:26:34 +0200209#define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K(one sector) for env */
210#define CONFIG_ENV_SIZE 0x4000
211/* Address and size of Redundant Environment Sector */
Joe Hershberger3214e4e2011-10-11 23:57:26 -0500212#define CONFIG_ENV_OFFSET_REDUND \
213 (CONFIG_ENV_OFFSET + CONFIG_ENV_SECT_SIZE)
Heiko Schocher147d0a22010-07-07 12:26:34 +0200214#define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE)
215
216#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
217#define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
218
219/*
220 * BOOTP options
221 */
222#define CONFIG_BOOTP_BOOTFILESIZE
Heiko Schocher147d0a22010-07-07 12:26:34 +0200223
224/*
225 * Command line configuration.
226 */
Heiko Schocher147d0a22010-07-07 12:26:34 +0200227
Heiko Schocher147d0a22010-07-07 12:26:34 +0200228/*
229 * Miscellaneous configurable options
230 */
Heiko Schocher147d0a22010-07-07 12:26:34 +0200231#define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
Heiko Schocher147d0a22010-07-07 12:26:34 +0200232#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
233
Heiko Schocher147d0a22010-07-07 12:26:34 +0200234#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot arg Buffer size */
Heiko Schocher147d0a22010-07-07 12:26:34 +0200235
236/*
237 * For booting Linux, the board info and command line data
Ira W. Snyderc5a22d02010-09-10 15:42:32 -0700238 * have to be in the first 256 MB of memory, since this is
Heiko Schocher147d0a22010-07-07 12:26:34 +0200239 * the maximum mapped by the Linux kernel during initialization.
240 */
Joe Hershberger3214e4e2011-10-11 23:57:26 -0500241 /* Initial Memory map for Linux*/
242#define CONFIG_SYS_BOOTMAPSZ (256 << 20)
Heiko Schocher147d0a22010-07-07 12:26:34 +0200243
Heiko Schocher147d0a22010-07-07 12:26:34 +0200244/* System IO Config */
245#define CONFIG_SYS_SICRH (0x01000000 | \
246 SICRH_ETSEC2_B | \
247 SICRH_ETSEC2_C | \
248 SICRH_ETSEC2_D | \
249 SICRH_ETSEC2_E | \
250 SICRH_ETSEC2_F | \
251 SICRH_ETSEC2_G | \
252 SICRH_TSOBI1 | \
253 SICRH_TSOBI2)
254 /* 0x010fff03 */
255#define CONFIG_SYS_SICRL (SICRL_LBC | \
256 SICRL_SPI_A | \
257 SICRL_SPI_B | \
258 SICRL_SPI_C | \
259 SICRL_SPI_D | \
260 SICRL_ETSEC2_A)
261 /* 0x33fc0003) */
262
Heiko Schocher147d0a22010-07-07 12:26:34 +0200263#define CONFIG_NETDEV eth0
264
Mario Six790d8442018-03-28 14:38:20 +0200265#define CONFIG_HOSTNAME "ve8313"
Heiko Schocher147d0a22010-07-07 12:26:34 +0200266#define CONFIG_UBOOTPATH ve8313/u-boot.bin
267
Heiko Schocher147d0a22010-07-07 12:26:34 +0200268#define CONFIG_EXTRA_ENV_SETTINGS \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200269 "netdev=" __stringify(CONFIG_NETDEV) "\0" \
270 "ethprime=" __stringify(CONFIG_TSEC1_NAME) "\0" \
271 "u-boot=" __stringify(CONFIG_UBOOTPATH) "\0" \
Heiko Schocher147d0a22010-07-07 12:26:34 +0200272 "u-boot_addr_r=100000\0" \
273 "load=tftp ${u-boot_addr_r} ${u-boot}\0" \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200274 "update=protect off " __stringify(CONFIG_SYS_FLASH_BASE) \
275 " +${filesize};" \
276 "erase " __stringify(CONFIG_SYS_FLASH_BASE) " +${filesize};" \
277 "cp.b ${u-boot_addr_r} " __stringify(CONFIG_SYS_FLASH_BASE) \
Joe Hershberger3214e4e2011-10-11 23:57:26 -0500278 " ${filesize};" \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200279 "protect on " __stringify(CONFIG_SYS_FLASH_BASE) " +${filesize}\0" \
Heiko Schocher147d0a22010-07-07 12:26:34 +0200280
281#endif /* __CONFIG_H */