blob: 4153d609be4a49541a0e3fcb902798d802d34791 [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 Wood488af0d2012-12-06 13:33:18 +000017#define CONFIG_SPL_INIT_MINIMAL
Scott Wood488af0d2012-12-06 13:33:18 +000018#define CONFIG_SPL_FLUSH_IMAGE
19#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
20#define CONFIG_SPL_MPC83XX_WAIT_FOR_NAND
21
22#ifdef CONFIG_SPL_BUILD
23#define CONFIG_NS16550_MIN_FUNCTIONS
24#endif
25
Scott Wood488af0d2012-12-06 13:33:18 +000026#define CONFIG_SYS_TEXT_BASE_SPL 0xfff00000
27#define CONFIG_SPL_MAX_SIZE (4 * 1024)
Benoît Thébaudeauf0180722013-04-11 09:35:49 +000028#define CONFIG_SPL_PAD_TO 0x4000
Scott Wood488af0d2012-12-06 13:33:18 +000029
Scott Woodf60c06e2010-11-24 13:28:40 +000030#define CONFIG_SYS_NAND_U_BOOT_SIZE (512 << 10)
31#define CONFIG_SYS_NAND_U_BOOT_DST 0x00100000
32#define CONFIG_SYS_NAND_U_BOOT_START 0x00100100
33#define CONFIG_SYS_NAND_U_BOOT_OFFS 16384
34#define CONFIG_SYS_NAND_U_BOOT_RELOC 0x00010000
35#define CONFIG_SYS_NAND_U_BOOT_RELOC_SP (CONFIG_SYS_NAND_U_BOOT_RELOC + 0x10000)
36
Scott Wood488af0d2012-12-06 13:33:18 +000037#ifdef CONFIG_SPL_BUILD
Scott Woodf60c06e2010-11-24 13:28:40 +000038#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE_SPL /* start of monitor */
Scott Wood488af0d2012-12-06 13:33:18 +000039#endif
40
Scott Woodf60c06e2010-11-24 13:28:40 +000041#ifndef CONFIG_SYS_MONITOR_BASE
42#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
43#endif
44
Gabor Juhosb4458732013-05-30 07:06:12 +000045#define CONFIG_PCI_INDIRECT_BRIDGE
Becky Brucedfe6e232010-06-17 11:37:18 -050046#define CONFIG_FSL_ELBC 1
Scott Wood865b8ae2007-04-16 14:54:15 -050047
Timur Tabi3e1d49a2008-02-08 13:15:55 -060048/*
49 * On-board devices
York Sun224069c2008-05-15 15:26:27 -050050 *
51 * TSEC1 is VSC switch
52 * TSEC2 is SoC TSEC
Timur Tabi3e1d49a2008-02-08 13:15:55 -060053 */
54#define CONFIG_VSC7385_ENET
York Sun224069c2008-05-15 15:26:27 -050055#define CONFIG_TSEC2
Timur Tabi3e1d49a2008-02-08 13:15:55 -060056
Mario Six7299dec2019-01-21 09:17:36 +010057#if !defined(CONFIG_SPL_BUILD)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020058#define CONFIG_DEFAULT_IMMR CONFIG_SYS_IMMR
Scott Woodb71689b2008-06-30 14:13:28 -050059#endif
60
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020061#define CONFIG_SYS_MEMTEST_START 0x00001000
62#define CONFIG_SYS_MEMTEST_END 0x07f00000
Scott Wood865b8ae2007-04-16 14:54:15 -050063
64/* Early revs of this board will lock up hard when attempting
65 * to access the PMC registers, unless a JTAG debugger is
66 * connected, or some resistor modifications are made.
67 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020068#define CONFIG_SYS_8313ERDB_BROKEN_PMC 1
Scott Wood865b8ae2007-04-16 14:54:15 -050069
Scott Wood865b8ae2007-04-16 14:54:15 -050070/*
Timur Tabi3e1d49a2008-02-08 13:15:55 -060071 * Device configurations
72 */
73
74/* Vitesse 7385 */
75
76#ifdef CONFIG_VSC7385_ENET
77
York Sun224069c2008-05-15 15:26:27 -050078#define CONFIG_TSEC1
Timur Tabi3e1d49a2008-02-08 13:15:55 -060079
80/* The flash address and size of the VSC7385 firmware image */
81#define CONFIG_VSC7385_IMAGE 0xFE7FE000
82#define CONFIG_VSC7385_IMAGE_SIZE 8192
83
84#endif
85
86/*
Scott Wood865b8ae2007-04-16 14:54:15 -050087 * DDR Setup
88 */
Mario Sixc9f92772019-01-21 09:18:15 +010089#define CONFIG_SYS_SDRAM_BASE 0x00000000 /* DDR is system memory*/
Scott Wood865b8ae2007-04-16 14:54:15 -050090
91/*
92 * Manually set up DDR parameters, as this board does not
93 * seem to have the SPD connected to I2C.
94 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -050095#define CONFIG_SYS_DDR_SIZE 128 /* MB */
Joe Hershberger5ade3902011-10-11 23:57:31 -050096#define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN \
Joe Hershbergercc03b802011-10-11 23:57:29 -050097 | CSCONFIG_ODT_RD_NEVER \
98 | CSCONFIG_ODT_WR_ONLY_CURRENT \
Joe Hershbergerb263cae2011-10-11 23:57:10 -050099 | CSCONFIG_ROW_BIT_13 \
100 | CSCONFIG_COL_BIT_10)
Poonam Aggrwalff452842008-01-14 09:41:14 +0530101 /* 0x80010102 */
Scott Wood865b8ae2007-04-16 14:54:15 -0500102
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200103#define CONFIG_SYS_DDR_TIMING_3 0x00000000
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500104#define CONFIG_SYS_DDR_TIMING_0 ((0 << TIMING_CFG0_RWT_SHIFT) \
105 | (0 << TIMING_CFG0_WRT_SHIFT) \
106 | (0 << TIMING_CFG0_RRT_SHIFT) \
107 | (0 << TIMING_CFG0_WWT_SHIFT) \
108 | (2 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) \
109 | (2 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) \
110 | (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) \
111 | (2 << TIMING_CFG0_MRS_CYC_SHIFT))
Scott Wood865b8ae2007-04-16 14:54:15 -0500112 /* 0x00220802 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500113#define CONFIG_SYS_DDR_TIMING_1 ((3 << TIMING_CFG1_PRETOACT_SHIFT) \
114 | (8 << TIMING_CFG1_ACTTOPRE_SHIFT) \
115 | (3 << TIMING_CFG1_ACTTORW_SHIFT) \
116 | (5 << TIMING_CFG1_CASLAT_SHIFT) \
117 | (10 << TIMING_CFG1_REFREC_SHIFT) \
118 | (3 << TIMING_CFG1_WRREC_SHIFT) \
119 | (2 << TIMING_CFG1_ACTTOACT_SHIFT) \
120 | (2 << TIMING_CFG1_WRTORD_SHIFT))
Poonam Aggrwalff452842008-01-14 09:41:14 +0530121 /* 0x3835a322 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500122#define CONFIG_SYS_DDR_TIMING_2 ((1 << TIMING_CFG2_ADD_LAT_SHIFT) \
123 | (5 << TIMING_CFG2_CPO_SHIFT) \
124 | (2 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) \
125 | (2 << TIMING_CFG2_RD_TO_PRE_SHIFT) \
126 | (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) \
127 | (3 << TIMING_CFG2_CKE_PLS_SHIFT) \
128 | (6 << TIMING_CFG2_FOUR_ACT_SHIFT))
Poonam Aggrwalff452842008-01-14 09:41:14 +0530129 /* 0x129048c6 */ /* P9-45,may need tuning */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500130#define CONFIG_SYS_DDR_INTERVAL ((1296 << SDRAM_INTERVAL_REFINT_SHIFT) \
131 | (1280 << SDRAM_INTERVAL_BSTOPRE_SHIFT))
Poonam Aggrwalff452842008-01-14 09:41:14 +0530132 /* 0x05100500 */
Scott Wood865b8ae2007-04-16 14:54:15 -0500133#if defined(CONFIG_DDR_2T_TIMING)
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500134#define CONFIG_SYS_SDRAM_CFG (SDRAM_CFG_SREN \
Kim Phillips3b9c20f2007-08-16 22:52:48 -0500135 | SDRAM_CFG_SDRAM_TYPE_DDR2 \
Joe Hershbergercc03b802011-10-11 23:57:29 -0500136 | SDRAM_CFG_DBW_32 \
137 | SDRAM_CFG_2T_EN)
138 /* 0x43088000 */
Scott Wood865b8ae2007-04-16 14:54:15 -0500139#else
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500140#define CONFIG_SYS_SDRAM_CFG (SDRAM_CFG_SREN \
Kim Phillips3b9c20f2007-08-16 22:52:48 -0500141 | SDRAM_CFG_SDRAM_TYPE_DDR2 \
Joe Hershbergercc03b802011-10-11 23:57:29 -0500142 | SDRAM_CFG_DBW_32)
Scott Wood865b8ae2007-04-16 14:54:15 -0500143 /* 0x43080000 */
144#endif
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200145#define CONFIG_SYS_SDRAM_CFG2 0x00401000
Scott Wood865b8ae2007-04-16 14:54:15 -0500146/* set burst length to 8 for 32-bit data path */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500147#define CONFIG_SYS_DDR_MODE ((0x4448 << SDRAM_MODE_ESD_SHIFT) \
148 | (0x0632 << SDRAM_MODE_SD_SHIFT))
Poonam Aggrwalff452842008-01-14 09:41:14 +0530149 /* 0x44480632 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500150#define CONFIG_SYS_DDR_MODE_2 0x8000C000
Scott Wood865b8ae2007-04-16 14:54:15 -0500151
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200152#define CONFIG_SYS_DDR_CLK_CNTL DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05
Scott Wood865b8ae2007-04-16 14:54:15 -0500153 /*0x02000000*/
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500154#define CONFIG_SYS_DDRCDR_VALUE (DDRCDR_EN \
Scott Wood865b8ae2007-04-16 14:54:15 -0500155 | DDRCDR_PZ_NOMZ \
156 | DDRCDR_NZ_NOMZ \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500157 | DDRCDR_M_ODR)
Scott Wood865b8ae2007-04-16 14:54:15 -0500158
159/*
160 * FLASH on the Local Bus
161 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200162#define CONFIG_SYS_FLASH_BASE 0xFE000000 /* start of FLASH */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500163#define CONFIG_SYS_FLASH_SIZE 8 /* flash size in MB */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500164#define CONFIG_SYS_FLASH_EMPTY_INFO /* display empty sectors */
Scott Wood865b8ae2007-04-16 14:54:15 -0500165
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500166#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */
167#define CONFIG_SYS_MAX_FLASH_SECT 135 /* sectors per device */
Scott Wood865b8ae2007-04-16 14:54:15 -0500168
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200169#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
170#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
Scott Wood865b8ae2007-04-16 14:54:15 -0500171
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500172#if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) && \
Scott Wood488af0d2012-12-06 13:33:18 +0000173 !defined(CONFIG_SPL_BUILD)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200174#define CONFIG_SYS_RAMBOOT
Scott Wood865b8ae2007-04-16 14:54:15 -0500175#endif
176
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200177#define CONFIG_SYS_INIT_RAM_LOCK 1
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500178#define CONFIG_SYS_INIT_RAM_ADDR 0xFD000000 /* Initial RAM addr */
179#define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM*/
Scott Wood865b8ae2007-04-16 14:54:15 -0500180
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500181#define CONFIG_SYS_GBL_DATA_OFFSET \
182 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200183#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
Scott Wood865b8ae2007-04-16 14:54:15 -0500184
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200185/* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */
Kevin Hao349a0152016-07-08 11:25:14 +0800186#define CONFIG_SYS_MONITOR_LEN (512 * 1024) /* Reserve 512 kB for Mon */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500187#define CONFIG_SYS_MALLOC_LEN (512 * 1024) /* Reserved for malloc */
Scott Wood865b8ae2007-04-16 14:54:15 -0500188
Miquel Raynal1f1ae152018-08-16 17:30:07 +0200189/* drivers/mtd/nand/raw/nand.c */
Mario Six7299dec2019-01-21 09:17:36 +0100190#if defined(CONFIG_SPL_BUILD)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200191#define CONFIG_SYS_NAND_BASE 0xFFF00000
Scott Woodb71689b2008-06-30 14:13:28 -0500192#else
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200193#define CONFIG_SYS_NAND_BASE 0xE2800000
Scott Woodb71689b2008-06-30 14:13:28 -0500194#endif
195
Scott Wood3f53f1a2010-08-30 18:04:52 -0500196#define CONFIG_MTD_PARTITION
Scott Wood3f53f1a2010-08-30 18:04:52 -0500197
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200198#define CONFIG_SYS_MAX_NAND_DEVICE 1
Scott Woodb7dac212008-06-26 14:06:52 -0500199#define CONFIG_NAND_FSL_ELBC 1
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200200#define CONFIG_SYS_NAND_BLOCK_SIZE 16384
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500201#define CONFIG_SYS_NAND_WINDOW_SIZE (32 * 1024)
Scott Woodb71689b2008-06-30 14:13:28 -0500202
Mario Six7299dec2019-01-21 09:17:36 +0100203/* Still needed for spl_minimal.c */
204#define CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_BR0_PRELIM
205#define CONFIG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR0_PRELIM
Scott Woodb71689b2008-06-30 14:13:28 -0500206
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500207/* local bus write LED / read status buffer (BCSR) mapping */
208#define CONFIG_SYS_BCSR_ADDR 0xFA000000
209#define CONFIG_SYS_BCSR_SIZE (32 * 1024) /* 0x00008000 */
210 /* map at 0xFA000000 on LCS3 */
Mario Sixc1e29d92019-01-21 09:18:01 +0100211
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600212/* Vitesse 7385 */
213
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600214#ifdef CONFIG_VSC7385_ENET
215
Joe Hershbergerf05b9332011-10-11 23:57:30 -0500216 /* VSC7385 Base address on LCS2 */
217#define CONFIG_SYS_VSC7385_BASE 0xF0000000
218#define CONFIG_SYS_VSC7385_SIZE (128 * 1024) /* 0x00020000 */
219
Mario Sixc1e29d92019-01-21 09:18:01 +0100220
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600221#endif
Scott Wood865b8ae2007-04-16 14:54:15 -0500222
Joe Hershberger37dabcc2011-11-11 15:55:38 -0600223#define CONFIG_MPC83XX_GPIO 1
Joe Hershberger37dabcc2011-11-11 15:55:38 -0600224
Scott Wood865b8ae2007-04-16 14:54:15 -0500225/*
226 * Serial Port
227 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200228#define CONFIG_SYS_NS16550_SERIAL
229#define CONFIG_SYS_NS16550_REG_SIZE 1
Scott Wood865b8ae2007-04-16 14:54:15 -0500230
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200231#define CONFIG_SYS_BAUDRATE_TABLE \
Scott Wood865b8ae2007-04-16 14:54:15 -0500232 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200}
233
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200234#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500)
235#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600)
Scott Wood865b8ae2007-04-16 14:54:15 -0500236
Scott Wood865b8ae2007-04-16 14:54:15 -0500237/* I2C */
Heiko Schocherf2850742012-10-24 13:48:22 +0200238#define CONFIG_SYS_I2C
239#define CONFIG_SYS_I2C_FSL
240#define CONFIG_SYS_FSL_I2C_SPEED 400000
241#define CONFIG_SYS_FSL_I2C_SLAVE 0x7F
242#define CONFIG_SYS_FSL_I2C_OFFSET 0x3000
243#define CONFIG_SYS_FSL_I2C2_SPEED 400000
244#define CONFIG_SYS_FSL_I2C2_SLAVE 0x7F
245#define CONFIG_SYS_FSL_I2C2_OFFSET 0x3100
246#define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} }
Scott Wood865b8ae2007-04-16 14:54:15 -0500247
Scott Wood865b8ae2007-04-16 14:54:15 -0500248/*
249 * General PCI
250 * Addresses are mapped 1-1.
251 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200252#define CONFIG_SYS_PCI1_MEM_BASE 0x80000000
253#define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE
254#define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */
255#define CONFIG_SYS_PCI1_MMIO_BASE 0x90000000
256#define CONFIG_SYS_PCI1_MMIO_PHYS CONFIG_SYS_PCI1_MMIO_BASE
257#define CONFIG_SYS_PCI1_MMIO_SIZE 0x10000000 /* 256M */
258#define CONFIG_SYS_PCI1_IO_BASE 0x00000000
259#define CONFIG_SYS_PCI1_IO_PHYS 0xE2000000
260#define CONFIG_SYS_PCI1_IO_SIZE 0x00100000 /* 1M */
Scott Wood865b8ae2007-04-16 14:54:15 -0500261
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200262#define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1057 /* Motorola */
Scott Wood865b8ae2007-04-16 14:54:15 -0500263
264/*
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600265 * TSEC
Scott Wood865b8ae2007-04-16 14:54:15 -0500266 */
Scott Wood865b8ae2007-04-16 14:54:15 -0500267
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600268#define CONFIG_GMII /* MII PHY management */
Scott Wood865b8ae2007-04-16 14:54:15 -0500269
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600270#ifdef CONFIG_TSEC1
271#define CONFIG_HAS_ETH0
Kim Phillips177e58f2007-05-16 16:52:19 -0500272#define CONFIG_TSEC1_NAME "TSEC0"
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200273#define CONFIG_SYS_TSEC1_OFFSET 0x24000
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600274#define TSEC1_PHY_ADDR 0x1c
275#define TSEC1_FLAGS TSEC_GIGABIT
276#define TSEC1_PHYIDX 0
277#endif
278
279#ifdef CONFIG_TSEC2
280#define CONFIG_HAS_ETH1
Kim Phillips177e58f2007-05-16 16:52:19 -0500281#define CONFIG_TSEC2_NAME "TSEC1"
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200282#define CONFIG_SYS_TSEC2_OFFSET 0x25000
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600283#define TSEC2_PHY_ADDR 4
284#define TSEC2_FLAGS TSEC_GIGABIT
285#define TSEC2_PHYIDX 0
286#endif
287
Scott Wood865b8ae2007-04-16 14:54:15 -0500288/* Options are: TSEC[0-1] */
289#define CONFIG_ETHPRIME "TSEC1"
290
291/*
292 * Configure on-board RTC
293 */
294#define CONFIG_RTC_DS1337
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200295#define CONFIG_SYS_I2C_RTC_ADDR 0x68
Scott Wood865b8ae2007-04-16 14:54:15 -0500296
297/*
298 * Environment
299 */
Mario Six7299dec2019-01-21 09:17:36 +0100300#define CONFIG_ENV_OFFSET (512 * 1024)
301#define CONFIG_ENV_SECT_SIZE CONFIG_SYS_NAND_BLOCK_SIZE
302#define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE
303#define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE
304#define CONFIG_ENV_RANGE (CONFIG_ENV_SECT_SIZE * 4)
305#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_RANGE)
Scott Wood865b8ae2007-04-16 14:54:15 -0500306
307#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200308#define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
Scott Wood865b8ae2007-04-16 14:54:15 -0500309
Jon Loeliger3b7116d2007-07-04 22:30:06 -0500310/*
Jon Loeliger5c4ddae2007-07-10 10:12:10 -0500311 * BOOTP options
312 */
313#define CONFIG_BOOTP_BOOTFILESIZE
Jon Loeliger5c4ddae2007-07-10 10:12:10 -0500314
Jon Loeliger5c4ddae2007-07-10 10:12:10 -0500315/*
Jon Loeliger3b7116d2007-07-04 22:30:06 -0500316 * Command line configuration.
317 */
Scott Wood865b8ae2007-04-16 14:54:15 -0500318
Scott Wood865b8ae2007-04-16 14:54:15 -0500319/*
320 * Miscellaneous configurable options
321 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200322#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200323#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
Scott Wood865b8ae2007-04-16 14:54:15 -0500324
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500325 /* Boot Argument Buffer Size */
326#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
Scott Wood865b8ae2007-04-16 14:54:15 -0500327
328/*
329 * For booting Linux, the board info and command line data
Ira W. Snyderc5a22d02010-09-10 15:42:32 -0700330 * have to be in the first 256 MB of memory, since this is
Scott Wood865b8ae2007-04-16 14:54:15 -0500331 * the maximum mapped by the Linux kernel during initialization.
332 */
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500333 /* Initial Memory map for Linux*/
334#define CONFIG_SYS_BOOTMAPSZ (256 << 20)
Kevin Hao9c747962016-07-08 11:25:15 +0800335#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
Scott Wood865b8ae2007-04-16 14:54:15 -0500336
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200337#define CONFIG_SYS_RCWH_PCIHOST 0x80000000 /* PCIHOST */
Scott Wood865b8ae2007-04-16 14:54:15 -0500338
Mario Sixd10f3182019-01-21 09:17:53 +0100339#define CONFIG_SYS_NS16550_CLK (get_bus_freq(0))
Scott Wood865b8ae2007-04-16 14:54:15 -0500340
341/* System IO Config */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200342#define CONFIG_SYS_SICRH (SICRH_TSOBI1 | SICRH_TSOBI2) /* RGMII */
Joe Hershberger37dabcc2011-11-11 15:55:38 -0600343 /* Enable Internal USB Phy and GPIO on LCD Connector */
344#define CONFIG_SYS_SICRL (SICRL_USBDR_10 | SICRL_LBC)
Scott Wood865b8ae2007-04-16 14:54:15 -0500345
Scott Wood865b8ae2007-04-16 14:54:15 -0500346/*
Scott Wood865b8ae2007-04-16 14:54:15 -0500347 * Environment Configuration
348 */
349#define CONFIG_ENV_OVERWRITE
350
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500351#define CONFIG_NETDEV "eth1"
Scott Wood865b8ae2007-04-16 14:54:15 -0500352
Mario Six790d8442018-03-28 14:38:20 +0200353#define CONFIG_HOSTNAME "mpc8313erdb"
Joe Hershberger257ff782011-10-13 13:03:47 +0000354#define CONFIG_ROOTPATH "/nfs/root/path"
Joe Hershbergere4da2482011-10-13 13:03:48 +0000355#define CONFIG_BOOTFILE "uImage"
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500356 /* U-Boot image on TFTP server */
357#define CONFIG_UBOOTPATH "u-boot.bin"
358#define CONFIG_FDTFILE "mpc8313erdb.dtb"
Scott Wood865b8ae2007-04-16 14:54:15 -0500359
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500360 /* default location for tftp and bootm */
361#define CONFIG_LOADADDR 800000
Scott Wood865b8ae2007-04-16 14:54:15 -0500362
Scott Wood865b8ae2007-04-16 14:54:15 -0500363#define CONFIG_EXTRA_ENV_SETTINGS \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500364 "netdev=" CONFIG_NETDEV "\0" \
Scott Wood865b8ae2007-04-16 14:54:15 -0500365 "ethprime=TSEC1\0" \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500366 "uboot=" CONFIG_UBOOTPATH "\0" \
Wolfgang Denka1be4762008-05-20 16:00:29 +0200367 "tftpflash=tftpboot $loadaddr $uboot; " \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200368 "protect off " __stringify(CONFIG_SYS_TEXT_BASE) \
369 " +$filesize; " \
370 "erase " __stringify(CONFIG_SYS_TEXT_BASE) \
371 " +$filesize; " \
372 "cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \
373 " $filesize; " \
374 "protect on " __stringify(CONFIG_SYS_TEXT_BASE) \
375 " +$filesize; " \
376 "cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \
377 " $filesize\0" \
Kim Phillipsfd3a3fc2009-08-21 16:34:38 -0500378 "fdtaddr=780000\0" \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500379 "fdtfile=" CONFIG_FDTFILE "\0" \
Scott Wood865b8ae2007-04-16 14:54:15 -0500380 "console=ttyS0\0" \
381 "setbootargs=setenv bootargs " \
382 "root=$rootdev rw console=$console,$baudrate $othbootargs\0" \
Wolfgang Denka1be4762008-05-20 16:00:29 +0200383 "setipargs=setenv bootargs nfsroot=$serverip:$rootpath " \
Joe Hershbergerb263cae2011-10-11 23:57:10 -0500384 "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:"\
385 "$netdev:off " \
Scott Wood865b8ae2007-04-16 14:54:15 -0500386 "root=$rootdev rw console=$console,$baudrate $othbootargs\0"
387
388#define CONFIG_NFSBOOTCOMMAND \
389 "setenv rootdev /dev/nfs;" \
Wolfgang Denka1be4762008-05-20 16:00:29 +0200390 "run setbootargs;" \
391 "run setipargs;" \
Scott Wood865b8ae2007-04-16 14:54:15 -0500392 "tftp $loadaddr $bootfile;" \
393 "tftp $fdtaddr $fdtfile;" \
394 "bootm $loadaddr - $fdtaddr"
395
396#define CONFIG_RAMBOOTCOMMAND \
397 "setenv rootdev /dev/ram;" \
398 "run setbootargs;" \
399 "tftp $ramdiskaddr $ramdiskfile;" \
400 "tftp $loadaddr $bootfile;" \
401 "tftp $fdtaddr $fdtfile;" \
402 "bootm $loadaddr $ramdiskaddr $fdtaddr"
403
Scott Wood865b8ae2007-04-16 14:54:15 -0500404#endif /* __CONFIG_H */