TQM85xx.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. /*
  2. * (C) Copyright 2005
  3. * Stefan Roese, DENX Software Engineering, sr@denx.de.
  4. *
  5. * Wolfgang Denk <wd@denx.de>
  6. * Copyright 2004 Freescale Semiconductor.
  7. * (C) Copyright 2002,2003 Motorola,Inc.
  8. * Xianghua Xiao <X.Xiao@motorola.com>
  9. *
  10. * See file CREDITS for list of people who contributed to this
  11. * project.
  12. *
  13. * This program is free software; you can redistribute it and/or
  14. * modify it under the terms of the GNU General Public License as
  15. * published by the Free Software Foundation; either version 2 of
  16. * the License, or (at your option) any later version.
  17. *
  18. * This program is distributed in the hope that it will be useful,
  19. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  21. * GNU General Public License for more details.
  22. *
  23. * You should have received a copy of the GNU General Public License
  24. * along with this program; if not, write to the Free Software
  25. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  26. * MA 02111-1307 USA
  27. */
  28. /*
  29. * TQM85xx (8560/40/55/41) board configuration file
  30. */
  31. #ifndef __CONFIG_H
  32. #define __CONFIG_H
  33. /* High Level Configuration Options */
  34. #define CONFIG_BOOKE 1 /* BOOKE */
  35. #define CONFIG_E500 1 /* BOOKE e500 family */
  36. #define CONFIG_MPC85xx 1 /* MPC8540/60/55/41 */
  37. #define CONFIG_PCI
  38. #define CONFIG_TSEC_ENET /* tsec ethernet support */
  39. #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */
  40. /*
  41. * Only MPC8540 doesn't have CPM module
  42. */
  43. #ifndef CONFIG_MPC8540
  44. #define CONFIG_CPM2 1 /* has CPM2 */
  45. #endif
  46. /*
  47. * sysclk for MPC85xx
  48. *
  49. * Two valid values are:
  50. * 33000000
  51. * 66000000
  52. *
  53. * Most PCI cards are still 33Mhz, so in the presence of PCI, 33MHz
  54. * is likely the desired value here, so that is now the default.
  55. * The board, however, can run at 66MHz. In any event, this value
  56. * must match the settings of some switches. Details can be found
  57. * in the README.mpc85xxads.
  58. */
  59. #ifndef CONFIG_SYS_CLK_FREQ
  60. #define CONFIG_SYS_CLK_FREQ 33333333
  61. #endif
  62. /*
  63. * These can be toggled for performance analysis, otherwise use default.
  64. */
  65. #define CONFIG_L2_CACHE /* toggle L2 cache */
  66. #define CONFIG_BTB /* toggle branch predition */
  67. #define CONFIG_ADDR_STREAMING /* toggle addr streaming */
  68. #define CFG_INIT_DBCR DBCR_IDM /* Enable Debug Exceptions */
  69. #undef CFG_DRAM_TEST /* memory test, takes time */
  70. #define CFG_MEMTEST_START 0x00000000
  71. #define CFG_MEMTEST_END 0x10000000
  72. /*
  73. * Base addresses -- Note these are effective addresses where the
  74. * actual resources get mapped (not physical addresses)
  75. */
  76. #define CFG_CCSRBAR_DEFAULT 0xFF700000 /* CCSRBAR Default */
  77. #define CFG_CCSRBAR 0xE0000000 /* relocated CCSRBAR */
  78. #define CFG_IMMR CFG_CCSRBAR /* PQII uses CFG_IMMR */
  79. /*
  80. * DDR Setup
  81. */
  82. #define CFG_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory */
  83. #define CFG_SDRAM_BASE CFG_DDR_SDRAM_BASE
  84. #define CONFIG_ADD_RAM_INFO 1 /* print additional info*/
  85. #if defined(CONFIG_TQM8540) || defined(CONFIG_TQM8560)
  86. /* TQM8540 & 8560 need DLL-override */
  87. #define CONFIG_DDR_DLL /* DLL fix needed */
  88. #define CONFIG_DDR_DEFAULT_CL 25 /* CAS latency 2,5 */
  89. #endif /* defined(CONFIG_TQM8540) || defined(CONFIG_TQM8560) */
  90. #if defined(CONFIG_TQM8541) || defined(CONFIG_TQM8555)
  91. #define CONFIG_DDR_DEFAULT_CL 30 /* CAS latency 3 */
  92. #endif /* defined(CONFIG_TQM8541) || defined(CONFIG_TQM8555) */
  93. /*
  94. * Flash on the Local Bus
  95. */
  96. #define CFG_FLASH0 0xFC000000
  97. #define CFG_FLASH1 0xF8000000
  98. #define CFG_FLASH_BANKS_LIST { CFG_FLASH1, CFG_FLASH0 }
  99. #define CFG_LBC_FLASH_BASE CFG_FLASH1 /* Localbus flash start */
  100. #define CFG_FLASH_BASE CFG_LBC_FLASH_BASE /* start of FLASH */
  101. #define CFG_BR0_PRELIM 0xfc001801 /* port size 32bit */
  102. #define CFG_OR0_PRELIM 0xfc000040 /* 64MB Flash */
  103. #define CFG_BR1_PRELIM 0xf8001801 /* port size 32bit */
  104. #define CFG_OR1_PRELIM 0xfc000040 /* 64MB Flash */
  105. #define CFG_FLASH_CFI /* flash is CFI compat. */
  106. #define CFG_FLASH_CFI_DRIVER /* Use common CFI driver*/
  107. #define CFG_FLASH_EMPTY_INFO /* print 'E' for empty sector */
  108. #define CFG_FLASH_QUIET_TEST 1 /* don't warn upon unknown flash*/
  109. #define CFG_MAX_FLASH_BANKS 2 /* number of banks */
  110. #define CFG_MAX_FLASH_SECT 512 /* sectors per device */
  111. #undef CFG_FLASH_CHECKSUM
  112. #define CFG_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
  113. #define CFG_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
  114. #define CFG_MONITOR_BASE TEXT_BASE /* start of monitor */
  115. #define CFG_LBC_LCRR 0x00030008 /* LB clock ratio reg */
  116. #define CFG_LBC_LBCR 0x00000000 /* LB config reg */
  117. #define CFG_LBC_LSRT 0x20000000 /* LB sdram refresh timer */
  118. #define CFG_LBC_MRTPR 0x20000000 /* LB refresh timer presc.*/
  119. #define CONFIG_L1_INIT_RAM
  120. #define CFG_INIT_RAM_LOCK 1
  121. #define CFG_INIT_RAM_ADDR 0xe4010000 /* Initial RAM address */
  122. #define CFG_INIT_RAM_END 0x4000 /* End used area in RAM */
  123. #define CFG_GBL_DATA_SIZE 128 /* num bytes initial data*/
  124. #define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
  125. #define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET
  126. #define CFG_MONITOR_LEN (256 * 1024) /* Reserve 256kB for Mon*/
  127. #define CFG_MALLOC_LEN (128 * 1024) /* Reserved for malloc */
  128. /* Serial Port */
  129. #if defined(CONFIG_TQM8560)
  130. #define CONFIG_CONS_ON_SCC /* define if console on SCC */
  131. #undef CONFIG_CONS_NONE /* define if console on something else */
  132. #define CONFIG_CONS_INDEX 1 /* which serial channel for console */
  133. #else /* ! TQM8560 */
  134. #define CONFIG_CONS_INDEX 1
  135. #undef CONFIG_SERIAL_SOFTWARE_FIFO
  136. #define CFG_NS16550
  137. #define CFG_NS16550_SERIAL
  138. #define CFG_NS16550_REG_SIZE 1
  139. #define CFG_NS16550_CLK get_bus_freq(0)
  140. #define CFG_NS16550_COM1 (CFG_CCSRBAR+0x4500)
  141. #define CFG_NS16550_COM2 (CFG_CCSRBAR+0x4600)
  142. /* PS/2 Keyboard */
  143. #if !defined(CONFIG_TQM8560)
  144. #define CONFIG_PS2KBD /* AT-PS/2 Keyboard */
  145. #define CONFIG_PS2MULT /* .. on PS/2 Multiplexer */
  146. #define CONFIG_PS2SERIAL 2 /* .. on DUART2 */
  147. #define CONFIG_PS2MULT_DELAY (CFG_HZ/2) /* Initial delay */
  148. #define CONFIG_BOARD_EARLY_INIT_R 1
  149. #endif /* !CONFIG_TQM8560 */
  150. #endif /* CONFIG_TQM8560 */
  151. #define CONFIG_BAUDRATE 115200
  152. #define CFG_BAUDRATE_TABLE \
  153. {300, 600, 1200, 2400, 4800, 9600, 19200, 38400,115200}
  154. /* Use the HUSH parser */
  155. #define CFG_HUSH_PARSER
  156. #ifdef CFG_HUSH_PARSER
  157. #define CFG_PROMPT_HUSH_PS2 "> "
  158. #endif
  159. /* I2C */
  160. #define CONFIG_HARD_I2C /* I2C with hardware support */
  161. #undef CONFIG_SOFT_I2C /* I2C bit-banged */
  162. #define CFG_I2C_SPEED 400000 /* I2C speed and slave address */
  163. #define CFG_I2C_SLAVE 0x7F
  164. #define CFG_I2C_NOPROBES {0x48} /* Don't probe these addrs */
  165. /* I2C RTC */
  166. #define CONFIG_RTC_DS1337 /* Use ds1337 rtc via i2c */
  167. #define CFG_I2C_RTC_ADDR 0x68 /* at address 0x68 */
  168. /* I2C EEPROM */
  169. /*
  170. * EEPROM configuration for onboard EEPROM M24C32 (M24C64 should work also).
  171. */
  172. #define CFG_I2C_EEPROM_ADDR 0x50 /* 1010000x */
  173. #define CFG_I2C_EEPROM_ADDR_LEN 2
  174. #define CFG_EEPROM_PAGE_WRITE_BITS 5 /* =32 Bytes per write */
  175. #define CFG_EEPROM_PAGE_WRITE_ENABLE
  176. #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 20
  177. #define CFG_I2C_MULTI_EEPROMS 1 /* more than one eeprom */
  178. /* I2C SYSMON (LM75) */
  179. #define CONFIG_DTT_LM75 1 /* ON Semi's LM75 */
  180. #define CONFIG_DTT_SENSORS {0} /* Sensor addresses */
  181. #define CFG_DTT_MAX_TEMP 70
  182. #define CFG_DTT_LOW_TEMP -30
  183. #define CFG_DTT_HYSTERESIS 3
  184. /* RapidIO MMU */
  185. #define CFG_RIO_MEM_BASE 0xc0000000 /* base address */
  186. #define CFG_RIO_MEM_PHYS CFG_RIO_MEM_BASE
  187. #define CFG_RIO_MEM_SIZE 0x20000000 /* 128M */
  188. /*
  189. * General PCI
  190. * Addresses are mapped 1-1.
  191. */
  192. #define CFG_PCI1_MEM_BASE 0x80000000
  193. #define CFG_PCI1_MEM_PHYS CFG_PCI1_MEM_BASE
  194. #define CFG_PCI1_MEM_SIZE 0x20000000 /* 512M */
  195. #define CFG_PCI1_IO_BASE 0xe2000000
  196. #define CFG_PCI1_IO_PHYS CFG_PCI1_IO_BASE
  197. #define CFG_PCI1_IO_SIZE 0x1000000 /* 16M */
  198. #if defined(CONFIG_PCI)
  199. #define CONFIG_PCI_PNP /* do pci plug-and-play */
  200. #define CONFIG_EEPRO100
  201. #undef CONFIG_TULIP
  202. #undef CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
  203. #define CFG_PCI_SUBSYS_VENDORID 0x1057 /* Motorola */
  204. #endif /* CONFIG_PCI */
  205. #define CONFIG_NET_MULTI 1
  206. #define CONFIG_MII 1 /* MII PHY management */
  207. #define CONFIG_MPC85XX_TSEC1 1
  208. #define CONFIG_MPC85XX_TSEC1_NAME "TSEC0"
  209. #define CONFIG_MPC85XX_TSEC2 1
  210. #define CONFIG_MPC85XX_TSEC2_NAME "TSEC1"
  211. #define TSEC1_PHY_ADDR 2
  212. #define TSEC2_PHY_ADDR 1
  213. #define TSEC1_PHYIDX 0
  214. #define TSEC2_PHYIDX 0
  215. #define FEC_PHY_ADDR 3
  216. #define FEC_PHYIDX 0
  217. #define CONFIG_HAS_ETH1
  218. #define CONFIG_HAS_ETH2
  219. /* Options are TSEC[0-1], FEC */
  220. #define CONFIG_ETHPRIME "TSEC0"
  221. #if defined(CONFIG_TQM8540)
  222. /*
  223. * TQM8540 has 3 ethernet ports. 2 TSEC's and one FEC.
  224. * The FEC port is connected on the same signals as the FCC3 port
  225. * of the TQM8560 to the baseboard (STK85xx Starterkit).
  226. *
  227. * On the STK85xx Starterkit the X47/X50 jumper has to be set to
  228. * a - d (X50.2 - 3) to enable the FEC port.
  229. */
  230. #define CONFIG_MPC85XX_FEC 1
  231. #define CONFIG_MPC85XX_FEC_NAME "FEC"
  232. #endif
  233. #if defined(CONFIG_TQM8541) || defined(CONFIG_TQM8555)
  234. /*
  235. * TQM8541/55 have 4 ethernet ports. 2 TSEC's and 2 FCC's. Only one FCC port
  236. * can be used at once, since only one FCC port is available on the STK85xx
  237. * Starterkit.
  238. *
  239. * To use this port you have to configure U-Boot to use the FCC port 1...2
  240. * and set the X47/X50 jumper to:
  241. * FCC1: a - b (X47.2 - X50.2)
  242. * FCC2: a - c (X50.2 - 1)
  243. */
  244. #define CONFIG_ETHER_ON_FCC
  245. #define CONFIG_ETHER_INDEX 1 /* FCC channel for ethernet */
  246. #endif
  247. #if defined(CONFIG_TQM8560)
  248. /*
  249. * TQM8560 has 5 ethernet ports. 2 TSEC's and 3 FCC's. Only one FCC port
  250. * can be used at once, since only one FCC port is available on the STK85xx
  251. * Starterkit.
  252. *
  253. * To use this port you have to configure U-Boot to use the FCC port 1...3
  254. * and set the X47/X50 jumper to:
  255. * FCC1: a - b (X47.2 - X50.2)
  256. * FCC2: a - c (X50.2 - 1)
  257. * FCC3: a - d (X50.2 - 3)
  258. */
  259. #define CONFIG_ETHER_ON_FCC
  260. #define CONFIG_ETHER_INDEX 3 /* FCC channel for ethernet */
  261. #endif
  262. #if defined(CONFIG_ETHER_ON_FCC) && (CONFIG_ETHER_INDEX == 1)
  263. #define CONFIG_ETHER_ON_FCC1
  264. #define CFG_CMXFCR_MASK1 (CMXFCR_FC1 | CMXFCR_RF1CS_MSK | CMXFCR_TF1CS_MSK)
  265. #define CFG_CMXFCR_VALUE1 (CMXFCR_RF1CS_CLK11 | CMXFCR_TF1CS_CLK12)
  266. #define CFG_CPMFCR_RAMTYPE 0
  267. #define CFG_FCC_PSMR (FCC_PSMR_FDE | FCC_PSMR_LPB)
  268. #endif
  269. #if defined(CONFIG_ETHER_ON_FCC) && (CONFIG_ETHER_INDEX == 2)
  270. #define CONFIG_ETHER_ON_FCC2
  271. #define CFG_CMXFCR_MASK2 (CMXFCR_FC2 | CMXFCR_RF2CS_MSK | CMXFCR_TF2CS_MSK)
  272. #define CFG_CMXFCR_VALUE2 (CMXFCR_RF2CS_CLK16 | CMXFCR_TF2CS_CLK13)
  273. #define CFG_CPMFCR_RAMTYPE 0
  274. #define CFG_FCC_PSMR (FCC_PSMR_FDE | FCC_PSMR_LPB)
  275. #endif
  276. #if defined(CONFIG_ETHER_ON_FCC) && (CONFIG_ETHER_INDEX == 3)
  277. #define CONFIG_ETHER_ON_FCC3
  278. #define CFG_CMXFCR_MASK3 (CMXFCR_FC3 | CMXFCR_RF3CS_MSK | CMXFCR_TF3CS_MSK)
  279. #define CFG_CMXFCR_VALUE3 (CMXFCR_RF3CS_CLK15 | CMXFCR_TF3CS_CLK14)
  280. #define CFG_CPMFCR_RAMTYPE 0
  281. #define CFG_FCC_PSMR (FCC_PSMR_FDE | FCC_PSMR_LPB)
  282. #endif
  283. /*
  284. * Environment
  285. */
  286. #define CFG_ENV_IS_IN_FLASH 1
  287. #define CFG_ENV_ADDR (CFG_MONITOR_BASE - 0x20000)
  288. #define CFG_ENV_SECT_SIZE 0x20000 /* 128K(one sector) for env */
  289. #define CFG_ENV_SIZE 0x2000
  290. #define CFG_ENV_ADDR_REDUND (CFG_ENV_ADDR-CFG_ENV_SECT_SIZE)
  291. #define CFG_ENV_SIZE_REDUND (CFG_ENV_SIZE)
  292. #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
  293. #define CFG_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
  294. #define CONFIG_TIMESTAMP /* Print image info with ts */
  295. #if defined(CONFIG_PCI)
  296. # define ADD_PCI_CMD (CFG_CMD_PCI)
  297. #else
  298. # define ADD_PCI_CMD 0
  299. #endif
  300. #define CONFIG_COMMANDS (CONFIG_CMD_DFL | \
  301. CFG_CMD_DHCP | \
  302. CFG_CMD_NFS | \
  303. CFG_CMD_SNTP | \
  304. ADD_PCI_CMD | \
  305. CFG_CMD_I2C | \
  306. CFG_CMD_DATE | \
  307. CFG_CMD_EEPROM | \
  308. CFG_CMD_DTT | \
  309. CFG_CMD_MII | \
  310. CFG_CMD_PING )
  311. #include <cmd_confdefs.h>
  312. #undef CONFIG_WATCHDOG /* watchdog disabled */
  313. /*
  314. * Miscellaneous configurable options
  315. */
  316. #define CFG_LONGHELP /* undef to save memory */
  317. #define CFG_LOAD_ADDR 0x2000000 /* default load address */
  318. #define CFG_PROMPT "=> " /* Monitor Command Prompt */
  319. #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
  320. #define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
  321. #else
  322. #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
  323. #endif
  324. #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buf Size */
  325. #define CFG_MAXARGS 16 /* max number of command args */
  326. #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
  327. #define CFG_HZ 1000 /* decrementer freq: 1ms ticks */
  328. /*
  329. * For booting Linux, the board info and command line data
  330. * have to be in the first 8 MB of memory, since this is
  331. * the maximum mapped by the Linux kernel during initialization.
  332. */
  333. #define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
  334. /* Cache Configuration */
  335. #define CFG_DCACHE_SIZE 32768
  336. #define CFG_CACHELINE_SIZE 32
  337. #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
  338. #define CFG_CACHELINE_SHIFT 5 /*log base 2 of the above value */
  339. #endif
  340. /*
  341. * Internal Definitions
  342. *
  343. * Boot Flags
  344. */
  345. #define BOOTFLAG_COLD 0x01 /* Power-On: Boot from FLASH */
  346. #define BOOTFLAG_WARM 0x02 /* Software reboot */
  347. #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
  348. #define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port*/
  349. #define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
  350. #endif
  351. #define CONFIG_LOADADDR 200000 /* default addr for tftp & bootm*/
  352. #define CONFIG_BOOTDELAY 5 /* -1 disables auto-boot */
  353. #define CONFIG_PREBOOT "echo;" \
  354. "echo Type \"run flash_nfs\" to mount root filesystem over NFS;" \
  355. "echo"
  356. #undef CONFIG_BOOTARGS /* the boot command will set bootargs */
  357. #define CONFIG_EXTRA_ENV_SETTINGS \
  358. CFG_BOOTFILE \
  359. "netdev=eth0\0" \
  360. "consdev=ttyS0\0" \
  361. "nfsargs=setenv bootargs root=/dev/nfs rw " \
  362. "nfsroot=$serverip:$rootpath\0" \
  363. "ramargs=setenv bootargs root=/dev/ram rw\0" \
  364. "addip=setenv bootargs $bootargs " \
  365. "ip=$ipaddr:$serverip:$gatewayip:$netmask" \
  366. ":$hostname:$netdev:off panic=1\0" \
  367. "addcons=setenv bootargs $bootargs " \
  368. "console=$consdev,$baudrate\0" \
  369. "flash_nfs=run nfsargs addip addcons;" \
  370. "bootm $kernel_addr\0" \
  371. "flash_self=run ramargs addip addcons;" \
  372. "bootm $kernel_addr $ramdisk_addr\0" \
  373. "net_nfs=tftp $loadaddr $bootfile;" \
  374. "run nfsargs addip addcons;bootm\0" \
  375. "rootpath=/opt/eldk/ppc_85xx\0" \
  376. "kernel_addr=FE000000\0" \
  377. "ramdisk_addr=FE100000\0" \
  378. "load=tftp 100000 /tftpboot/$hostname/u-boot.bin\0" \
  379. "update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;" \
  380. "cp.b 100000 fffc0000 40000;" \
  381. "setenv filesize;saveenv\0" \
  382. "upd=run load;run update\0" \
  383. ""
  384. #define CONFIG_BOOTCOMMAND "run flash_self"
  385. #endif /* __CONFIG_H */