blob: 382c39ccb4cd8b1f699f620712a04cca9ce0f153 [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
Scott Wood865b8ae2007-04-16 14:54:15 -050022
Timur Tabi3e1d49a2008-02-08 13:15:55 -060023/*
24 * On-board devices
York Sun224069c2008-05-15 15:26:27 -050025 *
26 * TSEC1 is VSC switch
27 * TSEC2 is SoC TSEC
Timur Tabi3e1d49a2008-02-08 13:15:55 -060028 */
29#define CONFIG_VSC7385_ENET
York Sun224069c2008-05-15 15:26:27 -050030#define CONFIG_TSEC2
Timur Tabi3e1d49a2008-02-08 13:15:55 -060031
Scott Wood865b8ae2007-04-16 14:54:15 -050032/* Early revs of this board will lock up hard when attempting
33 * to access the PMC registers, unless a JTAG debugger is
34 * connected, or some resistor modifications are made.
35 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020036#define CONFIG_SYS_8313ERDB_BROKEN_PMC 1
Scott Wood865b8ae2007-04-16 14:54:15 -050037
Scott Wood865b8ae2007-04-16 14:54:15 -050038/*
Timur Tabi3e1d49a2008-02-08 13:15:55 -060039 * Device configurations
40 */
41
42/* Vitesse 7385 */
43
44#ifdef CONFIG_VSC7385_ENET
45
York Sun224069c2008-05-15 15:26:27 -050046#define CONFIG_TSEC1
Timur Tabi3e1d49a2008-02-08 13:15:55 -060047
48/* The flash address and size of the VSC7385 firmware image */
49#define CONFIG_VSC7385_IMAGE 0xFE7FE000
50#define CONFIG_VSC7385_IMAGE_SIZE 8192
51
52#endif
53
54/*
Scott Wood865b8ae2007-04-16 14:54:15 -050055 * DDR Setup
56 */
Mario Sixc9f92772019-01-21 09:18:15 +010057#define CONFIG_SYS_SDRAM_BASE 0x00000000 /* DDR is system memory*/
Scott Wood865b8ae2007-04-16 14:54:15 -050058
59/*
60 * Manually set up DDR parameters, as this board does not
61 * seem to have the SPD connected to I2C.
62 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -050063#define CONFIG_SYS_DDR_SIZE 128 /* MB */
Joe Hershberger5ade3902011-10-11 23:57:31 -050064#define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN \
Joe Hershbergercc03b802011-10-11 23:57:29 -050065 | CSCONFIG_ODT_RD_NEVER \
66 | CSCONFIG_ODT_WR_ONLY_CURRENT \
Joe Hershbergerb263cae2011-10-11 23:57:10 -050067 | CSCONFIG_ROW_BIT_13 \
68 | CSCONFIG_COL_BIT_10)
Poonam Aggrwalff452842008-01-14 09:41:14 +053069 /* 0x80010102 */
Scott Wood865b8ae2007-04-16 14:54:15 -050070
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020071#define CONFIG_SYS_DDR_TIMING_3 0x00000000
Joe Hershbergerb263cae2011-10-11 23:57:10 -050072#define CONFIG_SYS_DDR_TIMING_0 ((0 << TIMING_CFG0_RWT_SHIFT) \
73 | (0 << TIMING_CFG0_WRT_SHIFT) \
74 | (0 << TIMING_CFG0_RRT_SHIFT) \
75 | (0 << TIMING_CFG0_WWT_SHIFT) \
76 | (2 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) \
77 | (2 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) \
78 | (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) \
79 | (2 << TIMING_CFG0_MRS_CYC_SHIFT))
Scott Wood865b8ae2007-04-16 14:54:15 -050080 /* 0x00220802 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -050081#define CONFIG_SYS_DDR_TIMING_1 ((3 << TIMING_CFG1_PRETOACT_SHIFT) \
82 | (8 << TIMING_CFG1_ACTTOPRE_SHIFT) \
83 | (3 << TIMING_CFG1_ACTTORW_SHIFT) \
84 | (5 << TIMING_CFG1_CASLAT_SHIFT) \
85 | (10 << TIMING_CFG1_REFREC_SHIFT) \
86 | (3 << TIMING_CFG1_WRREC_SHIFT) \
87 | (2 << TIMING_CFG1_ACTTOACT_SHIFT) \
88 | (2 << TIMING_CFG1_WRTORD_SHIFT))
Poonam Aggrwalff452842008-01-14 09:41:14 +053089 /* 0x3835a322 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -050090#define CONFIG_SYS_DDR_TIMING_2 ((1 << TIMING_CFG2_ADD_LAT_SHIFT) \
91 | (5 << TIMING_CFG2_CPO_SHIFT) \
92 | (2 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) \
93 | (2 << TIMING_CFG2_RD_TO_PRE_SHIFT) \
94 | (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) \
95 | (3 << TIMING_CFG2_CKE_PLS_SHIFT) \
96 | (6 << TIMING_CFG2_FOUR_ACT_SHIFT))
Poonam Aggrwalff452842008-01-14 09:41:14 +053097 /* 0x129048c6 */ /* P9-45,may need tuning */
Joe Hershbergerb263cae2011-10-11 23:57:10 -050098#define CONFIG_SYS_DDR_INTERVAL ((1296 << SDRAM_INTERVAL_REFINT_SHIFT) \
99 | (1280 << SDRAM_INTERVAL_BSTOPRE_SHIFT))
Poonam Aggrwalff452842008-01-14 09:41:14 +0530100 /* 0x05100500 */
Scott Wood865b8ae2007-04-16 14:54:15 -0500101#if defined(CONFIG_DDR_2T_TIMING)
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500102#define CONFIG_SYS_SDRAM_CFG (SDRAM_CFG_SREN \
Kim Phillips3b9c20f2007-08-16 22:52:48 -0500103 | SDRAM_CFG_SDRAM_TYPE_DDR2 \
Joe Hershbergercc03b802011-10-11 23:57:29 -0500104 | SDRAM_CFG_DBW_32 \
105 | SDRAM_CFG_2T_EN)
106 /* 0x43088000 */
Scott Wood865b8ae2007-04-16 14:54:15 -0500107#else
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)
Scott Wood865b8ae2007-04-16 14:54:15 -0500111 /* 0x43080000 */
112#endif
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200113#define CONFIG_SYS_SDRAM_CFG2 0x00401000
Scott Wood865b8ae2007-04-16 14:54:15 -0500114/* set burst length to 8 for 32-bit data path */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500115#define CONFIG_SYS_DDR_MODE ((0x4448 << SDRAM_MODE_ESD_SHIFT) \
116 | (0x0632 << SDRAM_MODE_SD_SHIFT))
Poonam Aggrwalff452842008-01-14 09:41:14 +0530117 /* 0x44480632 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500118#define CONFIG_SYS_DDR_MODE_2 0x8000C000
Scott Wood865b8ae2007-04-16 14:54:15 -0500119
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200120#define CONFIG_SYS_DDR_CLK_CNTL DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05
Scott Wood865b8ae2007-04-16 14:54:15 -0500121 /*0x02000000*/
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500122#define CONFIG_SYS_DDRCDR_VALUE (DDRCDR_EN \
Scott Wood865b8ae2007-04-16 14:54:15 -0500123 | DDRCDR_PZ_NOMZ \
124 | DDRCDR_NZ_NOMZ \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500125 | DDRCDR_M_ODR)
Scott Wood865b8ae2007-04-16 14:54:15 -0500126
127/*
128 * FLASH on the Local Bus
129 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200130#define CONFIG_SYS_FLASH_BASE 0xFE000000 /* start of FLASH */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500131#define CONFIG_SYS_FLASH_SIZE 8 /* flash size in MB */
Mario Six7299dec2019-01-21 09:17:36 +0100132#define CONFIG_SYS_FLASH_PROTECTION 1 /* Use h/w Flash protection. */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500133#define CONFIG_SYS_FLASH_EMPTY_INFO /* display empty sectors */
Scott Wood865b8ae2007-04-16 14:54:15 -0500134
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500135#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */
136#define CONFIG_SYS_MAX_FLASH_SECT 135 /* sectors per device */
Scott Wood865b8ae2007-04-16 14:54:15 -0500137
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200138#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
139#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
Scott Wood865b8ae2007-04-16 14:54:15 -0500140
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500141#if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) && \
Scott Wood488af0d2012-12-06 13:33:18 +0000142 !defined(CONFIG_SPL_BUILD)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200143#define CONFIG_SYS_RAMBOOT
Scott Wood865b8ae2007-04-16 14:54:15 -0500144#endif
145
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200146#define CONFIG_SYS_INIT_RAM_LOCK 1
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500147#define CONFIG_SYS_INIT_RAM_ADDR 0xFD000000 /* Initial RAM addr */
148#define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM*/
Scott Wood865b8ae2007-04-16 14:54:15 -0500149
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500150#define CONFIG_SYS_GBL_DATA_OFFSET \
151 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200152#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
Scott Wood865b8ae2007-04-16 14:54:15 -0500153
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200154/* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */
Kevin Hao349a0152016-07-08 11:25:14 +0800155#define CONFIG_SYS_MONITOR_LEN (512 * 1024) /* Reserve 512 kB for Mon */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500156#define CONFIG_SYS_MALLOC_LEN (512 * 1024) /* Reserved for malloc */
Scott Wood865b8ae2007-04-16 14:54:15 -0500157
Mario Six7299dec2019-01-21 09:17:36 +0100158/* drivers/mtd/nand/nand.c */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200159#define CONFIG_SYS_NAND_BASE 0xE2800000
Scott Woodb71689b2008-06-30 14:13:28 -0500160
Scott Wood3f53f1a2010-08-30 18:04:52 -0500161#define CONFIG_MTD_PARTITION
Scott Wood3f53f1a2010-08-30 18:04:52 -0500162
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200163#define CONFIG_SYS_MAX_NAND_DEVICE 1
Scott Woodb7dac212008-06-26 14:06:52 -0500164#define CONFIG_NAND_FSL_ELBC 1
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200165#define CONFIG_SYS_NAND_BLOCK_SIZE 16384
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500166#define CONFIG_SYS_NAND_WINDOW_SIZE (32 * 1024)
Scott Woodb71689b2008-06-30 14:13:28 -0500167
Mario Six7299dec2019-01-21 09:17:36 +0100168/* Still needed for spl_minimal.c */
169#define CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_BR1_PRELIM
170#define CONFIG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR1_PRELIM
Scott Woodb71689b2008-06-30 14:13:28 -0500171
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500172/* local bus write LED / read status buffer (BCSR) mapping */
173#define CONFIG_SYS_BCSR_ADDR 0xFA000000
174#define CONFIG_SYS_BCSR_SIZE (32 * 1024) /* 0x00008000 */
175 /* map at 0xFA000000 on LCS3 */
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600176/* Vitesse 7385 */
177
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600178#ifdef CONFIG_VSC7385_ENET
179
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500180 /* VSC7385 Base address on LCS2 */
181#define CONFIG_SYS_VSC7385_BASE 0xF0000000
182#define CONFIG_SYS_VSC7385_SIZE (128 * 1024) /* 0x00020000 */
183
Mario Sixc1e29d92019-01-21 09:18:01 +0100184
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600185#endif
Scott Wood865b8ae2007-04-16 14:54:15 -0500186
Joe Hershberger37dabcc2011-11-11 15:55:38 -0600187#define CONFIG_MPC83XX_GPIO 1
Joe Hershberger37dabcc2011-11-11 15:55:38 -0600188
Scott Wood865b8ae2007-04-16 14:54:15 -0500189/*
190 * Serial Port
191 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200192#define CONFIG_SYS_NS16550_SERIAL
193#define CONFIG_SYS_NS16550_REG_SIZE 1
Scott Wood865b8ae2007-04-16 14:54:15 -0500194
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200195#define CONFIG_SYS_BAUDRATE_TABLE \
Scott Wood865b8ae2007-04-16 14:54:15 -0500196 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200}
197
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200198#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500)
199#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600)
Scott Wood865b8ae2007-04-16 14:54:15 -0500200
Scott Wood865b8ae2007-04-16 14:54:15 -0500201/* I2C */
Heiko Schocherf2850742012-10-24 13:48:22 +0200202#define CONFIG_SYS_I2C
203#define CONFIG_SYS_I2C_FSL
204#define CONFIG_SYS_FSL_I2C_SPEED 400000
205#define CONFIG_SYS_FSL_I2C_SLAVE 0x7F
206#define CONFIG_SYS_FSL_I2C_OFFSET 0x3000
207#define CONFIG_SYS_FSL_I2C2_SPEED 400000
208#define CONFIG_SYS_FSL_I2C2_SLAVE 0x7F
209#define CONFIG_SYS_FSL_I2C2_OFFSET 0x3100
210#define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} }
Scott Wood865b8ae2007-04-16 14:54:15 -0500211
Scott Wood865b8ae2007-04-16 14:54:15 -0500212/*
213 * General PCI
214 * Addresses are mapped 1-1.
215 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200216#define CONFIG_SYS_PCI1_MEM_BASE 0x80000000
217#define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE
218#define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */
219#define CONFIG_SYS_PCI1_MMIO_BASE 0x90000000
220#define CONFIG_SYS_PCI1_MMIO_PHYS CONFIG_SYS_PCI1_MMIO_BASE
221#define CONFIG_SYS_PCI1_MMIO_SIZE 0x10000000 /* 256M */
222#define CONFIG_SYS_PCI1_IO_BASE 0x00000000
223#define CONFIG_SYS_PCI1_IO_PHYS 0xE2000000
224#define CONFIG_SYS_PCI1_IO_SIZE 0x00100000 /* 1M */
Scott Wood865b8ae2007-04-16 14:54:15 -0500225
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200226#define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1057 /* Motorola */
Scott Wood865b8ae2007-04-16 14:54:15 -0500227
228/*
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600229 * TSEC
Scott Wood865b8ae2007-04-16 14:54:15 -0500230 */
Scott Wood865b8ae2007-04-16 14:54:15 -0500231
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600232#define CONFIG_GMII /* MII PHY management */
Scott Wood865b8ae2007-04-16 14:54:15 -0500233
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600234#ifdef CONFIG_TSEC1
235#define CONFIG_HAS_ETH0
Kim Phillips177e58f2007-05-16 16:52:19 -0500236#define CONFIG_TSEC1_NAME "TSEC0"
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200237#define CONFIG_SYS_TSEC1_OFFSET 0x24000
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600238#define TSEC1_PHY_ADDR 0x1c
239#define TSEC1_FLAGS TSEC_GIGABIT
240#define TSEC1_PHYIDX 0
241#endif
242
243#ifdef CONFIG_TSEC2
244#define CONFIG_HAS_ETH1
Kim Phillips177e58f2007-05-16 16:52:19 -0500245#define CONFIG_TSEC2_NAME "TSEC1"
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200246#define CONFIG_SYS_TSEC2_OFFSET 0x25000
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600247#define TSEC2_PHY_ADDR 4
248#define TSEC2_FLAGS TSEC_GIGABIT
249#define TSEC2_PHYIDX 0
250#endif
251
Scott Wood865b8ae2007-04-16 14:54:15 -0500252/* Options are: TSEC[0-1] */
253#define CONFIG_ETHPRIME "TSEC1"
254
255/*
256 * Configure on-board RTC
257 */
258#define CONFIG_RTC_DS1337
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200259#define CONFIG_SYS_I2C_RTC_ADDR 0x68
Scott Wood865b8ae2007-04-16 14:54:15 -0500260
261/*
262 * Environment
263 */
Mario Six7299dec2019-01-21 09:17:36 +0100264#if !defined(CONFIG_SYS_RAMBOOT)
Scott Wood865b8ae2007-04-16 14:54:15 -0500265/* Address and size of Redundant Environment Sector */
Scott Wood865b8ae2007-04-16 14:54:15 -0500266#endif
267
268#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200269#define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
Scott Wood865b8ae2007-04-16 14:54:15 -0500270
Jon Loeliger3b7116d2007-07-04 22:30:06 -0500271/*
Jon Loeliger5c4ddae2007-07-10 10:12:10 -0500272 * BOOTP options
273 */
274#define CONFIG_BOOTP_BOOTFILESIZE
Jon Loeliger5c4ddae2007-07-10 10:12:10 -0500275
Jon Loeliger5c4ddae2007-07-10 10:12:10 -0500276/*
Jon Loeliger3b7116d2007-07-04 22:30:06 -0500277 * Command line configuration.
278 */
Scott Wood865b8ae2007-04-16 14:54:15 -0500279
Scott Wood865b8ae2007-04-16 14:54:15 -0500280/*
281 * Miscellaneous configurable options
282 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200283#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200284#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
Scott Wood865b8ae2007-04-16 14:54:15 -0500285
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500286 /* Boot Argument Buffer Size */
287#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
Scott Wood865b8ae2007-04-16 14:54:15 -0500288
289/*
290 * For booting Linux, the board info and command line data
Ira W. Snyderc5a22d02010-09-10 15:42:32 -0700291 * have to be in the first 256 MB of memory, since this is
Scott Wood865b8ae2007-04-16 14:54:15 -0500292 * the maximum mapped by the Linux kernel during initialization.
293 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500294 /* Initial Memory map for Linux*/
295#define CONFIG_SYS_BOOTMAPSZ (256 << 20)
Kevin Hao9c747962016-07-08 11:25:15 +0800296#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
Scott Wood865b8ae2007-04-16 14:54:15 -0500297
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200298#define CONFIG_SYS_RCWH_PCIHOST 0x80000000 /* PCIHOST */
Scott Wood865b8ae2007-04-16 14:54:15 -0500299
Mario Sixd10f3182019-01-21 09:17:53 +0100300#define CONFIG_SYS_NS16550_CLK (get_bus_freq(0))
Scott Wood865b8ae2007-04-16 14:54:15 -0500301
302/* System IO Config */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200303#define CONFIG_SYS_SICRH (SICRH_TSOBI1 | SICRH_TSOBI2) /* RGMII */
Joe Hershberger37dabcc2011-11-11 15:55:38 -0600304 /* Enable Internal USB Phy and GPIO on LCD Connector */
305#define CONFIG_SYS_SICRL (SICRL_USBDR_10 | SICRL_LBC)
Scott Wood865b8ae2007-04-16 14:54:15 -0500306
Scott Wood865b8ae2007-04-16 14:54:15 -0500307/*
Scott Wood865b8ae2007-04-16 14:54:15 -0500308 * Environment Configuration
309 */
310#define CONFIG_ENV_OVERWRITE
311
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500312#define CONFIG_NETDEV "eth1"
Scott Wood865b8ae2007-04-16 14:54:15 -0500313
Mario Six790d8442018-03-28 14:38:20 +0200314#define CONFIG_HOSTNAME "mpc8313erdb"
Joe Hershberger257ff782011-10-13 13:03:47 +0000315#define CONFIG_ROOTPATH "/nfs/root/path"
Joe Hershbergere4da2482011-10-13 13:03:48 +0000316#define CONFIG_BOOTFILE "uImage"
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500317 /* U-Boot image on TFTP server */
318#define CONFIG_UBOOTPATH "u-boot.bin"
319#define CONFIG_FDTFILE "mpc8313erdb.dtb"
Scott Wood865b8ae2007-04-16 14:54:15 -0500320
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500321 /* default location for tftp and bootm */
322#define CONFIG_LOADADDR 800000
Scott Wood865b8ae2007-04-16 14:54:15 -0500323
Scott Wood865b8ae2007-04-16 14:54:15 -0500324#define CONFIG_EXTRA_ENV_SETTINGS \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500325 "netdev=" CONFIG_NETDEV "\0" \
Scott Wood865b8ae2007-04-16 14:54:15 -0500326 "ethprime=TSEC1\0" \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500327 "uboot=" CONFIG_UBOOTPATH "\0" \
Wolfgang Denka1be4762008-05-20 16:00:29 +0200328 "tftpflash=tftpboot $loadaddr $uboot; " \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200329 "protect off " __stringify(CONFIG_SYS_TEXT_BASE) \
330 " +$filesize; " \
331 "erase " __stringify(CONFIG_SYS_TEXT_BASE) \
332 " +$filesize; " \
333 "cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \
334 " $filesize; " \
335 "protect on " __stringify(CONFIG_SYS_TEXT_BASE) \
336 " +$filesize; " \
337 "cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \
338 " $filesize\0" \
Kim Phillipsfd3a3fc2009-08-21 16:34:38 -0500339 "fdtaddr=780000\0" \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500340 "fdtfile=" CONFIG_FDTFILE "\0" \
Scott Wood865b8ae2007-04-16 14:54:15 -0500341 "console=ttyS0\0" \
342 "setbootargs=setenv bootargs " \
343 "root=$rootdev rw console=$console,$baudrate $othbootargs\0" \
Wolfgang Denka1be4762008-05-20 16:00:29 +0200344 "setipargs=setenv bootargs nfsroot=$serverip:$rootpath " \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500345 "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:"\
346 "$netdev:off " \
Scott Wood865b8ae2007-04-16 14:54:15 -0500347 "root=$rootdev rw console=$console,$baudrate $othbootargs\0"
348
349#define CONFIG_NFSBOOTCOMMAND \
350 "setenv rootdev /dev/nfs;" \
Wolfgang Denka1be4762008-05-20 16:00:29 +0200351 "run setbootargs;" \
352 "run setipargs;" \
Scott Wood865b8ae2007-04-16 14:54:15 -0500353 "tftp $loadaddr $bootfile;" \
354 "tftp $fdtaddr $fdtfile;" \
355 "bootm $loadaddr - $fdtaddr"
356
357#define CONFIG_RAMBOOTCOMMAND \
358 "setenv rootdev /dev/ram;" \
359 "run setbootargs;" \
360 "tftp $ramdiskaddr $ramdiskfile;" \
361 "tftp $loadaddr $bootfile;" \
362 "tftp $fdtaddr $fdtfile;" \
363 "bootm $loadaddr $ramdiskaddr $fdtaddr"
364
Scott Wood865b8ae2007-04-16 14:54:15 -0500365#endif /* __CONFIG_H */