Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 2 | /* |
Scott Wood | e8d3ca8 | 2010-08-30 18:04:52 -0500 | [diff] [blame] | 3 | * Copyright (C) Freescale Semiconductor, Inc. 2006, 2010. |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 4 | */ |
| 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 Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 16 | |
Scott Wood | f1c574d | 2010-11-24 13:28:40 +0000 | [diff] [blame] | 17 | #ifndef CONFIG_SYS_MONITOR_BASE |
| 18 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ |
| 19 | #endif |
| 20 | |
Gabor Juhos | 842033e | 2013-05-30 07:06:12 +0000 | [diff] [blame] | 21 | #define CONFIG_PCI_INDIRECT_BRIDGE |
Becky Bruce | 0914f48 | 2010-06-17 11:37:18 -0500 | [diff] [blame] | 22 | #define CONFIG_FSL_ELBC 1 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 23 | |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 24 | /* |
| 25 | * On-board devices |
York Sun | 4ce1e23 | 2008-05-15 15:26:27 -0500 | [diff] [blame] | 26 | * |
| 27 | * TSEC1 is VSC switch |
| 28 | * TSEC2 is SoC TSEC |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 29 | */ |
| 30 | #define CONFIG_VSC7385_ENET |
York Sun | 4ce1e23 | 2008-05-15 15:26:27 -0500 | [diff] [blame] | 31 | #define CONFIG_TSEC2 |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 32 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 33 | #ifdef CONFIG_SYS_66MHZ |
Kim Phillips | 5c5d324 | 2007-04-25 12:34:38 -0500 | [diff] [blame] | 34 | #define CONFIG_83XX_CLKIN 66666667 /* in Hz */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 35 | #elif defined(CONFIG_SYS_33MHZ) |
Kim Phillips | 5c5d324 | 2007-04-25 12:34:38 -0500 | [diff] [blame] | 36 | #define CONFIG_83XX_CLKIN 33333333 /* in Hz */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 37 | #else |
| 38 | #error Unknown oscillator frequency. |
| 39 | #endif |
| 40 | |
| 41 | #define CONFIG_SYS_CLK_FREQ CONFIG_83XX_CLKIN |
| 42 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 43 | #define CONFIG_SYS_IMMR 0xE0000000 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 44 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 45 | #define CONFIG_SYS_MEMTEST_START 0x00001000 |
| 46 | #define CONFIG_SYS_MEMTEST_END 0x07f00000 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 47 | |
| 48 | /* Early revs of this board will lock up hard when attempting |
| 49 | * to access the PMC registers, unless a JTAG debugger is |
| 50 | * connected, or some resistor modifications are made. |
| 51 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 52 | #define CONFIG_SYS_8313ERDB_BROKEN_PMC 1 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 53 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 54 | #define CONFIG_SYS_ACR_PIPE_DEP 3 /* Arbiter pipeline depth (0-3) */ |
| 55 | #define CONFIG_SYS_ACR_RPTCNT 3 /* Arbiter repeat count (0-7) */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 56 | |
| 57 | /* |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 58 | * Device configurations |
| 59 | */ |
| 60 | |
| 61 | /* Vitesse 7385 */ |
| 62 | |
| 63 | #ifdef CONFIG_VSC7385_ENET |
| 64 | |
York Sun | 4ce1e23 | 2008-05-15 15:26:27 -0500 | [diff] [blame] | 65 | #define CONFIG_TSEC1 |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 66 | |
| 67 | /* The flash address and size of the VSC7385 firmware image */ |
| 68 | #define CONFIG_VSC7385_IMAGE 0xFE7FE000 |
| 69 | #define CONFIG_VSC7385_IMAGE_SIZE 8192 |
| 70 | |
| 71 | #endif |
| 72 | |
| 73 | /* |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 74 | * DDR Setup |
| 75 | */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 76 | #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 77 | #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE |
| 78 | #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 79 | |
| 80 | /* |
| 81 | * Manually set up DDR parameters, as this board does not |
| 82 | * seem to have the SPD connected to I2C. |
| 83 | */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 84 | #define CONFIG_SYS_DDR_SIZE 128 /* MB */ |
Joe Hershberger | 2e651b2 | 2011-10-11 23:57:31 -0500 | [diff] [blame] | 85 | #define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN \ |
Joe Hershberger | 2fef402 | 2011-10-11 23:57:29 -0500 | [diff] [blame] | 86 | | CSCONFIG_ODT_RD_NEVER \ |
| 87 | | CSCONFIG_ODT_WR_ONLY_CURRENT \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 88 | | CSCONFIG_ROW_BIT_13 \ |
| 89 | | CSCONFIG_COL_BIT_10) |
Poonam Aggrwal | e1d8ed2 | 2008-01-14 09:41:14 +0530 | [diff] [blame] | 90 | /* 0x80010102 */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 91 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 92 | #define CONFIG_SYS_DDR_TIMING_3 0x00000000 |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 93 | #define CONFIG_SYS_DDR_TIMING_0 ((0 << TIMING_CFG0_RWT_SHIFT) \ |
| 94 | | (0 << TIMING_CFG0_WRT_SHIFT) \ |
| 95 | | (0 << TIMING_CFG0_RRT_SHIFT) \ |
| 96 | | (0 << TIMING_CFG0_WWT_SHIFT) \ |
| 97 | | (2 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) \ |
| 98 | | (2 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) \ |
| 99 | | (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) \ |
| 100 | | (2 << TIMING_CFG0_MRS_CYC_SHIFT)) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 101 | /* 0x00220802 */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 102 | #define CONFIG_SYS_DDR_TIMING_1 ((3 << TIMING_CFG1_PRETOACT_SHIFT) \ |
| 103 | | (8 << TIMING_CFG1_ACTTOPRE_SHIFT) \ |
| 104 | | (3 << TIMING_CFG1_ACTTORW_SHIFT) \ |
| 105 | | (5 << TIMING_CFG1_CASLAT_SHIFT) \ |
| 106 | | (10 << TIMING_CFG1_REFREC_SHIFT) \ |
| 107 | | (3 << TIMING_CFG1_WRREC_SHIFT) \ |
| 108 | | (2 << TIMING_CFG1_ACTTOACT_SHIFT) \ |
| 109 | | (2 << TIMING_CFG1_WRTORD_SHIFT)) |
Poonam Aggrwal | e1d8ed2 | 2008-01-14 09:41:14 +0530 | [diff] [blame] | 110 | /* 0x3835a322 */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 111 | #define CONFIG_SYS_DDR_TIMING_2 ((1 << TIMING_CFG2_ADD_LAT_SHIFT) \ |
| 112 | | (5 << TIMING_CFG2_CPO_SHIFT) \ |
| 113 | | (2 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) \ |
| 114 | | (2 << TIMING_CFG2_RD_TO_PRE_SHIFT) \ |
| 115 | | (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) \ |
| 116 | | (3 << TIMING_CFG2_CKE_PLS_SHIFT) \ |
| 117 | | (6 << TIMING_CFG2_FOUR_ACT_SHIFT)) |
Poonam Aggrwal | e1d8ed2 | 2008-01-14 09:41:14 +0530 | [diff] [blame] | 118 | /* 0x129048c6 */ /* P9-45,may need tuning */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 119 | #define CONFIG_SYS_DDR_INTERVAL ((1296 << SDRAM_INTERVAL_REFINT_SHIFT) \ |
| 120 | | (1280 << SDRAM_INTERVAL_BSTOPRE_SHIFT)) |
Poonam Aggrwal | e1d8ed2 | 2008-01-14 09:41:14 +0530 | [diff] [blame] | 121 | /* 0x05100500 */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 122 | #if defined(CONFIG_DDR_2T_TIMING) |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 123 | #define CONFIG_SYS_SDRAM_CFG (SDRAM_CFG_SREN \ |
Kim Phillips | bbea46f | 2007-08-16 22:52:48 -0500 | [diff] [blame] | 124 | | SDRAM_CFG_SDRAM_TYPE_DDR2 \ |
Joe Hershberger | 2fef402 | 2011-10-11 23:57:29 -0500 | [diff] [blame] | 125 | | SDRAM_CFG_DBW_32 \ |
| 126 | | SDRAM_CFG_2T_EN) |
| 127 | /* 0x43088000 */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 128 | #else |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 129 | #define CONFIG_SYS_SDRAM_CFG (SDRAM_CFG_SREN \ |
Kim Phillips | bbea46f | 2007-08-16 22:52:48 -0500 | [diff] [blame] | 130 | | SDRAM_CFG_SDRAM_TYPE_DDR2 \ |
Joe Hershberger | 2fef402 | 2011-10-11 23:57:29 -0500 | [diff] [blame] | 131 | | SDRAM_CFG_DBW_32) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 132 | /* 0x43080000 */ |
| 133 | #endif |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 134 | #define CONFIG_SYS_SDRAM_CFG2 0x00401000 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 135 | /* set burst length to 8 for 32-bit data path */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 136 | #define CONFIG_SYS_DDR_MODE ((0x4448 << SDRAM_MODE_ESD_SHIFT) \ |
| 137 | | (0x0632 << SDRAM_MODE_SD_SHIFT)) |
Poonam Aggrwal | e1d8ed2 | 2008-01-14 09:41:14 +0530 | [diff] [blame] | 138 | /* 0x44480632 */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 139 | #define CONFIG_SYS_DDR_MODE_2 0x8000C000 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 140 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 141 | #define CONFIG_SYS_DDR_CLK_CNTL DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 142 | /*0x02000000*/ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 143 | #define CONFIG_SYS_DDRCDR_VALUE (DDRCDR_EN \ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 144 | | DDRCDR_PZ_NOMZ \ |
| 145 | | DDRCDR_NZ_NOMZ \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 146 | | DDRCDR_M_ODR) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 147 | |
| 148 | /* |
| 149 | * FLASH on the Local Bus |
| 150 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 151 | #define CONFIG_SYS_FLASH_BASE 0xFE000000 /* start of FLASH */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 152 | #define CONFIG_SYS_FLASH_SIZE 8 /* flash size in MB */ |
Mario Six | 16aaca2 | 2019-01-21 09:17:36 +0100 | [diff] [blame] | 153 | #define CONFIG_SYS_FLASH_PROTECTION 1 /* Use h/w Flash protection. */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 154 | #define CONFIG_SYS_FLASH_EMPTY_INFO /* display empty sectors */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 155 | |
Mario Six | 16aaca2 | 2019-01-21 09:17:36 +0100 | [diff] [blame] | 156 | #define CONFIG_SYS_BR0_PRELIM (CONFIG_SYS_FLASH_BASE \ |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 157 | | BR_PS_16 /* 16 bit port */ \ |
| 158 | | BR_MS_GPCM /* MSEL = GPCM */ \ |
| 159 | | BR_V) /* valid */ |
Mario Six | 16aaca2 | 2019-01-21 09:17:36 +0100 | [diff] [blame] | 160 | #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 161 | | OR_GPCM_XACS \ |
| 162 | | OR_GPCM_SCY_9 \ |
| 163 | | OR_GPCM_EHTR \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 164 | | OR_GPCM_EAD) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 165 | /* 0xFF006FF7 TODO SLOW 16 MB flash size */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 166 | /* window base at flash base */ |
| 167 | #define CONFIG_SYS_LBLAWBAR0_PRELIM CONFIG_SYS_FLASH_BASE |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 168 | /* 16 MB window size */ |
| 169 | #define CONFIG_SYS_LBLAWAR0_PRELIM (LBLAWAR_EN | LBLAWAR_16MB) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 170 | |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 171 | #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */ |
| 172 | #define CONFIG_SYS_MAX_FLASH_SECT 135 /* sectors per device */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 173 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 174 | #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */ |
| 175 | #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 176 | |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 177 | #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) && \ |
Scott Wood | 22f4442 | 2012-12-06 13:33:18 +0000 | [diff] [blame] | 178 | !defined(CONFIG_SPL_BUILD) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 179 | #define CONFIG_SYS_RAMBOOT |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 180 | #endif |
| 181 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 182 | #define CONFIG_SYS_INIT_RAM_LOCK 1 |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 183 | #define CONFIG_SYS_INIT_RAM_ADDR 0xFD000000 /* Initial RAM addr */ |
| 184 | #define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM*/ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 185 | |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 186 | #define CONFIG_SYS_GBL_DATA_OFFSET \ |
| 187 | (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 188 | #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 189 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 190 | /* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */ |
Kevin Hao | 16c8c17 | 2016-07-08 11:25:14 +0800 | [diff] [blame] | 191 | #define CONFIG_SYS_MONITOR_LEN (512 * 1024) /* Reserve 512 kB for Mon */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 192 | #define CONFIG_SYS_MALLOC_LEN (512 * 1024) /* Reserved for malloc */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 193 | |
| 194 | /* |
| 195 | * Local Bus LCRR and LBCR regs |
| 196 | */ |
Kim Phillips | c7190f0 | 2009-09-25 18:19:44 -0500 | [diff] [blame] | 197 | #define CONFIG_SYS_LCRR_EADC LCRR_EADC_1 |
| 198 | #define CONFIG_SYS_LCRR_CLKDIV LCRR_CLKDIV_4 |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 199 | #define CONFIG_SYS_LBC_LBCR (0x00040000 /* TODO */ \ |
| 200 | | (0xFF << LBCR_BMT_SHIFT) \ |
| 201 | | 0xF) /* 0x0004ff0f */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 202 | |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 203 | /* LB refresh timer prescal, 266MHz/32 */ |
| 204 | #define CONFIG_SYS_LBC_MRTPR 0x20000000 /*TODO */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 205 | |
Mario Six | 16aaca2 | 2019-01-21 09:17:36 +0100 | [diff] [blame] | 206 | /* drivers/mtd/nand/nand.c */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 207 | #define CONFIG_SYS_NAND_BASE 0xE2800000 |
Scott Wood | e4c0950 | 2008-06-30 14:13:28 -0500 | [diff] [blame] | 208 | |
Scott Wood | e8d3ca8 | 2010-08-30 18:04:52 -0500 | [diff] [blame] | 209 | #define CONFIG_MTD_PARTITION |
Scott Wood | e8d3ca8 | 2010-08-30 18:04:52 -0500 | [diff] [blame] | 210 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 211 | #define CONFIG_SYS_MAX_NAND_DEVICE 1 |
Scott Wood | acdab5c | 2008-06-26 14:06:52 -0500 | [diff] [blame] | 212 | #define CONFIG_NAND_FSL_ELBC 1 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 213 | #define CONFIG_SYS_NAND_BLOCK_SIZE 16384 |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 214 | #define CONFIG_SYS_NAND_WINDOW_SIZE (32 * 1024) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 215 | |
Mario Six | 16aaca2 | 2019-01-21 09:17:36 +0100 | [diff] [blame] | 216 | #define CONFIG_SYS_BR1_PRELIM (CONFIG_SYS_NAND_BASE \ |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 217 | | BR_DECC_CHK_GEN /* Use HW ECC */ \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 218 | | BR_PS_8 /* 8 bit port */ \ |
Wolfgang Denk | a7676ea | 2007-05-16 01:16:53 +0200 | [diff] [blame] | 219 | | BR_MS_FCM /* MSEL = FCM */ \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 220 | | BR_V) /* valid */ |
Mario Six | 16aaca2 | 2019-01-21 09:17:36 +0100 | [diff] [blame] | 221 | #define CONFIG_SYS_OR1_PRELIM \ |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 222 | (P2SZ_TO_AM(CONFIG_SYS_NAND_WINDOW_SIZE) \ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 223 | | OR_FCM_CSCT \ |
| 224 | | OR_FCM_CST \ |
| 225 | | OR_FCM_CHT \ |
| 226 | | OR_FCM_SCY_1 \ |
| 227 | | OR_FCM_TRLX \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 228 | | OR_FCM_EHTR) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 229 | /* 0xFFFF8396 */ |
Scott Wood | e4c0950 | 2008-06-30 14:13:28 -0500 | [diff] [blame] | 230 | |
Mario Six | 16aaca2 | 2019-01-21 09:17:36 +0100 | [diff] [blame] | 231 | /* Still needed for spl_minimal.c */ |
| 232 | #define CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_BR1_PRELIM |
| 233 | #define CONFIG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR1_PRELIM |
Scott Wood | e4c0950 | 2008-06-30 14:13:28 -0500 | [diff] [blame] | 234 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 235 | #define CONFIG_SYS_LBLAWBAR1_PRELIM CONFIG_SYS_NAND_BASE |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 236 | #define CONFIG_SYS_LBLAWAR1_PRELIM (LBLAWAR_EN | LBLAWAR_32KB) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 237 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 238 | #define CONFIG_SYS_NAND_LBLAWBAR_PRELIM CONFIG_SYS_LBLAWBAR1_PRELIM |
| 239 | #define CONFIG_SYS_NAND_LBLAWAR_PRELIM CONFIG_SYS_LBLAWAR1_PRELIM |
Scott Wood | e4c0950 | 2008-06-30 14:13:28 -0500 | [diff] [blame] | 240 | |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 241 | /* local bus write LED / read status buffer (BCSR) mapping */ |
| 242 | #define CONFIG_SYS_BCSR_ADDR 0xFA000000 |
| 243 | #define CONFIG_SYS_BCSR_SIZE (32 * 1024) /* 0x00008000 */ |
| 244 | /* map at 0xFA000000 on LCS3 */ |
| 245 | #define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_BCSR_ADDR \ |
| 246 | | BR_PS_8 /* 8 bit port */ \ |
| 247 | | BR_MS_GPCM /* MSEL = GPCM */ \ |
| 248 | | BR_V) /* valid */ |
| 249 | /* 0xFA000801 */ |
| 250 | #define CONFIG_SYS_OR3_PRELIM (P2SZ_TO_AM(CONFIG_SYS_BCSR_SIZE) \ |
| 251 | | OR_GPCM_CSNT \ |
| 252 | | OR_GPCM_ACS_DIV2 \ |
| 253 | | OR_GPCM_XACS \ |
| 254 | | OR_GPCM_SCY_15 \ |
| 255 | | OR_GPCM_TRLX_SET \ |
| 256 | | OR_GPCM_EHTR_SET \ |
| 257 | | OR_GPCM_EAD) |
| 258 | /* 0xFFFF8FF7 */ |
| 259 | #define CONFIG_SYS_LBLAWBAR3_PRELIM CONFIG_SYS_BCSR_ADDR |
| 260 | #define CONFIG_SYS_LBLAWAR3_PRELIM (LBLAWAR_EN | LBLAWAR_32KB) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 261 | |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 262 | /* Vitesse 7385 */ |
| 263 | |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 264 | #ifdef CONFIG_VSC7385_ENET |
| 265 | |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 266 | /* VSC7385 Base address on LCS2 */ |
| 267 | #define CONFIG_SYS_VSC7385_BASE 0xF0000000 |
| 268 | #define CONFIG_SYS_VSC7385_SIZE (128 * 1024) /* 0x00020000 */ |
| 269 | |
| 270 | #define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_VSC7385_BASE \ |
| 271 | | BR_PS_8 /* 8 bit port */ \ |
| 272 | | BR_MS_GPCM /* MSEL = GPCM */ \ |
| 273 | | BR_V) /* valid */ |
| 274 | #define CONFIG_SYS_OR2_PRELIM (P2SZ_TO_AM(CONFIG_SYS_VSC7385_SIZE) \ |
| 275 | | OR_GPCM_CSNT \ |
| 276 | | OR_GPCM_XACS \ |
| 277 | | OR_GPCM_SCY_15 \ |
| 278 | | OR_GPCM_SETA \ |
| 279 | | OR_GPCM_TRLX_SET \ |
| 280 | | OR_GPCM_EHTR_SET \ |
| 281 | | OR_GPCM_EAD) |
| 282 | /* 0xFFFE09FF */ |
| 283 | |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 284 | /* Access window base at VSC7385 base */ |
| 285 | #define CONFIG_SYS_LBLAWBAR2_PRELIM CONFIG_SYS_VSC7385_BASE |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 286 | #define CONFIG_SYS_LBLAWAR2_PRELIM (LBLAWAR_EN | LBLAWAR_128KB) |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 287 | |
| 288 | #endif |
| 289 | |
Joe Hershberger | 0eaf8f9 | 2011-11-11 15:55:38 -0600 | [diff] [blame] | 290 | #define CONFIG_MPC83XX_GPIO 1 |
Joe Hershberger | 0eaf8f9 | 2011-11-11 15:55:38 -0600 | [diff] [blame] | 291 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 292 | /* |
| 293 | * Serial Port |
| 294 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 295 | #define CONFIG_SYS_NS16550_SERIAL |
| 296 | #define CONFIG_SYS_NS16550_REG_SIZE 1 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 297 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 298 | #define CONFIG_SYS_BAUDRATE_TABLE \ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 299 | {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200} |
| 300 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 301 | #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500) |
| 302 | #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 303 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 304 | /* I2C */ |
Heiko Schocher | 00f792e | 2012-10-24 13:48:22 +0200 | [diff] [blame] | 305 | #define CONFIG_SYS_I2C |
| 306 | #define CONFIG_SYS_I2C_FSL |
| 307 | #define CONFIG_SYS_FSL_I2C_SPEED 400000 |
| 308 | #define CONFIG_SYS_FSL_I2C_SLAVE 0x7F |
| 309 | #define CONFIG_SYS_FSL_I2C_OFFSET 0x3000 |
| 310 | #define CONFIG_SYS_FSL_I2C2_SPEED 400000 |
| 311 | #define CONFIG_SYS_FSL_I2C2_SLAVE 0x7F |
| 312 | #define CONFIG_SYS_FSL_I2C2_OFFSET 0x3100 |
| 313 | #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 314 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 315 | /* |
| 316 | * General PCI |
| 317 | * Addresses are mapped 1-1. |
| 318 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 319 | #define CONFIG_SYS_PCI1_MEM_BASE 0x80000000 |
| 320 | #define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE |
| 321 | #define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */ |
| 322 | #define CONFIG_SYS_PCI1_MMIO_BASE 0x90000000 |
| 323 | #define CONFIG_SYS_PCI1_MMIO_PHYS CONFIG_SYS_PCI1_MMIO_BASE |
| 324 | #define CONFIG_SYS_PCI1_MMIO_SIZE 0x10000000 /* 256M */ |
| 325 | #define CONFIG_SYS_PCI1_IO_BASE 0x00000000 |
| 326 | #define CONFIG_SYS_PCI1_IO_PHYS 0xE2000000 |
| 327 | #define CONFIG_SYS_PCI1_IO_SIZE 0x00100000 /* 1M */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 328 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 329 | #define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1057 /* Motorola */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 330 | |
| 331 | /* |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 332 | * TSEC |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 333 | */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 334 | |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 335 | #define CONFIG_GMII /* MII PHY management */ |
| 336 | |
| 337 | #ifdef CONFIG_TSEC1 |
| 338 | #define CONFIG_HAS_ETH0 |
| 339 | #define CONFIG_TSEC1_NAME "TSEC0" |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 340 | #define CONFIG_SYS_TSEC1_OFFSET 0x24000 |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 341 | #define TSEC1_PHY_ADDR 0x1c |
| 342 | #define TSEC1_FLAGS TSEC_GIGABIT |
| 343 | #define TSEC1_PHYIDX 0 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 344 | #endif |
| 345 | |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 346 | #ifdef CONFIG_TSEC2 |
| 347 | #define CONFIG_HAS_ETH1 |
Kim Phillips | 255a3577 | 2007-05-16 16:52:19 -0500 | [diff] [blame] | 348 | #define CONFIG_TSEC2_NAME "TSEC1" |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 349 | #define CONFIG_SYS_TSEC2_OFFSET 0x25000 |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 350 | #define TSEC2_PHY_ADDR 4 |
| 351 | #define TSEC2_FLAGS TSEC_GIGABIT |
| 352 | #define TSEC2_PHYIDX 0 |
| 353 | #endif |
| 354 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 355 | /* Options are: TSEC[0-1] */ |
| 356 | #define CONFIG_ETHPRIME "TSEC1" |
| 357 | |
| 358 | /* |
| 359 | * Configure on-board RTC |
| 360 | */ |
| 361 | #define CONFIG_RTC_DS1337 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 362 | #define CONFIG_SYS_I2C_RTC_ADDR 0x68 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 363 | |
| 364 | /* |
| 365 | * Environment |
| 366 | */ |
Mario Six | 16aaca2 | 2019-01-21 09:17:36 +0100 | [diff] [blame] | 367 | #if !defined(CONFIG_SYS_RAMBOOT) |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 368 | #define CONFIG_ENV_ADDR \ |
| 369 | (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN) |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 370 | #define CONFIG_ENV_SECT_SIZE 0x10000 /* 64K(one sector) for env */ |
| 371 | #define CONFIG_ENV_SIZE 0x2000 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 372 | |
| 373 | /* Address and size of Redundant Environment Sector */ |
| 374 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 375 | #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000) |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 376 | #define CONFIG_ENV_SIZE 0x2000 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 377 | #endif |
| 378 | |
| 379 | #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 380 | #define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 381 | |
Jon Loeliger | 8ea5499 | 2007-07-04 22:30:06 -0500 | [diff] [blame] | 382 | /* |
Jon Loeliger | 079a136 | 2007-07-10 10:12:10 -0500 | [diff] [blame] | 383 | * BOOTP options |
| 384 | */ |
| 385 | #define CONFIG_BOOTP_BOOTFILESIZE |
Jon Loeliger | 079a136 | 2007-07-10 10:12:10 -0500 | [diff] [blame] | 386 | |
Jon Loeliger | 079a136 | 2007-07-10 10:12:10 -0500 | [diff] [blame] | 387 | /* |
Jon Loeliger | 8ea5499 | 2007-07-04 22:30:06 -0500 | [diff] [blame] | 388 | * Command line configuration. |
| 389 | */ |
Jon Loeliger | 8ea5499 | 2007-07-04 22:30:06 -0500 | [diff] [blame] | 390 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 391 | /* |
| 392 | * Miscellaneous configurable options |
| 393 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 394 | #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 395 | #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 396 | |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 397 | /* Boot Argument Buffer Size */ |
| 398 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 399 | |
| 400 | /* |
| 401 | * For booting Linux, the board info and command line data |
Ira W. Snyder | 9f530d5 | 2010-09-10 15:42:32 -0700 | [diff] [blame] | 402 | * have to be in the first 256 MB of memory, since this is |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 403 | * the maximum mapped by the Linux kernel during initialization. |
| 404 | */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 405 | /* Initial Memory map for Linux*/ |
| 406 | #define CONFIG_SYS_BOOTMAPSZ (256 << 20) |
Kevin Hao | 6386527 | 2016-07-08 11:25:15 +0800 | [diff] [blame] | 407 | #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 408 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 409 | #define CONFIG_SYS_RCWH_PCIHOST 0x80000000 /* PCIHOST */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 410 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 411 | #ifdef CONFIG_SYS_66MHZ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 412 | |
| 413 | /* 66MHz IN, 133MHz CSB, 266 DDR, 266 CORE */ |
| 414 | /* 0x62040000 */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 415 | #define CONFIG_SYS_HRCW_LOW (\ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 416 | 0x20000000 /* reserved, must be set */ |\ |
| 417 | HRCWL_DDRCM |\ |
| 418 | HRCWL_LCL_BUS_TO_SCB_CLK_1X1 |\ |
| 419 | HRCWL_DDR_TO_SCB_CLK_2X1 |\ |
| 420 | HRCWL_CSB_TO_CLKIN_2X1 |\ |
| 421 | HRCWL_CORE_TO_CSB_2X1) |
| 422 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 423 | #define CONFIG_SYS_NS16550_CLK (CONFIG_83XX_CLKIN * 2) |
Scott Wood | e4c0950 | 2008-06-30 14:13:28 -0500 | [diff] [blame] | 424 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 425 | #elif defined(CONFIG_SYS_33MHZ) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 426 | |
| 427 | /* 33MHz IN, 165MHz CSB, 330 DDR, 330 CORE */ |
| 428 | /* 0x65040000 */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 429 | #define CONFIG_SYS_HRCW_LOW (\ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 430 | 0x20000000 /* reserved, must be set */ |\ |
| 431 | HRCWL_DDRCM |\ |
| 432 | HRCWL_LCL_BUS_TO_SCB_CLK_1X1 |\ |
| 433 | HRCWL_DDR_TO_SCB_CLK_2X1 |\ |
| 434 | HRCWL_CSB_TO_CLKIN_5X1 |\ |
| 435 | HRCWL_CORE_TO_CSB_2X1) |
| 436 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 437 | #define CONFIG_SYS_NS16550_CLK (CONFIG_83XX_CLKIN * 5) |
Scott Wood | e4c0950 | 2008-06-30 14:13:28 -0500 | [diff] [blame] | 438 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 439 | #endif |
| 440 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 441 | #define CONFIG_SYS_HRCW_HIGH_BASE (\ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 442 | HRCWH_PCI_HOST |\ |
| 443 | HRCWH_PCI1_ARBITER_ENABLE |\ |
| 444 | HRCWH_CORE_ENABLE |\ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 445 | HRCWH_BOOTSEQ_DISABLE |\ |
| 446 | HRCWH_SW_WATCHDOG_DISABLE |\ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 447 | HRCWH_TSEC1M_IN_RGMII |\ |
| 448 | HRCWH_TSEC2M_IN_RGMII |\ |
Scott Wood | e4c0950 | 2008-06-30 14:13:28 -0500 | [diff] [blame] | 449 | HRCWH_BIG_ENDIAN) |
| 450 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 451 | #define CONFIG_SYS_HRCW_HIGH (CONFIG_SYS_HRCW_HIGH_BASE |\ |
Wolfgang Denk | 4b07080 | 2008-08-14 14:41:06 +0200 | [diff] [blame] | 452 | HRCWH_FROM_0X00000100 |\ |
| 453 | HRCWH_ROM_LOC_LOCAL_16BIT |\ |
| 454 | HRCWH_RL_EXT_LEGACY) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 455 | |
| 456 | /* System IO Config */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 457 | #define CONFIG_SYS_SICRH (SICRH_TSOBI1 | SICRH_TSOBI2) /* RGMII */ |
Joe Hershberger | 0eaf8f9 | 2011-11-11 15:55:38 -0600 | [diff] [blame] | 458 | /* Enable Internal USB Phy and GPIO on LCD Connector */ |
| 459 | #define CONFIG_SYS_SICRL (SICRL_USBDR_10 | SICRL_LBC) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 460 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 461 | #define CONFIG_SYS_HID0_INIT 0x000000000 |
| 462 | #define CONFIG_SYS_HID0_FINAL (HID0_ENABLE_MACHINE_CHECK | \ |
Kim Phillips | 1a2e203 | 2010-04-20 19:37:54 -0500 | [diff] [blame] | 463 | HID0_ENABLE_INSTRUCTION_CACHE | \ |
| 464 | HID0_ENABLE_DYNAMIC_POWER_MANAGMENT) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 465 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 466 | #define CONFIG_SYS_HID2 HID2_HBE |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 467 | |
Becky Bruce | 31d8267 | 2008-05-08 19:02:12 -0500 | [diff] [blame] | 468 | #define CONFIG_HIGH_BATS 1 /* High BATs supported */ |
| 469 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 470 | /* DDR @ 0x00000000 */ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 471 | #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_RW) |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 472 | #define CONFIG_SYS_IBAT0U (CONFIG_SYS_SDRAM_BASE \ |
| 473 | | BATU_BL_256M \ |
| 474 | | BATU_VS \ |
| 475 | | BATU_VP) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 476 | |
| 477 | /* PCI @ 0x80000000 */ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 478 | #define CONFIG_SYS_IBAT1L (CONFIG_SYS_PCI1_MEM_BASE | BATL_PP_RW) |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 479 | #define CONFIG_SYS_IBAT1U (CONFIG_SYS_PCI1_MEM_BASE \ |
| 480 | | BATU_BL_256M \ |
| 481 | | BATU_VS \ |
| 482 | | BATU_VP) |
| 483 | #define CONFIG_SYS_IBAT2L (CONFIG_SYS_PCI1_MMIO_BASE \ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 484 | | BATL_PP_RW \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 485 | | BATL_CACHEINHIBIT \ |
| 486 | | BATL_GUARDEDSTORAGE) |
| 487 | #define CONFIG_SYS_IBAT2U (CONFIG_SYS_PCI1_MMIO_BASE \ |
| 488 | | BATU_BL_256M \ |
| 489 | | BATU_VS \ |
| 490 | | BATU_VP) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 491 | |
| 492 | /* PCI2 not supported on 8313 */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 493 | #define CONFIG_SYS_IBAT3L (0) |
| 494 | #define CONFIG_SYS_IBAT3U (0) |
| 495 | #define CONFIG_SYS_IBAT4L (0) |
| 496 | #define CONFIG_SYS_IBAT4U (0) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 497 | |
| 498 | /* IMMRBAR @ 0xE0000000, PCI IO @ 0xE2000000 & BCSR @ 0xE2400000 */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 499 | #define CONFIG_SYS_IBAT5L (CONFIG_SYS_IMMR \ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 500 | | BATL_PP_RW \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 501 | | BATL_CACHEINHIBIT \ |
| 502 | | BATL_GUARDEDSTORAGE) |
| 503 | #define CONFIG_SYS_IBAT5U (CONFIG_SYS_IMMR \ |
| 504 | | BATU_BL_256M \ |
| 505 | | BATU_VS \ |
| 506 | | BATU_VP) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 507 | |
| 508 | /* SDRAM @ 0xF0000000, stack in DCACHE 0xFDF00000 & FLASH @ 0xFE000000 */ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 509 | #define CONFIG_SYS_IBAT6L (0xF0000000 | BATL_PP_RW | BATL_GUARDEDSTORAGE) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 510 | #define CONFIG_SYS_IBAT6U (0xF0000000 | BATU_BL_256M | BATU_VS | BATU_VP) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 511 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 512 | #define CONFIG_SYS_IBAT7L (0) |
| 513 | #define CONFIG_SYS_IBAT7U (0) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 514 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 515 | #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L |
| 516 | #define CONFIG_SYS_DBAT0U CONFIG_SYS_IBAT0U |
| 517 | #define CONFIG_SYS_DBAT1L CONFIG_SYS_IBAT1L |
| 518 | #define CONFIG_SYS_DBAT1U CONFIG_SYS_IBAT1U |
| 519 | #define CONFIG_SYS_DBAT2L CONFIG_SYS_IBAT2L |
| 520 | #define CONFIG_SYS_DBAT2U CONFIG_SYS_IBAT2U |
| 521 | #define CONFIG_SYS_DBAT3L CONFIG_SYS_IBAT3L |
| 522 | #define CONFIG_SYS_DBAT3U CONFIG_SYS_IBAT3U |
| 523 | #define CONFIG_SYS_DBAT4L CONFIG_SYS_IBAT4L |
| 524 | #define CONFIG_SYS_DBAT4U CONFIG_SYS_IBAT4U |
| 525 | #define CONFIG_SYS_DBAT5L CONFIG_SYS_IBAT5L |
| 526 | #define CONFIG_SYS_DBAT5U CONFIG_SYS_IBAT5U |
| 527 | #define CONFIG_SYS_DBAT6L CONFIG_SYS_IBAT6L |
| 528 | #define CONFIG_SYS_DBAT6U CONFIG_SYS_IBAT6U |
| 529 | #define CONFIG_SYS_DBAT7L CONFIG_SYS_IBAT7L |
| 530 | #define CONFIG_SYS_DBAT7U CONFIG_SYS_IBAT7U |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 531 | |
| 532 | /* |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 533 | * Environment Configuration |
| 534 | */ |
| 535 | #define CONFIG_ENV_OVERWRITE |
| 536 | |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 537 | #define CONFIG_NETDEV "eth1" |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 538 | |
Mario Six | 5bc0543 | 2018-03-28 14:38:20 +0200 | [diff] [blame] | 539 | #define CONFIG_HOSTNAME "mpc8313erdb" |
Joe Hershberger | 8b3637c | 2011-10-13 13:03:47 +0000 | [diff] [blame] | 540 | #define CONFIG_ROOTPATH "/nfs/root/path" |
Joe Hershberger | b3f44c2 | 2011-10-13 13:03:48 +0000 | [diff] [blame] | 541 | #define CONFIG_BOOTFILE "uImage" |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 542 | /* U-Boot image on TFTP server */ |
| 543 | #define CONFIG_UBOOTPATH "u-boot.bin" |
| 544 | #define CONFIG_FDTFILE "mpc8313erdb.dtb" |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 545 | |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 546 | /* default location for tftp and bootm */ |
| 547 | #define CONFIG_LOADADDR 800000 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 548 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 549 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 550 | "netdev=" CONFIG_NETDEV "\0" \ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 551 | "ethprime=TSEC1\0" \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 552 | "uboot=" CONFIG_UBOOTPATH "\0" \ |
Wolfgang Denk | 53677ef | 2008-05-20 16:00:29 +0200 | [diff] [blame] | 553 | "tftpflash=tftpboot $loadaddr $uboot; " \ |
Marek Vasut | 5368c55 | 2012-09-23 17:41:24 +0200 | [diff] [blame] | 554 | "protect off " __stringify(CONFIG_SYS_TEXT_BASE) \ |
| 555 | " +$filesize; " \ |
| 556 | "erase " __stringify(CONFIG_SYS_TEXT_BASE) \ |
| 557 | " +$filesize; " \ |
| 558 | "cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \ |
| 559 | " $filesize; " \ |
| 560 | "protect on " __stringify(CONFIG_SYS_TEXT_BASE) \ |
| 561 | " +$filesize; " \ |
| 562 | "cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \ |
| 563 | " $filesize\0" \ |
Kim Phillips | 79f516b | 2009-08-21 16:34:38 -0500 | [diff] [blame] | 564 | "fdtaddr=780000\0" \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 565 | "fdtfile=" CONFIG_FDTFILE "\0" \ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 566 | "console=ttyS0\0" \ |
| 567 | "setbootargs=setenv bootargs " \ |
| 568 | "root=$rootdev rw console=$console,$baudrate $othbootargs\0" \ |
Wolfgang Denk | 53677ef | 2008-05-20 16:00:29 +0200 | [diff] [blame] | 569 | "setipargs=setenv bootargs nfsroot=$serverip:$rootpath " \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 570 | "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:"\ |
| 571 | "$netdev:off " \ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 572 | "root=$rootdev rw console=$console,$baudrate $othbootargs\0" |
| 573 | |
| 574 | #define CONFIG_NFSBOOTCOMMAND \ |
| 575 | "setenv rootdev /dev/nfs;" \ |
Wolfgang Denk | 53677ef | 2008-05-20 16:00:29 +0200 | [diff] [blame] | 576 | "run setbootargs;" \ |
| 577 | "run setipargs;" \ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 578 | "tftp $loadaddr $bootfile;" \ |
| 579 | "tftp $fdtaddr $fdtfile;" \ |
| 580 | "bootm $loadaddr - $fdtaddr" |
| 581 | |
| 582 | #define CONFIG_RAMBOOTCOMMAND \ |
| 583 | "setenv rootdev /dev/ram;" \ |
| 584 | "run setbootargs;" \ |
| 585 | "tftp $ramdiskaddr $ramdiskfile;" \ |
| 586 | "tftp $loadaddr $bootfile;" \ |
| 587 | "tftp $fdtaddr $fdtfile;" \ |
| 588 | "bootm $loadaddr $ramdiskaddr $fdtaddr" |
| 589 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 590 | #endif /* __CONFIG_H */ |