]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/P2020DS.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / include / configs / P2020DS.h
CommitLineData
feb7838f 1/*
3d7506fa 2 * Copyright 2007-2012 Freescale Semiconductor, Inc.
feb7838f 3 *
1a459660 4 * SPDX-License-Identifier: GPL-2.0+
feb7838f
SS
5 */
6
7/*
8 * p2020ds board configuration file
9 *
10 */
11#ifndef __CONFIG_H
12#define __CONFIG_H
13
ebf9d526
KG
14#include "../board/freescale/common/ics307_clk.h"
15
d24f2d32 16#ifdef CONFIG_36BIT
a0f9e0e0
KG
17#define CONFIG_PHYS_64BIT
18#endif
19
1ac63e40
JH
20#ifdef CONFIG_SDCARD
21#define CONFIG_SYS_RAMBOOT
22#define CONFIG_SYS_EXTRA_ENV_RELOC
23#define CONFIG_SYS_TEXT_BASE 0xf8f80000
24#define CONFIG_RESET_VECTOR_ADDRESS 0xf8fffffc
25#endif
26
21dd9af3
JH
27#ifdef CONFIG_SPIFLASH
28#define CONFIG_SYS_RAMBOOT
29#define CONFIG_SYS_EXTRA_ENV_RELOC
30#define CONFIG_SYS_TEXT_BASE 0xf8f80000
31#define CONFIG_RESET_VECTOR_ADDRESS 0xf8fffffc
32#endif
33
feb7838f
SS
34/* High Level Configuration Options */
35#define CONFIG_BOOKE 1 /* BOOKE */
36#define CONFIG_E500 1 /* BOOKE e500 family */
37#define CONFIG_MPC85xx 1 /* MPC8540/60/55/41/48 */
38#define CONFIG_P2020 1
39#define CONFIG_P2020DS 1
40#define CONFIG_MP 1 /* support multiple processors */
feb7838f 41
2ae18241
WD
42#ifndef CONFIG_SYS_TEXT_BASE
43#define CONFIG_SYS_TEXT_BASE 0xeff80000
44#endif
45
7a577fda
KG
46#ifndef CONFIG_RESET_VECTOR_ADDRESS
47#define CONFIG_RESET_VECTOR_ADDRESS 0xeffffffc
48#endif
49
28a096e7
LY
50#define CONFIG_SYS_SRIO
51#define CONFIG_SRIO1 /* SRIO port 1 */
52#define CONFIG_SRIO2 /* SRIO port 2 */
53
feb7838f
SS
54#define CONFIG_FSL_ELBC 1 /* Has Enhanced localbus controller */
55#define CONFIG_PCI 1 /* Enable PCI/PCIE */
56#define CONFIG_PCIE1 1 /* PCIE controler 1 (slot 1) */
57#define CONFIG_PCIE2 1 /* PCIE controler 2 (slot 2) */
58#define CONFIG_PCIE3 1 /* PCIE controler 3 (ULI bridge) */
59#define CONFIG_FSL_PCI_INIT 1 /* Use common FSL init code */
842033e6 60#define CONFIG_PCI_INDIRECT_BRIDGE 1 /* indirect PCI bridge support */
feb7838f
SS
61#define CONFIG_FSL_PCIE_RESET 1 /* need PCIe reset errata */
62#define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */
63
64#define CONFIG_FSL_LAW 1 /* Use common FSL init code */
29c35182 65#define CONFIG_E1000 1 /* Defind e1000 pci Ethernet card*/
feb7838f
SS
66
67#define CONFIG_TSEC_ENET /* tsec ethernet support */
68#define CONFIG_ENV_OVERWRITE
69
ebf9d526
KG
70#define CONFIG_SYS_CLK_FREQ get_board_sys_clk() /* sysclk for MPC85xx */
71#define CONFIG_DDR_CLK_FREQ get_board_ddr_clk() /* ddrclk for MPC85xx */
feb7838f 72#define CONFIG_ICS307_REFCLK_HZ 33333000 /* ICS307 clock chip ref freq */
feb7838f
SS
73
74/*
75 * These can be toggled for performance analysis, otherwise use default.
76 */
77#define CONFIG_L2_CACHE /* toggle L2 cache */
78#define CONFIG_BTB /* toggle branch predition */
79
9c4d8767
JH
80#define CONFIG_BOARD_EARLY_INIT_F /* Call board_pre_init */
81
feb7838f
SS
82#define CONFIG_ENABLE_36BIT_PHYS 1
83
84#ifdef CONFIG_PHYS_64BIT
85#define CONFIG_ADDR_MAP 1
86#define CONFIG_SYS_NUM_ADDR_MAP 16 /* number of TLB1 entries */
87#endif
88
84bc0030
YS
89#define CONFIG_POST CONFIG_SYS_POST_MEMORY /* test POST memory test */
90#define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest works on */
91#define CONFIG_SYS_MEMTEST_END 0x00400000
feb7838f
SS
92#define CONFIG_PANIC_HANG /* do not reset board on panic */
93
1ac63e40
JH
94/*
95 * Config the L2 Cache
96 */
97#define CONFIG_SYS_INIT_L2_ADDR 0xf8f80000
98#ifdef CONFIG_PHYS_64BIT
99#define CONFIG_SYS_INIT_L2_ADDR_PHYS 0xff8f80000ull
100#else
101#define CONFIG_SYS_INIT_L2_ADDR_PHYS CONFIG_SYS_INIT_L2_ADDR
102#endif
103#define CONFIG_SYS_L2_SIZE (512 << 10)
104#define CONFIG_SYS_INIT_L2_END (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
105
e46fedfe
TT
106#define CONFIG_SYS_CCSRBAR 0xffe00000
107#define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR
feb7838f 108
feb7838f 109/* DDR Setup */
feb7838f 110#define CONFIG_VERY_BIG_RAM
d24f2d32 111#ifdef CONFIG_DDR2
394c46ca
YS
112#define CONFIG_FSL_DDR2
113#else
feb7838f 114#define CONFIG_FSL_DDR3 1
394c46ca 115#endif
feb7838f 116
8e5e9b94
WD
117/* ECC will be enabled based on perf_mode environment variable */
118/* #define CONFIG_DDR_ECC */
119
feb7838f
SS
120#define CONFIG_ECC_INIT_VIA_DDRCONTROLLER
121#define CONFIG_MEM_INIT_VALUE 0xDeadBeef
122
123#define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000
124#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
125
126#define CONFIG_NUM_DDR_CONTROLLERS 1
127#define CONFIG_DIMM_SLOTS_PER_CTLR 1
128#define CONFIG_CHIP_SELECTS_PER_CTRL 2
129
130/* I2C addresses of SPD EEPROMs */
394c46ca 131#define CONFIG_DDR_SPD
feb7838f 132#define CONFIG_SYS_SPD_BUS_NUM 0 /* SPD EEPROM located on I2C bus 0 */
c39f44dc 133#define SPD_EEPROM_ADDRESS 0x51 /* CTLR 0 DIMM 0 */
feb7838f
SS
134
135/* These are used when DDR doesn't use SPD. */
feb7838f
SS
136#define CONFIG_SYS_SDRAM_SIZE 1024 /* DDR is 1GB */
137
138/* Default settings for "stable" mode */
139#define CONFIG_SYS_DDR_CS0_BNDS 0x0000003F
140#define CONFIG_SYS_DDR_CS1_BNDS 0x00000000
141#define CONFIG_SYS_DDR_CS0_CONFIG 0x80014202
142#define CONFIG_SYS_DDR_CS1_CONFIG 0x00000000
143#define CONFIG_SYS_DDR_TIMING_3 0x00020000
144#define CONFIG_SYS_DDR_TIMING_0 0x00330804
145#define CONFIG_SYS_DDR_TIMING_1 0x6f6b4846
146#define CONFIG_SYS_DDR_TIMING_2 0x0fa890d4
147#define CONFIG_SYS_DDR_MODE_1 0x00421422
148#define CONFIG_SYS_DDR_MODE_2 0x00000000
149#define CONFIG_SYS_DDR_MODE_CTRL 0x00000000
150#define CONFIG_SYS_DDR_INTERVAL 0x61800100
151#define CONFIG_SYS_DDR_DATA_INIT 0xdeadbeef
152#define CONFIG_SYS_DDR_CLK_CTRL 0x02000000
153#define CONFIG_SYS_DDR_TIMING_4 0x00220001
154#define CONFIG_SYS_DDR_TIMING_5 0x03402400
155#define CONFIG_SYS_DDR_ZQ_CNTL 0x89080600
156#define CONFIG_SYS_DDR_WRLVL_CNTL 0x8655A608
157#define CONFIG_SYS_DDR_CONTROL 0xE7000000 /* Type = DDR3: ECC enabled, No Interleaving */
158#define CONFIG_SYS_DDR_CONTROL2 0x24400011
159#define CONFIG_SYS_DDR_CDR1 0x00040000
160#define CONFIG_SYS_DDR_CDR2 0x00000000
161
162#define CONFIG_SYS_DDR_ERR_INT_EN 0x0000000d
163#define CONFIG_SYS_DDR_ERR_DIS 0x00000000
164#define CONFIG_SYS_DDR_SBE 0x00010000
165
166/* Settings that differ for "performance" mode */
167#define CONFIG_SYS_DDR_CS0_BNDS_PERF 0x0000007F /* Interleaving Enabled */
168#define CONFIG_SYS_DDR_CS1_BNDS_PERF 0x00000000 /* Interleaving Enabled */
169#define CONFIG_SYS_DDR_CS1_CONFIG_PERF 0x80014202
170#define CONFIG_SYS_DDR_TIMING_1_PERF 0x5d5b4543
171#define CONFIG_SYS_DDR_TIMING_2_PERF 0x0fa890ce
172#define CONFIG_SYS_DDR_CONTROL_PERF 0xC7004000 /* Type = DDR3: ECC disabled, cs0-cs1 interleaving */
173
174/*
175 * The following set of values were tested for DDR2
176 * with a DDR3 to DDR2 interposer
177 *
178#define CONFIG_SYS_DDR_TIMING_3 0x00000000
179#define CONFIG_SYS_DDR_TIMING_0 0x00260802
180#define CONFIG_SYS_DDR_TIMING_1 0x3935d322
181#define CONFIG_SYS_DDR_TIMING_2 0x14904cc8
182#define CONFIG_SYS_DDR_MODE_1 0x00480432
183#define CONFIG_SYS_DDR_MODE_2 0x00000000
184#define CONFIG_SYS_DDR_INTERVAL 0x06180100
185#define CONFIG_SYS_DDR_DATA_INIT 0xdeadbeef
186#define CONFIG_SYS_DDR_CLK_CTRL 0x03800000
187#define CONFIG_SYS_DDR_OCD_CTRL 0x00000000
188#define CONFIG_SYS_DDR_OCD_STATUS 0x00000000
189#define CONFIG_SYS_DDR_CONTROL 0xC3008000
190#define CONFIG_SYS_DDR_CONTROL2 0x04400010
191 *
192 */
193
feb7838f
SS
194/*
195 * Memory map
196 *
197 * 0x0000_0000 0x7fff_ffff DDR 2G Cacheable
198 * 0x8000_0000 0xbfff_ffff PCI Express Mem 1G non-cacheable
199 * 0xc000_0000 0xdfff_ffff PCI 512M non-cacheable
200 * 0xe100_0000 0xe3ff_ffff PCI IO range 4M non-cacheable
201 *
202 * Localbus cacheable (TBD)
203 * 0xXXXX_XXXX 0xXXXX_XXXX SRAM YZ M Cacheable
204 *
205 * Localbus non-cacheable
206 * 0xe000_0000 0xe80f_ffff Promjet/free 128M non-cacheable
207 * 0xe800_0000 0xefff_ffff FLASH 128M non-cacheable
208 * 0xffa0_0000 0xffaf_ffff NAND 1M non-cacheable
209 * 0xffdf_0000 0xffdf_7fff PIXIS 32K non-cacheable TLB0
210 * 0xffd0_0000 0xffd0_3fff L1 for stack 16K Cacheable TLB0
211 * 0xffe0_0000 0xffef_ffff CCSR 1M non-cacheable
212 */
213
214/*
215 * Local Bus Definitions
216 */
217#define CONFIG_SYS_FLASH_BASE 0xe0000000 /* start of FLASH 128M */
218#ifdef CONFIG_PHYS_64BIT
219#define CONFIG_SYS_FLASH_BASE_PHYS 0xfe0000000ull
220#else
221#define CONFIG_SYS_FLASH_BASE_PHYS CONFIG_SYS_FLASH_BASE
222#endif
223
7ee41107
TT
224#define CONFIG_FLASH_BR_PRELIM \
225 (BR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS + 0x8000000) | BR_PS_16 | BR_V)
feb7838f
SS
226#define CONFIG_FLASH_OR_PRELIM 0xf8000ff7
227
228#define CONFIG_SYS_BR1_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS) | BR_PS_16 | BR_V)
229#define CONFIG_SYS_OR1_PRELIM 0xf8000ff7
230
231#define CONFIG_SYS_FLASH_BANKS_LIST {CONFIG_SYS_FLASH_BASE_PHYS + 0x8000000, CONFIG_SYS_FLASH_BASE_PHYS}
232#define CONFIG_SYS_FLASH_QUIET_TEST
233#define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */
234
235#define CONFIG_SYS_MAX_FLASH_BANKS 2 /* number of banks */
236#define CONFIG_SYS_MAX_FLASH_SECT 1024 /* sectors per device */
feb7838f
SS
237#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
238#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
239
14d0a02a 240#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
feb7838f
SS
241
242#define CONFIG_FLASH_CFI_DRIVER
243#define CONFIG_SYS_FLASH_CFI
244#define CONFIG_SYS_FLASH_EMPTY_INFO
245#define CONFIG_SYS_FLASH_AMD_CHECK_DQ7
246
247#define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */
248
394c46ca 249#define CONFIG_HWCONFIG /* enable hwconfig */
5a469608
TT
250#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */
251
252#ifdef CONFIG_FSL_NGPIXIS
feb7838f
SS
253#define PIXIS_BASE 0xffdf0000 /* PIXIS registers */
254#ifdef CONFIG_PHYS_64BIT
255#define PIXIS_BASE_PHYS 0xfffdf0000ull
256#else
257#define PIXIS_BASE_PHYS PIXIS_BASE
258#endif
259
260#define CONFIG_SYS_BR3_PRELIM (BR_PHYS_ADDR(PIXIS_BASE_PHYS) | BR_PS_8 | BR_V)
261#define CONFIG_SYS_OR3_PRELIM 0xffffeff7 /* 32KB but only 4k mapped */
262
5a469608
TT
263#define PIXIS_LBMAP_SWITCH 7
264#define PIXIS_LBMAP_MASK 0xf0
265#define PIXIS_LBMAP_SHIFT 4
266#define PIXIS_LBMAP_ALTBANK 0x20
267#endif
feb7838f
SS
268
269#define CONFIG_SYS_INIT_RAM_LOCK 1
270#define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* Initial L1 address */
d51cc7a0
YS
271#ifdef CONFIG_PHYS_64BIT
272#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
273#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW CONFIG_SYS_INIT_RAM_ADDR
274/* The assembler doesn't like typecast */
275#define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
276 ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
277 CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW)
278#else
279#define CONFIG_SYS_INIT_RAM_ADDR_PHYS CONFIG_SYS_INIT_RAM_ADDR /* Initial L1 address */
280#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0
281#define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW CONFIG_SYS_INIT_RAM_ADDR_PHYS
282#endif
553f0982 283#define CONFIG_SYS_INIT_RAM_SIZE 0x00004000 /* Size of used area in RAM */
feb7838f 284
25ddd1fb 285#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
feb7838f
SS
286#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
287
288#define CONFIG_SYS_MONITOR_LEN (256 * 1024) /* Reserve 256 kB for Mon */
289#define CONFIG_SYS_MALLOC_LEN (1024 * 1024) /* Reserved for malloc */
290
291#define CONFIG_SYS_NAND_BASE 0xffa00000
292#ifdef CONFIG_PHYS_64BIT
293#define CONFIG_SYS_NAND_BASE_PHYS 0xfffa00000ull
294#else
295#define CONFIG_SYS_NAND_BASE_PHYS CONFIG_SYS_NAND_BASE
296#endif
297#define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE,\
298 CONFIG_SYS_NAND_BASE + 0x40000, \
299 CONFIG_SYS_NAND_BASE + 0x80000,\
300 CONFIG_SYS_NAND_BASE + 0xC0000}
301#define CONFIG_SYS_MAX_NAND_DEVICE 4
302#define CONFIG_MTD_NAND_VERIFY_WRITE
303#define CONFIG_CMD_NAND 1
304#define CONFIG_NAND_FSL_ELBC 1
305#define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024)
306
307/* NAND flash config */
a3055c58 308#define CONFIG_SYS_NAND_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS) \
feb7838f
SS
309 | (2<<BR_DECC_SHIFT) /* Use HW ECC */ \
310 | BR_PS_8 /* Port Size = 8bit */ \
311 | BR_MS_FCM /* MSEL = FCM */ \
312 | BR_V) /* valid */
a3055c58 313#define CONFIG_SYS_NAND_OR_PRELIM (0xFFFC0000 /* length 256K */ \
feb7838f
SS
314 | OR_FCM_PGS /* Large Page*/ \
315 | OR_FCM_CSCT \
316 | OR_FCM_CST \
317 | OR_FCM_CHT \
318 | OR_FCM_SCY_1 \
319 | OR_FCM_TRLX \
320 | OR_FCM_EHTR)
321
322#define CONFIG_SYS_BR0_PRELIM CONFIG_FLASH_BR_PRELIM /* NOR Base Address */
323#define CONFIG_SYS_OR0_PRELIM CONFIG_FLASH_OR_PRELIM /* NOR Options */
a3055c58
MM
324#define CONFIG_SYS_BR2_PRELIM CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Address */
325#define CONFIG_SYS_OR2_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
feb7838f 326
7ee41107 327#define CONFIG_SYS_BR4_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS + 0x40000) \
feb7838f
SS
328 | (2<<BR_DECC_SHIFT) /* Use HW ECC */ \
329 | BR_PS_8 /* Port Size = 8bit */ \
330 | BR_MS_FCM /* MSEL = FCM */ \
331 | BR_V) /* valid */
a3055c58 332#define CONFIG_SYS_OR4_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
7ee41107 333#define CONFIG_SYS_BR5_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS + 0x80000) \
feb7838f
SS
334 | (2<<BR_DECC_SHIFT) /* Use HW ECC */ \
335 | BR_PS_8 /* Port Size = 8bit */ \
336 | BR_MS_FCM /* MSEL = FCM */ \
337 | BR_V) /* valid */
a3055c58 338#define CONFIG_SYS_OR5_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
feb7838f 339
7ee41107 340#define CONFIG_SYS_BR6_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS + 0xc0000) \
feb7838f
SS
341 | (2<<BR_DECC_SHIFT) /* Use HW ECC */ \
342 | BR_PS_8 /* Port Size = 8bit */ \
343 | BR_MS_FCM /* MSEL = FCM */ \
344 | BR_V) /* valid */
a3055c58 345#define CONFIG_SYS_OR6_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
feb7838f
SS
346
347/* Serial Port - controlled on board with jumper J8
348 * open - index 2
349 * shorted - index 1
350 */
351#define CONFIG_CONS_INDEX 1
feb7838f
SS
352#define CONFIG_SYS_NS16550
353#define CONFIG_SYS_NS16550_SERIAL
354#define CONFIG_SYS_NS16550_REG_SIZE 1
355#define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
356
357#define CONFIG_SYS_BAUDRATE_TABLE \
fb365a8a 358 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
feb7838f
SS
359
360#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x4500)
361#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600)
362
363/* Use the HUSH parser */
364#define CONFIG_SYS_HUSH_PARSER
feb7838f
SS
365
366/*
367 * Pass open firmware flat tree
368 */
369#define CONFIG_OF_LIBFDT 1
370#define CONFIG_OF_BOARD_SETUP 1
371#define CONFIG_OF_STDOUT_VIA_ALIAS 1
372
feb7838f
SS
373/* I2C */
374#define CONFIG_FSL_I2C /* Use FSL common I2C driver */
375#define CONFIG_HARD_I2C /* I2C with hardware support */
feb7838f 376#define CONFIG_I2C_MULTI_BUS
feb7838f
SS
377#define CONFIG_SYS_I2C_SPEED 400000 /* I2C speed and slave address */
378#define CONFIG_SYS_I2C_EEPROM_ADDR 0x57
379#define CONFIG_SYS_I2C_SLAVE 0x7F
380#define CONFIG_SYS_I2C_NOPROBES {{0,0x29}}/* Don't probe these addrs */
381#define CONFIG_SYS_I2C_OFFSET 0x3000
382#define CONFIG_SYS_I2C2_OFFSET 0x3100
383
384/*
385 * I2C2 EEPROM
386 */
387#define CONFIG_ID_EEPROM
388#ifdef CONFIG_ID_EEPROM
389#define CONFIG_SYS_I2C_EEPROM_NXID
390#endif
391#define CONFIG_SYS_I2C_EEPROM_ADDR 0x57
392#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
393#define CONFIG_SYS_EEPROM_BUS_NUM 0
394
21dd9af3
JH
395/*
396 * eSPI - Enhanced SPI
397 */
398#define CONFIG_FSL_ESPI
399
400#define CONFIG_SPI_FLASH
401#define CONFIG_SPI_FLASH_SPANSION
402
403#define CONFIG_CMD_SF
404#define CONFIG_SF_DEFAULT_SPEED 10000000
405#define CONFIG_SF_DEFAULT_MODE SPI_MODE_0
406
feb7838f
SS
407/*
408 * General PCI
409 * Memory space is mapped 1-1, but I/O space must start from 0.
410 */
411
412/* controller 3, Slot 1, tgtid 3, Base address b000 */
4d5723da 413#define CONFIG_SYS_PCIE3_NAME "Slot 1"
feb7838f
SS
414#define CONFIG_SYS_PCIE3_MEM_VIRT 0x80000000
415#ifdef CONFIG_PHYS_64BIT
156984a3 416#define CONFIG_SYS_PCIE3_MEM_BUS 0xe0000000
feb7838f
SS
417#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc00000000ull
418#else
419#define CONFIG_SYS_PCIE3_MEM_BUS 0x80000000
420#define CONFIG_SYS_PCIE3_MEM_PHYS 0x80000000
421#endif
422#define CONFIG_SYS_PCIE3_MEM_SIZE 0x20000000 /* 512M */
423#define CONFIG_SYS_PCIE3_IO_VIRT 0xffc00000
424#define CONFIG_SYS_PCIE3_IO_BUS 0x00000000
425#ifdef CONFIG_PHYS_64BIT
426#define CONFIG_SYS_PCIE3_IO_PHYS 0xfffc00000ull
427#else
428#define CONFIG_SYS_PCIE3_IO_PHYS 0xffc00000
429#endif
430#define CONFIG_SYS_PCIE3_IO_SIZE 0x00010000 /* 64k */
431
432/* controller 2, direct to uli, tgtid 2, Base address 9000 */
4d5723da 433#define CONFIG_SYS_PCIE2_NAME "ULI"
feb7838f
SS
434#define CONFIG_SYS_PCIE2_MEM_VIRT 0xa0000000
435#ifdef CONFIG_PHYS_64BIT
156984a3 436#define CONFIG_SYS_PCIE2_MEM_BUS 0xe0000000
feb7838f
SS
437#define CONFIG_SYS_PCIE2_MEM_PHYS 0xc20000000ull
438#else
439#define CONFIG_SYS_PCIE2_MEM_BUS 0xa0000000
440#define CONFIG_SYS_PCIE2_MEM_PHYS 0xa0000000
441#endif
442#define CONFIG_SYS_PCIE2_MEM_SIZE 0x20000000 /* 512M */
443#define CONFIG_SYS_PCIE2_IO_VIRT 0xffc10000
444#define CONFIG_SYS_PCIE2_IO_BUS 0x00000000
445#ifdef CONFIG_PHYS_64BIT
446#define CONFIG_SYS_PCIE2_IO_PHYS 0xfffc10000ull
447#else
448#define CONFIG_SYS_PCIE2_IO_PHYS 0xffc10000
449#endif
450#define CONFIG_SYS_PCIE2_IO_SIZE 0x00010000 /* 64k */
451
452/* controller 1, Slot 2, tgtid 1, Base address a000 */
4d5723da 453#define CONFIG_SYS_PCIE1_NAME "Slot 2"
feb7838f
SS
454#define CONFIG_SYS_PCIE1_MEM_VIRT 0xc0000000
455#ifdef CONFIG_PHYS_64BIT
156984a3 456#define CONFIG_SYS_PCIE1_MEM_BUS 0xe0000000
feb7838f
SS
457#define CONFIG_SYS_PCIE1_MEM_PHYS 0xc40000000ull
458#else
459#define CONFIG_SYS_PCIE1_MEM_BUS 0xc0000000
460#define CONFIG_SYS_PCIE1_MEM_PHYS 0xc0000000
461#endif
462#define CONFIG_SYS_PCIE1_MEM_SIZE 0x20000000 /* 512M */
463#define CONFIG_SYS_PCIE1_IO_VIRT 0xffc20000
464#define CONFIG_SYS_PCIE1_IO_BUS 0x00000000
465#ifdef CONFIG_PHYS_64BIT
466#define CONFIG_SYS_PCIE1_IO_PHYS 0xfffc20000ull
467#else
468#define CONFIG_SYS_PCIE1_IO_PHYS 0xffc20000
469#endif
470#define CONFIG_SYS_PCIE1_IO_SIZE 0x00010000 /* 64k */
471
472#if defined(CONFIG_PCI)
473
474/*PCIE video card used*/
475#define VIDEO_IO_OFFSET CONFIG_SYS_PCIE1_IO_VIRT
476
477/* video */
d4ed6542 478#undef CONFIG_VIDEO
feb7838f
SS
479
480#if defined(CONFIG_VIDEO)
481#define CONFIG_BIOSEMU
482#define CONFIG_CFB_CONSOLE
483#define CONFIG_VIDEO_SW_CURSOR
484#define CONFIG_VGA_AS_SINGLE_DEVICE
485#define CONFIG_ATI_RADEON_FB
486#define CONFIG_VIDEO_LOGO
487/*#define CONFIG_CONSOLE_CURSOR*/
488#define CONFIG_SYS_ISA_IO_BASE_ADDRESS VIDEO_IO_OFFSET
489#endif
490
28a096e7
LY
491/* SRIO1 uses the same window as PCIE2 mem window */
492#define CONFIG_SYS_SRIO1_MEM_VIRT 0xa0000000
493#ifdef CONFIG_PHYS_64BIT
494#define CONFIG_SYS_SRIO1_MEM_PHYS 0xc20000000ull
495#else
496#define CONFIG_SYS_SRIO1_MEM_PHYS 0xa0000000
497#endif
498#define CONFIG_SYS_SRIO1_MEM_SIZE 0x20000000 /* 512M */
499
500/* SRIO2 uses the same window as PCIE1 mem window */
501#define CONFIG_SYS_SRIO2_MEM_VIRT 0xc0000000
502#ifdef CONFIG_PHYS_64BIT
503#define CONFIG_SYS_SRIO2_MEM_PHYS 0xc40000000ull
504#else
505#define CONFIG_SYS_SRIO2_MEM_PHYS 0xc0000000
506#endif
507#define CONFIG_SYS_SRIO2_MEM_SIZE 0x20000000 /* 512M */
508
feb7838f 509#define CONFIG_PCI_PNP /* do pci plug-and-play */
feb7838f
SS
510#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
511#define CONFIG_DOS_PARTITION
512#define CONFIG_SCSI_AHCI
513
514#ifdef CONFIG_SCSI_AHCI
515#define CONFIG_SATA_ULI5288
516#define CONFIG_SYS_SCSI_MAX_SCSI_ID 4
517#define CONFIG_SYS_SCSI_MAX_LUN 1
518#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * CONFIG_SYS_SCSI_MAX_LUN)
519#define CONFIG_SYS_SCSI_MAXDEVICE CONFIG_SYS_SCSI_MAX_DEVICE
520#endif /* SCSI */
521
522#endif /* CONFIG_PCI */
523
524
525#if defined(CONFIG_TSEC_ENET)
526
feb7838f
SS
527#define CONFIG_MII 1 /* MII PHY management */
528#define CONFIG_MII_DEFAULT_TSEC 1 /* Allow unregistered phys */
529#define CONFIG_TSEC1 1
530#define CONFIG_TSEC1_NAME "eTSEC1"
531#define CONFIG_TSEC2 1
532#define CONFIG_TSEC2_NAME "eTSEC2"
533#define CONFIG_TSEC3 1
534#define CONFIG_TSEC3_NAME "eTSEC3"
535
feb7838f
SS
536#define CONFIG_FSL_SGMII_RISER 1
537#define SGMII_RISER_PHY_OFFSET 0x1b
538
539#ifdef CONFIG_FSL_SGMII_RISER
540#define CONFIG_SYS_TBIPA_VALUE 0x10 /* avoid conflict with eTSEC4 paddr */
541#endif
542
543#define TSEC1_PHY_ADDR 0
544#define TSEC2_PHY_ADDR 1
545#define TSEC3_PHY_ADDR 2
546
547#define TSEC1_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
548#define TSEC2_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
549#define TSEC3_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
550
551#define TSEC1_PHYIDX 0
552#define TSEC2_PHYIDX 0
553#define TSEC3_PHYIDX 0
554
555#define CONFIG_ETHPRIME "eTSEC1"
556
557#define CONFIG_PHY_GIGE 1 /* Include GbE speed/duplex detection */
558#endif /* CONFIG_TSEC_ENET */
559
560/*
561 * Environment
562 */
1ac63e40
JH
563#if defined(CONFIG_SDCARD)
564#define CONFIG_ENV_IS_IN_MMC
4394d0c2 565#define CONFIG_FSL_FIXED_MMC_LOCATION
1ac63e40
JH
566#define CONFIG_ENV_SIZE 0x2000
567#define CONFIG_SYS_MMC_ENV_DEV 0
21dd9af3
JH
568#elif defined(CONFIG_SPIFLASH)
569#define CONFIG_ENV_IS_IN_SPI_FLASH
570#define CONFIG_ENV_SPI_BUS 0
571#define CONFIG_ENV_SPI_CS 0
572#define CONFIG_ENV_SPI_MAX_HZ 10000000
573#define CONFIG_ENV_SPI_MODE 0
574#define CONFIG_ENV_SIZE 0x2000 /* 8KB */
575#define CONFIG_ENV_OFFSET 0x100000 /* 1MB */
576#define CONFIG_ENV_SECT_SIZE 0x10000
1ac63e40 577#else
feb7838f
SS
578#define CONFIG_ENV_IS_IN_FLASH 1
579#if CONFIG_SYS_MONITOR_BASE > 0xfff80000
580#define CONFIG_ENV_ADDR 0xfff80000
581#else
582#define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
583#endif
584#define CONFIG_ENV_SIZE 0x2000
585#define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K (one sector) */
1ac63e40 586#endif
feb7838f
SS
587
588#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
589#define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
590
591/*
592 * Command line configuration.
593 */
594#include <config_cmd_default.h>
595
596#define CONFIG_CMD_IRQ
597#define CONFIG_CMD_PING
598#define CONFIG_CMD_I2C
599#define CONFIG_CMD_MII
600#define CONFIG_CMD_ELF
601#define CONFIG_CMD_IRQ
602#define CONFIG_CMD_SETEXPR
199e262e 603#define CONFIG_CMD_REGINFO
feb7838f
SS
604
605#if defined(CONFIG_PCI)
606#define CONFIG_CMD_PCI
feb7838f
SS
607#define CONFIG_CMD_NET
608#define CONFIG_CMD_SCSI
609#define CONFIG_CMD_EXT2
610#endif
611
0ead6f2e
RZ
612/*
613 * USB
614 */
3d7506fa 615#define CONFIG_HAS_FSL_DR_USB
616#ifdef CONFIG_HAS_FSL_DR_USB
9c4d8767
JH
617#define CONFIG_USB_EHCI
618
619#ifdef CONFIG_USB_EHCI
0ead6f2e
RZ
620#define CONFIG_CMD_USB
621#define CONFIG_USB_STORAGE
0ead6f2e
RZ
622#define CONFIG_USB_EHCI_FSL
623#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
9c4d8767 624#endif
3d7506fa 625#endif
0ead6f2e 626
9c4d8767
JH
627/*
628 * SDHC/MMC
629 */
630#define CONFIG_MMC
631
632#ifdef CONFIG_MMC
633#define CONFIG_FSL_ESDHC
634#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR
635#define CONFIG_CMD_MMC
636#define CONFIG_GENERIC_MMC
637#endif
638
639#if defined(CONFIG_MMC) || defined(CONFIG_USB_EHCI)
640#define CONFIG_CMD_EXT2
641#define CONFIG_CMD_FAT
642#define CONFIG_DOS_PARTITION
643#endif
644
feb7838f
SS
645/*
646 * Miscellaneous configurable options
647 */
648#define CONFIG_SYS_LONGHELP /* undef to save memory */
5be58f5f
KP
649#define CONFIG_CMDLINE_EDITING /* Command-line editing */
650#define CONFIG_AUTO_COMPLETE /* add autocompletion support */
feb7838f
SS
651#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
652#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
653#if defined(CONFIG_CMD_KGDB)
654#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
655#else
656#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
657#endif
658#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
659#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
660#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
661#define CONFIG_SYS_HZ 1000 /* decrementer freq: 1ms ticks */
662
663/*
664 * For booting Linux, the board info and command line data
a832ac41 665 * have to be in the first 64 MB of memory, since this is
feb7838f
SS
666 * the maximum mapped by the Linux kernel during initialization.
667 */
a832ac41
KG
668#define CONFIG_SYS_BOOTMAPSZ (64 << 20) /* Initial Memory map for Linux*/
669#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
feb7838f 670
feb7838f
SS
671#if defined(CONFIG_CMD_KGDB)
672#define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
673#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
674#endif
675
676/*
677 * Environment Configuration
678 */
679
680/* The mac addresses for all ethernet interface */
681#if defined(CONFIG_TSEC_ENET)
682#define CONFIG_HAS_ETH0
feb7838f 683#define CONFIG_HAS_ETH1
feb7838f 684#define CONFIG_HAS_ETH2
feb7838f
SS
685#endif
686
687#define CONFIG_IPADDR 192.168.1.254
688
689#define CONFIG_HOSTNAME unknown
8b3637c6 690#define CONFIG_ROOTPATH "/opt/nfsroot"
b3f44c21 691#define CONFIG_BOOTFILE "uImage"
feb7838f
SS
692#define CONFIG_UBOOTPATH u-boot.bin /* U-Boot image on TFTP server */
693
694#define CONFIG_SERVERIP 192.168.1.1
695#define CONFIG_GATEWAYIP 192.168.1.1
696#define CONFIG_NETMASK 255.255.255.0
697
698/* default location for tftp and bootm */
699#define CONFIG_LOADADDR 1000000
700
701#define CONFIG_BOOTDELAY 10 /* -1 disables auto-boot */
feb7838f
SS
702
703#define CONFIG_BAUDRATE 115200
704
705#define CONFIG_EXTRA_ENV_SETTINGS \
5368c55d 706"perf_mode=performance\0" \
68d4230c
RM
707 "hwconfig=fsl_ddr:ctlr_intlv=bank,bank_intlv=cs0_cs1;" \
708 "usb1:dr_mode=host,phy_type=ulpi\0" \
5368c55d
MV
709"netdev=eth0\0" \
710"uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \
711"tftpflash=tftpboot $loadaddr $uboot; " \
712 "protect off " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
713 "erase " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
714 "cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) " $filesize; " \
715 "protect on " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
716 "cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) " $filesize\0" \
717"satabootcmd=setenv bootargs root=/dev/$bdev rw " \
ccc4a8d8
LY
718 "console=$consoledev,$baudrate $othbootargs;" \
719 "tftp $loadaddr $bootfile;" \
720 "tftp $fdtaddr $fdtfile;" \
721 "bootm $loadaddr - $fdtaddr" \
5368c55d
MV
722"consoledev=ttyS0\0" \
723"ramdiskaddr=2000000\0" \
724"ramdiskfile=p2020ds/ramdisk.uboot\0" \
725"fdtaddr=c00000\0" \
726"othbootargs=cache-sram-size=0x10000\0" \
727"fdtfile=p2020ds/p2020ds.dtb\0" \
728"bdev=sda3\0" \
729"partition=scsi 0:0\0"
feb7838f
SS
730
731#define CONFIG_HDBOOT \
732 "setenv bootargs root=/dev/$bdev rw " \
733 "console=$consoledev,$baudrate $othbootargs;" \
ccc4a8d8
LY
734 "ext2load $partition $loadaddr $bootfile;" \
735 "ext2load $partition $fdtaddr $fdtfile;" \
feb7838f
SS
736 "bootm $loadaddr - $fdtaddr"
737
738#define CONFIG_NFSBOOTCOMMAND \
739 "setenv bootargs root=/dev/nfs rw " \
740 "nfsroot=$serverip:$rootpath " \
741 "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \
742 "console=$consoledev,$baudrate $othbootargs;" \
743 "tftp $loadaddr $bootfile;" \
744 "tftp $fdtaddr $fdtfile;" \
745 "bootm $loadaddr - $fdtaddr"
746
747#define CONFIG_RAMBOOTCOMMAND \
748 "setenv bootargs root=/dev/ram rw " \
749 "console=$consoledev,$baudrate $othbootargs;" \
750 "tftp $ramdiskaddr $ramdiskfile;" \
751 "tftp $loadaddr $bootfile;" \
752 "tftp $fdtaddr $fdtfile;" \
753 "bootm $loadaddr $ramdiskaddr $fdtaddr"
754
755#define CONFIG_BOOTCOMMAND CONFIG_HDBOOT
756
757#endif /* __CONFIG_H */