blob: 77174e3b7eb56d0d660babedf868bc77c530e118 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Timur Tabi2ad6b512006-10-31 18:44:42 -06002/*
Kumar Gala4c2e3da2009-07-28 21:49:52 -05003 * Copyright (C) Freescale Semiconductor, Inc. 2006.
Timur Tabi2ad6b512006-10-31 18:44:42 -06004 */
5
6/*
Timur Tabi7a78f142007-01-31 15:54:29 -06007 MPC8349E-mITX and MPC8349E-mITX-GP board configuration file
Timur Tabi2ad6b512006-10-31 18:44:42 -06008
9 Memory map:
10
11 0x0000_0000-0x0FFF_FFFF DDR SDRAM (256 MB)
12 0x8000_0000-0x9FFF_FFFF PCI1 memory space (512 MB)
13 0xA000_0000-0xBFFF_FFFF PCI2 memory space (512 MB)
14 0xE000_0000-0xEFFF_FFFF IMMR (1 MB)
15 0xE200_0000-0xE2FF_FFFF PCI1 I/O space (16 MB)
16 0xE300_0000-0xE3FF_FFFF PCI2 I/O space (16 MB)
Timur Tabi7a78f142007-01-31 15:54:29 -060017 0xF000_0000-0xF000_FFFF Compact Flash (MPC8349E-mITX only)
Timur Tabi2ad6b512006-10-31 18:44:42 -060018 0xF001_0000-0xF001_FFFF Local bus expansion slot
Timur Tabi7a78f142007-01-31 15:54:29 -060019 0xF800_0000-0xF801_FFFF Vitesse 7385 Parallel Interface (MPC8349E-mITX only)
20 0xFE00_0000-0xFE7F_FFFF First 8MB bank of Flash memory
21 0xFE80_0000-0xFEFF_FFFF Second 8MB bank of Flash memory (MPC8349E-mITX only)
Timur Tabi2ad6b512006-10-31 18:44:42 -060022
23 I2C address list:
Wolfgang Denkdd520bf2006-11-30 18:02:20 +010024 Align. Board
25 Bus Addr Part No. Description Length Location
Timur Tabi2ad6b512006-10-31 18:44:42 -060026 ----------------------------------------------------------------
Wolfgang Denkdd520bf2006-11-30 18:02:20 +010027 I2C0 0x50 M24256-BWMN6P Board EEPROM 2 U64
Timur Tabi2ad6b512006-10-31 18:44:42 -060028
Wolfgang Denkdd520bf2006-11-30 18:02:20 +010029 I2C1 0x20 PCF8574 I2C Expander 0 U8
30 I2C1 0x21 PCF8574 I2C Expander 0 U10
31 I2C1 0x38 PCF8574A I2C Expander 0 U8
32 I2C1 0x39 PCF8574A I2C Expander 0 U10
33 I2C1 0x51 (DDR) DDR EEPROM 1 U1
34 I2C1 0x68 DS1339 RTC 1 U68
Timur Tabi2ad6b512006-10-31 18:44:42 -060035
36 Note that a given board has *either* a pair of 8574s or a pair of 8574As.
37*/
38
39#ifndef __CONFIG_H
40#define __CONFIG_H
41
Wolfgang Denk14d0a022010-10-07 21:51:12 +020042#if (CONFIG_SYS_TEXT_BASE == 0xFE000000)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020043#define CONFIG_SYS_LOWBOOT
Timur Tabi7a78f142007-01-31 15:54:29 -060044#endif
Timur Tabi2ad6b512006-10-31 18:44:42 -060045
46/*
47 * High Level Configuration Options
48 */
Peter Tyser2c7920a2009-05-22 17:23:25 -050049#define CONFIG_MPC834x /* MPC834x family (8343, 8347, 8349) */
Timur Tabi2ad6b512006-10-31 18:44:42 -060050#define CONFIG_MPC8349 /* MPC8349 specific */
51
Joe Hershberger396abba2011-10-11 23:57:15 -050052#define CONFIG_SYS_IMMR 0xE0000000 /* The IMMR is relocated to here */
Timur Tabi2ad6b512006-10-31 18:44:42 -060053
Timur Tabi89c77842008-02-08 13:15:55 -060054#define CONFIG_MISC_INIT_F
Timur Tabi7a78f142007-01-31 15:54:29 -060055
Timur Tabi89c77842008-02-08 13:15:55 -060056/*
57 * On-board devices
58 */
Timur Tabi7a78f142007-01-31 15:54:29 -060059
60#ifdef CONFIG_MPC8349ITX
Joe Hershberger396abba2011-10-11 23:57:15 -050061/* The CF card interface on the back of the board */
62#define CONFIG_COMPACT_FLASH
Timur Tabi89c77842008-02-08 13:15:55 -060063#define CONFIG_VSC7385_ENET /* VSC7385 ethernet support */
Valeriy Glushkovc31e1322009-06-30 15:48:41 +030064#define CONFIG_SYS_USB_HOST /* use the EHCI USB controller */
Timur Tabi7a78f142007-01-31 15:54:29 -060065#endif
66
Timur Tabi2ad6b512006-10-31 18:44:42 -060067#define CONFIG_RTC_DS1337
Heiko Schocher00f792e2012-10-24 13:48:22 +020068#define CONFIG_SYS_I2C
Timur Tabi7a78f142007-01-31 15:54:29 -060069
70/*
71 * Device configurations
72 */
Timur Tabi2ad6b512006-10-31 18:44:42 -060073
74/* I2C */
Heiko Schocher00f792e2012-10-24 13:48:22 +020075#ifdef CONFIG_SYS_I2C
76#define CONFIG_SYS_I2C_FSL
77#define CONFIG_SYS_FSL_I2C_SPEED 400000
78#define CONFIG_SYS_FSL_I2C_SLAVE 0x7F
79#define CONFIG_SYS_FSL_I2C_OFFSET 0x3000
80#define CONFIG_SYS_FSL_I2C2_SPEED 400000
81#define CONFIG_SYS_FSL_I2C2_SLAVE 0x7F
82#define CONFIG_SYS_FSL_I2C2_OFFSET 0x3100
Timur Tabi2ad6b512006-10-31 18:44:42 -060083
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020084#define CONFIG_SYS_SPD_BUS_NUM 1 /* The I2C bus for SPD */
Valeriy Glushkovb7be63a2009-02-04 18:27:49 +020085#define CONFIG_SYS_RTC_BUS_NUM 1 /* The I2C bus for RTC */
Timur Tabi2ad6b512006-10-31 18:44:42 -060086
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020087#define CONFIG_SYS_I2C_8574_ADDR1 0x20 /* I2C1, PCF8574 */
88#define CONFIG_SYS_I2C_8574_ADDR2 0x21 /* I2C1, PCF8574 */
89#define CONFIG_SYS_I2C_8574A_ADDR1 0x38 /* I2C1, PCF8574A */
90#define CONFIG_SYS_I2C_8574A_ADDR2 0x39 /* I2C1, PCF8574A */
91#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* I2C0, Board EEPROM */
Joe Hershberger396abba2011-10-11 23:57:15 -050092#define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* I2C1, DS1339 RTC*/
93#define SPD_EEPROM_ADDRESS 0x51 /* I2C1, DDR */
Timur Tabi2ad6b512006-10-31 18:44:42 -060094
Timur Tabi2ad6b512006-10-31 18:44:42 -060095/* Don't probe these addresses: */
Joe Hershberger396abba2011-10-11 23:57:15 -050096#define CONFIG_SYS_I2C_NOPROBES { {1, CONFIG_SYS_I2C_8574_ADDR1}, \
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020097 {1, CONFIG_SYS_I2C_8574_ADDR2}, \
98 {1, CONFIG_SYS_I2C_8574A_ADDR1}, \
Joe Hershberger396abba2011-10-11 23:57:15 -050099 {1, CONFIG_SYS_I2C_8574A_ADDR2} }
Timur Tabi2ad6b512006-10-31 18:44:42 -0600100/* Bit definitions for the 8574[A] I2C expander */
Joe Hershberger396abba2011-10-11 23:57:15 -0500101 /* Board revision, 00=0.0, 01=0.1, 10=1.0 */
102#define I2C_8574_REVISION 0x03
Timur Tabi2ad6b512006-10-31 18:44:42 -0600103#define I2C_8574_CF 0x08 /* 1=Compact flash absent, 0=present */
104#define I2C_8574_MPCICLKRN 0x10 /* MiniPCI Clk Run */
105#define I2C_8574_PCI66 0x20 /* 0=33MHz PCI, 1=66MHz PCI */
106#define I2C_8574_FLASHSIDE 0x40 /* 0=Reset vector from U4, 1=from U7*/
107
Timur Tabi2ad6b512006-10-31 18:44:42 -0600108#endif
109
Timur Tabi7a78f142007-01-31 15:54:29 -0600110/* Compact Flash */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600111#ifdef CONFIG_COMPACT_FLASH
112
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200113#define CONFIG_SYS_IDE_MAXBUS 1
114#define CONFIG_SYS_IDE_MAXDEVICE 1
Timur Tabi2ad6b512006-10-31 18:44:42 -0600115
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200116#define CONFIG_SYS_ATA_IDE0_OFFSET 0x0000
117#define CONFIG_SYS_ATA_BASE_ADDR CONFIG_SYS_CF_BASE
118#define CONFIG_SYS_ATA_DATA_OFFSET 0x0000
119#define CONFIG_SYS_ATA_REG_OFFSET 0
120#define CONFIG_SYS_ATA_ALT_OFFSET 0x0200
121#define CONFIG_SYS_ATA_STRIDE 2
Timur Tabi2ad6b512006-10-31 18:44:42 -0600122
Joe Hershberger396abba2011-10-11 23:57:15 -0500123/* If a CF card is not inserted, time out quickly */
124#define ATA_RESET_TIME 1
Timur Tabi2ad6b512006-10-31 18:44:42 -0600125
Valeriy Glushkovc9e34fe2009-02-05 14:35:21 +0200126#endif
127
128/*
129 * SATA
130 */
131#ifdef CONFIG_SATA_SIL3114
132
133#define CONFIG_SYS_SATA_MAX_DEVICE 4
Valeriy Glushkovc9e34fe2009-02-05 14:35:21 +0200134#define CONFIG_LBA48
Timur Tabi2ad6b512006-10-31 18:44:42 -0600135
Timur Tabi7a78f142007-01-31 15:54:29 -0600136#endif
Timur Tabi2ad6b512006-10-31 18:44:42 -0600137
Valeriy Glushkovc31e1322009-06-30 15:48:41 +0300138#ifdef CONFIG_SYS_USB_HOST
139/*
140 * Support USB
141 */
Valeriy Glushkovc31e1322009-06-30 15:48:41 +0300142#define CONFIG_USB_EHCI_FSL
143
144/* Current USB implementation supports the only USB controller,
145 * so we have to choose between the MPH or the DR ones */
146#if 1
147#define CONFIG_HAS_FSL_MPH_USB
148#else
149#define CONFIG_HAS_FSL_DR_USB
150#endif
151
152#endif
153
Timur Tabi7a78f142007-01-31 15:54:29 -0600154/*
155 * DDR Setup
156 */
Joe Hershberger396abba2011-10-11 23:57:15 -0500157#define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200158#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
159#define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
160#define CONFIG_SYS_83XX_DDR_USES_CS0
Joe Hershberger396abba2011-10-11 23:57:15 -0500161#define CONFIG_SYS_MEMTEST_START 0x1000 /* memtest region */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200162#define CONFIG_SYS_MEMTEST_END 0x2000
Timur Tabi7a78f142007-01-31 15:54:29 -0600163
Joe Hershberger396abba2011-10-11 23:57:15 -0500164#define CONFIG_SYS_DDR_SDRAM_CLK_CNTL (DDR_SDRAM_CLK_CNTL_SS_EN \
165 | DDR_SDRAM_CLK_CNTL_CLK_ADJUST_075)
Timur Tabif64702b2007-04-30 13:59:50 -0500166
Valeriy Glushkovb7be63a2009-02-04 18:27:49 +0200167#define CONFIG_VERY_BIG_RAM
168#define CONFIG_MAX_MEM_MAPPED ((phys_size_t)256 << 20)
169
Heiko Schocher00f792e2012-10-24 13:48:22 +0200170#ifdef CONFIG_SYS_I2C
Timur Tabi7a78f142007-01-31 15:54:29 -0600171#define CONFIG_SPD_EEPROM /* use SPD EEPROM for DDR setup*/
172#endif
173
Joe Hershberger396abba2011-10-11 23:57:15 -0500174/* No SPD? Then manually set up DDR parameters */
175#ifndef CONFIG_SPD_EEPROM
176 #define CONFIG_SYS_DDR_SIZE 256 /* Mb */
Joe Hershberger2e651b22011-10-11 23:57:31 -0500177 #define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN \
Joe Hershberger396abba2011-10-11 23:57:15 -0500178 | CSCONFIG_ROW_BIT_13 \
179 | CSCONFIG_COL_BIT_10)
Timur Tabi7a78f142007-01-31 15:54:29 -0600180
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200181 #define CONFIG_SYS_DDR_TIMING_1 0x26242321
182 #define CONFIG_SYS_DDR_TIMING_2 0x00000800 /* P9-45, may need tuning */
Timur Tabi7a78f142007-01-31 15:54:29 -0600183#endif
184
185/*
186 *Flash on the Local Bus
187 */
188
Joe Hershberger396abba2011-10-11 23:57:15 -0500189#define CONFIG_SYS_FLASH_CFI /* use the Common Flash Interface */
190#define CONFIG_FLASH_CFI_DRIVER /* use the CFI driver */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200191#define CONFIG_SYS_FLASH_BASE 0xFE000000 /* start of FLASH */
192#define CONFIG_SYS_FLASH_EMPTY_INFO
Joe Hershberger396abba2011-10-11 23:57:15 -0500193/* 127 64KB sectors + 8 8KB sectors per device */
194#define CONFIG_SYS_MAX_FLASH_SECT 135
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200195#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
196#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
197#define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_16BIT
Timur Tabi7a78f142007-01-31 15:54:29 -0600198
199/* The ITX has two flash chips, but the ITX-GP has only one. To support both
200boards, we say we have two, but don't display a message if we find only one. */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200201#define CONFIG_SYS_FLASH_QUIET_TEST
Joe Hershberger396abba2011-10-11 23:57:15 -0500202#define CONFIG_SYS_MAX_FLASH_BANKS 2 /* number of banks */
203#define CONFIG_SYS_FLASH_BANKS_LIST \
204 {CONFIG_SYS_FLASH_BASE, CONFIG_SYS_FLASH_BASE + 0x800000}
205#define CONFIG_SYS_FLASH_SIZE 16 /* FLASH size in MB */
Joe Hershberger396abba2011-10-11 23:57:15 -0500206#define CONFIG_SYS_FLASH_PROTECTION 1 /* Use h/w Flash protection. */
Timur Tabi7a78f142007-01-31 15:54:29 -0600207
Timur Tabi89c77842008-02-08 13:15:55 -0600208/* Vitesse 7385 */
209
210#ifdef CONFIG_VSC7385_ENET
211
212#define CONFIG_TSEC2
213
214/* The flash address and size of the VSC7385 firmware image */
215#define CONFIG_VSC7385_IMAGE 0xFEFFE000
216#define CONFIG_VSC7385_IMAGE_SIZE 8192
217
218#endif
219
Timur Tabi7a78f142007-01-31 15:54:29 -0600220/*
221 * BRx, ORx, LBLAWBARx, and LBLAWARx
222 */
223
224/* Flash */
225
Joe Hershberger7d6a0982011-10-11 23:57:30 -0500226#define CONFIG_SYS_BR0_PRELIM (CONFIG_SYS_FLASH_BASE \
227 | BR_PS_16 \
228 | BR_MS_GPCM \
229 | BR_V)
230#define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
Joe Hershberger396abba2011-10-11 23:57:15 -0500231 | OR_UPM_XAM \
232 | OR_GPCM_CSNT \
233 | OR_GPCM_ACS_DIV2 \
234 | OR_GPCM_XACS \
235 | OR_GPCM_SCY_15 \
Joe Hershberger7d6a0982011-10-11 23:57:30 -0500236 | OR_GPCM_TRLX_SET \
237 | OR_GPCM_EHTR_SET \
Joe Hershberger396abba2011-10-11 23:57:15 -0500238 | OR_GPCM_EAD)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200239#define CONFIG_SYS_LBLAWBAR0_PRELIM CONFIG_SYS_FLASH_BASE
Joe Hershberger7d6a0982011-10-11 23:57:30 -0500240#define CONFIG_SYS_LBLAWAR0_PRELIM (LBLAWAR_EN | LBLAWAR_16MB)
Timur Tabi7a78f142007-01-31 15:54:29 -0600241
242/* Vitesse 7385 */
243
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200244#define CONFIG_SYS_VSC7385_BASE 0xF8000000
Timur Tabi7a78f142007-01-31 15:54:29 -0600245
Timur Tabi89c77842008-02-08 13:15:55 -0600246#ifdef CONFIG_VSC7385_ENET
247
Joe Hershberger7d6a0982011-10-11 23:57:30 -0500248#define CONFIG_SYS_BR1_PRELIM (CONFIG_SYS_VSC7385_BASE \
249 | BR_PS_8 \
250 | BR_MS_GPCM \
251 | BR_V)
Joe Hershberger396abba2011-10-11 23:57:15 -0500252#define CONFIG_SYS_OR1_PRELIM (OR_AM_128KB \
253 | OR_GPCM_CSNT \
254 | OR_GPCM_XACS \
255 | OR_GPCM_SCY_15 \
256 | OR_GPCM_SETA \
Joe Hershberger7d6a0982011-10-11 23:57:30 -0500257 | OR_GPCM_TRLX_SET \
258 | OR_GPCM_EHTR_SET \
Joe Hershberger396abba2011-10-11 23:57:15 -0500259 | OR_GPCM_EAD)
Timur Tabi7a78f142007-01-31 15:54:29 -0600260
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200261#define CONFIG_SYS_LBLAWBAR1_PRELIM CONFIG_SYS_VSC7385_BASE
262#define CONFIG_SYS_LBLAWAR1_PRELIM (LBLAWAR_EN | LBLAWAR_128KB)
Timur Tabi7a78f142007-01-31 15:54:29 -0600263
264#endif
265
266/* LED */
267
Joe Hershberger396abba2011-10-11 23:57:15 -0500268#define CONFIG_SYS_LED_BASE 0xF9000000
Joe Hershberger7d6a0982011-10-11 23:57:30 -0500269#define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_LED_BASE \
270 | BR_PS_8 \
271 | BR_MS_GPCM \
272 | BR_V)
Joe Hershberger396abba2011-10-11 23:57:15 -0500273#define CONFIG_SYS_OR2_PRELIM (OR_AM_2MB \
274 | OR_GPCM_CSNT \
275 | OR_GPCM_ACS_DIV2 \
276 | OR_GPCM_XACS \
277 | OR_GPCM_SCY_9 \
Joe Hershberger7d6a0982011-10-11 23:57:30 -0500278 | OR_GPCM_TRLX_SET \
279 | OR_GPCM_EHTR_SET \
Joe Hershberger396abba2011-10-11 23:57:15 -0500280 | OR_GPCM_EAD)
Timur Tabi7a78f142007-01-31 15:54:29 -0600281
282/* Compact Flash */
283
284#ifdef CONFIG_COMPACT_FLASH
285
Joe Hershberger396abba2011-10-11 23:57:15 -0500286#define CONFIG_SYS_CF_BASE 0xF0000000
Timur Tabi7a78f142007-01-31 15:54:29 -0600287
Joe Hershberger396abba2011-10-11 23:57:15 -0500288#define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_CF_BASE \
289 | BR_PS_16 \
290 | BR_MS_UPMA \
291 | BR_V)
292#define CONFIG_SYS_OR3_PRELIM (OR_UPM_AM | OR_UPM_BI)
Timur Tabi7a78f142007-01-31 15:54:29 -0600293
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200294#define CONFIG_SYS_LBLAWBAR3_PRELIM CONFIG_SYS_CF_BASE
295#define CONFIG_SYS_LBLAWAR3_PRELIM (LBLAWAR_EN | LBLAWAR_64KB)
Timur Tabi7a78f142007-01-31 15:54:29 -0600296
297#endif
298
299/*
300 * U-Boot memory configuration
301 */
Wolfgang Denk14d0a022010-10-07 21:51:12 +0200302#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600303
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200304#if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
305#define CONFIG_SYS_RAMBOOT
Timur Tabi2ad6b512006-10-31 18:44:42 -0600306#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200307#undef CONFIG_SYS_RAMBOOT
Timur Tabi2ad6b512006-10-31 18:44:42 -0600308#endif
309
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200310#define CONFIG_SYS_INIT_RAM_LOCK
Joe Hershberger396abba2011-10-11 23:57:15 -0500311#define CONFIG_SYS_INIT_RAM_ADDR 0xFD000000 /* Initial RAM addr */
312#define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM*/
Timur Tabi2ad6b512006-10-31 18:44:42 -0600313
Joe Hershberger396abba2011-10-11 23:57:15 -0500314#define CONFIG_SYS_GBL_DATA_OFFSET \
315 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200316#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
Timur Tabi2ad6b512006-10-31 18:44:42 -0600317
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200318/* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */
Kevin Hao16c8c172016-07-08 11:25:14 +0800319#define CONFIG_SYS_MONITOR_LEN (512 * 1024) /* Reserve 512 kB for Mon */
Kim Phillipsc8a90642012-06-30 18:29:20 -0500320#define CONFIG_SYS_MALLOC_LEN (256 * 1024) /* Reserved for malloc */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600321
322/*
323 * Local Bus LCRR and LBCR regs
324 * LCRR: DLL bypass, Clock divider is 4
325 * External Local Bus rate is
326 * CLKIN * HRCWL_CSB_TO_CLKIN / HRCWL_LCL_BUS_TO_SCB_CLK / LCRR_CLKDIV
327 */
Kim Phillipsc7190f02009-09-25 18:19:44 -0500328#define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
329#define CONFIG_SYS_LCRR_CLKDIV LCRR_CLKDIV_4
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200330#define CONFIG_SYS_LBC_LBCR 0x00000000
Timur Tabi2ad6b512006-10-31 18:44:42 -0600331
Joe Hershberger396abba2011-10-11 23:57:15 -0500332 /* LB sdram refresh timer, about 6us */
333#define CONFIG_SYS_LBC_LSRT 0x32000000
334 /* LB refresh timer prescal, 266MHz/32*/
335#define CONFIG_SYS_LBC_MRTPR 0x20000000
Timur Tabi2ad6b512006-10-31 18:44:42 -0600336
337/*
Timur Tabi2ad6b512006-10-31 18:44:42 -0600338 * Serial Port
339 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200340#define CONFIG_SYS_NS16550_SERIAL
341#define CONFIG_SYS_NS16550_REG_SIZE 1
342#define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600343
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200344#define CONFIG_SYS_BAUDRATE_TABLE \
Joe Hershberger396abba2011-10-11 23:57:15 -0500345 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200}
Timur Tabi7a78f142007-01-31 15:54:29 -0600346
Simon Glass83302fb2016-10-17 20:12:38 -0600347#define CONSOLE ttyS0
Timur Tabi2ad6b512006-10-31 18:44:42 -0600348
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200349#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR + 0x4500)
350#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x4600)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600351
Timur Tabi7a78f142007-01-31 15:54:29 -0600352/*
353 * PCI
354 */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600355#ifdef CONFIG_PCI
Gabor Juhos842033e2013-05-30 07:06:12 +0000356#define CONFIG_PCI_INDIRECT_BRIDGE
Timur Tabi2ad6b512006-10-31 18:44:42 -0600357
358#define CONFIG_MPC83XX_PCI2
359
360/*
361 * General PCI
362 * Addresses are mapped 1-1.
363 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200364#define CONFIG_SYS_PCI1_MEM_BASE 0x80000000
365#define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE
366#define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */
Joe Hershberger396abba2011-10-11 23:57:15 -0500367#define CONFIG_SYS_PCI1_MMIO_BASE \
368 (CONFIG_SYS_PCI1_MEM_BASE + CONFIG_SYS_PCI1_MEM_SIZE)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200369#define CONFIG_SYS_PCI1_MMIO_PHYS CONFIG_SYS_PCI1_MMIO_BASE
370#define CONFIG_SYS_PCI1_MMIO_SIZE 0x10000000 /* 256M */
Joe Hershberger396abba2011-10-11 23:57:15 -0500371#define CONFIG_SYS_PCI1_IO_BASE 0x00000000
372#define CONFIG_SYS_PCI1_IO_PHYS 0xE2000000
373#define CONFIG_SYS_PCI1_IO_SIZE 0x01000000 /* 16M */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600374
375#ifdef CONFIG_MPC83XX_PCI2
Joe Hershberger396abba2011-10-11 23:57:15 -0500376#define CONFIG_SYS_PCI2_MEM_BASE \
377 (CONFIG_SYS_PCI1_MMIO_BASE + CONFIG_SYS_PCI1_MMIO_SIZE)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200378#define CONFIG_SYS_PCI2_MEM_PHYS CONFIG_SYS_PCI2_MEM_BASE
379#define CONFIG_SYS_PCI2_MEM_SIZE 0x10000000 /* 256M */
Joe Hershberger396abba2011-10-11 23:57:15 -0500380#define CONFIG_SYS_PCI2_MMIO_BASE \
381 (CONFIG_SYS_PCI2_MEM_BASE + CONFIG_SYS_PCI2_MEM_SIZE)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200382#define CONFIG_SYS_PCI2_MMIO_PHYS CONFIG_SYS_PCI2_MMIO_BASE
383#define CONFIG_SYS_PCI2_MMIO_SIZE 0x10000000 /* 256M */
Joe Hershberger396abba2011-10-11 23:57:15 -0500384#define CONFIG_SYS_PCI2_IO_BASE 0x00000000
385#define CONFIG_SYS_PCI2_IO_PHYS \
386 (CONFIG_SYS_PCI1_IO_PHYS + CONFIG_SYS_PCI1_IO_SIZE)
387#define CONFIG_SYS_PCI2_IO_SIZE 0x01000000 /* 16M */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600388#endif
389
Timur Tabi2ad6b512006-10-31 18:44:42 -0600390#ifndef CONFIG_PCI_PNP
391 #define PCI_ENET0_IOADDR 0x00000000
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200392 #define PCI_ENET0_MEMADDR CONFIG_SYS_PCI2_MEM_BASE
Timur Tabi2ad6b512006-10-31 18:44:42 -0600393 #define PCI_IDSEL_NUMBER 0x0f /* IDSEL = AD15 */
394#endif
395
396#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
397
398#endif
399
Wolfgang Denk2ae18242010-10-06 09:05:45 +0200400#define CONFIG_PCI_66M
401#ifdef CONFIG_PCI_66M
Timur Tabi7a78f142007-01-31 15:54:29 -0600402#define CONFIG_83XX_CLKIN 66666666 /* in Hz */
403#else
404#define CONFIG_83XX_CLKIN 33333333 /* in Hz */
405#endif
406
Timur Tabi2ad6b512006-10-31 18:44:42 -0600407/* TSEC */
408
409#ifdef CONFIG_TSEC_ENET
Kim Phillips255a35772007-05-16 16:52:19 -0500410#define CONFIG_TSEC1
Timur Tabi2ad6b512006-10-31 18:44:42 -0600411
Kim Phillips255a35772007-05-16 16:52:19 -0500412#ifdef CONFIG_TSEC1
Andy Fleming10327dc2007-08-16 16:35:02 -0500413#define CONFIG_HAS_ETH0
Kim Phillips255a35772007-05-16 16:52:19 -0500414#define CONFIG_TSEC1_NAME "TSEC0"
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200415#define CONFIG_SYS_TSEC1_OFFSET 0x24000
Wolfgang Denkdd520bf2006-11-30 18:02:20 +0100416#define TSEC1_PHY_ADDR 0x1c /* VSC8201 uses address 0x1c */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600417#define TSEC1_PHYIDX 0
Andy Fleming3a790132007-08-15 20:03:25 -0500418#define TSEC1_FLAGS TSEC_GIGABIT
Timur Tabi2ad6b512006-10-31 18:44:42 -0600419#endif
420
Kim Phillips255a35772007-05-16 16:52:19 -0500421#ifdef CONFIG_TSEC2
Timur Tabi7a78f142007-01-31 15:54:29 -0600422#define CONFIG_HAS_ETH1
Kim Phillips255a35772007-05-16 16:52:19 -0500423#define CONFIG_TSEC2_NAME "TSEC1"
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200424#define CONFIG_SYS_TSEC2_OFFSET 0x25000
Timur Tabi89c77842008-02-08 13:15:55 -0600425
Timur Tabi2ad6b512006-10-31 18:44:42 -0600426#define TSEC2_PHY_ADDR 4
427#define TSEC2_PHYIDX 0
Andy Fleming3a790132007-08-15 20:03:25 -0500428#define TSEC2_FLAGS TSEC_GIGABIT
Timur Tabi2ad6b512006-10-31 18:44:42 -0600429#endif
430
431#define CONFIG_ETHPRIME "Freescale TSEC"
432
433#endif
434
Timur Tabi2ad6b512006-10-31 18:44:42 -0600435/*
436 * Environment
437 */
Timur Tabi7a78f142007-01-31 15:54:29 -0600438#define CONFIG_ENV_OVERWRITE
439
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200440#ifndef CONFIG_SYS_RAMBOOT
Joe Hershberger396abba2011-10-11 23:57:15 -0500441 #define CONFIG_ENV_ADDR \
442 (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
Jean-Christophe PLAGNIOL-VILLARD0e8d1582008-09-10 22:48:06 +0200443 #define CONFIG_ENV_SECT_SIZE 0x10000 /* 64K (one sector) for environment */
Joe Hershberger396abba2011-10-11 23:57:15 -0500444 #define CONFIG_ENV_SIZE 0x2000
Timur Tabi2ad6b512006-10-31 18:44:42 -0600445#else
Jean-Christophe PLAGNIOL-VILLARD00b18832008-08-13 01:40:42 +0200446 #undef CONFIG_FLASH_CFI_DRIVER
Joe Hershberger396abba2011-10-11 23:57:15 -0500447 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
448 #define CONFIG_ENV_SIZE 0x2000
Timur Tabi2ad6b512006-10-31 18:44:42 -0600449#endif
450
451#define CONFIG_LOADS_ECHO /* echo on for serial download */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200452#define CONFIG_SYS_LOADS_BAUD_CHANGE /* allow baudrate change */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600453
Jon Loeliger8ea54992007-07-04 22:30:06 -0500454/*
Jon Loeliger659e2f62007-07-10 09:10:49 -0500455 * BOOTP options
456 */
457#define CONFIG_BOOTP_BOOTFILESIZE
Jon Loeliger659e2f62007-07-10 09:10:49 -0500458
Timur Tabi2ad6b512006-10-31 18:44:42 -0600459/* Watchdog */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600460#undef CONFIG_WATCHDOG /* watchdog disabled */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600461
462/*
463 * Miscellaneous configurable options
464 */
Timur Tabi7a78f142007-01-31 15:54:29 -0600465
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200466#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
Kim Phillips05f91a62009-08-26 21:27:37 -0500467#define CONFIG_LOADADDR 800000 /* default location for tftp and bootm */
Timur Tabi7a78f142007-01-31 15:54:29 -0600468
Timur Tabi2ad6b512006-10-31 18:44:42 -0600469/*
470 * For booting Linux, the board info and command line data
Ira W. Snyder9f530d52010-09-10 15:42:32 -0700471 * have to be in the first 256 MB of memory, since this is
Timur Tabi2ad6b512006-10-31 18:44:42 -0600472 * the maximum mapped by the Linux kernel during initialization.
473 */
Joe Hershberger396abba2011-10-11 23:57:15 -0500474 /* Initial Memory map for Linux*/
475#define CONFIG_SYS_BOOTMAPSZ (256 << 20)
Kevin Hao63865272016-07-08 11:25:15 +0800476#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600477
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200478#define CONFIG_SYS_HRCW_LOW (\
Timur Tabi2ad6b512006-10-31 18:44:42 -0600479 HRCWL_LCL_BUS_TO_SCB_CLK_1X1 |\
480 HRCWL_DDR_TO_SCB_CLK_1X1 |\
481 HRCWL_CSB_TO_CLKIN_4X1 |\
482 HRCWL_VCO_1X2 |\
483 HRCWL_CORE_TO_CSB_2X1)
484
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200485#ifdef CONFIG_SYS_LOWBOOT
486#define CONFIG_SYS_HRCW_HIGH (\
Timur Tabi2ad6b512006-10-31 18:44:42 -0600487 HRCWH_PCI_HOST |\
Timur Tabi7a78f142007-01-31 15:54:29 -0600488 HRCWH_32_BIT_PCI |\
Timur Tabi2ad6b512006-10-31 18:44:42 -0600489 HRCWH_PCI1_ARBITER_ENABLE |\
Timur Tabi7a78f142007-01-31 15:54:29 -0600490 HRCWH_PCI2_ARBITER_ENABLE |\
Timur Tabi2ad6b512006-10-31 18:44:42 -0600491 HRCWH_CORE_ENABLE |\
492 HRCWH_FROM_0X00000100 |\
493 HRCWH_BOOTSEQ_DISABLE |\
494 HRCWH_SW_WATCHDOG_DISABLE |\
495 HRCWH_ROM_LOC_LOCAL_16BIT |\
496 HRCWH_TSEC1M_IN_GMII |\
Joe Hershberger396abba2011-10-11 23:57:15 -0500497 HRCWH_TSEC2M_IN_GMII)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600498#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200499#define CONFIG_SYS_HRCW_HIGH (\
Timur Tabi2ad6b512006-10-31 18:44:42 -0600500 HRCWH_PCI_HOST |\
501 HRCWH_32_BIT_PCI |\
502 HRCWH_PCI1_ARBITER_ENABLE |\
Timur Tabi7a78f142007-01-31 15:54:29 -0600503 HRCWH_PCI2_ARBITER_ENABLE |\
Timur Tabi2ad6b512006-10-31 18:44:42 -0600504 HRCWH_CORE_ENABLE |\
505 HRCWH_FROM_0XFFF00100 |\
506 HRCWH_BOOTSEQ_DISABLE |\
507 HRCWH_SW_WATCHDOG_DISABLE |\
508 HRCWH_ROM_LOC_LOCAL_16BIT |\
509 HRCWH_TSEC1M_IN_GMII |\
Joe Hershberger396abba2011-10-11 23:57:15 -0500510 HRCWH_TSEC2M_IN_GMII)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600511#endif
512
Timur Tabi7a78f142007-01-31 15:54:29 -0600513/*
514 * System performance
515 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200516#define CONFIG_SYS_ACR_PIPE_DEP 3 /* Arbiter pipeline depth (0-3) */
Joe Hershberger396abba2011-10-11 23:57:15 -0500517#define CONFIG_SYS_ACR_RPTCNT 3 /* Arbiter repeat count (0-7) */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200518#define CONFIG_SYS_SPCR_TSEC1EP 3 /* TSEC1 emergency priority (0-3) */
519#define CONFIG_SYS_SPCR_TSEC2EP 3 /* TSEC2 emergency priority (0-3) */
520#define CONFIG_SYS_SCCR_TSEC1CM 1 /* TSEC1 clock mode (0-3) */
521#define CONFIG_SYS_SCCR_TSEC2CM 1 /* TSEC2 & I2C0 clock mode (0-3) */
Valeriy Glushkovc31e1322009-06-30 15:48:41 +0300522#define CONFIG_SYS_SCCR_USBMPHCM 3 /* USB MPH controller's clock */
523#define CONFIG_SYS_SCCR_USBDRCM 0 /* USB DR controller's clock */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600524
Timur Tabi7a78f142007-01-31 15:54:29 -0600525/*
526 * System IO Config
527 */
Joe Hershberger396abba2011-10-11 23:57:15 -0500528/* Needed for gigabit to work on TSEC 1 */
529#define CONFIG_SYS_SICRH SICRH_TSOBI1
530 /* USB DR as device + USB MPH as host */
531#define CONFIG_SYS_SICRL (SICRL_LDP_A | SICRL_USB1)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600532
Kim Phillips1a2e2032010-04-20 19:37:54 -0500533#define CONFIG_SYS_HID0_INIT 0x00000000
534#define CONFIG_SYS_HID0_FINAL HID0_ENABLE_INSTRUCTION_CACHE
Timur Tabi2ad6b512006-10-31 18:44:42 -0600535
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200536#define CONFIG_SYS_HID2 HID2_HBE
Becky Bruce31d82672008-05-08 19:02:12 -0500537#define CONFIG_HIGH_BATS 1 /* High BATs supported */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600538
Timur Tabi7a78f142007-01-31 15:54:29 -0600539/* DDR */
Joe Hershberger396abba2011-10-11 23:57:15 -0500540#define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE \
Joe Hershberger72cd4082011-10-11 23:57:28 -0500541 | BATL_PP_RW \
Joe Hershberger396abba2011-10-11 23:57:15 -0500542 | BATL_MEMCOHERENCE)
543#define CONFIG_SYS_IBAT0U (CONFIG_SYS_SDRAM_BASE \
544 | BATU_BL_256M \
545 | BATU_VS \
546 | BATU_VP)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600547
Timur Tabi7a78f142007-01-31 15:54:29 -0600548/* PCI */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600549#ifdef CONFIG_PCI
Joe Hershberger396abba2011-10-11 23:57:15 -0500550#define CONFIG_SYS_IBAT1L (CONFIG_SYS_PCI1_MEM_BASE \
Joe Hershberger72cd4082011-10-11 23:57:28 -0500551 | BATL_PP_RW \
Joe Hershberger396abba2011-10-11 23:57:15 -0500552 | BATL_MEMCOHERENCE)
553#define CONFIG_SYS_IBAT1U (CONFIG_SYS_PCI1_MEM_BASE \
554 | BATU_BL_256M \
555 | BATU_VS \
556 | BATU_VP)
557#define CONFIG_SYS_IBAT2L (CONFIG_SYS_PCI1_MMIO_BASE \
Joe Hershberger72cd4082011-10-11 23:57:28 -0500558 | BATL_PP_RW \
Joe Hershberger396abba2011-10-11 23:57:15 -0500559 | BATL_CACHEINHIBIT \
560 | BATL_GUARDEDSTORAGE)
561#define CONFIG_SYS_IBAT2U (CONFIG_SYS_PCI1_MMIO_BASE \
562 | BATU_BL_256M \
563 | BATU_VS \
564 | BATU_VP)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600565#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200566#define CONFIG_SYS_IBAT1L 0
567#define CONFIG_SYS_IBAT1U 0
568#define CONFIG_SYS_IBAT2L 0
569#define CONFIG_SYS_IBAT2U 0
Timur Tabi2ad6b512006-10-31 18:44:42 -0600570#endif
571
572#ifdef CONFIG_MPC83XX_PCI2
Joe Hershberger396abba2011-10-11 23:57:15 -0500573#define CONFIG_SYS_IBAT3L (CONFIG_SYS_PCI2_MEM_BASE \
Joe Hershberger72cd4082011-10-11 23:57:28 -0500574 | BATL_PP_RW \
Joe Hershberger396abba2011-10-11 23:57:15 -0500575 | BATL_MEMCOHERENCE)
576#define CONFIG_SYS_IBAT3U (CONFIG_SYS_PCI2_MEM_BASE \
577 | BATU_BL_256M \
578 | BATU_VS \
579 | BATU_VP)
580#define CONFIG_SYS_IBAT4L (CONFIG_SYS_PCI2_MMIO_BASE \
Joe Hershberger72cd4082011-10-11 23:57:28 -0500581 | BATL_PP_RW \
Joe Hershberger396abba2011-10-11 23:57:15 -0500582 | BATL_CACHEINHIBIT \
583 | BATL_GUARDEDSTORAGE)
584#define CONFIG_SYS_IBAT4U (CONFIG_SYS_PCI2_MMIO_BASE \
585 | BATU_BL_256M \
586 | BATU_VS \
587 | BATU_VP)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600588#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200589#define CONFIG_SYS_IBAT3L 0
590#define CONFIG_SYS_IBAT3U 0
591#define CONFIG_SYS_IBAT4L 0
592#define CONFIG_SYS_IBAT4U 0
Timur Tabi2ad6b512006-10-31 18:44:42 -0600593#endif
594
595/* IMMRBAR @ 0xE0000000, PCI IO @ 0xE2000000 & BCSR @ 0xE2400000 */
Joe Hershberger396abba2011-10-11 23:57:15 -0500596#define CONFIG_SYS_IBAT5L (CONFIG_SYS_IMMR \
Joe Hershberger72cd4082011-10-11 23:57:28 -0500597 | BATL_PP_RW \
Joe Hershberger396abba2011-10-11 23:57:15 -0500598 | BATL_CACHEINHIBIT \
599 | BATL_GUARDEDSTORAGE)
600#define CONFIG_SYS_IBAT5U (CONFIG_SYS_IMMR \
601 | BATU_BL_256M \
602 | BATU_VS \
603 | BATU_VP)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600604
605/* SDRAM @ 0xF0000000, stack in DCACHE 0xFDF00000 & FLASH @ 0xFE000000 */
Joe Hershberger396abba2011-10-11 23:57:15 -0500606#define CONFIG_SYS_IBAT6L (0xF0000000 \
Joe Hershberger72cd4082011-10-11 23:57:28 -0500607 | BATL_PP_RW \
Joe Hershberger396abba2011-10-11 23:57:15 -0500608 | BATL_MEMCOHERENCE \
609 | BATL_GUARDEDSTORAGE)
610#define CONFIG_SYS_IBAT6U (0xF0000000 \
611 | BATU_BL_256M \
612 | BATU_VS \
613 | BATU_VP)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600614
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200615#define CONFIG_SYS_IBAT7L 0
616#define CONFIG_SYS_IBAT7U 0
Timur Tabi2ad6b512006-10-31 18:44:42 -0600617
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200618#define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
619#define CONFIG_SYS_DBAT0U CONFIG_SYS_IBAT0U
620#define CONFIG_SYS_DBAT1L CONFIG_SYS_IBAT1L
621#define CONFIG_SYS_DBAT1U CONFIG_SYS_IBAT1U
622#define CONFIG_SYS_DBAT2L CONFIG_SYS_IBAT2L
623#define CONFIG_SYS_DBAT2U CONFIG_SYS_IBAT2U
624#define CONFIG_SYS_DBAT3L CONFIG_SYS_IBAT3L
625#define CONFIG_SYS_DBAT3U CONFIG_SYS_IBAT3U
626#define CONFIG_SYS_DBAT4L CONFIG_SYS_IBAT4L
627#define CONFIG_SYS_DBAT4U CONFIG_SYS_IBAT4U
628#define CONFIG_SYS_DBAT5L CONFIG_SYS_IBAT5L
629#define CONFIG_SYS_DBAT5U CONFIG_SYS_IBAT5U
630#define CONFIG_SYS_DBAT6L CONFIG_SYS_IBAT6L
631#define CONFIG_SYS_DBAT6U CONFIG_SYS_IBAT6U
632#define CONFIG_SYS_DBAT7L CONFIG_SYS_IBAT7L
633#define CONFIG_SYS_DBAT7U CONFIG_SYS_IBAT7U
Timur Tabi2ad6b512006-10-31 18:44:42 -0600634
Jon Loeliger8ea54992007-07-04 22:30:06 -0500635#if defined(CONFIG_CMD_KGDB)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600636#define CONFIG_KGDB_BAUDRATE 230400 /* speed of kgdb serial port */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600637#endif
638
Timur Tabi2ad6b512006-10-31 18:44:42 -0600639/*
640 * Environment Configuration
641 */
642#define CONFIG_ENV_OVERWRITE
643
Joe Hershberger396abba2011-10-11 23:57:15 -0500644#define CONFIG_NETDEV "eth0"
Timur Tabi2ad6b512006-10-31 18:44:42 -0600645
Timur Tabi7a78f142007-01-31 15:54:29 -0600646/* Default path and filenames */
Joe Hershberger8b3637c2011-10-13 13:03:47 +0000647#define CONFIG_ROOTPATH "/nfsroot/rootfs"
Joe Hershbergerb3f44c22011-10-13 13:03:48 +0000648#define CONFIG_BOOTFILE "uImage"
Joe Hershberger396abba2011-10-11 23:57:15 -0500649 /* U-Boot image on TFTP server */
650#define CONFIG_UBOOTPATH "u-boot.bin"
Timur Tabi2ad6b512006-10-31 18:44:42 -0600651
Timur Tabi7a78f142007-01-31 15:54:29 -0600652#ifdef CONFIG_MPC8349ITX
Joe Hershberger396abba2011-10-11 23:57:15 -0500653#define CONFIG_FDTFILE "mpc8349emitx.dtb"
Timur Tabi2ad6b512006-10-31 18:44:42 -0600654#else
Joe Hershberger396abba2011-10-11 23:57:15 -0500655#define CONFIG_FDTFILE "mpc8349emitxgp.dtb"
Timur Tabi2ad6b512006-10-31 18:44:42 -0600656#endif
657
Timur Tabi7a78f142007-01-31 15:54:29 -0600658
Wolfgang Denkdd520bf2006-11-30 18:02:20 +0100659#define CONFIG_EXTRA_ENV_SETTINGS \
Simon Glass83302fb2016-10-17 20:12:38 -0600660 "console=" __stringify(CONSOLE) "\0" \
Joe Hershberger396abba2011-10-11 23:57:15 -0500661 "netdev=" CONFIG_NETDEV "\0" \
662 "uboot=" CONFIG_UBOOTPATH "\0" \
Wolfgang Denk53677ef2008-05-20 16:00:29 +0200663 "tftpflash=tftpboot $loadaddr $uboot; " \
Marek Vasut5368c552012-09-23 17:41:24 +0200664 "protect off " __stringify(CONFIG_SYS_TEXT_BASE) \
665 " +$filesize; " \
666 "erase " __stringify(CONFIG_SYS_TEXT_BASE) \
667 " +$filesize; " \
668 "cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \
669 " $filesize; " \
670 "protect on " __stringify(CONFIG_SYS_TEXT_BASE) \
671 " +$filesize; " \
672 "cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \
673 " $filesize\0" \
Kim Phillips05f91a62009-08-26 21:27:37 -0500674 "fdtaddr=780000\0" \
Joe Hershberger396abba2011-10-11 23:57:15 -0500675 "fdtfile=" CONFIG_FDTFILE "\0"
Kim Phillipsbf0b5422006-11-01 00:10:40 -0600676
Wolfgang Denkdd520bf2006-11-30 18:02:20 +0100677#define CONFIG_NFSBOOTCOMMAND \
Timur Tabi7a78f142007-01-31 15:54:29 -0600678 "setenv bootargs root=/dev/nfs rw nfsroot=$serverip:$rootpath" \
Joe Hershberger396abba2011-10-11 23:57:15 -0500679 " ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off "\
Timur Tabi7a78f142007-01-31 15:54:29 -0600680 " console=$console,$baudrate $othbootargs; " \
681 "tftp $loadaddr $bootfile;" \
682 "tftp $fdtaddr $fdtfile;" \
683 "bootm $loadaddr - $fdtaddr"
Kim Phillipsbf0b5422006-11-01 00:10:40 -0600684
Wolfgang Denkdd520bf2006-11-30 18:02:20 +0100685#define CONFIG_RAMBOOTCOMMAND \
Timur Tabi7a78f142007-01-31 15:54:29 -0600686 "setenv bootargs root=/dev/ram rw" \
687 " console=$console,$baudrate $othbootargs; " \
688 "tftp $ramdiskaddr $ramdiskfile;" \
689 "tftp $loadaddr $bootfile;" \
690 "tftp $fdtaddr $fdtfile;" \
691 "bootm $loadaddr $ramdiskaddr $fdtaddr"
Timur Tabi2ad6b512006-10-31 18:44:42 -0600692
Timur Tabi2ad6b512006-10-31 18:44:42 -0600693#endif