blob: 2a39ffa6c2c2ff9bfbe8a22b1e99e51c7546d34a [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Scott Wood865b8ae2007-04-16 14:54:15 -05002/*
Scott Wood3f53f1a2010-08-30 18:04:52 -05003 * Copyright (C) Freescale Semiconductor, Inc. 2006, 2010.
Scott Wood865b8ae2007-04-16 14:54:15 -05004 */
5/*
6 * mpc8313epb board configuration file
7 */
8
9#ifndef __CONFIG_H
10#define __CONFIG_H
11
12/*
13 * High Level Configuration Options
14 */
15#define CONFIG_E300 1
Scott Wood865b8ae2007-04-16 14:54:15 -050016
Scott Woodf60c06e2010-11-24 13:28:40 +000017#ifndef CONFIG_SYS_MONITOR_BASE
18#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
19#endif
20
Gabor Juhosb4458732013-05-30 07:06:12 +000021#define CONFIG_PCI_INDIRECT_BRIDGE
Becky Brucedfe6e232010-06-17 11:37:18 -050022#define CONFIG_FSL_ELBC 1
Scott Wood865b8ae2007-04-16 14:54:15 -050023
Timur Tabi3e1d49a2008-02-08 13:15:55 -060024/*
25 * On-board devices
York Sun224069c2008-05-15 15:26:27 -050026 *
27 * TSEC1 is VSC switch
28 * TSEC2 is SoC TSEC
Timur Tabi3e1d49a2008-02-08 13:15:55 -060029 */
30#define CONFIG_VSC7385_ENET
York Sun224069c2008-05-15 15:26:27 -050031#define CONFIG_TSEC2
Timur Tabi3e1d49a2008-02-08 13:15:55 -060032
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020033#define CONFIG_SYS_MEMTEST_START 0x00001000
34#define CONFIG_SYS_MEMTEST_END 0x07f00000
Scott Wood865b8ae2007-04-16 14:54:15 -050035
36/* Early revs of this board will lock up hard when attempting
37 * to access the PMC registers, unless a JTAG debugger is
38 * connected, or some resistor modifications are made.
39 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020040#define CONFIG_SYS_8313ERDB_BROKEN_PMC 1
Scott Wood865b8ae2007-04-16 14:54:15 -050041
Scott Wood865b8ae2007-04-16 14:54:15 -050042/*
Timur Tabi3e1d49a2008-02-08 13:15:55 -060043 * Device configurations
44 */
45
46/* Vitesse 7385 */
47
48#ifdef CONFIG_VSC7385_ENET
49
York Sun224069c2008-05-15 15:26:27 -050050#define CONFIG_TSEC1
Timur Tabi3e1d49a2008-02-08 13:15:55 -060051
52/* The flash address and size of the VSC7385 firmware image */
53#define CONFIG_VSC7385_IMAGE 0xFE7FE000
54#define CONFIG_VSC7385_IMAGE_SIZE 8192
55
56#endif
57
58/*
Scott Wood865b8ae2007-04-16 14:54:15 -050059 * DDR Setup
60 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -050061#define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020062#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
63#define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
Scott Wood865b8ae2007-04-16 14:54:15 -050064
65/*
66 * Manually set up DDR parameters, as this board does not
67 * seem to have the SPD connected to I2C.
68 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -050069#define CONFIG_SYS_DDR_SIZE 128 /* MB */
Joe Hershberger5ade3902011-10-11 23:57:31 -050070#define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN \
Joe Hershbergercc03b802011-10-11 23:57:29 -050071 | CSCONFIG_ODT_RD_NEVER \
72 | CSCONFIG_ODT_WR_ONLY_CURRENT \
Joe Hershbergerb263cae2011-10-11 23:57:10 -050073 | CSCONFIG_ROW_BIT_13 \
74 | CSCONFIG_COL_BIT_10)
Poonam Aggrwalff452842008-01-14 09:41:14 +053075 /* 0x80010102 */
Scott Wood865b8ae2007-04-16 14:54:15 -050076
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020077#define CONFIG_SYS_DDR_TIMING_3 0x00000000
Joe Hershbergerb263cae2011-10-11 23:57:10 -050078#define CONFIG_SYS_DDR_TIMING_0 ((0 << TIMING_CFG0_RWT_SHIFT) \
79 | (0 << TIMING_CFG0_WRT_SHIFT) \
80 | (0 << TIMING_CFG0_RRT_SHIFT) \
81 | (0 << TIMING_CFG0_WWT_SHIFT) \
82 | (2 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) \
83 | (2 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) \
84 | (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) \
85 | (2 << TIMING_CFG0_MRS_CYC_SHIFT))
Scott Wood865b8ae2007-04-16 14:54:15 -050086 /* 0x00220802 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -050087#define CONFIG_SYS_DDR_TIMING_1 ((3 << TIMING_CFG1_PRETOACT_SHIFT) \
88 | (8 << TIMING_CFG1_ACTTOPRE_SHIFT) \
89 | (3 << TIMING_CFG1_ACTTORW_SHIFT) \
90 | (5 << TIMING_CFG1_CASLAT_SHIFT) \
91 | (10 << TIMING_CFG1_REFREC_SHIFT) \
92 | (3 << TIMING_CFG1_WRREC_SHIFT) \
93 | (2 << TIMING_CFG1_ACTTOACT_SHIFT) \
94 | (2 << TIMING_CFG1_WRTORD_SHIFT))
Poonam Aggrwalff452842008-01-14 09:41:14 +053095 /* 0x3835a322 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -050096#define CONFIG_SYS_DDR_TIMING_2 ((1 << TIMING_CFG2_ADD_LAT_SHIFT) \
97 | (5 << TIMING_CFG2_CPO_SHIFT) \
98 | (2 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) \
99 | (2 << TIMING_CFG2_RD_TO_PRE_SHIFT) \
100 | (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) \
101 | (3 << TIMING_CFG2_CKE_PLS_SHIFT) \
102 | (6 << TIMING_CFG2_FOUR_ACT_SHIFT))
Poonam Aggrwalff452842008-01-14 09:41:14 +0530103 /* 0x129048c6 */ /* P9-45,may need tuning */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500104#define CONFIG_SYS_DDR_INTERVAL ((1296 << SDRAM_INTERVAL_REFINT_SHIFT) \
105 | (1280 << SDRAM_INTERVAL_BSTOPRE_SHIFT))
Poonam Aggrwalff452842008-01-14 09:41:14 +0530106 /* 0x05100500 */
Scott Wood865b8ae2007-04-16 14:54:15 -0500107#if defined(CONFIG_DDR_2T_TIMING)
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500108#define CONFIG_SYS_SDRAM_CFG (SDRAM_CFG_SREN \
Kim Phillips3b9c20f2007-08-16 22:52:48 -0500109 | SDRAM_CFG_SDRAM_TYPE_DDR2 \
Joe Hershbergercc03b802011-10-11 23:57:29 -0500110 | SDRAM_CFG_DBW_32 \
111 | SDRAM_CFG_2T_EN)
112 /* 0x43088000 */
Scott Wood865b8ae2007-04-16 14:54:15 -0500113#else
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500114#define CONFIG_SYS_SDRAM_CFG (SDRAM_CFG_SREN \
Kim Phillips3b9c20f2007-08-16 22:52:48 -0500115 | SDRAM_CFG_SDRAM_TYPE_DDR2 \
Joe Hershbergercc03b802011-10-11 23:57:29 -0500116 | SDRAM_CFG_DBW_32)
Scott Wood865b8ae2007-04-16 14:54:15 -0500117 /* 0x43080000 */
118#endif
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200119#define CONFIG_SYS_SDRAM_CFG2 0x00401000
Scott Wood865b8ae2007-04-16 14:54:15 -0500120/* set burst length to 8 for 32-bit data path */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500121#define CONFIG_SYS_DDR_MODE ((0x4448 << SDRAM_MODE_ESD_SHIFT) \
122 | (0x0632 << SDRAM_MODE_SD_SHIFT))
Poonam Aggrwalff452842008-01-14 09:41:14 +0530123 /* 0x44480632 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500124#define CONFIG_SYS_DDR_MODE_2 0x8000C000
Scott Wood865b8ae2007-04-16 14:54:15 -0500125
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200126#define CONFIG_SYS_DDR_CLK_CNTL DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05
Scott Wood865b8ae2007-04-16 14:54:15 -0500127 /*0x02000000*/
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500128#define CONFIG_SYS_DDRCDR_VALUE (DDRCDR_EN \
Scott Wood865b8ae2007-04-16 14:54:15 -0500129 | DDRCDR_PZ_NOMZ \
130 | DDRCDR_NZ_NOMZ \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500131 | DDRCDR_M_ODR)
Scott Wood865b8ae2007-04-16 14:54:15 -0500132
133/*
134 * FLASH on the Local Bus
135 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200136#define CONFIG_SYS_FLASH_BASE 0xFE000000 /* start of FLASH */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500137#define CONFIG_SYS_FLASH_SIZE 8 /* flash size in MB */
Mario Six7299dec2019-01-21 09:17:36 +0100138#define CONFIG_SYS_FLASH_PROTECTION 1 /* Use h/w Flash protection. */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500139#define CONFIG_SYS_FLASH_EMPTY_INFO /* display empty sectors */
Scott Wood865b8ae2007-04-16 14:54:15 -0500140
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500141#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */
142#define CONFIG_SYS_MAX_FLASH_SECT 135 /* sectors per device */
Scott Wood865b8ae2007-04-16 14:54:15 -0500143
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200144#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
145#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
Scott Wood865b8ae2007-04-16 14:54:15 -0500146
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500147#if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) && \
Scott Wood488af0d2012-12-06 13:33:18 +0000148 !defined(CONFIG_SPL_BUILD)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200149#define CONFIG_SYS_RAMBOOT
Scott Wood865b8ae2007-04-16 14:54:15 -0500150#endif
151
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200152#define CONFIG_SYS_INIT_RAM_LOCK 1
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500153#define CONFIG_SYS_INIT_RAM_ADDR 0xFD000000 /* Initial RAM addr */
154#define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM*/
Scott Wood865b8ae2007-04-16 14:54:15 -0500155
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500156#define CONFIG_SYS_GBL_DATA_OFFSET \
157 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200158#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
Scott Wood865b8ae2007-04-16 14:54:15 -0500159
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200160/* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */
Kevin Hao349a0152016-07-08 11:25:14 +0800161#define CONFIG_SYS_MONITOR_LEN (512 * 1024) /* Reserve 512 kB for Mon */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500162#define CONFIG_SYS_MALLOC_LEN (512 * 1024) /* Reserved for malloc */
Scott Wood865b8ae2007-04-16 14:54:15 -0500163
164/*
165 * Local Bus LCRR and LBCR regs
166 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500167#define CONFIG_SYS_LBC_LBCR (0x00040000 /* TODO */ \
168 | (0xFF << LBCR_BMT_SHIFT) \
169 | 0xF) /* 0x0004ff0f */
Scott Wood865b8ae2007-04-16 14:54:15 -0500170
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500171 /* LB refresh timer prescal, 266MHz/32 */
172#define CONFIG_SYS_LBC_MRTPR 0x20000000 /*TODO */
Scott Wood865b8ae2007-04-16 14:54:15 -0500173
Mario Six7299dec2019-01-21 09:17:36 +0100174/* drivers/mtd/nand/nand.c */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200175#define CONFIG_SYS_NAND_BASE 0xE2800000
Scott Woodb71689b2008-06-30 14:13:28 -0500176
Scott Wood3f53f1a2010-08-30 18:04:52 -0500177#define CONFIG_MTD_PARTITION
Scott Wood3f53f1a2010-08-30 18:04:52 -0500178
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200179#define CONFIG_SYS_MAX_NAND_DEVICE 1
Scott Woodb7dac212008-06-26 14:06:52 -0500180#define CONFIG_NAND_FSL_ELBC 1
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200181#define CONFIG_SYS_NAND_BLOCK_SIZE 16384
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500182#define CONFIG_SYS_NAND_WINDOW_SIZE (32 * 1024)
Scott Woodb71689b2008-06-30 14:13:28 -0500183
Mario Six7299dec2019-01-21 09:17:36 +0100184/* Still needed for spl_minimal.c */
185#define CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_BR1_PRELIM
186#define CONFIG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR1_PRELIM
Scott Woodb71689b2008-06-30 14:13:28 -0500187
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500188/* local bus write LED / read status buffer (BCSR) mapping */
189#define CONFIG_SYS_BCSR_ADDR 0xFA000000
190#define CONFIG_SYS_BCSR_SIZE (32 * 1024) /* 0x00008000 */
191 /* map at 0xFA000000 on LCS3 */
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600192/* Vitesse 7385 */
193
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600194#ifdef CONFIG_VSC7385_ENET
195
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500196 /* VSC7385 Base address on LCS2 */
197#define CONFIG_SYS_VSC7385_BASE 0xF0000000
198#define CONFIG_SYS_VSC7385_SIZE (128 * 1024) /* 0x00020000 */
199
Mario Sixc1e29d92019-01-21 09:18:01 +0100200
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600201#endif
Scott Wood865b8ae2007-04-16 14:54:15 -0500202
Joe Hershberger37dabcc2011-11-11 15:55:38 -0600203#define CONFIG_MPC83XX_GPIO 1
Joe Hershberger37dabcc2011-11-11 15:55:38 -0600204
Scott Wood865b8ae2007-04-16 14:54:15 -0500205/*
206 * Serial Port
207 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200208#define CONFIG_SYS_NS16550_SERIAL
209#define CONFIG_SYS_NS16550_REG_SIZE 1
Scott Wood865b8ae2007-04-16 14:54:15 -0500210
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200211#define CONFIG_SYS_BAUDRATE_TABLE \
Scott Wood865b8ae2007-04-16 14:54:15 -0500212 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200}
213
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200214#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500)
215#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600)
Scott Wood865b8ae2007-04-16 14:54:15 -0500216
Scott Wood865b8ae2007-04-16 14:54:15 -0500217/* I2C */
Heiko Schocherf2850742012-10-24 13:48:22 +0200218#define CONFIG_SYS_I2C
219#define CONFIG_SYS_I2C_FSL
220#define CONFIG_SYS_FSL_I2C_SPEED 400000
221#define CONFIG_SYS_FSL_I2C_SLAVE 0x7F
222#define CONFIG_SYS_FSL_I2C_OFFSET 0x3000
223#define CONFIG_SYS_FSL_I2C2_SPEED 400000
224#define CONFIG_SYS_FSL_I2C2_SLAVE 0x7F
225#define CONFIG_SYS_FSL_I2C2_OFFSET 0x3100
226#define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} }
Scott Wood865b8ae2007-04-16 14:54:15 -0500227
Scott Wood865b8ae2007-04-16 14:54:15 -0500228/*
229 * General PCI
230 * Addresses are mapped 1-1.
231 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200232#define CONFIG_SYS_PCI1_MEM_BASE 0x80000000
233#define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE
234#define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */
235#define CONFIG_SYS_PCI1_MMIO_BASE 0x90000000
236#define CONFIG_SYS_PCI1_MMIO_PHYS CONFIG_SYS_PCI1_MMIO_BASE
237#define CONFIG_SYS_PCI1_MMIO_SIZE 0x10000000 /* 256M */
238#define CONFIG_SYS_PCI1_IO_BASE 0x00000000
239#define CONFIG_SYS_PCI1_IO_PHYS 0xE2000000
240#define CONFIG_SYS_PCI1_IO_SIZE 0x00100000 /* 1M */
Scott Wood865b8ae2007-04-16 14:54:15 -0500241
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200242#define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1057 /* Motorola */
Scott Wood865b8ae2007-04-16 14:54:15 -0500243
244/*
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600245 * TSEC
Scott Wood865b8ae2007-04-16 14:54:15 -0500246 */
Scott Wood865b8ae2007-04-16 14:54:15 -0500247
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600248#define CONFIG_GMII /* MII PHY management */
Scott Wood865b8ae2007-04-16 14:54:15 -0500249
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600250#ifdef CONFIG_TSEC1
251#define CONFIG_HAS_ETH0
Kim Phillips177e58f2007-05-16 16:52:19 -0500252#define CONFIG_TSEC1_NAME "TSEC0"
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200253#define CONFIG_SYS_TSEC1_OFFSET 0x24000
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600254#define TSEC1_PHY_ADDR 0x1c
255#define TSEC1_FLAGS TSEC_GIGABIT
256#define TSEC1_PHYIDX 0
257#endif
258
259#ifdef CONFIG_TSEC2
260#define CONFIG_HAS_ETH1
Kim Phillips177e58f2007-05-16 16:52:19 -0500261#define CONFIG_TSEC2_NAME "TSEC1"
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200262#define CONFIG_SYS_TSEC2_OFFSET 0x25000
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600263#define TSEC2_PHY_ADDR 4
264#define TSEC2_FLAGS TSEC_GIGABIT
265#define TSEC2_PHYIDX 0
266#endif
267
Scott Wood865b8ae2007-04-16 14:54:15 -0500268/* Options are: TSEC[0-1] */
269#define CONFIG_ETHPRIME "TSEC1"
270
271/*
272 * Configure on-board RTC
273 */
274#define CONFIG_RTC_DS1337
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200275#define CONFIG_SYS_I2C_RTC_ADDR 0x68
Scott Wood865b8ae2007-04-16 14:54:15 -0500276
277/*
278 * Environment
279 */
Mario Six7299dec2019-01-21 09:17:36 +0100280#if !defined(CONFIG_SYS_RAMBOOT)
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500281 #define CONFIG_ENV_ADDR \
282 (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
Jean-Christophe PLAGNIOL-VILLARD7e1cda62008-09-10 22:48:06 +0200283 #define CONFIG_ENV_SECT_SIZE 0x10000 /* 64K(one sector) for env */
284 #define CONFIG_ENV_SIZE 0x2000
Scott Wood865b8ae2007-04-16 14:54:15 -0500285
286/* Address and size of Redundant Environment Sector */
287#else
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200288 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
Jean-Christophe PLAGNIOL-VILLARD7e1cda62008-09-10 22:48:06 +0200289 #define CONFIG_ENV_SIZE 0x2000
Scott Wood865b8ae2007-04-16 14:54:15 -0500290#endif
291
292#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200293#define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
Scott Wood865b8ae2007-04-16 14:54:15 -0500294
Jon Loeliger3b7116d2007-07-04 22:30:06 -0500295/*
Jon Loeliger5c4ddae2007-07-10 10:12:10 -0500296 * BOOTP options
297 */
298#define CONFIG_BOOTP_BOOTFILESIZE
Jon Loeliger5c4ddae2007-07-10 10:12:10 -0500299
Jon Loeliger5c4ddae2007-07-10 10:12:10 -0500300/*
Jon Loeliger3b7116d2007-07-04 22:30:06 -0500301 * Command line configuration.
302 */
Scott Wood865b8ae2007-04-16 14:54:15 -0500303
Scott Wood865b8ae2007-04-16 14:54:15 -0500304/*
305 * Miscellaneous configurable options
306 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200307#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200308#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
Scott Wood865b8ae2007-04-16 14:54:15 -0500309
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500310 /* Boot Argument Buffer Size */
311#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
Scott Wood865b8ae2007-04-16 14:54:15 -0500312
313/*
314 * For booting Linux, the board info and command line data
Ira W. Snyderc5a22d02010-09-10 15:42:32 -0700315 * have to be in the first 256 MB of memory, since this is
Scott Wood865b8ae2007-04-16 14:54:15 -0500316 * the maximum mapped by the Linux kernel during initialization.
317 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500318 /* Initial Memory map for Linux*/
319#define CONFIG_SYS_BOOTMAPSZ (256 << 20)
Kevin Hao9c747962016-07-08 11:25:15 +0800320#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
Scott Wood865b8ae2007-04-16 14:54:15 -0500321
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200322#define CONFIG_SYS_RCWH_PCIHOST 0x80000000 /* PCIHOST */
Scott Wood865b8ae2007-04-16 14:54:15 -0500323
Mario Sixd10f3182019-01-21 09:17:53 +0100324#define CONFIG_SYS_NS16550_CLK (get_bus_freq(0))
Scott Wood865b8ae2007-04-16 14:54:15 -0500325
326/* System IO Config */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200327#define CONFIG_SYS_SICRH (SICRH_TSOBI1 | SICRH_TSOBI2) /* RGMII */
Joe Hershberger37dabcc2011-11-11 15:55:38 -0600328 /* Enable Internal USB Phy and GPIO on LCD Connector */
329#define CONFIG_SYS_SICRL (SICRL_USBDR_10 | SICRL_LBC)
Scott Wood865b8ae2007-04-16 14:54:15 -0500330
Scott Wood865b8ae2007-04-16 14:54:15 -0500331/*
Scott Wood865b8ae2007-04-16 14:54:15 -0500332 * Environment Configuration
333 */
334#define CONFIG_ENV_OVERWRITE
335
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500336#define CONFIG_NETDEV "eth1"
Scott Wood865b8ae2007-04-16 14:54:15 -0500337
Mario Six790d8442018-03-28 14:38:20 +0200338#define CONFIG_HOSTNAME "mpc8313erdb"
Joe Hershberger257ff782011-10-13 13:03:47 +0000339#define CONFIG_ROOTPATH "/nfs/root/path"
Joe Hershbergere4da2482011-10-13 13:03:48 +0000340#define CONFIG_BOOTFILE "uImage"
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500341 /* U-Boot image on TFTP server */
342#define CONFIG_UBOOTPATH "u-boot.bin"
343#define CONFIG_FDTFILE "mpc8313erdb.dtb"
Scott Wood865b8ae2007-04-16 14:54:15 -0500344
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500345 /* default location for tftp and bootm */
346#define CONFIG_LOADADDR 800000
Scott Wood865b8ae2007-04-16 14:54:15 -0500347
Scott Wood865b8ae2007-04-16 14:54:15 -0500348#define CONFIG_EXTRA_ENV_SETTINGS \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500349 "netdev=" CONFIG_NETDEV "\0" \
Scott Wood865b8ae2007-04-16 14:54:15 -0500350 "ethprime=TSEC1\0" \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500351 "uboot=" CONFIG_UBOOTPATH "\0" \
Wolfgang Denka1be4762008-05-20 16:00:29 +0200352 "tftpflash=tftpboot $loadaddr $uboot; " \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200353 "protect off " __stringify(CONFIG_SYS_TEXT_BASE) \
354 " +$filesize; " \
355 "erase " __stringify(CONFIG_SYS_TEXT_BASE) \
356 " +$filesize; " \
357 "cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \
358 " $filesize; " \
359 "protect on " __stringify(CONFIG_SYS_TEXT_BASE) \
360 " +$filesize; " \
361 "cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \
362 " $filesize\0" \
Kim Phillipsfd3a3fc2009-08-21 16:34:38 -0500363 "fdtaddr=780000\0" \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500364 "fdtfile=" CONFIG_FDTFILE "\0" \
Scott Wood865b8ae2007-04-16 14:54:15 -0500365 "console=ttyS0\0" \
366 "setbootargs=setenv bootargs " \
367 "root=$rootdev rw console=$console,$baudrate $othbootargs\0" \
Wolfgang Denka1be4762008-05-20 16:00:29 +0200368 "setipargs=setenv bootargs nfsroot=$serverip:$rootpath " \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500369 "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:"\
370 "$netdev:off " \
Scott Wood865b8ae2007-04-16 14:54:15 -0500371 "root=$rootdev rw console=$console,$baudrate $othbootargs\0"
372
373#define CONFIG_NFSBOOTCOMMAND \
374 "setenv rootdev /dev/nfs;" \
Wolfgang Denka1be4762008-05-20 16:00:29 +0200375 "run setbootargs;" \
376 "run setipargs;" \
Scott Wood865b8ae2007-04-16 14:54:15 -0500377 "tftp $loadaddr $bootfile;" \
378 "tftp $fdtaddr $fdtfile;" \
379 "bootm $loadaddr - $fdtaddr"
380
381#define CONFIG_RAMBOOTCOMMAND \
382 "setenv rootdev /dev/ram;" \
383 "run setbootargs;" \
384 "tftp $ramdiskaddr $ramdiskfile;" \
385 "tftp $loadaddr $bootfile;" \
386 "tftp $fdtaddr $fdtfile;" \
387 "bootm $loadaddr $ramdiskaddr $fdtaddr"
388
Scott Wood865b8ae2007-04-16 14:54:15 -0500389#endif /* __CONFIG_H */