blob: 111023b7beec72c23a33ba32ff6750f18063c52d [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
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200189#define CONFIG_SYS_FLASH_BASE 0xFE000000 /* start of FLASH */
190#define CONFIG_SYS_FLASH_EMPTY_INFO
Joe Hershberger396abba2011-10-11 23:57:15 -0500191/* 127 64KB sectors + 8 8KB sectors per device */
192#define CONFIG_SYS_MAX_FLASH_SECT 135
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200193#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
194#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
195#define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_16BIT
Timur Tabi7a78f142007-01-31 15:54:29 -0600196
197/* The ITX has two flash chips, but the ITX-GP has only one. To support both
198boards, 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 +0200199#define CONFIG_SYS_FLASH_QUIET_TEST
Joe Hershberger396abba2011-10-11 23:57:15 -0500200#define CONFIG_SYS_MAX_FLASH_BANKS 2 /* number of banks */
201#define CONFIG_SYS_FLASH_BANKS_LIST \
202 {CONFIG_SYS_FLASH_BASE, CONFIG_SYS_FLASH_BASE + 0x800000}
203#define CONFIG_SYS_FLASH_SIZE 16 /* FLASH size in MB */
Timur Tabi7a78f142007-01-31 15:54:29 -0600204
Timur Tabi89c77842008-02-08 13:15:55 -0600205/* Vitesse 7385 */
206
207#ifdef CONFIG_VSC7385_ENET
208
209#define CONFIG_TSEC2
210
211/* The flash address and size of the VSC7385 firmware image */
212#define CONFIG_VSC7385_IMAGE 0xFEFFE000
213#define CONFIG_VSC7385_IMAGE_SIZE 8192
214
215#endif
216
Timur Tabi7a78f142007-01-31 15:54:29 -0600217/*
218 * BRx, ORx, LBLAWBARx, and LBLAWARx
219 */
220
221/* Flash */
222
Joe Hershberger7d6a0982011-10-11 23:57:30 -0500223#define CONFIG_SYS_BR0_PRELIM (CONFIG_SYS_FLASH_BASE \
224 | BR_PS_16 \
225 | BR_MS_GPCM \
226 | BR_V)
227#define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
Joe Hershberger396abba2011-10-11 23:57:15 -0500228 | OR_UPM_XAM \
229 | OR_GPCM_CSNT \
230 | OR_GPCM_ACS_DIV2 \
231 | OR_GPCM_XACS \
232 | OR_GPCM_SCY_15 \
Joe Hershberger7d6a0982011-10-11 23:57:30 -0500233 | OR_GPCM_TRLX_SET \
234 | OR_GPCM_EHTR_SET \
Joe Hershberger396abba2011-10-11 23:57:15 -0500235 | OR_GPCM_EAD)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200236#define CONFIG_SYS_LBLAWBAR0_PRELIM CONFIG_SYS_FLASH_BASE
Joe Hershberger7d6a0982011-10-11 23:57:30 -0500237#define CONFIG_SYS_LBLAWAR0_PRELIM (LBLAWAR_EN | LBLAWAR_16MB)
Timur Tabi7a78f142007-01-31 15:54:29 -0600238
239/* Vitesse 7385 */
240
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200241#define CONFIG_SYS_VSC7385_BASE 0xF8000000
Timur Tabi7a78f142007-01-31 15:54:29 -0600242
Timur Tabi89c77842008-02-08 13:15:55 -0600243#ifdef CONFIG_VSC7385_ENET
244
Joe Hershberger7d6a0982011-10-11 23:57:30 -0500245#define CONFIG_SYS_BR1_PRELIM (CONFIG_SYS_VSC7385_BASE \
246 | BR_PS_8 \
247 | BR_MS_GPCM \
248 | BR_V)
Joe Hershberger396abba2011-10-11 23:57:15 -0500249#define CONFIG_SYS_OR1_PRELIM (OR_AM_128KB \
250 | OR_GPCM_CSNT \
251 | OR_GPCM_XACS \
252 | OR_GPCM_SCY_15 \
253 | OR_GPCM_SETA \
Joe Hershberger7d6a0982011-10-11 23:57:30 -0500254 | OR_GPCM_TRLX_SET \
255 | OR_GPCM_EHTR_SET \
Joe Hershberger396abba2011-10-11 23:57:15 -0500256 | OR_GPCM_EAD)
Timur Tabi7a78f142007-01-31 15:54:29 -0600257
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200258#define CONFIG_SYS_LBLAWBAR1_PRELIM CONFIG_SYS_VSC7385_BASE
259#define CONFIG_SYS_LBLAWAR1_PRELIM (LBLAWAR_EN | LBLAWAR_128KB)
Timur Tabi7a78f142007-01-31 15:54:29 -0600260
261#endif
262
263/* LED */
264
Joe Hershberger396abba2011-10-11 23:57:15 -0500265#define CONFIG_SYS_LED_BASE 0xF9000000
Joe Hershberger7d6a0982011-10-11 23:57:30 -0500266#define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_LED_BASE \
267 | BR_PS_8 \
268 | BR_MS_GPCM \
269 | BR_V)
Joe Hershberger396abba2011-10-11 23:57:15 -0500270#define CONFIG_SYS_OR2_PRELIM (OR_AM_2MB \
271 | OR_GPCM_CSNT \
272 | OR_GPCM_ACS_DIV2 \
273 | OR_GPCM_XACS \
274 | OR_GPCM_SCY_9 \
Joe Hershberger7d6a0982011-10-11 23:57:30 -0500275 | OR_GPCM_TRLX_SET \
276 | OR_GPCM_EHTR_SET \
Joe Hershberger396abba2011-10-11 23:57:15 -0500277 | OR_GPCM_EAD)
Timur Tabi7a78f142007-01-31 15:54:29 -0600278
279/* Compact Flash */
280
281#ifdef CONFIG_COMPACT_FLASH
282
Joe Hershberger396abba2011-10-11 23:57:15 -0500283#define CONFIG_SYS_CF_BASE 0xF0000000
Timur Tabi7a78f142007-01-31 15:54:29 -0600284
Joe Hershberger396abba2011-10-11 23:57:15 -0500285#define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_CF_BASE \
286 | BR_PS_16 \
287 | BR_MS_UPMA \
288 | BR_V)
289#define CONFIG_SYS_OR3_PRELIM (OR_UPM_AM | OR_UPM_BI)
Timur Tabi7a78f142007-01-31 15:54:29 -0600290
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200291#define CONFIG_SYS_LBLAWBAR3_PRELIM CONFIG_SYS_CF_BASE
292#define CONFIG_SYS_LBLAWAR3_PRELIM (LBLAWAR_EN | LBLAWAR_64KB)
Timur Tabi7a78f142007-01-31 15:54:29 -0600293
294#endif
295
296/*
297 * U-Boot memory configuration
298 */
Wolfgang Denk14d0a022010-10-07 21:51:12 +0200299#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600300
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200301#if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
302#define CONFIG_SYS_RAMBOOT
Timur Tabi2ad6b512006-10-31 18:44:42 -0600303#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200304#undef CONFIG_SYS_RAMBOOT
Timur Tabi2ad6b512006-10-31 18:44:42 -0600305#endif
306
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200307#define CONFIG_SYS_INIT_RAM_LOCK
Joe Hershberger396abba2011-10-11 23:57:15 -0500308#define CONFIG_SYS_INIT_RAM_ADDR 0xFD000000 /* Initial RAM addr */
309#define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM*/
Timur Tabi2ad6b512006-10-31 18:44:42 -0600310
Joe Hershberger396abba2011-10-11 23:57:15 -0500311#define CONFIG_SYS_GBL_DATA_OFFSET \
312 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200313#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
Timur Tabi2ad6b512006-10-31 18:44:42 -0600314
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200315/* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */
Kevin Hao16c8c172016-07-08 11:25:14 +0800316#define CONFIG_SYS_MONITOR_LEN (512 * 1024) /* Reserve 512 kB for Mon */
Kim Phillipsc8a90642012-06-30 18:29:20 -0500317#define CONFIG_SYS_MALLOC_LEN (256 * 1024) /* Reserved for malloc */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600318
319/*
320 * Local Bus LCRR and LBCR regs
321 * LCRR: DLL bypass, Clock divider is 4
322 * External Local Bus rate is
323 * CLKIN * HRCWL_CSB_TO_CLKIN / HRCWL_LCL_BUS_TO_SCB_CLK / LCRR_CLKDIV
324 */
Kim Phillipsc7190f02009-09-25 18:19:44 -0500325#define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
326#define CONFIG_SYS_LCRR_CLKDIV LCRR_CLKDIV_4
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200327#define CONFIG_SYS_LBC_LBCR 0x00000000
Timur Tabi2ad6b512006-10-31 18:44:42 -0600328
Joe Hershberger396abba2011-10-11 23:57:15 -0500329 /* LB sdram refresh timer, about 6us */
330#define CONFIG_SYS_LBC_LSRT 0x32000000
331 /* LB refresh timer prescal, 266MHz/32*/
332#define CONFIG_SYS_LBC_MRTPR 0x20000000
Timur Tabi2ad6b512006-10-31 18:44:42 -0600333
334/*
Timur Tabi2ad6b512006-10-31 18:44:42 -0600335 * Serial Port
336 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200337#define CONFIG_SYS_NS16550_SERIAL
338#define CONFIG_SYS_NS16550_REG_SIZE 1
339#define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600340
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200341#define CONFIG_SYS_BAUDRATE_TABLE \
Joe Hershberger396abba2011-10-11 23:57:15 -0500342 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200}
Timur Tabi7a78f142007-01-31 15:54:29 -0600343
Simon Glass83302fb2016-10-17 20:12:38 -0600344#define CONSOLE ttyS0
Timur Tabi2ad6b512006-10-31 18:44:42 -0600345
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200346#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR + 0x4500)
347#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x4600)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600348
Timur Tabi7a78f142007-01-31 15:54:29 -0600349/*
350 * PCI
351 */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600352#ifdef CONFIG_PCI
Gabor Juhos842033e2013-05-30 07:06:12 +0000353#define CONFIG_PCI_INDIRECT_BRIDGE
Timur Tabi2ad6b512006-10-31 18:44:42 -0600354
355#define CONFIG_MPC83XX_PCI2
356
357/*
358 * General PCI
359 * Addresses are mapped 1-1.
360 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200361#define CONFIG_SYS_PCI1_MEM_BASE 0x80000000
362#define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE
363#define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */
Joe Hershberger396abba2011-10-11 23:57:15 -0500364#define CONFIG_SYS_PCI1_MMIO_BASE \
365 (CONFIG_SYS_PCI1_MEM_BASE + CONFIG_SYS_PCI1_MEM_SIZE)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200366#define CONFIG_SYS_PCI1_MMIO_PHYS CONFIG_SYS_PCI1_MMIO_BASE
367#define CONFIG_SYS_PCI1_MMIO_SIZE 0x10000000 /* 256M */
Joe Hershberger396abba2011-10-11 23:57:15 -0500368#define CONFIG_SYS_PCI1_IO_BASE 0x00000000
369#define CONFIG_SYS_PCI1_IO_PHYS 0xE2000000
370#define CONFIG_SYS_PCI1_IO_SIZE 0x01000000 /* 16M */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600371
372#ifdef CONFIG_MPC83XX_PCI2
Joe Hershberger396abba2011-10-11 23:57:15 -0500373#define CONFIG_SYS_PCI2_MEM_BASE \
374 (CONFIG_SYS_PCI1_MMIO_BASE + CONFIG_SYS_PCI1_MMIO_SIZE)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200375#define CONFIG_SYS_PCI2_MEM_PHYS CONFIG_SYS_PCI2_MEM_BASE
376#define CONFIG_SYS_PCI2_MEM_SIZE 0x10000000 /* 256M */
Joe Hershberger396abba2011-10-11 23:57:15 -0500377#define CONFIG_SYS_PCI2_MMIO_BASE \
378 (CONFIG_SYS_PCI2_MEM_BASE + CONFIG_SYS_PCI2_MEM_SIZE)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200379#define CONFIG_SYS_PCI2_MMIO_PHYS CONFIG_SYS_PCI2_MMIO_BASE
380#define CONFIG_SYS_PCI2_MMIO_SIZE 0x10000000 /* 256M */
Joe Hershberger396abba2011-10-11 23:57:15 -0500381#define CONFIG_SYS_PCI2_IO_BASE 0x00000000
382#define CONFIG_SYS_PCI2_IO_PHYS \
383 (CONFIG_SYS_PCI1_IO_PHYS + CONFIG_SYS_PCI1_IO_SIZE)
384#define CONFIG_SYS_PCI2_IO_SIZE 0x01000000 /* 16M */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600385#endif
386
Timur Tabi2ad6b512006-10-31 18:44:42 -0600387#ifndef CONFIG_PCI_PNP
388 #define PCI_ENET0_IOADDR 0x00000000
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200389 #define PCI_ENET0_MEMADDR CONFIG_SYS_PCI2_MEM_BASE
Timur Tabi2ad6b512006-10-31 18:44:42 -0600390 #define PCI_IDSEL_NUMBER 0x0f /* IDSEL = AD15 */
391#endif
392
393#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
394
395#endif
396
Wolfgang Denk2ae18242010-10-06 09:05:45 +0200397#define CONFIG_PCI_66M
398#ifdef CONFIG_PCI_66M
Timur Tabi7a78f142007-01-31 15:54:29 -0600399#define CONFIG_83XX_CLKIN 66666666 /* in Hz */
400#else
401#define CONFIG_83XX_CLKIN 33333333 /* in Hz */
402#endif
403
Timur Tabi2ad6b512006-10-31 18:44:42 -0600404/* TSEC */
405
406#ifdef CONFIG_TSEC_ENET
Kim Phillips255a35772007-05-16 16:52:19 -0500407#define CONFIG_TSEC1
Timur Tabi2ad6b512006-10-31 18:44:42 -0600408
Kim Phillips255a35772007-05-16 16:52:19 -0500409#ifdef CONFIG_TSEC1
Andy Fleming10327dc2007-08-16 16:35:02 -0500410#define CONFIG_HAS_ETH0
Kim Phillips255a35772007-05-16 16:52:19 -0500411#define CONFIG_TSEC1_NAME "TSEC0"
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200412#define CONFIG_SYS_TSEC1_OFFSET 0x24000
Wolfgang Denkdd520bf2006-11-30 18:02:20 +0100413#define TSEC1_PHY_ADDR 0x1c /* VSC8201 uses address 0x1c */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600414#define TSEC1_PHYIDX 0
Andy Fleming3a790132007-08-15 20:03:25 -0500415#define TSEC1_FLAGS TSEC_GIGABIT
Timur Tabi2ad6b512006-10-31 18:44:42 -0600416#endif
417
Kim Phillips255a35772007-05-16 16:52:19 -0500418#ifdef CONFIG_TSEC2
Timur Tabi7a78f142007-01-31 15:54:29 -0600419#define CONFIG_HAS_ETH1
Kim Phillips255a35772007-05-16 16:52:19 -0500420#define CONFIG_TSEC2_NAME "TSEC1"
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200421#define CONFIG_SYS_TSEC2_OFFSET 0x25000
Timur Tabi89c77842008-02-08 13:15:55 -0600422
Timur Tabi2ad6b512006-10-31 18:44:42 -0600423#define TSEC2_PHY_ADDR 4
424#define TSEC2_PHYIDX 0
Andy Fleming3a790132007-08-15 20:03:25 -0500425#define TSEC2_FLAGS TSEC_GIGABIT
Timur Tabi2ad6b512006-10-31 18:44:42 -0600426#endif
427
428#define CONFIG_ETHPRIME "Freescale TSEC"
429
430#endif
431
Timur Tabi2ad6b512006-10-31 18:44:42 -0600432/*
433 * Environment
434 */
Timur Tabi7a78f142007-01-31 15:54:29 -0600435#define CONFIG_ENV_OVERWRITE
436
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200437#ifndef CONFIG_SYS_RAMBOOT
Joe Hershberger396abba2011-10-11 23:57:15 -0500438 #define CONFIG_ENV_ADDR \
439 (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
Jean-Christophe PLAGNIOL-VILLARD0e8d1582008-09-10 22:48:06 +0200440 #define CONFIG_ENV_SECT_SIZE 0x10000 /* 64K (one sector) for environment */
Joe Hershberger396abba2011-10-11 23:57:15 -0500441 #define CONFIG_ENV_SIZE 0x2000
Timur Tabi2ad6b512006-10-31 18:44:42 -0600442#else
Joe Hershberger396abba2011-10-11 23:57:15 -0500443 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
444 #define CONFIG_ENV_SIZE 0x2000
Timur Tabi2ad6b512006-10-31 18:44:42 -0600445#endif
446
447#define CONFIG_LOADS_ECHO /* echo on for serial download */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200448#define CONFIG_SYS_LOADS_BAUD_CHANGE /* allow baudrate change */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600449
Jon Loeliger8ea54992007-07-04 22:30:06 -0500450/*
Jon Loeliger659e2f62007-07-10 09:10:49 -0500451 * BOOTP options
452 */
453#define CONFIG_BOOTP_BOOTFILESIZE
Jon Loeliger659e2f62007-07-10 09:10:49 -0500454
Timur Tabi2ad6b512006-10-31 18:44:42 -0600455/* Watchdog */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600456#undef CONFIG_WATCHDOG /* watchdog disabled */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600457
458/*
459 * Miscellaneous configurable options
460 */
Timur Tabi7a78f142007-01-31 15:54:29 -0600461
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200462#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
Kim Phillips05f91a62009-08-26 21:27:37 -0500463#define CONFIG_LOADADDR 800000 /* default location for tftp and bootm */
Timur Tabi7a78f142007-01-31 15:54:29 -0600464
Timur Tabi2ad6b512006-10-31 18:44:42 -0600465/*
466 * For booting Linux, the board info and command line data
Ira W. Snyder9f530d52010-09-10 15:42:32 -0700467 * have to be in the first 256 MB of memory, since this is
Timur Tabi2ad6b512006-10-31 18:44:42 -0600468 * the maximum mapped by the Linux kernel during initialization.
469 */
Joe Hershberger396abba2011-10-11 23:57:15 -0500470 /* Initial Memory map for Linux*/
471#define CONFIG_SYS_BOOTMAPSZ (256 << 20)
Kevin Hao63865272016-07-08 11:25:15 +0800472#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600473
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200474#define CONFIG_SYS_HRCW_LOW (\
Timur Tabi2ad6b512006-10-31 18:44:42 -0600475 HRCWL_LCL_BUS_TO_SCB_CLK_1X1 |\
476 HRCWL_DDR_TO_SCB_CLK_1X1 |\
477 HRCWL_CSB_TO_CLKIN_4X1 |\
478 HRCWL_VCO_1X2 |\
479 HRCWL_CORE_TO_CSB_2X1)
480
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200481#ifdef CONFIG_SYS_LOWBOOT
482#define CONFIG_SYS_HRCW_HIGH (\
Timur Tabi2ad6b512006-10-31 18:44:42 -0600483 HRCWH_PCI_HOST |\
Timur Tabi7a78f142007-01-31 15:54:29 -0600484 HRCWH_32_BIT_PCI |\
Timur Tabi2ad6b512006-10-31 18:44:42 -0600485 HRCWH_PCI1_ARBITER_ENABLE |\
Timur Tabi7a78f142007-01-31 15:54:29 -0600486 HRCWH_PCI2_ARBITER_ENABLE |\
Timur Tabi2ad6b512006-10-31 18:44:42 -0600487 HRCWH_CORE_ENABLE |\
488 HRCWH_FROM_0X00000100 |\
489 HRCWH_BOOTSEQ_DISABLE |\
490 HRCWH_SW_WATCHDOG_DISABLE |\
491 HRCWH_ROM_LOC_LOCAL_16BIT |\
492 HRCWH_TSEC1M_IN_GMII |\
Joe Hershberger396abba2011-10-11 23:57:15 -0500493 HRCWH_TSEC2M_IN_GMII)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600494#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200495#define CONFIG_SYS_HRCW_HIGH (\
Timur Tabi2ad6b512006-10-31 18:44:42 -0600496 HRCWH_PCI_HOST |\
497 HRCWH_32_BIT_PCI |\
498 HRCWH_PCI1_ARBITER_ENABLE |\
Timur Tabi7a78f142007-01-31 15:54:29 -0600499 HRCWH_PCI2_ARBITER_ENABLE |\
Timur Tabi2ad6b512006-10-31 18:44:42 -0600500 HRCWH_CORE_ENABLE |\
501 HRCWH_FROM_0XFFF00100 |\
502 HRCWH_BOOTSEQ_DISABLE |\
503 HRCWH_SW_WATCHDOG_DISABLE |\
504 HRCWH_ROM_LOC_LOCAL_16BIT |\
505 HRCWH_TSEC1M_IN_GMII |\
Joe Hershberger396abba2011-10-11 23:57:15 -0500506 HRCWH_TSEC2M_IN_GMII)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600507#endif
508
Timur Tabi7a78f142007-01-31 15:54:29 -0600509/*
510 * System performance
511 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200512#define CONFIG_SYS_ACR_PIPE_DEP 3 /* Arbiter pipeline depth (0-3) */
Joe Hershberger396abba2011-10-11 23:57:15 -0500513#define CONFIG_SYS_ACR_RPTCNT 3 /* Arbiter repeat count (0-7) */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200514#define CONFIG_SYS_SPCR_TSEC1EP 3 /* TSEC1 emergency priority (0-3) */
515#define CONFIG_SYS_SPCR_TSEC2EP 3 /* TSEC2 emergency priority (0-3) */
516#define CONFIG_SYS_SCCR_TSEC1CM 1 /* TSEC1 clock mode (0-3) */
517#define CONFIG_SYS_SCCR_TSEC2CM 1 /* TSEC2 & I2C0 clock mode (0-3) */
Valeriy Glushkovc31e1322009-06-30 15:48:41 +0300518#define CONFIG_SYS_SCCR_USBMPHCM 3 /* USB MPH controller's clock */
519#define CONFIG_SYS_SCCR_USBDRCM 0 /* USB DR controller's clock */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600520
Timur Tabi7a78f142007-01-31 15:54:29 -0600521/*
522 * System IO Config
523 */
Joe Hershberger396abba2011-10-11 23:57:15 -0500524/* Needed for gigabit to work on TSEC 1 */
525#define CONFIG_SYS_SICRH SICRH_TSOBI1
526 /* USB DR as device + USB MPH as host */
527#define CONFIG_SYS_SICRL (SICRL_LDP_A | SICRL_USB1)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600528
Kim Phillips1a2e2032010-04-20 19:37:54 -0500529#define CONFIG_SYS_HID0_INIT 0x00000000
530#define CONFIG_SYS_HID0_FINAL HID0_ENABLE_INSTRUCTION_CACHE
Timur Tabi2ad6b512006-10-31 18:44:42 -0600531
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200532#define CONFIG_SYS_HID2 HID2_HBE
Becky Bruce31d82672008-05-08 19:02:12 -0500533#define CONFIG_HIGH_BATS 1 /* High BATs supported */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600534
Timur Tabi7a78f142007-01-31 15:54:29 -0600535/* DDR */
Joe Hershberger396abba2011-10-11 23:57:15 -0500536#define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE \
Joe Hershberger72cd4082011-10-11 23:57:28 -0500537 | BATL_PP_RW \
Joe Hershberger396abba2011-10-11 23:57:15 -0500538 | BATL_MEMCOHERENCE)
539#define CONFIG_SYS_IBAT0U (CONFIG_SYS_SDRAM_BASE \
540 | BATU_BL_256M \
541 | BATU_VS \
542 | BATU_VP)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600543
Timur Tabi7a78f142007-01-31 15:54:29 -0600544/* PCI */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600545#ifdef CONFIG_PCI
Joe Hershberger396abba2011-10-11 23:57:15 -0500546#define CONFIG_SYS_IBAT1L (CONFIG_SYS_PCI1_MEM_BASE \
Joe Hershberger72cd4082011-10-11 23:57:28 -0500547 | BATL_PP_RW \
Joe Hershberger396abba2011-10-11 23:57:15 -0500548 | BATL_MEMCOHERENCE)
549#define CONFIG_SYS_IBAT1U (CONFIG_SYS_PCI1_MEM_BASE \
550 | BATU_BL_256M \
551 | BATU_VS \
552 | BATU_VP)
553#define CONFIG_SYS_IBAT2L (CONFIG_SYS_PCI1_MMIO_BASE \
Joe Hershberger72cd4082011-10-11 23:57:28 -0500554 | BATL_PP_RW \
Joe Hershberger396abba2011-10-11 23:57:15 -0500555 | BATL_CACHEINHIBIT \
556 | BATL_GUARDEDSTORAGE)
557#define CONFIG_SYS_IBAT2U (CONFIG_SYS_PCI1_MMIO_BASE \
558 | BATU_BL_256M \
559 | BATU_VS \
560 | BATU_VP)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600561#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200562#define CONFIG_SYS_IBAT1L 0
563#define CONFIG_SYS_IBAT1U 0
564#define CONFIG_SYS_IBAT2L 0
565#define CONFIG_SYS_IBAT2U 0
Timur Tabi2ad6b512006-10-31 18:44:42 -0600566#endif
567
568#ifdef CONFIG_MPC83XX_PCI2
Joe Hershberger396abba2011-10-11 23:57:15 -0500569#define CONFIG_SYS_IBAT3L (CONFIG_SYS_PCI2_MEM_BASE \
Joe Hershberger72cd4082011-10-11 23:57:28 -0500570 | BATL_PP_RW \
Joe Hershberger396abba2011-10-11 23:57:15 -0500571 | BATL_MEMCOHERENCE)
572#define CONFIG_SYS_IBAT3U (CONFIG_SYS_PCI2_MEM_BASE \
573 | BATU_BL_256M \
574 | BATU_VS \
575 | BATU_VP)
576#define CONFIG_SYS_IBAT4L (CONFIG_SYS_PCI2_MMIO_BASE \
Joe Hershberger72cd4082011-10-11 23:57:28 -0500577 | BATL_PP_RW \
Joe Hershberger396abba2011-10-11 23:57:15 -0500578 | BATL_CACHEINHIBIT \
579 | BATL_GUARDEDSTORAGE)
580#define CONFIG_SYS_IBAT4U (CONFIG_SYS_PCI2_MMIO_BASE \
581 | BATU_BL_256M \
582 | BATU_VS \
583 | BATU_VP)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600584#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200585#define CONFIG_SYS_IBAT3L 0
586#define CONFIG_SYS_IBAT3U 0
587#define CONFIG_SYS_IBAT4L 0
588#define CONFIG_SYS_IBAT4U 0
Timur Tabi2ad6b512006-10-31 18:44:42 -0600589#endif
590
591/* IMMRBAR @ 0xE0000000, PCI IO @ 0xE2000000 & BCSR @ 0xE2400000 */
Joe Hershberger396abba2011-10-11 23:57:15 -0500592#define CONFIG_SYS_IBAT5L (CONFIG_SYS_IMMR \
Joe Hershberger72cd4082011-10-11 23:57:28 -0500593 | BATL_PP_RW \
Joe Hershberger396abba2011-10-11 23:57:15 -0500594 | BATL_CACHEINHIBIT \
595 | BATL_GUARDEDSTORAGE)
596#define CONFIG_SYS_IBAT5U (CONFIG_SYS_IMMR \
597 | BATU_BL_256M \
598 | BATU_VS \
599 | BATU_VP)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600600
601/* SDRAM @ 0xF0000000, stack in DCACHE 0xFDF00000 & FLASH @ 0xFE000000 */
Joe Hershberger396abba2011-10-11 23:57:15 -0500602#define CONFIG_SYS_IBAT6L (0xF0000000 \
Joe Hershberger72cd4082011-10-11 23:57:28 -0500603 | BATL_PP_RW \
Joe Hershberger396abba2011-10-11 23:57:15 -0500604 | BATL_MEMCOHERENCE \
605 | BATL_GUARDEDSTORAGE)
606#define CONFIG_SYS_IBAT6U (0xF0000000 \
607 | BATU_BL_256M \
608 | BATU_VS \
609 | BATU_VP)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600610
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200611#define CONFIG_SYS_IBAT7L 0
612#define CONFIG_SYS_IBAT7U 0
Timur Tabi2ad6b512006-10-31 18:44:42 -0600613
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200614#define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
615#define CONFIG_SYS_DBAT0U CONFIG_SYS_IBAT0U
616#define CONFIG_SYS_DBAT1L CONFIG_SYS_IBAT1L
617#define CONFIG_SYS_DBAT1U CONFIG_SYS_IBAT1U
618#define CONFIG_SYS_DBAT2L CONFIG_SYS_IBAT2L
619#define CONFIG_SYS_DBAT2U CONFIG_SYS_IBAT2U
620#define CONFIG_SYS_DBAT3L CONFIG_SYS_IBAT3L
621#define CONFIG_SYS_DBAT3U CONFIG_SYS_IBAT3U
622#define CONFIG_SYS_DBAT4L CONFIG_SYS_IBAT4L
623#define CONFIG_SYS_DBAT4U CONFIG_SYS_IBAT4U
624#define CONFIG_SYS_DBAT5L CONFIG_SYS_IBAT5L
625#define CONFIG_SYS_DBAT5U CONFIG_SYS_IBAT5U
626#define CONFIG_SYS_DBAT6L CONFIG_SYS_IBAT6L
627#define CONFIG_SYS_DBAT6U CONFIG_SYS_IBAT6U
628#define CONFIG_SYS_DBAT7L CONFIG_SYS_IBAT7L
629#define CONFIG_SYS_DBAT7U CONFIG_SYS_IBAT7U
Timur Tabi2ad6b512006-10-31 18:44:42 -0600630
Jon Loeliger8ea54992007-07-04 22:30:06 -0500631#if defined(CONFIG_CMD_KGDB)
Timur Tabi2ad6b512006-10-31 18:44:42 -0600632#define CONFIG_KGDB_BAUDRATE 230400 /* speed of kgdb serial port */
Timur Tabi2ad6b512006-10-31 18:44:42 -0600633#endif
634
Timur Tabi2ad6b512006-10-31 18:44:42 -0600635/*
636 * Environment Configuration
637 */
638#define CONFIG_ENV_OVERWRITE
639
Joe Hershberger396abba2011-10-11 23:57:15 -0500640#define CONFIG_NETDEV "eth0"
Timur Tabi2ad6b512006-10-31 18:44:42 -0600641
Timur Tabi7a78f142007-01-31 15:54:29 -0600642/* Default path and filenames */
Joe Hershberger8b3637c2011-10-13 13:03:47 +0000643#define CONFIG_ROOTPATH "/nfsroot/rootfs"
Joe Hershbergerb3f44c22011-10-13 13:03:48 +0000644#define CONFIG_BOOTFILE "uImage"
Joe Hershberger396abba2011-10-11 23:57:15 -0500645 /* U-Boot image on TFTP server */
646#define CONFIG_UBOOTPATH "u-boot.bin"
Timur Tabi2ad6b512006-10-31 18:44:42 -0600647
Timur Tabi7a78f142007-01-31 15:54:29 -0600648#ifdef CONFIG_MPC8349ITX
Joe Hershberger396abba2011-10-11 23:57:15 -0500649#define CONFIG_FDTFILE "mpc8349emitx.dtb"
Timur Tabi2ad6b512006-10-31 18:44:42 -0600650#else
Joe Hershberger396abba2011-10-11 23:57:15 -0500651#define CONFIG_FDTFILE "mpc8349emitxgp.dtb"
Timur Tabi2ad6b512006-10-31 18:44:42 -0600652#endif
653
Timur Tabi7a78f142007-01-31 15:54:29 -0600654
Wolfgang Denkdd520bf2006-11-30 18:02:20 +0100655#define CONFIG_EXTRA_ENV_SETTINGS \
Simon Glass83302fb2016-10-17 20:12:38 -0600656 "console=" __stringify(CONSOLE) "\0" \
Joe Hershberger396abba2011-10-11 23:57:15 -0500657 "netdev=" CONFIG_NETDEV "\0" \
658 "uboot=" CONFIG_UBOOTPATH "\0" \
Wolfgang Denk53677ef2008-05-20 16:00:29 +0200659 "tftpflash=tftpboot $loadaddr $uboot; " \
Marek Vasut5368c552012-09-23 17:41:24 +0200660 "protect off " __stringify(CONFIG_SYS_TEXT_BASE) \
661 " +$filesize; " \
662 "erase " __stringify(CONFIG_SYS_TEXT_BASE) \
663 " +$filesize; " \
664 "cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \
665 " $filesize; " \
666 "protect on " __stringify(CONFIG_SYS_TEXT_BASE) \
667 " +$filesize; " \
668 "cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \
669 " $filesize\0" \
Kim Phillips05f91a62009-08-26 21:27:37 -0500670 "fdtaddr=780000\0" \
Joe Hershberger396abba2011-10-11 23:57:15 -0500671 "fdtfile=" CONFIG_FDTFILE "\0"
Kim Phillipsbf0b5422006-11-01 00:10:40 -0600672
Wolfgang Denkdd520bf2006-11-30 18:02:20 +0100673#define CONFIG_NFSBOOTCOMMAND \
Timur Tabi7a78f142007-01-31 15:54:29 -0600674 "setenv bootargs root=/dev/nfs rw nfsroot=$serverip:$rootpath" \
Joe Hershberger396abba2011-10-11 23:57:15 -0500675 " ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off "\
Timur Tabi7a78f142007-01-31 15:54:29 -0600676 " console=$console,$baudrate $othbootargs; " \
677 "tftp $loadaddr $bootfile;" \
678 "tftp $fdtaddr $fdtfile;" \
679 "bootm $loadaddr - $fdtaddr"
Kim Phillipsbf0b5422006-11-01 00:10:40 -0600680
Wolfgang Denkdd520bf2006-11-30 18:02:20 +0100681#define CONFIG_RAMBOOTCOMMAND \
Timur Tabi7a78f142007-01-31 15:54:29 -0600682 "setenv bootargs root=/dev/ram rw" \
683 " console=$console,$baudrate $othbootargs; " \
684 "tftp $ramdiskaddr $ramdiskfile;" \
685 "tftp $loadaddr $bootfile;" \
686 "tftp $fdtaddr $fdtfile;" \
687 "bootm $loadaddr $ramdiskaddr $fdtaddr"
Timur Tabi2ad6b512006-10-31 18:44:42 -0600688
Timur Tabi2ad6b512006-10-31 18:44:42 -0600689#endif