blob: 5877279adaf13f4128491f78fb8934eaa58bd946 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Timur Tabi054838e2006-10-31 18:44:42 -06002/*
Kumar Gala6a6d9482009-07-28 21:49:52 -05003 * Copyright (C) Freescale Semiconductor, Inc. 2006.
Timur Tabi054838e2006-10-31 18:44:42 -06004 */
5
6/*
Timur Tabi435e3a72007-01-31 15:54:29 -06007 MPC8349E-mITX and MPC8349E-mITX-GP board configuration file
Timur Tabi054838e2006-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 Tabi435e3a72007-01-31 15:54:29 -060017 0xF000_0000-0xF000_FFFF Compact Flash (MPC8349E-mITX only)
Timur Tabi054838e2006-10-31 18:44:42 -060018 0xF001_0000-0xF001_FFFF Local bus expansion slot
Timur Tabi435e3a72007-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 Tabi054838e2006-10-31 18:44:42 -060022
23 I2C address list:
Wolfgang Denk87b3d4b2006-11-30 18:02:20 +010024 Align. Board
25 Bus Addr Part No. Description Length Location
Timur Tabi054838e2006-10-31 18:44:42 -060026 ----------------------------------------------------------------
Wolfgang Denk87b3d4b2006-11-30 18:02:20 +010027 I2C0 0x50 M24256-BWMN6P Board EEPROM 2 U64
Timur Tabi054838e2006-10-31 18:44:42 -060028
Wolfgang Denk87b3d4b2006-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 Tabi054838e2006-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 Denk0708bc62010-10-07 21:51:12 +020042#if (CONFIG_SYS_TEXT_BASE == 0xFE000000)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020043#define CONFIG_SYS_LOWBOOT
Timur Tabi435e3a72007-01-31 15:54:29 -060044#endif
Timur Tabi054838e2006-10-31 18:44:42 -060045
46/*
47 * High Level Configuration Options
48 */
Joe Hershberger2ce021f2011-10-11 23:57:15 -050049#define CONFIG_SYS_IMMR 0xE0000000 /* The IMMR is relocated to here */
Timur Tabi054838e2006-10-31 18:44:42 -060050
Timur Tabi3e1d49a2008-02-08 13:15:55 -060051#define CONFIG_MISC_INIT_F
Timur Tabi435e3a72007-01-31 15:54:29 -060052
Timur Tabi3e1d49a2008-02-08 13:15:55 -060053/*
54 * On-board devices
55 */
Timur Tabi435e3a72007-01-31 15:54:29 -060056
Mario Six5bb7f752019-01-21 09:17:44 +010057#ifdef CONFIG_TARGET_MPC8349ITX
Joe Hershberger2ce021f2011-10-11 23:57:15 -050058/* The CF card interface on the back of the board */
59#define CONFIG_COMPACT_FLASH
Timur Tabi3e1d49a2008-02-08 13:15:55 -060060#define CONFIG_VSC7385_ENET /* VSC7385 ethernet support */
Valeriy Glushkovce9d5852009-06-30 15:48:41 +030061#define CONFIG_SYS_USB_HOST /* use the EHCI USB controller */
Timur Tabi435e3a72007-01-31 15:54:29 -060062#endif
Timur Tabi054838e2006-10-31 18:44:42 -060063
Timur Tabi435e3a72007-01-31 15:54:29 -060064#define CONFIG_RTC_DS1337
Heiko Schocherf2850742012-10-24 13:48:22 +020065#define CONFIG_SYS_I2C
Timur Tabi054838e2006-10-31 18:44:42 -060066
Timur Tabi435e3a72007-01-31 15:54:29 -060067/*
68 * Device configurations
69 */
70
71/* I2C */
Heiko Schocherf2850742012-10-24 13:48:22 +020072#ifdef CONFIG_SYS_I2C
73#define CONFIG_SYS_I2C_FSL
74#define CONFIG_SYS_FSL_I2C_SPEED 400000
75#define CONFIG_SYS_FSL_I2C_SLAVE 0x7F
76#define CONFIG_SYS_FSL_I2C_OFFSET 0x3000
77#define CONFIG_SYS_FSL_I2C2_SPEED 400000
78#define CONFIG_SYS_FSL_I2C2_SLAVE 0x7F
79#define CONFIG_SYS_FSL_I2C2_OFFSET 0x3100
Timur Tabi054838e2006-10-31 18:44:42 -060080
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020081#define CONFIG_SYS_SPD_BUS_NUM 1 /* The I2C bus for SPD */
Valeriy Glushkov3da9bbf2009-02-04 18:27:49 +020082#define CONFIG_SYS_RTC_BUS_NUM 1 /* The I2C bus for RTC */
Timur Tabi054838e2006-10-31 18:44:42 -060083
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020084#define CONFIG_SYS_I2C_8574_ADDR1 0x20 /* I2C1, PCF8574 */
85#define CONFIG_SYS_I2C_8574_ADDR2 0x21 /* I2C1, PCF8574 */
86#define CONFIG_SYS_I2C_8574A_ADDR1 0x38 /* I2C1, PCF8574A */
87#define CONFIG_SYS_I2C_8574A_ADDR2 0x39 /* I2C1, PCF8574A */
88#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* I2C0, Board EEPROM */
Joe Hershberger2ce021f2011-10-11 23:57:15 -050089#define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* I2C1, DS1339 RTC*/
90#define SPD_EEPROM_ADDRESS 0x51 /* I2C1, DDR */
Timur Tabi054838e2006-10-31 18:44:42 -060091
Timur Tabi054838e2006-10-31 18:44:42 -060092/* Don't probe these addresses: */
Joe Hershberger2ce021f2011-10-11 23:57:15 -050093#define CONFIG_SYS_I2C_NOPROBES { {1, CONFIG_SYS_I2C_8574_ADDR1}, \
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020094 {1, CONFIG_SYS_I2C_8574_ADDR2}, \
95 {1, CONFIG_SYS_I2C_8574A_ADDR1}, \
Joe Hershberger2ce021f2011-10-11 23:57:15 -050096 {1, CONFIG_SYS_I2C_8574A_ADDR2} }
Timur Tabi054838e2006-10-31 18:44:42 -060097/* Bit definitions for the 8574[A] I2C expander */
Joe Hershberger2ce021f2011-10-11 23:57:15 -050098 /* Board revision, 00=0.0, 01=0.1, 10=1.0 */
99#define I2C_8574_REVISION 0x03
Timur Tabi054838e2006-10-31 18:44:42 -0600100#define I2C_8574_CF 0x08 /* 1=Compact flash absent, 0=present */
101#define I2C_8574_MPCICLKRN 0x10 /* MiniPCI Clk Run */
102#define I2C_8574_PCI66 0x20 /* 0=33MHz PCI, 1=66MHz PCI */
103#define I2C_8574_FLASHSIDE 0x40 /* 0=Reset vector from U4, 1=from U7*/
104
Timur Tabi054838e2006-10-31 18:44:42 -0600105#endif
106
Timur Tabi435e3a72007-01-31 15:54:29 -0600107/* Compact Flash */
108#ifdef CONFIG_COMPACT_FLASH
Timur Tabi054838e2006-10-31 18:44:42 -0600109
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200110#define CONFIG_SYS_IDE_MAXBUS 1
111#define CONFIG_SYS_IDE_MAXDEVICE 1
Timur Tabi054838e2006-10-31 18:44:42 -0600112
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200113#define CONFIG_SYS_ATA_IDE0_OFFSET 0x0000
114#define CONFIG_SYS_ATA_BASE_ADDR CONFIG_SYS_CF_BASE
115#define CONFIG_SYS_ATA_DATA_OFFSET 0x0000
116#define CONFIG_SYS_ATA_REG_OFFSET 0
117#define CONFIG_SYS_ATA_ALT_OFFSET 0x0200
118#define CONFIG_SYS_ATA_STRIDE 2
Timur Tabi054838e2006-10-31 18:44:42 -0600119
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500120/* If a CF card is not inserted, time out quickly */
121#define ATA_RESET_TIME 1
Timur Tabi054838e2006-10-31 18:44:42 -0600122
Valeriy Glushkove3418772009-02-05 14:35:21 +0200123#endif
124
125/*
126 * SATA
127 */
128#ifdef CONFIG_SATA_SIL3114
129
130#define CONFIG_SYS_SATA_MAX_DEVICE 4
Valeriy Glushkove3418772009-02-05 14:35:21 +0200131#define CONFIG_LBA48
Timur Tabi054838e2006-10-31 18:44:42 -0600132
Timur Tabi435e3a72007-01-31 15:54:29 -0600133#endif
Timur Tabi054838e2006-10-31 18:44:42 -0600134
Valeriy Glushkovce9d5852009-06-30 15:48:41 +0300135#ifdef CONFIG_SYS_USB_HOST
136/*
137 * Support USB
138 */
Valeriy Glushkovce9d5852009-06-30 15:48:41 +0300139#define CONFIG_USB_EHCI_FSL
140
141/* Current USB implementation supports the only USB controller,
142 * so we have to choose between the MPH or the DR ones */
143#if 1
144#define CONFIG_HAS_FSL_MPH_USB
145#else
146#define CONFIG_HAS_FSL_DR_USB
147#endif
148
149#endif
150
Timur Tabi054838e2006-10-31 18:44:42 -0600151/*
Timur Tabi435e3a72007-01-31 15:54:29 -0600152 * DDR Setup
Timur Tabi054838e2006-10-31 18:44:42 -0600153 */
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500154#define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200155#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
156#define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
157#define CONFIG_SYS_83XX_DDR_USES_CS0
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500158#define CONFIG_SYS_MEMTEST_START 0x1000 /* memtest region */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200159#define CONFIG_SYS_MEMTEST_END 0x2000
Timur Tabi054838e2006-10-31 18:44:42 -0600160
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500161#define CONFIG_SYS_DDR_SDRAM_CLK_CNTL (DDR_SDRAM_CLK_CNTL_SS_EN \
162 | DDR_SDRAM_CLK_CNTL_CLK_ADJUST_075)
Timur Tabi83d47822007-04-30 13:59:50 -0500163
Valeriy Glushkov3da9bbf2009-02-04 18:27:49 +0200164#define CONFIG_VERY_BIG_RAM
165#define CONFIG_MAX_MEM_MAPPED ((phys_size_t)256 << 20)
166
Heiko Schocherf2850742012-10-24 13:48:22 +0200167#ifdef CONFIG_SYS_I2C
Timur Tabi435e3a72007-01-31 15:54:29 -0600168#define CONFIG_SPD_EEPROM /* use SPD EEPROM for DDR setup*/
169#endif
170
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500171/* No SPD? Then manually set up DDR parameters */
172#ifndef CONFIG_SPD_EEPROM
173 #define CONFIG_SYS_DDR_SIZE 256 /* Mb */
Joe Hershberger5ade3902011-10-11 23:57:31 -0500174 #define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500175 | CSCONFIG_ROW_BIT_13 \
176 | CSCONFIG_COL_BIT_10)
Timur Tabi054838e2006-10-31 18:44:42 -0600177
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200178 #define CONFIG_SYS_DDR_TIMING_1 0x26242321
179 #define CONFIG_SYS_DDR_TIMING_2 0x00000800 /* P9-45, may need tuning */
Timur Tabi054838e2006-10-31 18:44:42 -0600180#endif
181
Timur Tabi435e3a72007-01-31 15:54:29 -0600182/*
183 *Flash on the Local Bus
184 */
185
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200186#define CONFIG_SYS_FLASH_BASE 0xFE000000 /* start of FLASH */
187#define CONFIG_SYS_FLASH_EMPTY_INFO
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500188/* 127 64KB sectors + 8 8KB sectors per device */
189#define CONFIG_SYS_MAX_FLASH_SECT 135
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200190#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
191#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
192#define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_16BIT
Timur Tabi435e3a72007-01-31 15:54:29 -0600193
194/* The ITX has two flash chips, but the ITX-GP has only one. To support both
195boards, we say we have two, but don't display a message if we find only one. */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200196#define CONFIG_SYS_FLASH_QUIET_TEST
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500197#define CONFIG_SYS_MAX_FLASH_BANKS 2 /* number of banks */
198#define CONFIG_SYS_FLASH_BANKS_LIST \
199 {CONFIG_SYS_FLASH_BASE, CONFIG_SYS_FLASH_BASE + 0x800000}
200#define CONFIG_SYS_FLASH_SIZE 16 /* FLASH size in MB */
Timur Tabi435e3a72007-01-31 15:54:29 -0600201
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600202/* Vitesse 7385 */
203
204#ifdef CONFIG_VSC7385_ENET
205
206#define CONFIG_TSEC2
207
208/* The flash address and size of the VSC7385 firmware image */
209#define CONFIG_VSC7385_IMAGE 0xFEFFE000
210#define CONFIG_VSC7385_IMAGE_SIZE 8192
211
212#endif
213
Timur Tabi435e3a72007-01-31 15:54:29 -0600214/*
215 * BRx, ORx, LBLAWBARx, and LBLAWARx
216 */
217
218/* Flash */
Timur Tabi054838e2006-10-31 18:44:42 -0600219
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500220#define CONFIG_SYS_BR0_PRELIM (CONFIG_SYS_FLASH_BASE \
221 | BR_PS_16 \
222 | BR_MS_GPCM \
223 | BR_V)
224#define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500225 | OR_UPM_XAM \
226 | OR_GPCM_CSNT \
227 | OR_GPCM_ACS_DIV2 \
228 | OR_GPCM_XACS \
229 | OR_GPCM_SCY_15 \
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500230 | OR_GPCM_TRLX_SET \
231 | OR_GPCM_EHTR_SET \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500232 | OR_GPCM_EAD)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200233#define CONFIG_SYS_LBLAWBAR0_PRELIM CONFIG_SYS_FLASH_BASE
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500234#define CONFIG_SYS_LBLAWAR0_PRELIM (LBLAWAR_EN | LBLAWAR_16MB)
Timur Tabi054838e2006-10-31 18:44:42 -0600235
Timur Tabi435e3a72007-01-31 15:54:29 -0600236/* Vitesse 7385 */
Timur Tabi054838e2006-10-31 18:44:42 -0600237
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200238#define CONFIG_SYS_VSC7385_BASE 0xF8000000
Timur Tabi054838e2006-10-31 18:44:42 -0600239
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600240#ifdef CONFIG_VSC7385_ENET
241
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500242#define CONFIG_SYS_BR1_PRELIM (CONFIG_SYS_VSC7385_BASE \
243 | BR_PS_8 \
244 | BR_MS_GPCM \
245 | BR_V)
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500246#define CONFIG_SYS_OR1_PRELIM (OR_AM_128KB \
247 | OR_GPCM_CSNT \
248 | OR_GPCM_XACS \
249 | OR_GPCM_SCY_15 \
250 | OR_GPCM_SETA \
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500251 | OR_GPCM_TRLX_SET \
252 | OR_GPCM_EHTR_SET \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500253 | OR_GPCM_EAD)
Timur Tabi054838e2006-10-31 18:44:42 -0600254
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200255#define CONFIG_SYS_LBLAWBAR1_PRELIM CONFIG_SYS_VSC7385_BASE
256#define CONFIG_SYS_LBLAWAR1_PRELIM (LBLAWAR_EN | LBLAWAR_128KB)
Timur Tabi054838e2006-10-31 18:44:42 -0600257
Timur Tabi435e3a72007-01-31 15:54:29 -0600258#endif
259
260/* LED */
Timur Tabi054838e2006-10-31 18:44:42 -0600261
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500262#define CONFIG_SYS_LED_BASE 0xF9000000
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500263#define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_LED_BASE \
264 | BR_PS_8 \
265 | BR_MS_GPCM \
266 | BR_V)
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500267#define CONFIG_SYS_OR2_PRELIM (OR_AM_2MB \
268 | OR_GPCM_CSNT \
269 | OR_GPCM_ACS_DIV2 \
270 | OR_GPCM_XACS \
271 | OR_GPCM_SCY_9 \
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500272 | OR_GPCM_TRLX_SET \
273 | OR_GPCM_EHTR_SET \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500274 | OR_GPCM_EAD)
Timur Tabi435e3a72007-01-31 15:54:29 -0600275
276/* Compact Flash */
Timur Tabi054838e2006-10-31 18:44:42 -0600277
278#ifdef CONFIG_COMPACT_FLASH
279
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500280#define CONFIG_SYS_CF_BASE 0xF0000000
Timur Tabi054838e2006-10-31 18:44:42 -0600281
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500282#define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_CF_BASE \
283 | BR_PS_16 \
284 | BR_MS_UPMA \
285 | BR_V)
286#define CONFIG_SYS_OR3_PRELIM (OR_UPM_AM | OR_UPM_BI)
Timur Tabi054838e2006-10-31 18:44:42 -0600287
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200288#define CONFIG_SYS_LBLAWBAR3_PRELIM CONFIG_SYS_CF_BASE
289#define CONFIG_SYS_LBLAWAR3_PRELIM (LBLAWAR_EN | LBLAWAR_64KB)
Timur Tabi054838e2006-10-31 18:44:42 -0600290
291#endif
292
Timur Tabi435e3a72007-01-31 15:54:29 -0600293/*
294 * U-Boot memory configuration
295 */
Wolfgang Denk0708bc62010-10-07 21:51:12 +0200296#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
Timur Tabi054838e2006-10-31 18:44:42 -0600297
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200298#if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
299#define CONFIG_SYS_RAMBOOT
Timur Tabi054838e2006-10-31 18:44:42 -0600300#else
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200301#undef CONFIG_SYS_RAMBOOT
Timur Tabi054838e2006-10-31 18:44:42 -0600302#endif
303
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200304#define CONFIG_SYS_INIT_RAM_LOCK
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500305#define CONFIG_SYS_INIT_RAM_ADDR 0xFD000000 /* Initial RAM addr */
306#define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM*/
Timur Tabi054838e2006-10-31 18:44:42 -0600307
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500308#define CONFIG_SYS_GBL_DATA_OFFSET \
309 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200310#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
Timur Tabi054838e2006-10-31 18:44:42 -0600311
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200312/* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */
Kevin Hao349a0152016-07-08 11:25:14 +0800313#define CONFIG_SYS_MONITOR_LEN (512 * 1024) /* Reserve 512 kB for Mon */
Kim Phillips831d2f62012-06-30 18:29:20 -0500314#define CONFIG_SYS_MALLOC_LEN (256 * 1024) /* Reserved for malloc */
Timur Tabi054838e2006-10-31 18:44:42 -0600315
316/*
317 * Local Bus LCRR and LBCR regs
318 * LCRR: DLL bypass, Clock divider is 4
319 * External Local Bus rate is
320 * CLKIN * HRCWL_CSB_TO_CLKIN / HRCWL_LCL_BUS_TO_SCB_CLK / LCRR_CLKDIV
321 */
Kim Phillips328040a2009-09-25 18:19:44 -0500322#define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
323#define CONFIG_SYS_LCRR_CLKDIV LCRR_CLKDIV_4
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200324#define CONFIG_SYS_LBC_LBCR 0x00000000
Timur Tabi054838e2006-10-31 18:44:42 -0600325
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500326 /* LB sdram refresh timer, about 6us */
327#define CONFIG_SYS_LBC_LSRT 0x32000000
328 /* LB refresh timer prescal, 266MHz/32*/
329#define CONFIG_SYS_LBC_MRTPR 0x20000000
Timur Tabi054838e2006-10-31 18:44:42 -0600330
331/*
Timur Tabi054838e2006-10-31 18:44:42 -0600332 * Serial Port
333 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200334#define CONFIG_SYS_NS16550_SERIAL
335#define CONFIG_SYS_NS16550_REG_SIZE 1
336#define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
Timur Tabi054838e2006-10-31 18:44:42 -0600337
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200338#define CONFIG_SYS_BAUDRATE_TABLE \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500339 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200}
Timur Tabi435e3a72007-01-31 15:54:29 -0600340
Simon Glassa406b692016-10-17 20:12:38 -0600341#define CONSOLE ttyS0
Timur Tabi054838e2006-10-31 18:44:42 -0600342
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200343#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR + 0x4500)
344#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x4600)
Timur Tabi054838e2006-10-31 18:44:42 -0600345
Timur Tabi435e3a72007-01-31 15:54:29 -0600346/*
347 * PCI
348 */
Timur Tabi054838e2006-10-31 18:44:42 -0600349#ifdef CONFIG_PCI
Gabor Juhosb4458732013-05-30 07:06:12 +0000350#define CONFIG_PCI_INDIRECT_BRIDGE
Timur Tabi054838e2006-10-31 18:44:42 -0600351
352#define CONFIG_MPC83XX_PCI2
353
354/*
355 * General PCI
356 * Addresses are mapped 1-1.
357 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200358#define CONFIG_SYS_PCI1_MEM_BASE 0x80000000
359#define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE
360#define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500361#define CONFIG_SYS_PCI1_MMIO_BASE \
362 (CONFIG_SYS_PCI1_MEM_BASE + CONFIG_SYS_PCI1_MEM_SIZE)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200363#define CONFIG_SYS_PCI1_MMIO_PHYS CONFIG_SYS_PCI1_MMIO_BASE
364#define CONFIG_SYS_PCI1_MMIO_SIZE 0x10000000 /* 256M */
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500365#define CONFIG_SYS_PCI1_IO_BASE 0x00000000
366#define CONFIG_SYS_PCI1_IO_PHYS 0xE2000000
367#define CONFIG_SYS_PCI1_IO_SIZE 0x01000000 /* 16M */
Timur Tabi054838e2006-10-31 18:44:42 -0600368
369#ifdef CONFIG_MPC83XX_PCI2
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500370#define CONFIG_SYS_PCI2_MEM_BASE \
371 (CONFIG_SYS_PCI1_MMIO_BASE + CONFIG_SYS_PCI1_MMIO_SIZE)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200372#define CONFIG_SYS_PCI2_MEM_PHYS CONFIG_SYS_PCI2_MEM_BASE
373#define CONFIG_SYS_PCI2_MEM_SIZE 0x10000000 /* 256M */
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500374#define CONFIG_SYS_PCI2_MMIO_BASE \
375 (CONFIG_SYS_PCI2_MEM_BASE + CONFIG_SYS_PCI2_MEM_SIZE)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200376#define CONFIG_SYS_PCI2_MMIO_PHYS CONFIG_SYS_PCI2_MMIO_BASE
377#define CONFIG_SYS_PCI2_MMIO_SIZE 0x10000000 /* 256M */
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500378#define CONFIG_SYS_PCI2_IO_BASE 0x00000000
379#define CONFIG_SYS_PCI2_IO_PHYS \
380 (CONFIG_SYS_PCI1_IO_PHYS + CONFIG_SYS_PCI1_IO_SIZE)
381#define CONFIG_SYS_PCI2_IO_SIZE 0x01000000 /* 16M */
Timur Tabi054838e2006-10-31 18:44:42 -0600382#endif
383
Timur Tabi054838e2006-10-31 18:44:42 -0600384#ifndef CONFIG_PCI_PNP
385 #define PCI_ENET0_IOADDR 0x00000000
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200386 #define PCI_ENET0_MEMADDR CONFIG_SYS_PCI2_MEM_BASE
Timur Tabi054838e2006-10-31 18:44:42 -0600387 #define PCI_IDSEL_NUMBER 0x0f /* IDSEL = AD15 */
388#endif
389
390#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
391
392#endif
393
Wolfgang Denk291ba1b2010-10-06 09:05:45 +0200394#define CONFIG_PCI_66M
395#ifdef CONFIG_PCI_66M
Timur Tabi435e3a72007-01-31 15:54:29 -0600396#define CONFIG_83XX_CLKIN 66666666 /* in Hz */
397#else
398#define CONFIG_83XX_CLKIN 33333333 /* in Hz */
399#endif
400
Timur Tabi054838e2006-10-31 18:44:42 -0600401/* TSEC */
402
403#ifdef CONFIG_TSEC_ENET
Kim Phillips177e58f2007-05-16 16:52:19 -0500404#define CONFIG_TSEC1
Timur Tabi054838e2006-10-31 18:44:42 -0600405
Kim Phillips177e58f2007-05-16 16:52:19 -0500406#ifdef CONFIG_TSEC1
Andy Fleming458c3892007-08-16 16:35:02 -0500407#define CONFIG_HAS_ETH0
Kim Phillips177e58f2007-05-16 16:52:19 -0500408#define CONFIG_TSEC1_NAME "TSEC0"
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200409#define CONFIG_SYS_TSEC1_OFFSET 0x24000
Wolfgang Denk87b3d4b2006-11-30 18:02:20 +0100410#define TSEC1_PHY_ADDR 0x1c /* VSC8201 uses address 0x1c */
Timur Tabi054838e2006-10-31 18:44:42 -0600411#define TSEC1_PHYIDX 0
Andy Fleming09b88df2007-08-15 20:03:25 -0500412#define TSEC1_FLAGS TSEC_GIGABIT
Timur Tabi054838e2006-10-31 18:44:42 -0600413#endif
414
Kim Phillips177e58f2007-05-16 16:52:19 -0500415#ifdef CONFIG_TSEC2
Timur Tabi435e3a72007-01-31 15:54:29 -0600416#define CONFIG_HAS_ETH1
Kim Phillips177e58f2007-05-16 16:52:19 -0500417#define CONFIG_TSEC2_NAME "TSEC1"
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200418#define CONFIG_SYS_TSEC2_OFFSET 0x25000
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600419
Timur Tabi054838e2006-10-31 18:44:42 -0600420#define TSEC2_PHY_ADDR 4
421#define TSEC2_PHYIDX 0
Andy Fleming09b88df2007-08-15 20:03:25 -0500422#define TSEC2_FLAGS TSEC_GIGABIT
Timur Tabi054838e2006-10-31 18:44:42 -0600423#endif
424
425#define CONFIG_ETHPRIME "Freescale TSEC"
426
427#endif
428
Timur Tabi054838e2006-10-31 18:44:42 -0600429/*
430 * Environment
431 */
Timur Tabi435e3a72007-01-31 15:54:29 -0600432#define CONFIG_ENV_OVERWRITE
433
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200434#ifndef CONFIG_SYS_RAMBOOT
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500435 #define CONFIG_ENV_ADDR \
436 (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
Jean-Christophe PLAGNIOL-VILLARD7e1cda62008-09-10 22:48:06 +0200437 #define CONFIG_ENV_SECT_SIZE 0x10000 /* 64K (one sector) for environment */
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500438 #define CONFIG_ENV_SIZE 0x2000
Timur Tabi054838e2006-10-31 18:44:42 -0600439#else
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500440 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
441 #define CONFIG_ENV_SIZE 0x2000
Timur Tabi054838e2006-10-31 18:44:42 -0600442#endif
443
444#define CONFIG_LOADS_ECHO /* echo on for serial download */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200445#define CONFIG_SYS_LOADS_BAUD_CHANGE /* allow baudrate change */
Timur Tabi054838e2006-10-31 18:44:42 -0600446
Jon Loeliger3b7116d2007-07-04 22:30:06 -0500447/*
Jon Loeligered26c742007-07-10 09:10:49 -0500448 * BOOTP options
449 */
450#define CONFIG_BOOTP_BOOTFILESIZE
Jon Loeligered26c742007-07-10 09:10:49 -0500451
Timur Tabi054838e2006-10-31 18:44:42 -0600452/* Watchdog */
Timur Tabi054838e2006-10-31 18:44:42 -0600453#undef CONFIG_WATCHDOG /* watchdog disabled */
Timur Tabi054838e2006-10-31 18:44:42 -0600454
455/*
456 * Miscellaneous configurable options
457 */
Timur Tabi435e3a72007-01-31 15:54:29 -0600458
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200459#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
Kim Phillips73060b52009-08-26 21:27:37 -0500460#define CONFIG_LOADADDR 800000 /* default location for tftp and bootm */
Timur Tabi435e3a72007-01-31 15:54:29 -0600461
Timur Tabi054838e2006-10-31 18:44:42 -0600462/*
463 * For booting Linux, the board info and command line data
Ira W. Snyderc5a22d02010-09-10 15:42:32 -0700464 * have to be in the first 256 MB of memory, since this is
Timur Tabi054838e2006-10-31 18:44:42 -0600465 * the maximum mapped by the Linux kernel during initialization.
466 */
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500467 /* Initial Memory map for Linux*/
468#define CONFIG_SYS_BOOTMAPSZ (256 << 20)
Kevin Hao9c747962016-07-08 11:25:15 +0800469#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
Timur Tabi054838e2006-10-31 18:44:42 -0600470
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200471#define CONFIG_SYS_HRCW_LOW (\
Timur Tabi054838e2006-10-31 18:44:42 -0600472 HRCWL_LCL_BUS_TO_SCB_CLK_1X1 |\
473 HRCWL_DDR_TO_SCB_CLK_1X1 |\
474 HRCWL_CSB_TO_CLKIN_4X1 |\
475 HRCWL_VCO_1X2 |\
476 HRCWL_CORE_TO_CSB_2X1)
477
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200478#ifdef CONFIG_SYS_LOWBOOT
479#define CONFIG_SYS_HRCW_HIGH (\
Timur Tabi054838e2006-10-31 18:44:42 -0600480 HRCWH_PCI_HOST |\
Timur Tabi435e3a72007-01-31 15:54:29 -0600481 HRCWH_32_BIT_PCI |\
Timur Tabi054838e2006-10-31 18:44:42 -0600482 HRCWH_PCI1_ARBITER_ENABLE |\
Timur Tabi435e3a72007-01-31 15:54:29 -0600483 HRCWH_PCI2_ARBITER_ENABLE |\
Timur Tabi054838e2006-10-31 18:44:42 -0600484 HRCWH_CORE_ENABLE |\
485 HRCWH_FROM_0X00000100 |\
486 HRCWH_BOOTSEQ_DISABLE |\
487 HRCWH_SW_WATCHDOG_DISABLE |\
488 HRCWH_ROM_LOC_LOCAL_16BIT |\
489 HRCWH_TSEC1M_IN_GMII |\
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500490 HRCWH_TSEC2M_IN_GMII)
Timur Tabi054838e2006-10-31 18:44:42 -0600491#else
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200492#define CONFIG_SYS_HRCW_HIGH (\
Timur Tabi054838e2006-10-31 18:44:42 -0600493 HRCWH_PCI_HOST |\
494 HRCWH_32_BIT_PCI |\
495 HRCWH_PCI1_ARBITER_ENABLE |\
Timur Tabi435e3a72007-01-31 15:54:29 -0600496 HRCWH_PCI2_ARBITER_ENABLE |\
Timur Tabi054838e2006-10-31 18:44:42 -0600497 HRCWH_CORE_ENABLE |\
498 HRCWH_FROM_0XFFF00100 |\
499 HRCWH_BOOTSEQ_DISABLE |\
500 HRCWH_SW_WATCHDOG_DISABLE |\
501 HRCWH_ROM_LOC_LOCAL_16BIT |\
502 HRCWH_TSEC1M_IN_GMII |\
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500503 HRCWH_TSEC2M_IN_GMII)
Timur Tabi054838e2006-10-31 18:44:42 -0600504#endif
505
Timur Tabi435e3a72007-01-31 15:54:29 -0600506/*
507 * System performance
508 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200509#define CONFIG_SYS_ACR_PIPE_DEP 3 /* Arbiter pipeline depth (0-3) */
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500510#define CONFIG_SYS_ACR_RPTCNT 3 /* Arbiter repeat count (0-7) */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200511#define CONFIG_SYS_SPCR_TSEC1EP 3 /* TSEC1 emergency priority (0-3) */
512#define CONFIG_SYS_SPCR_TSEC2EP 3 /* TSEC2 emergency priority (0-3) */
513#define CONFIG_SYS_SCCR_TSEC1CM 1 /* TSEC1 clock mode (0-3) */
514#define CONFIG_SYS_SCCR_TSEC2CM 1 /* TSEC2 & I2C0 clock mode (0-3) */
Valeriy Glushkovce9d5852009-06-30 15:48:41 +0300515#define CONFIG_SYS_SCCR_USBMPHCM 3 /* USB MPH controller's clock */
516#define CONFIG_SYS_SCCR_USBDRCM 0 /* USB DR controller's clock */
Timur Tabi054838e2006-10-31 18:44:42 -0600517
Timur Tabi435e3a72007-01-31 15:54:29 -0600518/*
519 * System IO Config
520 */
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500521/* Needed for gigabit to work on TSEC 1 */
522#define CONFIG_SYS_SICRH SICRH_TSOBI1
523 /* USB DR as device + USB MPH as host */
524#define CONFIG_SYS_SICRL (SICRL_LDP_A | SICRL_USB1)
Timur Tabi054838e2006-10-31 18:44:42 -0600525
Kim Phillipsf3c7cd92010-04-20 19:37:54 -0500526#define CONFIG_SYS_HID0_INIT 0x00000000
527#define CONFIG_SYS_HID0_FINAL HID0_ENABLE_INSTRUCTION_CACHE
Timur Tabi054838e2006-10-31 18:44:42 -0600528
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200529#define CONFIG_SYS_HID2 HID2_HBE
Becky Bruce03ea1be2008-05-08 19:02:12 -0500530#define CONFIG_HIGH_BATS 1 /* High BATs supported */
Timur Tabi054838e2006-10-31 18:44:42 -0600531
Timur Tabi435e3a72007-01-31 15:54:29 -0600532/* DDR */
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500533#define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE \
Joe Hershbergerbfd89732011-10-11 23:57:28 -0500534 | BATL_PP_RW \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500535 | BATL_MEMCOHERENCE)
536#define CONFIG_SYS_IBAT0U (CONFIG_SYS_SDRAM_BASE \
537 | BATU_BL_256M \
538 | BATU_VS \
539 | BATU_VP)
Timur Tabi054838e2006-10-31 18:44:42 -0600540
Timur Tabi435e3a72007-01-31 15:54:29 -0600541/* PCI */
Timur Tabi054838e2006-10-31 18:44:42 -0600542#ifdef CONFIG_PCI
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500543#define CONFIG_SYS_IBAT1L (CONFIG_SYS_PCI1_MEM_BASE \
Joe Hershbergerbfd89732011-10-11 23:57:28 -0500544 | BATL_PP_RW \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500545 | BATL_MEMCOHERENCE)
546#define CONFIG_SYS_IBAT1U (CONFIG_SYS_PCI1_MEM_BASE \
547 | BATU_BL_256M \
548 | BATU_VS \
549 | BATU_VP)
550#define CONFIG_SYS_IBAT2L (CONFIG_SYS_PCI1_MMIO_BASE \
Joe Hershbergerbfd89732011-10-11 23:57:28 -0500551 | BATL_PP_RW \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500552 | BATL_CACHEINHIBIT \
553 | BATL_GUARDEDSTORAGE)
554#define CONFIG_SYS_IBAT2U (CONFIG_SYS_PCI1_MMIO_BASE \
555 | BATU_BL_256M \
556 | BATU_VS \
557 | BATU_VP)
Timur Tabi054838e2006-10-31 18:44:42 -0600558#else
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200559#define CONFIG_SYS_IBAT1L 0
560#define CONFIG_SYS_IBAT1U 0
561#define CONFIG_SYS_IBAT2L 0
562#define CONFIG_SYS_IBAT2U 0
Timur Tabi054838e2006-10-31 18:44:42 -0600563#endif
564
565#ifdef CONFIG_MPC83XX_PCI2
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500566#define CONFIG_SYS_IBAT3L (CONFIG_SYS_PCI2_MEM_BASE \
Joe Hershbergerbfd89732011-10-11 23:57:28 -0500567 | BATL_PP_RW \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500568 | BATL_MEMCOHERENCE)
569#define CONFIG_SYS_IBAT3U (CONFIG_SYS_PCI2_MEM_BASE \
570 | BATU_BL_256M \
571 | BATU_VS \
572 | BATU_VP)
573#define CONFIG_SYS_IBAT4L (CONFIG_SYS_PCI2_MMIO_BASE \
Joe Hershbergerbfd89732011-10-11 23:57:28 -0500574 | BATL_PP_RW \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500575 | BATL_CACHEINHIBIT \
576 | BATL_GUARDEDSTORAGE)
577#define CONFIG_SYS_IBAT4U (CONFIG_SYS_PCI2_MMIO_BASE \
578 | BATU_BL_256M \
579 | BATU_VS \
580 | BATU_VP)
Timur Tabi054838e2006-10-31 18:44:42 -0600581#else
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200582#define CONFIG_SYS_IBAT3L 0
583#define CONFIG_SYS_IBAT3U 0
584#define CONFIG_SYS_IBAT4L 0
585#define CONFIG_SYS_IBAT4U 0
Timur Tabi054838e2006-10-31 18:44:42 -0600586#endif
587
588/* IMMRBAR @ 0xE0000000, PCI IO @ 0xE2000000 & BCSR @ 0xE2400000 */
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500589#define CONFIG_SYS_IBAT5L (CONFIG_SYS_IMMR \
Joe Hershbergerbfd89732011-10-11 23:57:28 -0500590 | BATL_PP_RW \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500591 | BATL_CACHEINHIBIT \
592 | BATL_GUARDEDSTORAGE)
593#define CONFIG_SYS_IBAT5U (CONFIG_SYS_IMMR \
594 | BATU_BL_256M \
595 | BATU_VS \
596 | BATU_VP)
Timur Tabi054838e2006-10-31 18:44:42 -0600597
598/* SDRAM @ 0xF0000000, stack in DCACHE 0xFDF00000 & FLASH @ 0xFE000000 */
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500599#define CONFIG_SYS_IBAT6L (0xF0000000 \
Joe Hershbergerbfd89732011-10-11 23:57:28 -0500600 | BATL_PP_RW \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500601 | BATL_MEMCOHERENCE \
602 | BATL_GUARDEDSTORAGE)
603#define CONFIG_SYS_IBAT6U (0xF0000000 \
604 | BATU_BL_256M \
605 | BATU_VS \
606 | BATU_VP)
Timur Tabi054838e2006-10-31 18:44:42 -0600607
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200608#define CONFIG_SYS_IBAT7L 0
609#define CONFIG_SYS_IBAT7U 0
Timur Tabi054838e2006-10-31 18:44:42 -0600610
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200611#define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
612#define CONFIG_SYS_DBAT0U CONFIG_SYS_IBAT0U
613#define CONFIG_SYS_DBAT1L CONFIG_SYS_IBAT1L
614#define CONFIG_SYS_DBAT1U CONFIG_SYS_IBAT1U
615#define CONFIG_SYS_DBAT2L CONFIG_SYS_IBAT2L
616#define CONFIG_SYS_DBAT2U CONFIG_SYS_IBAT2U
617#define CONFIG_SYS_DBAT3L CONFIG_SYS_IBAT3L
618#define CONFIG_SYS_DBAT3U CONFIG_SYS_IBAT3U
619#define CONFIG_SYS_DBAT4L CONFIG_SYS_IBAT4L
620#define CONFIG_SYS_DBAT4U CONFIG_SYS_IBAT4U
621#define CONFIG_SYS_DBAT5L CONFIG_SYS_IBAT5L
622#define CONFIG_SYS_DBAT5U CONFIG_SYS_IBAT5U
623#define CONFIG_SYS_DBAT6L CONFIG_SYS_IBAT6L
624#define CONFIG_SYS_DBAT6U CONFIG_SYS_IBAT6U
625#define CONFIG_SYS_DBAT7L CONFIG_SYS_IBAT7L
626#define CONFIG_SYS_DBAT7U CONFIG_SYS_IBAT7U
Timur Tabi054838e2006-10-31 18:44:42 -0600627
Jon Loeliger3b7116d2007-07-04 22:30:06 -0500628#if defined(CONFIG_CMD_KGDB)
Timur Tabi054838e2006-10-31 18:44:42 -0600629#define CONFIG_KGDB_BAUDRATE 230400 /* speed of kgdb serial port */
Timur Tabi054838e2006-10-31 18:44:42 -0600630#endif
631
Timur Tabi054838e2006-10-31 18:44:42 -0600632/*
633 * Environment Configuration
634 */
635#define CONFIG_ENV_OVERWRITE
636
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500637#define CONFIG_NETDEV "eth0"
Timur Tabi054838e2006-10-31 18:44:42 -0600638
Timur Tabi435e3a72007-01-31 15:54:29 -0600639/* Default path and filenames */
Joe Hershberger257ff782011-10-13 13:03:47 +0000640#define CONFIG_ROOTPATH "/nfsroot/rootfs"
Joe Hershbergere4da2482011-10-13 13:03:48 +0000641#define CONFIG_BOOTFILE "uImage"
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500642 /* U-Boot image on TFTP server */
643#define CONFIG_UBOOTPATH "u-boot.bin"
Timur Tabi054838e2006-10-31 18:44:42 -0600644
Mario Six5bb7f752019-01-21 09:17:44 +0100645#ifdef CONFIG_TARGET_MPC8349ITX
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500646#define CONFIG_FDTFILE "mpc8349emitx.dtb"
Timur Tabi054838e2006-10-31 18:44:42 -0600647#else
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500648#define CONFIG_FDTFILE "mpc8349emitxgp.dtb"
Timur Tabi054838e2006-10-31 18:44:42 -0600649#endif
650
Timur Tabi435e3a72007-01-31 15:54:29 -0600651
Wolfgang Denk87b3d4b2006-11-30 18:02:20 +0100652#define CONFIG_EXTRA_ENV_SETTINGS \
Simon Glassa406b692016-10-17 20:12:38 -0600653 "console=" __stringify(CONSOLE) "\0" \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500654 "netdev=" CONFIG_NETDEV "\0" \
655 "uboot=" CONFIG_UBOOTPATH "\0" \
Wolfgang Denka1be4762008-05-20 16:00:29 +0200656 "tftpflash=tftpboot $loadaddr $uboot; " \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200657 "protect off " __stringify(CONFIG_SYS_TEXT_BASE) \
658 " +$filesize; " \
659 "erase " __stringify(CONFIG_SYS_TEXT_BASE) \
660 " +$filesize; " \
661 "cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \
662 " $filesize; " \
663 "protect on " __stringify(CONFIG_SYS_TEXT_BASE) \
664 " +$filesize; " \
665 "cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \
666 " $filesize\0" \
Kim Phillips73060b52009-08-26 21:27:37 -0500667 "fdtaddr=780000\0" \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500668 "fdtfile=" CONFIG_FDTFILE "\0"
Kim Phillips774e1b52006-11-01 00:10:40 -0600669
Wolfgang Denk87b3d4b2006-11-30 18:02:20 +0100670#define CONFIG_NFSBOOTCOMMAND \
Timur Tabi435e3a72007-01-31 15:54:29 -0600671 "setenv bootargs root=/dev/nfs rw nfsroot=$serverip:$rootpath" \
Joe Hershberger2ce021f2011-10-11 23:57:15 -0500672 " ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off "\
Timur Tabi435e3a72007-01-31 15:54:29 -0600673 " console=$console,$baudrate $othbootargs; " \
674 "tftp $loadaddr $bootfile;" \
675 "tftp $fdtaddr $fdtfile;" \
676 "bootm $loadaddr - $fdtaddr"
Kim Phillips774e1b52006-11-01 00:10:40 -0600677
Wolfgang Denk87b3d4b2006-11-30 18:02:20 +0100678#define CONFIG_RAMBOOTCOMMAND \
Timur Tabi435e3a72007-01-31 15:54:29 -0600679 "setenv bootargs root=/dev/ram rw" \
680 " console=$console,$baudrate $othbootargs; " \
681 "tftp $ramdiskaddr $ramdiskfile;" \
682 "tftp $loadaddr $bootfile;" \
683 "tftp $fdtaddr $fdtfile;" \
684 "bootm $loadaddr $ramdiskaddr $fdtaddr"
Timur Tabi054838e2006-10-31 18:44:42 -0600685
Timur Tabi054838e2006-10-31 18:44:42 -0600686#endif