Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2006 Freescale Semiconductor, Inc. |
| 3 | * Dave Liu <daveliu@freescale.com> |
| 4 | * |
| 5 | * Copyright (C) 2007 Logic Product Development, Inc. |
| 6 | * Peter Barada <peterb@logicpd.com> |
| 7 | * |
| 8 | * Copyright (C) 2007 MontaVista Software, Inc. |
| 9 | * Anton Vorontsov <avorontsov@ru.mvista.com> |
| 10 | * |
| 11 | * (C) Copyright 2008 |
| 12 | * Heiko Schocher, DENX Software Engineering, hs@denx.de. |
| 13 | * |
| 14 | * This program is free software; you can redistribute it and/or |
| 15 | * modify it under the terms of the GNU General Public License as |
| 16 | * published by the Free Software Foundation; either version 2 of |
| 17 | * the License, or (at your option) any later version. |
| 18 | */ |
| 19 | |
| 20 | #ifndef __CONFIG_H |
| 21 | #define __CONFIG_H |
| 22 | |
| 23 | /* |
| 24 | * High Level Configuration Options |
| 25 | */ |
| 26 | #define CONFIG_E300 1 /* E300 family */ |
| 27 | #define CONFIG_QE 1 /* Has QE */ |
Peter Tyser | 0f89860 | 2009-05-22 17:23:24 -0500 | [diff] [blame] | 28 | #define CONFIG_MPC83xx 1 /* MPC83xx family */ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 29 | #define CONFIG_MPC8360 1 /* MPC8360 CPU specific */ |
| 30 | #define CONFIG_KMETER1 1 /* KMETER1 board specific */ |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 31 | #define CONFIG_HOSTNAME kmeter1 |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 32 | |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 33 | /* include common defines/options for all Keymile boards */ |
| 34 | #include "keymile-common.h" |
| 35 | |
Heiko Schocher | 19f0e93 | 2009-02-24 11:30:34 +0100 | [diff] [blame] | 36 | #define CONFIG_MISC_INIT_R 1 |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 37 | /* |
| 38 | * System Clock Setup |
| 39 | */ |
| 40 | #define CONFIG_83XX_CLKIN 66000000 |
| 41 | #define CONFIG_SYS_CLK_FREQ 66000000 |
| 42 | #define CONFIG_83XX_PCICLK 66000000 |
| 43 | |
| 44 | /* |
| 45 | * Hardware Reset Configuration Word |
| 46 | */ |
| 47 | #define CONFIG_SYS_HRCW_LOW (\ |
| 48 | HRCWL_CSB_TO_CLKIN_4X1 | \ |
| 49 | HRCWL_CORE_TO_CSB_2X1 | \ |
| 50 | HRCWL_CE_PLL_VCO_DIV_2 | \ |
| 51 | HRCWL_CE_TO_PLL_1X6 ) |
| 52 | |
| 53 | #define CONFIG_SYS_HRCW_HIGH (\ |
| 54 | HRCWH_CORE_ENABLE | \ |
| 55 | HRCWH_FROM_0X00000100 | \ |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 56 | HRCWH_BOOTSEQ_DISABLE | \ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 57 | HRCWH_SW_WATCHDOG_DISABLE | \ |
| 58 | HRCWH_ROM_LOC_LOCAL_16BIT | \ |
| 59 | HRCWH_BIG_ENDIAN | \ |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 60 | HRCWH_LALE_EARLY | \ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 61 | HRCWH_LDP_CLEAR ) |
| 62 | |
| 63 | /* |
| 64 | * System IO Config |
| 65 | */ |
| 66 | #define CONFIG_SYS_SICRH 0x00000006 |
| 67 | #define CONFIG_SYS_SICRL 0x00000000 |
| 68 | |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 69 | /* |
| 70 | * IMMR new address |
| 71 | */ |
| 72 | #define CONFIG_SYS_IMMR 0xE0000000 |
| 73 | |
| 74 | /* |
| 75 | * DDR Setup |
| 76 | */ |
| 77 | #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ |
| 78 | #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE |
| 79 | #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE |
| 80 | #define CONFIG_SYS_DDR_SDRAM_CLK_CNTL (DDR_SDRAM_CLK_CNTL_SS_EN | \ |
| 81 | DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05) |
| 82 | |
| 83 | #define CFG_83XX_DDR_USES_CS0 |
| 84 | |
| 85 | #undef CONFIG_DDR_ECC |
| 86 | |
| 87 | /* |
| 88 | * DDRCDR - DDR Control Driver Register |
| 89 | */ |
| 90 | |
| 91 | #undef CONFIG_SPD_EEPROM /* Do not use SPD EEPROM for DDR setup */ |
| 92 | |
| 93 | /* |
| 94 | * Manually set up DDR parameters |
| 95 | */ |
| 96 | #define CONFIG_DDR_II |
Heiko Schocher | 118cbe3 | 2009-02-24 11:30:40 +0100 | [diff] [blame] | 97 | #define CONFIG_SYS_DDR_SIZE 2048 /* MB */ |
| 98 | #define CONFIG_SYS_DDR_CS0_BNDS 0x0000007f |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 99 | #define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN | CSCONFIG_AP | \ |
| 100 | CSCONFIG_ROW_BIT_13 | \ |
| 101 | CSCONFIG_COL_BIT_10 | CSCONFIG_ODT_WR_ACS) |
| 102 | |
| 103 | #define CONFIG_SYS_DDR_SDRAM_CFG (SDRAM_CFG_SDRAM_TYPE_DDR2 | \ |
| 104 | SDRAM_CFG_SREN) |
| 105 | #define CONFIG_SYS_DDR_SDRAM_CFG2 0x00401000 |
| 106 | #define CONFIG_SYS_DDR_CLK_CNTL (DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05) |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 107 | #define CONFIG_SYS_DDR_INTERVAL ((0x080 << SDRAM_INTERVAL_BSTOPRE_SHIFT) | \ |
| 108 | (0x3cf << SDRAM_INTERVAL_REFINT_SHIFT)) |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 109 | |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 110 | #define CONFIG_SYS_DDRCDR 0x40000001 |
| 111 | #define CONFIG_SYS_DDR_MODE 0x47860452 |
| 112 | #define CONFIG_SYS_DDR_MODE2 0x8080c000 |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 113 | |
| 114 | #define CONFIG_SYS_DDR_TIMING_0 ((2 << TIMING_CFG0_MRS_CYC_SHIFT) | \ |
| 115 | (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) | \ |
| 116 | (6 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) | \ |
| 117 | (2 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) | \ |
| 118 | (0 << TIMING_CFG0_WWT_SHIFT) | \ |
| 119 | (0 << TIMING_CFG0_RRT_SHIFT) | \ |
| 120 | (0 << TIMING_CFG0_WRT_SHIFT) | \ |
| 121 | (0 << TIMING_CFG0_RWT_SHIFT)) |
| 122 | |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 123 | #define CONFIG_SYS_DDR_TIMING_1 (( TIMING_CFG1_CASLAT_50) | \ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 124 | ( 2 << TIMING_CFG1_WRTORD_SHIFT) | \ |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 125 | ( 2 << TIMING_CFG1_ACTTOACT_SHIFT) | \ |
| 126 | ( 3 << TIMING_CFG1_WRREC_SHIFT) | \ |
| 127 | ( 7 << TIMING_CFG1_REFREC_SHIFT) | \ |
| 128 | ( 3 << TIMING_CFG1_ACTTORW_SHIFT) | \ |
| 129 | ( 8 << TIMING_CFG1_ACTTOPRE_SHIFT) | \ |
| 130 | ( 3 << TIMING_CFG1_PRETOACT_SHIFT)) |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 131 | |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 132 | #define CONFIG_SYS_DDR_TIMING_2 ((8 << TIMING_CFG2_FOUR_ACT_SHIFT) | \ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 133 | (3 << TIMING_CFG2_CKE_PLS_SHIFT) | \ |
| 134 | (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) | \ |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 135 | (2 << TIMING_CFG2_RD_TO_PRE_SHIFT) | \ |
| 136 | (4 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) | \ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 137 | (0 << TIMING_CFG2_ADD_LAT_SHIFT) | \ |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 138 | (5 << TIMING_CFG2_CPO_SHIFT)) |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 139 | |
| 140 | #define CONFIG_SYS_DDR_TIMING_3 0x00000000 |
| 141 | |
| 142 | /* |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 143 | * The reserved memory |
| 144 | */ |
| 145 | #define CONFIG_SYS_MONITOR_BASE TEXT_BASE /* start of monitor */ |
| 146 | #define CONFIG_SYS_FLASH_BASE 0xF0000000 |
| 147 | #define CONFIG_SYS_FLASH_BASE_1 0xF2000000 |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 148 | #define CONFIG_SYS_PIGGY_BASE 0xE8000000 |
| 149 | #define CONFIG_SYS_PIGGY_SIZE 128 |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 150 | #define CONFIG_SYS_PAXE_BASE 0xA0000000 |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 151 | #define CONFIG_SYS_PAXE_SIZE 512 |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 152 | |
| 153 | #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) |
| 154 | #define CONFIG_SYS_RAMBOOT |
| 155 | #else |
| 156 | #undef CONFIG_SYS_RAMBOOT |
| 157 | #endif |
| 158 | |
Kim Phillips | 4a9932a | 2009-07-07 18:04:21 -0500 | [diff] [blame] | 159 | #define CONFIG_SYS_MONITOR_LEN (384 * 1024) /* Reserve 384 kB for Mon */ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 160 | |
| 161 | /* |
| 162 | * Initial RAM Base Address Setup |
| 163 | */ |
| 164 | #define CONFIG_SYS_INIT_RAM_LOCK 1 |
| 165 | #define CONFIG_SYS_INIT_RAM_ADDR 0xE6000000 /* Initial RAM address */ |
| 166 | #define CONFIG_SYS_INIT_RAM_END 0x1000 /* End of used area in RAM */ |
| 167 | #define CONFIG_SYS_GBL_DATA_SIZE 0x100 /* num bytes initial data */ |
| 168 | #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_END - CONFIG_SYS_GBL_DATA_SIZE) |
| 169 | |
| 170 | /* |
| 171 | * Local Bus Configuration & Clock Setup |
| 172 | */ |
| 173 | #define CONFIG_SYS_LCRR (LCRR_DBYP | LCRR_EADC_2 | LCRR_CLKDIV_4) |
| 174 | |
| 175 | /* |
| 176 | * Init Local Bus Memory Controller: |
| 177 | * |
| 178 | * Bank Bus Machine PortSz Size Device |
| 179 | * ---- --- ------- ------ ----- ------ |
| 180 | * 0 Local GPCM 16 bit 256MB FLASH |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 181 | * 1 Local GPCM 8 bit 128MB GPIO/PIGGY |
| 182 | * 3 Local GPCM 8 bit 512MB PAXE |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 183 | * |
| 184 | */ |
| 185 | /* |
| 186 | * FLASH on the Local Bus |
| 187 | */ |
| 188 | #define CONFIG_SYS_FLASH_CFI /* use the Common Flash Interface */ |
| 189 | #define CONFIG_FLASH_CFI_DRIVER /* use the CFI driver */ |
| 190 | #define CONFIG_SYS_FLASH_SIZE 256 /* max FLASH size is 256M */ |
| 191 | #define CONFIG_SYS_FLASH_PROTECTION 1 |
| 192 | #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE 1 |
| 193 | |
| 194 | #define CONFIG_SYS_LBLAWBAR0_PRELIM CONFIG_SYS_FLASH_BASE /* Window base at flash base */ |
| 195 | #define CONFIG_SYS_LBLAWAR0_PRELIM 0x8000001b /* 256MB window size */ |
| 196 | |
| 197 | #define CONFIG_SYS_BR0_PRELIM (CONFIG_SYS_FLASH_BASE | \ |
| 198 | (2 << BR_PS_SHIFT) | /* 16 bit port size */ \ |
| 199 | BR_V) |
| 200 | |
| 201 | #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) | \ |
| 202 | OR_GPCM_CSNT | OR_GPCM_ACS_DIV2 | \ |
| 203 | OR_GPCM_SCY_5 | \ |
| 204 | OR_GPCM_TRLX | OR_GPCM_EAD) |
| 205 | |
| 206 | #define CONFIG_SYS_MAX_FLASH_BANKS 2 /* max num of flash banks */ |
| 207 | #define CONFIG_SYS_MAX_FLASH_SECT 512 /* max num of sects on one chip */ |
| 208 | #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE, CONFIG_SYS_FLASH_BASE_1 } |
| 209 | |
| 210 | #undef CONFIG_SYS_FLASH_CHECKSUM |
| 211 | |
| 212 | /* |
| 213 | * PRIO1/PIGGY on the local bus CS1 |
| 214 | */ |
| 215 | #define CONFIG_SYS_LBLAWBAR1_PRELIM CONFIG_SYS_PIGGY_BASE /* Window base at flash base */ |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 216 | #define CONFIG_SYS_LBLAWAR1_PRELIM 0x8000001A /* 128MB window size */ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 217 | |
| 218 | #define CONFIG_SYS_BR1_PRELIM (CONFIG_SYS_PIGGY_BASE | \ |
| 219 | (1 << BR_PS_SHIFT) | /* 8 bit port size */ \ |
| 220 | BR_V) |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 221 | #define CONFIG_SYS_OR1_PRELIM (MEG_TO_AM(CONFIG_SYS_PIGGY_SIZE) | /* 128MB */ \ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 222 | OR_GPCM_CSNT | OR_GPCM_ACS_DIV2 | \ |
| 223 | OR_GPCM_SCY_2 | \ |
| 224 | OR_GPCM_TRLX | OR_GPCM_EAD) |
| 225 | |
| 226 | /* |
| 227 | * PAXE on the local bus CS3 |
| 228 | */ |
| 229 | #define CONFIG_SYS_LBLAWBAR3_PRELIM CONFIG_SYS_PAXE_BASE /* Window base at flash base */ |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 230 | #define CONFIG_SYS_LBLAWAR3_PRELIM 0x8000001C /* 512MB window size */ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 231 | |
| 232 | #define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_PAXE_BASE | \ |
| 233 | (1 << BR_PS_SHIFT) | /* 8 bit port size */ \ |
| 234 | BR_V) |
| 235 | #define CONFIG_SYS_OR3_PRELIM (MEG_TO_AM(CONFIG_SYS_PAXE_SIZE) | \ |
| 236 | OR_GPCM_CSNT | OR_GPCM_ACS_DIV2 | \ |
| 237 | OR_GPCM_SCY_2 | \ |
| 238 | OR_GPCM_TRLX | OR_GPCM_EAD) |
| 239 | |
| 240 | /* |
| 241 | * Serial Port |
| 242 | */ |
| 243 | #define CONFIG_CONS_INDEX 1 |
| 244 | #undef CONFIG_SERIAL_SOFTWARE_FIFO |
| 245 | #define CONFIG_SYS_NS16550 |
| 246 | #define CONFIG_SYS_NS16550_SERIAL |
| 247 | #define CONFIG_SYS_NS16550_REG_SIZE 1 |
| 248 | #define CONFIG_SYS_NS16550_CLK get_bus_freq(0) |
| 249 | |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 250 | #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500) |
| 251 | #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600) |
| 252 | |
| 253 | /* Pass open firmware flat tree */ |
| 254 | #define CONFIG_OF_LIBFDT 1 |
| 255 | #define CONFIG_OF_BOARD_SETUP 1 |
| 256 | #define CONFIG_OF_STDOUT_VIA_ALIAS |
| 257 | |
| 258 | /* |
| 259 | * General PCI |
| 260 | * Addresses are mapped 1-1. |
| 261 | */ |
| 262 | #undef CONFIG_PCI /* No PCI */ |
| 263 | |
| 264 | #ifndef CONFIG_NET_MULTI |
| 265 | #define CONFIG_NET_MULTI 1 |
| 266 | #endif |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 267 | /* |
| 268 | * QE UEC ethernet configuration |
| 269 | */ |
| 270 | #define CONFIG_UEC_ETH |
| 271 | #define CONFIG_ETHPRIME "FSL UEC0" |
| 272 | |
| 273 | #define CONFIG_UEC_ETH1 /* GETH1 */ |
| 274 | #define UEC_VERBOSE_DEBUG 1 |
| 275 | |
| 276 | #ifdef CONFIG_UEC_ETH1 |
| 277 | #define CONFIG_SYS_UEC1_UCC_NUM 3 /* UCC4 */ |
| 278 | #define CONFIG_SYS_UEC1_RX_CLK QE_CLK_NONE /* not used in RMII Mode */ |
| 279 | #define CONFIG_SYS_UEC1_TX_CLK QE_CLK17 |
| 280 | #define CONFIG_SYS_UEC1_ETH_TYPE FAST_ETH |
| 281 | #define CONFIG_SYS_UEC1_PHY_ADDR 0 |
| 282 | #define CONFIG_SYS_UEC1_INTERFACE_MODE ENET_100_RMII |
| 283 | #endif |
| 284 | |
| 285 | /* |
| 286 | * Environment |
| 287 | */ |
| 288 | |
| 289 | #ifndef CONFIG_SYS_RAMBOOT |
| 290 | #define CONFIG_ENV_IS_IN_FLASH 1 |
| 291 | #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN) |
| 292 | #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K(one sector) for env */ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 293 | #define CONFIG_ENV_OFFSET (CONFIG_SYS_MONITOR_LEN) |
| 294 | |
| 295 | /* Address and size of Redundant Environment Sector */ |
| 296 | #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET+CONFIG_ENV_SECT_SIZE) |
| 297 | #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE) |
| 298 | |
| 299 | #else /* CFG_RAMBOOT */ |
| 300 | #define CONFIG_SYS_NO_FLASH 1 /* Flash is not usable now */ |
| 301 | #define CONFIG_ENV_IS_NOWHERE 1 /* Store ENV in memory only */ |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 302 | #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000) |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 303 | #define CONFIG_ENV_SIZE 0x2000 |
| 304 | #endif /* CFG_RAMBOOT */ |
| 305 | |
Heiko Schocher | 19f0e93 | 2009-02-24 11:30:34 +0100 | [diff] [blame] | 306 | /* I2C */ |
| 307 | #define CONFIG_HARD_I2C /* I2C with hardware support */ |
| 308 | #undef CONFIG_SOFT_I2C /* I2C bit-banged */ |
| 309 | #define CONFIG_FSL_I2C |
| 310 | #define CONFIG_SYS_I2C_SPEED 200000 /* I2C speed and slave address */ |
| 311 | #define CONFIG_SYS_I2C_SLAVE 0x7F |
| 312 | #define CONFIG_SYS_I2C_OFFSET 0x3000 |
| 313 | #define CONFIG_I2C_MULTI_BUS 1 |
Heiko Schocher | 19f0e93 | 2009-02-24 11:30:34 +0100 | [diff] [blame] | 314 | #define CONFIG_I2C_MUX 1 |
| 315 | |
| 316 | /* EEprom support */ |
| 317 | #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2 |
Heiko Schocher | 19f0e93 | 2009-02-24 11:30:34 +0100 | [diff] [blame] | 318 | |
| 319 | /* I2C SYSMON (LM75, AD7414 is almost compatible) */ |
| 320 | #define CONFIG_DTT_LM75 1 /* ON Semi's LM75 */ |
| 321 | #define CONFIG_DTT_SENSORS {0, 1, 2, 3} /* Sensor addresses */ |
| 322 | #define CONFIG_SYS_DTT_MAX_TEMP 70 |
| 323 | #define CONFIG_SYS_DTT_LOW_TEMP -30 |
| 324 | #define CONFIG_SYS_DTT_HYSTERESIS 3 |
Heiko Schocher | dc71b24 | 2009-07-09 12:04:18 +0200 | [diff] [blame] | 325 | #define CONFIG_SYS_DTT_BUS_NUM (CONFIG_SYS_MAX_I2C_BUS) |
Heiko Schocher | 19f0e93 | 2009-02-24 11:30:34 +0100 | [diff] [blame] | 326 | |
Heiko Schocher | de42509 | 2009-07-21 17:13:40 +0200 | [diff] [blame] | 327 | #if defined(CONFIG_CMD_NAND) |
| 328 | #define CONFIG_NAND_KMETER1 |
| 329 | #define CONFIG_SYS_MAX_NAND_DEVICE 1 |
| 330 | #define CONFIG_SYS_NAND_BASE CONFIG_SYS_PIGGY_BASE |
| 331 | #endif |
| 332 | |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 333 | #if defined(CONFIG_PCI) |
| 334 | #define CONFIG_CMD_PCI |
| 335 | #endif |
| 336 | |
| 337 | #if defined(CFG_RAMBOOT) |
Mike Frysinger | bdab39d | 2009-01-28 19:08:14 -0500 | [diff] [blame] | 338 | #undef CONFIG_CMD_SAVEENV |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 339 | #undef CONFIG_CMD_LOADS |
| 340 | #endif |
| 341 | |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 342 | /* |
| 343 | * For booting Linux, the board info and command line data |
| 344 | * have to be in the first 8 MB of memory, since this is |
| 345 | * the maximum mapped by the Linux kernel during initialization. |
| 346 | */ |
| 347 | #define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */ |
| 348 | |
| 349 | /* |
| 350 | * Core HID Setup |
| 351 | */ |
| 352 | #define CONFIG_SYS_HID0_INIT 0x000000000 |
| 353 | #define CONFIG_SYS_HID0_FINAL HID0_ENABLE_MACHINE_CHECK |
| 354 | #define CONFIG_SYS_HID2 HID2_HBE |
| 355 | |
| 356 | /* |
| 357 | * MMU Setup |
| 358 | */ |
| 359 | |
| 360 | #define CONFIG_HIGH_BATS 1 /* High BATs supported */ |
| 361 | |
| 362 | /* DDR: cache cacheable */ |
| 363 | #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_10 | \ |
| 364 | BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE) |
| 365 | #define CONFIG_SYS_IBAT0U (CONFIG_SYS_SDRAM_BASE | BATU_BL_256M | BATU_VS | BATU_VP) |
| 366 | #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L |
| 367 | #define CONFIG_SYS_DBAT0U CONFIG_SYS_IBAT0U |
| 368 | |
| 369 | /* IMMRBAR & PCI IO: cache-inhibit and guarded */ |
| 370 | #define CONFIG_SYS_IBAT1L (CONFIG_SYS_IMMR | BATL_PP_10 | \ |
| 371 | BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE) |
| 372 | #define CONFIG_SYS_IBAT1U (CONFIG_SYS_IMMR | BATU_BL_4M | BATU_VS | BATU_VP) |
| 373 | #define CONFIG_SYS_DBAT1L CONFIG_SYS_IBAT1L |
| 374 | #define CONFIG_SYS_DBAT1U CONFIG_SYS_IBAT1U |
| 375 | |
| 376 | /* PRIO1, PIGGY: icache cacheable, but dcache-inhibit and guarded */ |
| 377 | #define CONFIG_SYS_IBAT2L (CONFIG_SYS_PIGGY_BASE | BATL_PP_10 | BATL_MEMCOHERENCE) |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 378 | #define CONFIG_SYS_IBAT2U (CONFIG_SYS_PIGGY_BASE | BATU_BL_128M | BATU_VS | BATU_VP) |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 379 | #define CONFIG_SYS_DBAT2L (CONFIG_SYS_PIGGY_BASE | BATL_PP_10 | \ |
| 380 | BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE) |
| 381 | #define CONFIG_SYS_DBAT2U CONFIG_SYS_IBAT2U |
| 382 | |
| 383 | /* FLASH: icache cacheable, but dcache-inhibit and guarded */ |
| 384 | #define CONFIG_SYS_IBAT3L (CONFIG_SYS_FLASH_BASE | BATL_PP_10 | BATL_MEMCOHERENCE) |
| 385 | #define CONFIG_SYS_IBAT3U (CONFIG_SYS_FLASH_BASE | BATU_BL_256M | BATU_VS | BATU_VP) |
| 386 | #define CONFIG_SYS_DBAT3L (CONFIG_SYS_FLASH_BASE | BATL_PP_10 | \ |
| 387 | BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE) |
| 388 | #define CONFIG_SYS_DBAT3U CONFIG_SYS_IBAT3U |
| 389 | |
| 390 | /* Stack in dcache: cacheable, no memory coherence */ |
| 391 | #define CONFIG_SYS_IBAT4L (CONFIG_SYS_INIT_RAM_ADDR | BATL_PP_10) |
| 392 | #define CONFIG_SYS_IBAT4U (CONFIG_SYS_INIT_RAM_ADDR | BATU_BL_128K | BATU_VS | BATU_VP) |
| 393 | #define CONFIG_SYS_DBAT4L CONFIG_SYS_IBAT4L |
| 394 | #define CONFIG_SYS_DBAT4U CONFIG_SYS_IBAT4U |
| 395 | |
| 396 | /* PAXE: icache cacheable, but dcache-inhibit and guarded */ |
| 397 | #define CONFIG_SYS_IBAT5L (CONFIG_SYS_PAXE_BASE | BATL_PP_10 | BATL_MEMCOHERENCE) |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 398 | #define CONFIG_SYS_IBAT5U (CONFIG_SYS_PAXE_BASE | BATU_BL_256M | BATU_VS | BATU_VP) |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 399 | #define CONFIG_SYS_DBAT5L (CONFIG_SYS_PAXE_BASE | BATL_PP_10 | \ |
| 400 | BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE) |
| 401 | #define CONFIG_SYS_DBAT5U CONFIG_SYS_IBAT5U |
| 402 | |
| 403 | #ifdef CONFIG_PCI |
| 404 | /* PCI MEM space: cacheable */ |
| 405 | #define CFG_IBAT6L (CFG_PCI1_MEM_PHYS | BATL_PP_10 | BATL_MEMCOHERENCE) |
| 406 | #define CFG_IBAT6U (CFG_PCI1_MEM_PHYS | BATU_BL_256M | BATU_VS | BATU_VP) |
| 407 | #define CFG_DBAT6L CFG_IBAT6L |
| 408 | #define CFG_DBAT6U CFG_IBAT6U |
| 409 | /* PCI MMIO space: cache-inhibit and guarded */ |
| 410 | #define CFG_IBAT7L (CFG_PCI1_MMIO_PHYS | BATL_PP_10 | \ |
| 411 | BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE) |
| 412 | #define CFG_IBAT7U (CFG_PCI1_MMIO_PHYS | BATU_BL_256M | BATU_VS | BATU_VP) |
| 413 | #define CFG_DBAT7L CFG_IBAT7L |
| 414 | #define CFG_DBAT7U CFG_IBAT7U |
| 415 | #else /* CONFIG_PCI */ |
| 416 | #define CONFIG_SYS_IBAT6L (0) |
| 417 | #define CONFIG_SYS_IBAT6U (0) |
| 418 | #define CONFIG_SYS_IBAT7L (0) |
| 419 | #define CONFIG_SYS_IBAT7U (0) |
| 420 | #define CONFIG_SYS_DBAT6L CONFIG_SYS_IBAT6L |
| 421 | #define CONFIG_SYS_DBAT6U CONFIG_SYS_IBAT6U |
| 422 | #define CONFIG_SYS_DBAT7L CONFIG_SYS_IBAT7L |
| 423 | #define CONFIG_SYS_DBAT7U CONFIG_SYS_IBAT7U |
| 424 | #endif /* CONFIG_PCI */ |
| 425 | |
| 426 | /* |
| 427 | * Internal Definitions |
| 428 | * |
| 429 | * Boot Flags |
| 430 | */ |
| 431 | #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ |
| 432 | #define BOOTFLAG_WARM 0x02 /* Software reboot */ |
| 433 | |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 434 | #define BOOTFLASH_START F0000000 |
| 435 | |
| 436 | #define CONFIG_PRAM 512 /* protected RAM [KBytes] */ |
| 437 | |
Heiko Schocher | dc71b24 | 2009-07-09 12:04:18 +0200 | [diff] [blame] | 438 | #define MTDIDS_DEFAULT "nor2=app" |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 439 | #define MTDPARTS_DEFAULT \ |
| 440 | "mtdparts=app:256k(u-boot),128k(env),128k(envred)," \ |
| 441 | "1536k(esw0),8704k(rootfs0),1536k(esw1),2432k(rootfs1),640k(var),768k(cfg)" |
| 442 | |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 443 | /* |
| 444 | * Environment Configuration |
| 445 | */ |
| 446 | #define CONFIG_ENV_OVERWRITE |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 447 | #ifndef CONFIG_KM_DEF_ENV /* if not set by keymile-common.h */ |
| 448 | #define CONFIG_KM_DEF_ENV "km-common=empty\0" |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 449 | #endif |
| 450 | |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 451 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 452 | CONFIG_KM_DEF_ENV \ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 453 | "rootpath=/opt/eldk/ppc_82xx\0" \ |
Heiko Schocher | 364123d | 2009-03-12 07:37:18 +0100 | [diff] [blame] | 454 | "addcon=setenv bootargs ${bootargs} console=ttyS0,${baudrate}\0"\ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 455 | "ramdisk_file=/tftpboot/kmeter1/uRamdisk\0" \ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 456 | "loadram=tftp ${ramdisk_addr_r} ${ramdisk_file}\0" \ |
| 457 | "loadfdt=tftp ${fdt_addr_r} ${fdt_file}\0" \ |
Heiko Schocher | 364123d | 2009-03-12 07:37:18 +0100 | [diff] [blame] | 458 | "loadkernel=tftp ${kernel_addr_r} ${bootfile}\0" \ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 459 | "unlock=yes\0" \ |
Heiko Schocher | 364123d | 2009-03-12 07:37:18 +0100 | [diff] [blame] | 460 | "fdt_addr=F0080000\0" \ |
| 461 | "kernel_addr=F00a0000\0" \ |
| 462 | "ramdisk_addr=F03a0000\0" \ |
| 463 | "ramdisk_addr_r=F10000\0" \ |
Heiko Schocher | 19f0e93 | 2009-02-24 11:30:34 +0100 | [diff] [blame] | 464 | "EEprom_ivm=pca9547:70:9\0" \ |
| 465 | "dtt_bus=pca9547:70:a\0" \ |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 466 | "mtdids=nor0=app \0" \ |
| 467 | "mtdparts=" MK_STR(MTDPARTS_DEFAULT) "\0" \ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 468 | "" |
| 469 | |
Heiko Schocher | 605f78e | 2009-02-24 11:30:44 +0100 | [diff] [blame] | 470 | #if defined(CONFIG_UEC_ETH) |
| 471 | #define CONFIG_HAS_ETH0 |
| 472 | #endif |
| 473 | |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 474 | #endif /* __CONFIG_H */ |