Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) Freescale Semiconductor, Inc. 2006. |
| 3 | * |
| 4 | * (C) Copyright 2010 |
| 5 | * Heiko Schocher, DENX Software Engineering, hs@denx.de. |
| 6 | * |
Wolfgang Denk | 3765b3e | 2013-10-07 13:07:26 +0200 | [diff] [blame] | 7 | * SPDX-License-Identifier: GPL-2.0+ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 8 | */ |
| 9 | /* |
| 10 | * ve8313 board configuration file |
| 11 | */ |
| 12 | |
| 13 | #ifndef __CONFIG_H |
| 14 | #define __CONFIG_H |
| 15 | |
| 16 | /* |
| 17 | * High Level Configuration Options |
| 18 | */ |
| 19 | #define CONFIG_E300 1 |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 20 | #define CONFIG_MPC831x 1 |
| 21 | #define CONFIG_MPC8313 1 |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 22 | |
Gabor Juhos | 842033e | 2013-05-30 07:06:12 +0000 | [diff] [blame] | 23 | #define CONFIG_PCI_INDIRECT_BRIDGE 1 |
Kumar Gala | a2243b8 | 2010-08-19 01:48:14 -0500 | [diff] [blame] | 24 | #define CONFIG_FSL_ELBC 1 |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 25 | |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 26 | /* |
| 27 | * On-board devices |
| 28 | * |
| 29 | */ |
| 30 | #define CONFIG_83XX_CLKIN 32000000 /* in Hz */ |
| 31 | |
| 32 | #define CONFIG_SYS_CLK_FREQ CONFIG_83XX_CLKIN |
| 33 | |
| 34 | #define CONFIG_SYS_IMMR 0xE0000000 |
| 35 | |
| 36 | #define CONFIG_SYS_MEMTEST_START 0x00001000 |
| 37 | #define CONFIG_SYS_MEMTEST_END 0x07000000 |
| 38 | |
| 39 | #define CONFIG_SYS_ACR_PIPE_DEP 3 /* Arbiter pipeline depth */ |
| 40 | #define CONFIG_SYS_ACR_RPTCNT 3 /* Arbiter repeat count */ |
| 41 | |
| 42 | /* |
| 43 | * Device configurations |
| 44 | */ |
| 45 | |
| 46 | /* |
| 47 | * DDR Setup |
| 48 | */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 49 | #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 50 | #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE |
| 51 | #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE |
| 52 | |
| 53 | /* |
| 54 | * Manually set up DDR parameters, as this board does not |
| 55 | * have the SPD connected to I2C. |
| 56 | */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 57 | #define CONFIG_SYS_DDR_SIZE 128 /* MB */ |
Joe Hershberger | 2e651b2 | 2011-10-11 23:57:31 -0500 | [diff] [blame] | 58 | #define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN \ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 59 | | CSCONFIG_AP \ |
Joe Hershberger | 2fef402 | 2011-10-11 23:57:29 -0500 | [diff] [blame] | 60 | | CSCONFIG_ODT_RD_NEVER \ |
| 61 | | CSCONFIG_ODT_WR_ALL \ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 62 | | CSCONFIG_ROW_BIT_13 \ |
| 63 | | CSCONFIG_COL_BIT_10) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 64 | /* 0x80840102 */ |
| 65 | |
| 66 | #define CONFIG_SYS_DDR_TIMING_3 0x00000000 |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 67 | #define CONFIG_SYS_DDR_TIMING_0 ((0 << TIMING_CFG0_RWT_SHIFT) \ |
| 68 | | (0 << TIMING_CFG0_WRT_SHIFT) \ |
| 69 | | (3 << TIMING_CFG0_RRT_SHIFT) \ |
| 70 | | (2 << TIMING_CFG0_WWT_SHIFT) \ |
| 71 | | (7 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) \ |
| 72 | | (2 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) \ |
| 73 | | (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) \ |
| 74 | | (2 << TIMING_CFG0_MRS_CYC_SHIFT)) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 75 | /* 0x0e720802 */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 76 | #define CONFIG_SYS_DDR_TIMING_1 ((2 << TIMING_CFG1_PRETOACT_SHIFT) \ |
| 77 | | (6 << TIMING_CFG1_ACTTOPRE_SHIFT) \ |
| 78 | | (2 << TIMING_CFG1_ACTTORW_SHIFT) \ |
| 79 | | (5 << TIMING_CFG1_CASLAT_SHIFT) \ |
| 80 | | (6 << TIMING_CFG1_REFREC_SHIFT) \ |
| 81 | | (2 << TIMING_CFG1_WRREC_SHIFT) \ |
| 82 | | (2 << TIMING_CFG1_ACTTOACT_SHIFT) \ |
| 83 | | (2 << TIMING_CFG1_WRTORD_SHIFT)) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 84 | /* 0x26256222 */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 85 | #define CONFIG_SYS_DDR_TIMING_2 ((0 << TIMING_CFG2_ADD_LAT_SHIFT) \ |
| 86 | | (5 << TIMING_CFG2_CPO_SHIFT) \ |
| 87 | | (2 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) \ |
| 88 | | (1 << TIMING_CFG2_RD_TO_PRE_SHIFT) \ |
| 89 | | (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) \ |
| 90 | | (3 << TIMING_CFG2_CKE_PLS_SHIFT) \ |
| 91 | | (7 << TIMING_CFG2_FOUR_ACT_SHIFT)) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 92 | /* 0x029028c7 */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 93 | #define CONFIG_SYS_DDR_INTERVAL ((0x320 << SDRAM_INTERVAL_REFINT_SHIFT) \ |
| 94 | | (0x2000 << SDRAM_INTERVAL_BSTOPRE_SHIFT)) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 95 | /* 0x03202000 */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 96 | #define CONFIG_SYS_SDRAM_CFG (SDRAM_CFG_SREN \ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 97 | | SDRAM_CFG_SDRAM_TYPE_DDR2 \ |
Joe Hershberger | 2fef402 | 2011-10-11 23:57:29 -0500 | [diff] [blame] | 98 | | SDRAM_CFG_DBW_32) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 99 | /* 0x43080000 */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 100 | #define CONFIG_SYS_SDRAM_CFG2 0x00401000 |
| 101 | #define CONFIG_SYS_DDR_MODE ((0x4440 << SDRAM_MODE_ESD_SHIFT) \ |
| 102 | | (0x0232 << SDRAM_MODE_SD_SHIFT)) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 103 | /* 0x44400232 */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 104 | #define CONFIG_SYS_DDR_MODE_2 0x8000C000 |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 105 | |
| 106 | #define CONFIG_SYS_DDR_CLK_CNTL DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05 |
| 107 | /*0x02000000*/ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 108 | #define CONFIG_SYS_DDRCDR_VALUE (DDRCDR_EN \ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 109 | | DDRCDR_PZ_NOMZ \ |
| 110 | | DDRCDR_NZ_NOMZ \ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 111 | | DDRCDR_M_ODR) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 112 | /* 0x73000002 */ |
| 113 | |
| 114 | /* |
| 115 | * FLASH on the Local Bus |
| 116 | */ |
| 117 | #define CONFIG_SYS_FLASH_CFI /* use the Common Flash Interface */ |
| 118 | #define CONFIG_FLASH_CFI_DRIVER /* use the CFI driver */ |
| 119 | #define CONFIG_SYS_FLASH_BASE 0xFE000000 |
| 120 | #define CONFIG_SYS_FLASH_SIZE 32 /* size in MB */ |
| 121 | #define CONFIG_SYS_FLASH_EMPTY_INFO /* display empty sectors */ |
| 122 | #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE /* buffer up multiple bytes */ |
| 123 | |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 124 | #define CONFIG_SYS_NOR_BR_PRELIM (CONFIG_SYS_FLASH_BASE \ |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 125 | | BR_PS_16 /* 16 bit */ \ |
| 126 | | BR_MS_GPCM /* MSEL = GPCM */ \ |
| 127 | | BR_V) /* valid */ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 128 | #define CONFIG_SYS_NOR_OR_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 129 | | OR_GPCM_CSNT \ |
| 130 | | OR_GPCM_ACS_DIV4 \ |
| 131 | | OR_GPCM_SCY_5 \ |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 132 | | OR_GPCM_TRLX_SET \ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 133 | | OR_GPCM_EAD) |
| 134 | /* 0xfe000c55 */ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 135 | |
| 136 | #define CONFIG_SYS_LBLAWBAR0_PRELIM CONFIG_SYS_FLASH_BASE |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 137 | #define CONFIG_SYS_LBLAWAR0_PRELIM (LBLAWAR_EN | LBLAWAR_32MB) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 138 | |
| 139 | #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */ |
| 140 | #define CONFIG_SYS_MAX_FLASH_SECT 256 /* sectors per dev */ |
| 141 | |
| 142 | #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */ |
| 143 | #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */ |
| 144 | |
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 145 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 146 | |
| 147 | #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) |
| 148 | #define CONFIG_SYS_RAMBOOT |
| 149 | #endif |
| 150 | |
| 151 | #define CONFIG_SYS_INIT_RAM_LOCK 1 |
| 152 | #define CONFIG_SYS_INIT_RAM_ADDR 0xFD000000 /* Initial RAM address */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 153 | #define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM*/ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 154 | |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 155 | #define CONFIG_SYS_GBL_DATA_OFFSET \ |
| 156 | (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 157 | #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET |
| 158 | |
| 159 | /* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */ |
| 160 | #define CONFIG_SYS_MONITOR_LEN (384 * 1024) |
| 161 | #define CONFIG_SYS_MALLOC_LEN (512 * 1024) |
| 162 | |
| 163 | /* |
| 164 | * Local Bus LCRR and LBCR regs |
| 165 | */ |
| 166 | #define CONFIG_SYS_LCRR_EADC LCRR_EADC_3 |
| 167 | #define CONFIG_SYS_LCRR_CLKDIV LCRR_CLKDIV_2 |
| 168 | |
| 169 | #define CONFIG_SYS_LBC_LBCR 0x00040000 |
| 170 | |
| 171 | #define CONFIG_SYS_LBC_MRTPR 0x20000000 |
| 172 | |
| 173 | /* |
| 174 | * NAND settings |
| 175 | */ |
| 176 | #define CONFIG_SYS_NAND_BASE 0x61000000 |
| 177 | #define CONFIG_SYS_MAX_NAND_DEVICE 1 |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 178 | #define CONFIG_NAND_FSL_ELBC 1 |
| 179 | #define CONFIG_SYS_NAND_BLOCK_SIZE 16384 |
| 180 | |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 181 | #define CONFIG_SYS_NAND_BR_PRELIM (CONFIG_SYS_NAND_BASE \ |
| 182 | | BR_PS_8 \ |
| 183 | | BR_DECC_CHK_GEN \ |
| 184 | | BR_MS_FCM \ |
| 185 | | BR_V) /* valid */ |
| 186 | /* 0x61000c21 */ |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 187 | #define CONFIG_SYS_NAND_OR_PRELIM (OR_AM_32KB \ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 188 | | OR_FCM_BCTLD \ |
| 189 | | OR_FCM_CHT \ |
| 190 | | OR_FCM_SCY_2 \ |
| 191 | | OR_FCM_RST \ |
| 192 | | OR_FCM_TRLX) |
| 193 | /* 0xffff90ac */ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 194 | |
| 195 | #define CONFIG_SYS_BR0_PRELIM CONFIG_SYS_NOR_BR_PRELIM |
| 196 | #define CONFIG_SYS_OR0_PRELIM CONFIG_SYS_NOR_OR_PRELIM |
| 197 | #define CONFIG_SYS_BR1_PRELIM CONFIG_SYS_NAND_BR_PRELIM |
| 198 | #define CONFIG_SYS_OR1_PRELIM CONFIG_SYS_NAND_OR_PRELIM |
| 199 | |
| 200 | #define CONFIG_SYS_LBLAWBAR1_PRELIM CONFIG_SYS_NAND_BASE |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 201 | #define CONFIG_SYS_LBLAWAR1_PRELIM (LBLAWAR_EN | LBLAWAR_32KB) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 202 | |
| 203 | #define CONFIG_SYS_NAND_LBLAWBAR_PRELIM CONFIG_SYS_LBLAWBAR1_PRELIM |
| 204 | #define CONFIG_SYS_NAND_LBLAWAR_PRELIM CONFIG_SYS_LBLAWAR1_PRELIM |
| 205 | |
| 206 | /* CS2 NvRAM */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 207 | #define CONFIG_SYS_BR2_PRELIM (0x60000000 \ |
| 208 | | BR_PS_8 \ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 209 | | BR_V) |
| 210 | /* 0x60000801 */ |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 211 | #define CONFIG_SYS_OR2_PRELIM (OR_AM_128KB \ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 212 | | OR_GPCM_CSNT \ |
| 213 | | OR_GPCM_XACS \ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 214 | | OR_GPCM_SCY_3 \ |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 215 | | OR_GPCM_TRLX_SET \ |
| 216 | | OR_GPCM_EHTR_SET \ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 217 | | OR_GPCM_EAD) |
| 218 | /* 0xfffe0937 */ |
| 219 | /* local bus read write buffer mapping SRAM@0x64000000 */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 220 | #define CONFIG_SYS_BR3_PRELIM (0x62000000 \ |
| 221 | | BR_PS_16 \ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 222 | | BR_V) |
| 223 | /* 0x62001001 */ |
| 224 | |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 225 | #define CONFIG_SYS_OR3_PRELIM (OR_AM_32MB \ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 226 | | OR_GPCM_CSNT \ |
| 227 | | OR_GPCM_XACS \ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 228 | | OR_GPCM_SCY_15 \ |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 229 | | OR_GPCM_TRLX_SET \ |
| 230 | | OR_GPCM_EHTR_SET \ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 231 | | OR_GPCM_EAD) |
| 232 | /* 0xfe0009f7 */ |
| 233 | |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 234 | /* |
| 235 | * Serial Port |
| 236 | */ |
| 237 | #define CONFIG_CONS_INDEX 1 |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 238 | #define CONFIG_SYS_NS16550_SERIAL |
| 239 | #define CONFIG_SYS_NS16550_REG_SIZE 1 |
| 240 | #define CONFIG_SYS_NS16550_CLK get_bus_freq(0) |
| 241 | |
| 242 | #define CONFIG_SYS_BAUDRATE_TABLE \ |
| 243 | {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200} |
| 244 | |
| 245 | #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500) |
| 246 | #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600) |
| 247 | |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 248 | #if defined(CONFIG_PCI) |
| 249 | /* |
| 250 | * General PCI |
| 251 | * Addresses are mapped 1-1. |
| 252 | */ |
| 253 | #define CONFIG_SYS_PCI1_MEM_BASE 0x80000000 |
| 254 | #define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE |
| 255 | #define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */ |
| 256 | #define CONFIG_SYS_PCI1_MMIO_BASE 0x90000000 |
| 257 | #define CONFIG_SYS_PCI1_MMIO_PHYS CONFIG_SYS_PCI1_MMIO_BASE |
| 258 | #define CONFIG_SYS_PCI1_MMIO_SIZE 0x10000000 /* 256M */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 259 | #define CONFIG_SYS_PCI1_IO_BASE 0x00000000 |
| 260 | #define CONFIG_SYS_PCI1_IO_PHYS 0xE2000000 |
| 261 | #define CONFIG_SYS_PCI1_IO_SIZE 0x00100000 /* 1M */ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 262 | |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 263 | #define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1957 /* Freescale */ |
| 264 | #endif |
| 265 | |
| 266 | /* |
| 267 | * TSEC |
| 268 | */ |
| 269 | #define CONFIG_TSEC_ENET /* TSEC ethernet support */ |
| 270 | |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 271 | #define CONFIG_TSEC1 |
| 272 | #ifdef CONFIG_TSEC1 |
| 273 | #define CONFIG_HAS_ETH0 |
| 274 | #define CONFIG_TSEC1_NAME "TSEC1" |
| 275 | #define CONFIG_SYS_TSEC1_OFFSET 0x24000 |
| 276 | #define TSEC1_PHY_ADDR 0x01 |
| 277 | #define TSEC1_FLAGS 0 |
| 278 | #define TSEC1_PHYIDX 0 |
| 279 | #endif |
| 280 | |
| 281 | /* Options are: TSEC[0-1] */ |
| 282 | #define CONFIG_ETHPRIME "TSEC1" |
| 283 | |
| 284 | /* |
| 285 | * Environment |
| 286 | */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 287 | #define CONFIG_ENV_ADDR \ |
| 288 | (CONFIG_SYS_FLASH_BASE + CONFIG_SYS_MONITOR_LEN) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 289 | #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K(one sector) for env */ |
| 290 | #define CONFIG_ENV_SIZE 0x4000 |
| 291 | /* Address and size of Redundant Environment Sector */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 292 | #define CONFIG_ENV_OFFSET_REDUND \ |
| 293 | (CONFIG_ENV_OFFSET + CONFIG_ENV_SECT_SIZE) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 294 | #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE) |
| 295 | |
| 296 | #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */ |
| 297 | #define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */ |
| 298 | |
| 299 | /* |
| 300 | * BOOTP options |
| 301 | */ |
| 302 | #define CONFIG_BOOTP_BOOTFILESIZE |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 303 | |
| 304 | /* |
| 305 | * Command line configuration. |
| 306 | */ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 307 | |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 308 | /* |
| 309 | * Miscellaneous configurable options |
| 310 | */ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 311 | #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 312 | #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ |
| 313 | |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 314 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot arg Buffer size */ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 315 | |
| 316 | /* |
| 317 | * For booting Linux, the board info and command line data |
Ira W. Snyder | 9f530d5 | 2010-09-10 15:42:32 -0700 | [diff] [blame] | 318 | * have to be in the first 256 MB of memory, since this is |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 319 | * the maximum mapped by the Linux kernel during initialization. |
| 320 | */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 321 | /* Initial Memory map for Linux*/ |
| 322 | #define CONFIG_SYS_BOOTMAPSZ (256 << 20) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 323 | |
| 324 | /* 0x64050000 */ |
| 325 | #define CONFIG_SYS_HRCW_LOW (\ |
| 326 | 0x20000000 /* reserved, must be set */ |\ |
| 327 | HRCWL_DDRCM |\ |
| 328 | HRCWL_CSB_TO_CLKIN_4X1 | \ |
| 329 | HRCWL_CORE_TO_CSB_2_5X1) |
| 330 | |
| 331 | /* 0xa0600004 */ |
| 332 | #define CONFIG_SYS_HRCW_HIGH (HRCWH_PCI_HOST | \ |
| 333 | HRCWH_PCI_ARBITER_ENABLE | \ |
| 334 | HRCWH_CORE_ENABLE | \ |
| 335 | HRCWH_FROM_0X00000100 | \ |
| 336 | HRCWH_BOOTSEQ_DISABLE |\ |
| 337 | HRCWH_SW_WATCHDOG_DISABLE |\ |
| 338 | HRCWH_ROM_LOC_LOCAL_16BIT | \ |
| 339 | HRCWH_TSEC1M_IN_MII | \ |
| 340 | HRCWH_BIG_ENDIAN | \ |
| 341 | HRCWH_LALE_EARLY) |
| 342 | |
| 343 | /* System IO Config */ |
| 344 | #define CONFIG_SYS_SICRH (0x01000000 | \ |
| 345 | SICRH_ETSEC2_B | \ |
| 346 | SICRH_ETSEC2_C | \ |
| 347 | SICRH_ETSEC2_D | \ |
| 348 | SICRH_ETSEC2_E | \ |
| 349 | SICRH_ETSEC2_F | \ |
| 350 | SICRH_ETSEC2_G | \ |
| 351 | SICRH_TSOBI1 | \ |
| 352 | SICRH_TSOBI2) |
| 353 | /* 0x010fff03 */ |
| 354 | #define CONFIG_SYS_SICRL (SICRL_LBC | \ |
| 355 | SICRL_SPI_A | \ |
| 356 | SICRL_SPI_B | \ |
| 357 | SICRL_SPI_C | \ |
| 358 | SICRL_SPI_D | \ |
| 359 | SICRL_ETSEC2_A) |
| 360 | /* 0x33fc0003) */ |
| 361 | |
| 362 | #define CONFIG_SYS_HID0_INIT 0x000000000 |
| 363 | #define CONFIG_SYS_HID0_FINAL (HID0_ENABLE_MACHINE_CHECK | \ |
| 364 | HID0_ENABLE_INSTRUCTION_CACHE) |
| 365 | |
| 366 | #define CONFIG_SYS_HID2 HID2_HBE |
| 367 | |
| 368 | #define CONFIG_HIGH_BATS 1 /* High BATs supported */ |
| 369 | |
| 370 | /* DDR @ 0x00000000 */ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 371 | #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_RW) |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 372 | #define CONFIG_SYS_IBAT0U (CONFIG_SYS_SDRAM_BASE \ |
| 373 | | BATU_BL_256M \ |
| 374 | | BATU_VS \ |
| 375 | | BATU_VP) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 376 | |
| 377 | #if defined(CONFIG_PCI) |
| 378 | /* PCI @ 0x80000000 */ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 379 | #define CONFIG_SYS_IBAT1L (CONFIG_SYS_PCI1_MEM_BASE | BATL_PP_RW) |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 380 | #define CONFIG_SYS_IBAT1U (CONFIG_SYS_PCI1_MEM_BASE \ |
| 381 | | BATU_BL_256M \ |
| 382 | | BATU_VS \ |
| 383 | | BATU_VP) |
| 384 | #define CONFIG_SYS_IBAT2L (CONFIG_SYS_PCI1_MMIO_BASE \ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 385 | | BATL_PP_RW \ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 386 | | BATL_CACHEINHIBIT \ |
| 387 | | BATL_GUARDEDSTORAGE) |
| 388 | #define CONFIG_SYS_IBAT2U (CONFIG_SYS_PCI1_MMIO_BASE \ |
| 389 | | BATU_BL_256M \ |
| 390 | | BATU_VS \ |
| 391 | | BATU_VP) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 392 | #else |
| 393 | #define CONFIG_SYS_IBAT1L (0) |
| 394 | #define CONFIG_SYS_IBAT1U (0) |
| 395 | #define CONFIG_SYS_IBAT2L (0) |
| 396 | #define CONFIG_SYS_IBAT2U (0) |
| 397 | #endif |
| 398 | |
| 399 | /* PCI2 not supported on 8313 */ |
| 400 | #define CONFIG_SYS_IBAT3L (0) |
| 401 | #define CONFIG_SYS_IBAT3U (0) |
| 402 | #define CONFIG_SYS_IBAT4L (0) |
| 403 | #define CONFIG_SYS_IBAT4U (0) |
| 404 | |
| 405 | /* IMMRBAR @ 0xE0000000, PCI IO @ 0xE2000000 & BCSR @ 0xE2400000 */ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 406 | #define CONFIG_SYS_IBAT5L (CONFIG_SYS_IMMR \ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 407 | | BATL_PP_RW \ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 408 | | BATL_CACHEINHIBIT \ |
| 409 | | BATL_GUARDEDSTORAGE) |
| 410 | #define CONFIG_SYS_IBAT5U (CONFIG_SYS_IMMR \ |
| 411 | | BATU_BL_256M \ |
| 412 | | BATU_VS \ |
| 413 | | BATU_VP) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 414 | |
| 415 | /* stack in DCACHE 0xFDF00000 & FLASH @ 0xFE000000 */ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 416 | #define CONFIG_SYS_IBAT6L (0xF0000000 | BATL_PP_RW | BATL_GUARDEDSTORAGE) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 417 | #define CONFIG_SYS_IBAT6U (0xF0000000 | BATU_BL_256M | BATU_VS | BATU_VP) |
| 418 | |
| 419 | /* FPGA, SRAM, NAND @ 0x60000000 */ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 420 | #define CONFIG_SYS_IBAT7L (0x60000000 | BATL_PP_RW | BATL_GUARDEDSTORAGE) |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 421 | #define CONFIG_SYS_IBAT7U (0x60000000 | BATU_BL_256M | BATU_VS | BATU_VP) |
| 422 | |
| 423 | #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L |
| 424 | #define CONFIG_SYS_DBAT0U CONFIG_SYS_IBAT0U |
| 425 | #define CONFIG_SYS_DBAT1L CONFIG_SYS_IBAT1L |
| 426 | #define CONFIG_SYS_DBAT1U CONFIG_SYS_IBAT1U |
| 427 | #define CONFIG_SYS_DBAT2L CONFIG_SYS_IBAT2L |
| 428 | #define CONFIG_SYS_DBAT2U CONFIG_SYS_IBAT2U |
| 429 | #define CONFIG_SYS_DBAT3L CONFIG_SYS_IBAT3L |
| 430 | #define CONFIG_SYS_DBAT3U CONFIG_SYS_IBAT3U |
| 431 | #define CONFIG_SYS_DBAT4L CONFIG_SYS_IBAT4L |
| 432 | #define CONFIG_SYS_DBAT4U CONFIG_SYS_IBAT4U |
| 433 | #define CONFIG_SYS_DBAT5L CONFIG_SYS_IBAT5L |
| 434 | #define CONFIG_SYS_DBAT5U CONFIG_SYS_IBAT5U |
| 435 | #define CONFIG_SYS_DBAT6L CONFIG_SYS_IBAT6L |
| 436 | #define CONFIG_SYS_DBAT6U CONFIG_SYS_IBAT6U |
| 437 | #define CONFIG_SYS_DBAT7L CONFIG_SYS_IBAT7L |
| 438 | #define CONFIG_SYS_DBAT7U CONFIG_SYS_IBAT7U |
| 439 | |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 440 | #define CONFIG_NETDEV eth0 |
| 441 | |
| 442 | #define CONFIG_HOSTNAME ve8313 |
| 443 | #define CONFIG_UBOOTPATH ve8313/u-boot.bin |
| 444 | |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 445 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Marek Vasut | 5368c55 | 2012-09-23 17:41:24 +0200 | [diff] [blame] | 446 | "netdev=" __stringify(CONFIG_NETDEV) "\0" \ |
| 447 | "ethprime=" __stringify(CONFIG_TSEC1_NAME) "\0" \ |
| 448 | "u-boot=" __stringify(CONFIG_UBOOTPATH) "\0" \ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 449 | "u-boot_addr_r=100000\0" \ |
| 450 | "load=tftp ${u-boot_addr_r} ${u-boot}\0" \ |
Marek Vasut | 5368c55 | 2012-09-23 17:41:24 +0200 | [diff] [blame] | 451 | "update=protect off " __stringify(CONFIG_SYS_FLASH_BASE) \ |
| 452 | " +${filesize};" \ |
| 453 | "erase " __stringify(CONFIG_SYS_FLASH_BASE) " +${filesize};" \ |
| 454 | "cp.b ${u-boot_addr_r} " __stringify(CONFIG_SYS_FLASH_BASE) \ |
Joe Hershberger | be29fa7 | 2011-10-11 23:57:26 -0500 | [diff] [blame] | 455 | " ${filesize};" \ |
Marek Vasut | 5368c55 | 2012-09-23 17:41:24 +0200 | [diff] [blame] | 456 | "protect on " __stringify(CONFIG_SYS_FLASH_BASE) " +${filesize}\0" \ |
Heiko Schocher | 4e43b2e | 2010-07-07 12:26:34 +0200 | [diff] [blame] | 457 | |
| 458 | #endif /* __CONFIG_H */ |