TQM85xx.h 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722
  1. /*
  2. * (C) Copyright 2007
  3. * Thomas Waehner, TQ-System GmbH, thomas.waehner@tqs.de.
  4. *
  5. * (C) Copyright 2005
  6. * Stefan Roese, DENX Software Engineering, sr@denx.de.
  7. *
  8. * Wolfgang Denk <wd@denx.de>
  9. * Copyright 2004 Freescale Semiconductor.
  10. * (C) Copyright 2002,2003 Motorola,Inc.
  11. * Xianghua Xiao <X.Xiao@motorola.com>
  12. *
  13. * See file CREDITS for list of people who contributed to this
  14. * project.
  15. *
  16. * This program is free software; you can redistribute it and/or
  17. * modify it under the terms of the GNU General Public License as
  18. * published by the Free Software Foundation; either version 2 of
  19. * the License, or (at your option) any later version.
  20. *
  21. * This program is distributed in the hope that it will be useful,
  22. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  23. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  24. * GNU General Public License for more details.
  25. *
  26. * You should have received a copy of the GNU General Public License
  27. * along with this program; if not, write to the Free Software
  28. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  29. * MA 02111-1307 USA
  30. */
  31. /*
  32. * TQM85xx (8560/40/55/41/48) board configuration file
  33. */
  34. #ifndef __CONFIG_H
  35. #define __CONFIG_H
  36. /* High Level Configuration Options */
  37. #define CONFIG_BOOKE 1 /* BOOKE */
  38. #define CONFIG_E500 1 /* BOOKE e500 family */
  39. #define CONFIG_MPC85xx 1 /* MPC8540/60/55/41 */
  40. #define CONFIG_PCI
  41. #define CONFIG_FSL_PCI_INIT 1 /* Use common FSL init code */
  42. #define CONFIG_PCIX_CHECK /* PCIX olny works at 66 MHz */
  43. #ifdef CONFIG_TQM8548
  44. #define CONFIG_PCI1
  45. #define CONFIG_PCIE1
  46. #define CONFIG_FSL_PCIE_RESET 1 /* need PCIe reset errata */
  47. #endif
  48. #define CONFIG_TSEC_ENET /* tsec ethernet support */
  49. #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */
  50. /*
  51. * Configuration for big NOR Flashes
  52. *
  53. * Define CONFIG_TQM_BIGFLASH for boards with more than 128 MiB NOR Flash.
  54. * Please be aware, that this changes the whole memory map (new CCSRBAR
  55. * address, etc). You have to use an adapted Linux kernel or FDT blob
  56. * if this option is set.
  57. */
  58. #undef CONFIG_TQM_BIGFLASH
  59. /*
  60. * NAND flash support (disabled by default)
  61. *
  62. * Warning: NAND support will likely increase the U-Boot image size
  63. * to more than 256 KB. Please adjust TEXT_BASE if necessary.
  64. */
  65. #undef CONFIG_NAND
  66. /*
  67. * MPC8540 and MPC8548 don't have CPM module
  68. */
  69. #if !defined(CONFIG_MPC8540) && !defined(CONFIG_MPC8548)
  70. #define CONFIG_CPM2 1 /* has CPM2 */
  71. #endif
  72. #define CONFIG_FSL_LAW 1 /* Use common FSL init code */
  73. #undef CONFIG_CAN_DRIVER /* CAN Driver support */
  74. /*
  75. * sysclk for MPC85xx
  76. *
  77. * Two valid values are:
  78. * 33333333
  79. * 66666666
  80. *
  81. * Most PCI cards are still 33Mhz, so in the presence of PCI, 33MHz
  82. * is likely the desired value here, so that is now the default.
  83. * The board, however, can run at 66MHz. In any event, this value
  84. * must match the settings of some switches. Details can be found
  85. * in the README.mpc85xxads.
  86. */
  87. #ifndef CONFIG_SYS_CLK_FREQ
  88. #define CONFIG_SYS_CLK_FREQ 33333333
  89. #endif
  90. /*
  91. * These can be toggled for performance analysis, otherwise use default.
  92. */
  93. #define CONFIG_L2_CACHE /* toggle L2 cache */
  94. #define CONFIG_BTB /* toggle branch predition */
  95. #define CONFIG_ADDR_STREAMING /* toggle addr streaming */
  96. #define CONFIG_SYS_INIT_DBCR DBCR_IDM /* Enable Debug Exceptions */
  97. #undef CONFIG_SYS_DRAM_TEST /* memory test, takes time */
  98. #define CONFIG_SYS_MEMTEST_START 0x00000000
  99. #define CONFIG_SYS_MEMTEST_END 0x10000000
  100. /*
  101. * Base addresses -- Note these are effective addresses where the
  102. * actual resources get mapped (not physical addresses)
  103. */
  104. #define CONFIG_SYS_CCSRBAR_DEFAULT 0xFF700000 /* CCSRBAR Default */
  105. #ifdef CONFIG_TQM_BIGFLASH
  106. #define CONFIG_SYS_CCSRBAR 0xA0000000 /* relocated CCSRBAR */
  107. #else /* !CONFIG_TQM_BIGFLASH */
  108. #define CONFIG_SYS_CCSRBAR 0xE0000000 /* relocated CCSRBAR */
  109. #endif /* CONFIG_TQM_BIGFLASH */
  110. #define CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR /* physical addr of CCSRBAR */
  111. #define CONFIG_SYS_IMMR CONFIG_SYS_CCSRBAR /* PQII uses CONFIG_SYS_IMMR */
  112. #define CONFIG_SYS_PCI1_ADDR (CONFIG_SYS_CCSRBAR + 0x8000)
  113. #define CONFIG_SYS_PCI2_ADDR (CONFIG_SYS_CCSRBAR + 0x9000)
  114. #define CONFIG_SYS_PCIE1_ADDR (CONFIG_SYS_CCSRBAR + 0xa000)
  115. /*
  116. * DDR Setup
  117. */
  118. #define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory */
  119. #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
  120. #define CONFIG_NUM_DDR_CONTROLLERS 1
  121. #define CONFIG_DIMM_SLOTS_PER_CTLR 1
  122. #define CONFIG_CHIP_SELECTS_PER_CTRL 2
  123. #if defined(CONFIG_TQM8540) || defined(CONFIG_TQM8560)
  124. /* TQM8540 & 8560 need DLL-override */
  125. #define CONFIG_DDR_DLL /* DLL fix needed */
  126. #define CONFIG_DDR_DEFAULT_CL 25 /* CAS latency 2,5 */
  127. #endif /* CONFIG_TQM8540 || CONFIG_TQM8560 */
  128. #if defined(CONFIG_TQM8541) || defined(CONFIG_TQM8555) || \
  129. defined(CONFIG_TQM8548)
  130. #define CONFIG_DDR_DEFAULT_CL 30 /* CAS latency 3 */
  131. #endif /* CONFIG_TQM8541 || CONFIG_TQM8555 || CONFIG_TQM8548 */
  132. /*
  133. * Old TQM85xx boards have 'M' type Spansion Flashes from the S29GLxxxM
  134. * series while new boards have 'N' type Flashes from the S29GLxxxN
  135. * series, which have bigger sectors: 2 x 128 instead of 2 x 64 KB.
  136. */
  137. #ifdef CONFIG_TQM8548
  138. #define CONFIG_TQM_FLASH_N_TYPE
  139. #endif /* CONFIG_TQM8548 */
  140. /*
  141. * Flash on the Local Bus
  142. */
  143. #ifdef CONFIG_TQM_BIGFLASH
  144. #define CONFIG_SYS_FLASH0 0xE0000000
  145. #define CONFIG_SYS_FLASH1 0xC0000000
  146. #else /* !CONFIG_TQM_BIGFLASH */
  147. #define CONFIG_SYS_FLASH0 0xFC000000
  148. #define CONFIG_SYS_FLASH1 0xF8000000
  149. #endif /* CONFIG_TQM_BIGFLASH */
  150. #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH1, CONFIG_SYS_FLASH0 }
  151. #define CONFIG_SYS_LBC_FLASH_BASE CONFIG_SYS_FLASH1 /* Localbus flash start */
  152. #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_LBC_FLASH_BASE /* start of FLASH */
  153. /* Default ORx timings are for <= 41.7 MHz Local Bus Clock.
  154. *
  155. * Note: According to timing specifications external addr latch delay
  156. * (EAD, bit #0) must be set if Local Bus Clock is > 83 MHz.
  157. *
  158. * For other Local Bus Clocks see following table:
  159. *
  160. * Clock/MHz CONFIG_SYS_ORx_PRELIM
  161. * 166 0x.....CA5
  162. * 133 0x.....C85
  163. * 100 0x.....C65
  164. * 83 0x.....FA2
  165. * 66 0x.....C82
  166. * 50 0x.....C60
  167. * 42 0x.....040
  168. * 33 0x.....030
  169. * 25 0x.....020
  170. *
  171. */
  172. #ifdef CONFIG_TQM_BIGFLASH
  173. #define CONFIG_SYS_BR0_PRELIM 0xE0001801 /* port size 32bit */
  174. #define CONFIG_SYS_OR0_PRELIM 0xE0000040 /* 512MB Flash */
  175. #define CONFIG_SYS_BR1_PRELIM 0xC0001801 /* port size 32bit */
  176. #define CONFIG_SYS_OR1_PRELIM 0xE0000040 /* 512MB Flash */
  177. #else /* !CONFIG_TQM_BIGFLASH */
  178. #define CONFIG_SYS_BR0_PRELIM 0xfc001801 /* port size 32bit */
  179. #define CONFIG_SYS_OR0_PRELIM 0xfc000040 /* 64MB Flash */
  180. #define CONFIG_SYS_BR1_PRELIM 0xf8001801 /* port size 32bit */
  181. #define CONFIG_SYS_OR1_PRELIM 0xfc000040 /* 64MB Flash */
  182. #endif /* CONFIG_TQM_BIGFLASH */
  183. #define CONFIG_SYS_FLASH_CFI /* flash is CFI compat. */
  184. #define CONFIG_FLASH_CFI_DRIVER /* Use common CFI driver */
  185. #define CONFIG_SYS_FLASH_EMPTY_INFO /* print 'E' for empty sector */
  186. #define CONFIG_SYS_FLASH_QUIET_TEST 1 /* don't warn upon unknown flash*/
  187. #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE 1 /* speed up output to Flash */
  188. #define CONFIG_SYS_MAX_FLASH_BANKS 2 /* number of banks */
  189. #define CONFIG_SYS_MAX_FLASH_SECT 512 /* sectors per device */
  190. #undef CONFIG_SYS_FLASH_CHECKSUM
  191. #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
  192. #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
  193. #define CONFIG_SYS_MONITOR_BASE TEXT_BASE /* start of monitor */
  194. /*
  195. * Note: when changing the Local Bus clock divider you have to
  196. * change the timing values in CONFIG_SYS_ORx_PRELIM.
  197. *
  198. * LCRR[00:03] CLKDIV: System (CCB) clock divider. Valid values are 2, 4, 8.
  199. * LCRR[16:17] EADC : External address delay cycles. It should be set to 2
  200. * for Local Bus Clock > 83.3 MHz.
  201. */
  202. #define CONFIG_SYS_LBC_LCRR 0x00030008 /* LB clock ratio reg */
  203. #define CONFIG_SYS_LBC_LBCR 0x00000000 /* LB config reg */
  204. #define CONFIG_SYS_LBC_LSRT 0x20000000 /* LB sdram refresh timer */
  205. #define CONFIG_SYS_LBC_MRTPR 0x20000000 /* LB refresh timer presc.*/
  206. #define CONFIG_L1_INIT_RAM
  207. #define CONFIG_SYS_INIT_RAM_LOCK 1
  208. #define CONFIG_SYS_INIT_RAM_ADDR (CONFIG_SYS_CCSRBAR \
  209. + 0x04010000) /* Initial RAM address */
  210. #define CONFIG_SYS_INIT_RAM_END 0x4000 /* End used area in RAM */
  211. #define CONFIG_SYS_GBL_DATA_SIZE 128 /* num bytes initial data */
  212. #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_END - CONFIG_SYS_GBL_DATA_SIZE)
  213. #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
  214. #define CONFIG_SYS_MONITOR_LEN (~TEXT_BASE + 1)/* Reserved for Monitor */
  215. #define CONFIG_SYS_MALLOC_LEN (384 * 1024) /* Reserved for malloc */
  216. /* Serial Port */
  217. #if defined(CONFIG_TQM8560)
  218. #define CONFIG_CONS_ON_SCC /* define if console on SCC */
  219. #undef CONFIG_CONS_NONE /* define if console on something else */
  220. #define CONFIG_CONS_INDEX 1 /* which serial channel for console */
  221. #else /* !CONFIG_TQM8560 */
  222. #define CONFIG_CONS_INDEX 1
  223. #undef CONFIG_SERIAL_SOFTWARE_FIFO
  224. #define CONFIG_SYS_NS16550
  225. #define CONFIG_SYS_NS16550_SERIAL
  226. #define CONFIG_SYS_NS16550_REG_SIZE 1
  227. #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
  228. #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x4500)
  229. #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600)
  230. /* PS/2 Keyboard */
  231. #define CONFIG_PS2KBD /* AT-PS/2 Keyboard */
  232. #define CONFIG_PS2MULT /* .. on PS/2 Multiplexer */
  233. #define CONFIG_PS2SERIAL 2 /* .. on DUART2 */
  234. #define CONFIG_PS2MULT_DELAY (CONFIG_SYS_HZ/2) /* Initial delay */
  235. #define CONFIG_BOARD_EARLY_INIT_R 1
  236. #endif /* CONFIG_TQM8560 */
  237. #define CONFIG_BAUDRATE 115200
  238. #define CONFIG_SYS_BAUDRATE_TABLE \
  239. {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200}
  240. #define CONFIG_CMDLINE_EDITING 1 /* add command line history */
  241. #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */
  242. #ifdef CONFIG_SYS_HUSH_PARSER
  243. #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
  244. #endif
  245. /* pass open firmware flat tree */
  246. #define CONFIG_OF_LIBFDT 1
  247. #define CONFIG_OF_BOARD_SETUP 1
  248. #define CONFIG_OF_STDOUT_VIA_ALIAS 1
  249. /* CAN */
  250. #define CONFIG_SYS_CAN_BASE (CONFIG_SYS_CCSRBAR \
  251. + 0x03000000) /* CAN base address */
  252. #ifdef CONFIG_CAN_DRIVER
  253. #define CONFIG_SYS_CAN_OR_AM 0xFFFF8000 /* 32 KiB address mask */
  254. #define CONFIG_SYS_OR2_CAN (CONFIG_SYS_CAN_OR_AM | OR_UPM_BI)
  255. #define CONFIG_SYS_BR2_CAN ((CONFIG_SYS_CAN_BASE & BR_BA) | \
  256. BR_PS_8 | BR_MS_UPMC | BR_V)
  257. #endif /* CONFIG_CAN_DRIVER */
  258. /*
  259. * I2C
  260. */
  261. #define CONFIG_FSL_I2C /* Use FSL common I2C driver */
  262. #define CONFIG_HARD_I2C /* I2C with hardware support */
  263. #undef CONFIG_SOFT_I2C /* I2C bit-banged */
  264. #define CONFIG_SYS_I2C_SPEED 400000 /* I2C speed and slave address */
  265. #define CONFIG_SYS_I2C_SLAVE 0x7F
  266. #define CONFIG_SYS_I2C_NOPROBES {0x48} /* Don't probe these addrs */
  267. #define CONFIG_SYS_I2C_OFFSET 0x3000
  268. /* I2C RTC */
  269. #define CONFIG_RTC_DS1337 /* Use ds1337 rtc via i2c */
  270. #define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* at address 0x68 */
  271. /* I2C EEPROM */
  272. /*
  273. * EEPROM configuration for onboard EEPROM M24C32 (M24C64 should work also).
  274. */
  275. #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* 1010000x */
  276. #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
  277. #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 5 /* =32 Bytes per write */
  278. #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 20
  279. #define CONFIG_SYS_I2C_MULTI_EEPROMS 1 /* more than one eeprom */
  280. /* I2C SYSMON (LM75) */
  281. #define CONFIG_DTT_LM75 1 /* ON Semi's LM75 */
  282. #define CONFIG_DTT_SENSORS {0} /* Sensor addresses */
  283. #define CONFIG_SYS_DTT_MAX_TEMP 70
  284. #define CONFIG_SYS_DTT_LOW_TEMP -30
  285. #define CONFIG_SYS_DTT_HYSTERESIS 3
  286. #ifndef CONFIG_PCIE1
  287. /* RapidIO MMU */
  288. #ifdef CONFIG_TQM_BIGFLASH
  289. #define CONFIG_SYS_RIO_MEM_BASE 0xb0000000 /* base address */
  290. #define CONFIG_SYS_RIO_MEM_SIZE 0x10000000 /* 256M */
  291. #else /* !CONFIG_TQM_BIGFLASH */
  292. #define CONFIG_SYS_RIO_MEM_BASE 0xc0000000 /* base address */
  293. #define CONFIG_SYS_RIO_MEM_SIZE 0x20000000 /* 512M */
  294. #endif /* CONFIG_TQM_BIGFLASH */
  295. #define CONFIG_SYS_RIO_MEM_PHYS CONFIG_SYS_RIO_MEM_BASE
  296. #endif /* CONFIG_PCIE1 */
  297. /* NAND FLASH */
  298. #ifdef CONFIG_NAND
  299. #undef CONFIG_NAND_LEGACY
  300. #define CONFIG_NAND_FSL_UPM 1
  301. #define CONFIG_MTD_NAND_ECC_JFFS2 1 /* use JFFS2 ECC */
  302. /* address distance between chip selects */
  303. #define CONFIG_SYS_NAND_SELECT_DEVICE 1
  304. #define CONFIG_SYS_NAND_CS_DIST 0x200
  305. #define CONFIG_SYS_NAND_SIZE 0x8000
  306. #define CONFIG_SYS_NAND0_BASE (CONFIG_SYS_CCSRBAR + 0x03010000)
  307. #define CONFIG_SYS_NAND1_BASE (CONFIG_SYS_NAND0_BASE + CONFIG_SYS_NAND_CS_DIST)
  308. #define CONFIG_SYS_NAND2_BASE (CONFIG_SYS_NAND1_BASE + CONFIG_SYS_NAND_CS_DIST)
  309. #define CONFIG_SYS_NAND3_BASE (CONFIG_SYS_NAND2_BASE + CONFIG_SYS_NAND_CS_DIST)
  310. #define CONFIG_SYS_MAX_NAND_DEVICE 2 /* Max number of NAND devices */
  311. #define NAND_MAX_CHIPS 1
  312. #if (CONFIG_SYS_MAX_NAND_DEVICE == 1)
  313. #define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND0_BASE }
  314. #elif (CONFIG_SYS_MAX_NAND_DEVICE == 2)
  315. #define CONFIG_SYS_NAND_QUIET_TEST 1
  316. #define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND0_BASE, \
  317. CONFIG_SYS_NAND1_BASE, \
  318. }
  319. #elif (CONFIG_SYS_MAX_NAND_DEVICE == 4)
  320. #define CONFIG_SYS_NAND_QUIET_TEST 1
  321. #define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND0_BASE, \
  322. CONFIG_SYS_NAND1_BASE, \
  323. CONFIG_SYS_NAND2_BASE, \
  324. CONFIG_SYS_NAND3_BASE, \
  325. }
  326. #endif
  327. /* CS3 for NAND Flash */
  328. #define CONFIG_SYS_BR3_PRELIM ((CONFIG_SYS_NAND0_BASE & BR_BA) | BR_PS_8 | \
  329. BR_MS_UPMB | BR_V)
  330. #define CONFIG_SYS_OR3_PRELIM (P2SZ_TO_AM(CONFIG_SYS_NAND_SIZE) | OR_UPM_BI)
  331. #define NAND_BIG_DELAY_US 25 /* max tR for Samsung devices */
  332. #endif /* CONFIG_NAND */
  333. /*
  334. * General PCI
  335. * Addresses are mapped 1-1.
  336. */
  337. #define CONFIG_SYS_PCI1_MEM_BASE 0x80000000
  338. #define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE
  339. #define CONFIG_SYS_PCI1_MEM_SIZE 0x20000000 /* 512M */
  340. #define CONFIG_SYS_PCI1_IO_BASE (CONFIG_SYS_CCSRBAR + 0x02000000)
  341. #define CONFIG_SYS_PCI1_IO_PHYS CONFIG_SYS_PCI1_IO_BASE
  342. #define CONFIG_SYS_PCI1_IO_SIZE 0x1000000 /* 16M */
  343. #ifdef CONFIG_PCIE1
  344. /*
  345. * General PCI express
  346. * Addresses are mapped 1-1.
  347. */
  348. #ifdef CONFIG_TQM_BIGFLASH
  349. #define CONFIG_SYS_PCIE1_MEM_BASE 0xb0000000
  350. #define CONFIG_SYS_PCIE1_MEM_SIZE 0x10000000 /* 512M */
  351. #define CONFIG_SYS_PCIE1_IO_BASE 0xaf000000
  352. #else /* !CONFIG_TQM_BIGFLASH */
  353. #define CONFIG_SYS_PCIE1_MEM_BASE 0xc0000000
  354. #define CONFIG_SYS_PCIE1_MEM_SIZE 0x20000000 /* 512M */
  355. #define CONFIG_SYS_PCIE1_IO_BASE 0xef000000
  356. #endif /* CONFIG_TQM_BIGFLASH */
  357. #define CONFIG_SYS_PCIE1_MEM_PHYS CONFIG_SYS_PCIE1_MEM_BASE
  358. #define CONFIG_SYS_PCIE1_IO_PHYS CONFIG_SYS_PCIE1_IO_BASE
  359. #define CONFIG_SYS_PCIE1_IO_SIZE 0x1000000 /* 16M */
  360. #endif /* CONFIG_PCIE1 */
  361. #if defined(CONFIG_PCI)
  362. #define CONFIG_PCI_PNP /* do pci plug-and-play */
  363. #define CONFIG_EEPRO100
  364. #undef CONFIG_TULIP
  365. #undef CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
  366. #define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1057 /* Motorola */
  367. #endif /* CONFIG_PCI */
  368. #define CONFIG_NET_MULTI 1
  369. #define CONFIG_MII 1 /* MII PHY management */
  370. #define CONFIG_TSEC1 1
  371. #define CONFIG_TSEC1_NAME "TSEC0"
  372. #define CONFIG_TSEC2 1
  373. #define CONFIG_TSEC2_NAME "TSEC1"
  374. #define TSEC1_PHY_ADDR 2
  375. #define TSEC2_PHY_ADDR 1
  376. #define TSEC1_PHYIDX 0
  377. #define TSEC2_PHYIDX 0
  378. #define TSEC1_FLAGS TSEC_GIGABIT
  379. #define TSEC2_FLAGS TSEC_GIGABIT
  380. #define FEC_PHY_ADDR 3
  381. #define FEC_PHYIDX 0
  382. #define FEC_FLAGS 0
  383. #define CONFIG_HAS_ETH0
  384. #define CONFIG_HAS_ETH1
  385. #define CONFIG_HAS_ETH2
  386. #ifdef CONFIG_TQM8548
  387. /*
  388. * TQM8548 has 4 ethernet ports. 4 ETSEC's.
  389. *
  390. * On the STK85xx Starterkit the ETSEC3/4 ports are on an
  391. * additional adapter (AIO) between module and Starterkit.
  392. */
  393. #define CONFIG_TSEC3 1
  394. #define CONFIG_TSEC3_NAME "TSEC2"
  395. #define CONFIG_TSEC4 1
  396. #define CONFIG_TSEC4_NAME "TSEC3"
  397. #define TSEC3_PHY_ADDR 4
  398. #define TSEC4_PHY_ADDR 5
  399. #define TSEC3_PHYIDX 0
  400. #define TSEC4_PHYIDX 0
  401. #define TSEC3_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
  402. #define TSEC4_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
  403. #define CONFIG_HAS_ETH3
  404. #define CONFIG_HAS_ETH4
  405. #endif /* CONFIG_TQM8548 */
  406. /* Options are TSEC[0-1], FEC */
  407. #define CONFIG_ETHPRIME "TSEC0"
  408. #if defined(CONFIG_TQM8540)
  409. /*
  410. * TQM8540 has 3 ethernet ports. 2 TSEC's and one FEC.
  411. * The FEC port is connected on the same signals as the FCC3 port
  412. * of the TQM8560 to the baseboard (STK85xx Starterkit).
  413. *
  414. * On the STK85xx Starterkit the X47/X50 jumper has to be set to
  415. * a - d (X50.2 - 3) to enable the FEC port.
  416. */
  417. #define CONFIG_MPC85XX_FEC 1
  418. #define CONFIG_MPC85XX_FEC_NAME "FEC"
  419. #endif
  420. #if defined(CONFIG_TQM8541) || defined(CONFIG_TQM8555)
  421. /*
  422. * TQM8541/55 have 4 ethernet ports. 2 TSEC's and 2 FCC's. Only one FCC port
  423. * can be used at once, since only one FCC port is available on the STK85xx
  424. * Starterkit.
  425. *
  426. * To use this port you have to configure U-Boot to use the FCC port 1...2
  427. * and set the X47/X50 jumper to:
  428. * FCC1: a - b (X47.2 - X50.2)
  429. * FCC2: a - c (X50.2 - 1)
  430. */
  431. #define CONFIG_ETHER_ON_FCC
  432. #define CONFIG_ETHER_INDEX 1 /* FCC channel for ethernet */
  433. #endif
  434. #if defined(CONFIG_TQM8560)
  435. /*
  436. * TQM8560 has 5 ethernet ports. 2 TSEC's and 3 FCC's. Only one FCC port
  437. * can be used at once, since only one FCC port is available on the STK85xx
  438. * Starterkit.
  439. *
  440. * To use this port you have to configure U-Boot to use the FCC port 1...3
  441. * and set the X47/X50 jumper to:
  442. * FCC1: a - b (X47.2 - X50.2)
  443. * FCC2: a - c (X50.2 - 1)
  444. * FCC3: a - d (X50.2 - 3)
  445. */
  446. #define CONFIG_ETHER_ON_FCC
  447. #define CONFIG_ETHER_INDEX 3 /* FCC channel for ethernet */
  448. #endif
  449. #if defined(CONFIG_ETHER_ON_FCC) && (CONFIG_ETHER_INDEX == 1)
  450. #define CONFIG_ETHER_ON_FCC1
  451. #define CONFIG_SYS_CMXFCR_MASK1 (CMXFCR_FC1 | CMXFCR_RF1CS_MSK | \
  452. CMXFCR_TF1CS_MSK)
  453. #define CONFIG_SYS_CMXFCR_VALUE1 (CMXFCR_RF1CS_CLK11 | CMXFCR_TF1CS_CLK12)
  454. #define CONFIG_SYS_CPMFCR_RAMTYPE 0
  455. #define CONFIG_SYS_FCC_PSMR (FCC_PSMR_FDE | FCC_PSMR_LPB)
  456. #endif
  457. #if defined(CONFIG_ETHER_ON_FCC) && (CONFIG_ETHER_INDEX == 2)
  458. #define CONFIG_ETHER_ON_FCC2
  459. #define CONFIG_SYS_CMXFCR_MASK2 (CMXFCR_FC2 | CMXFCR_RF2CS_MSK | \
  460. CMXFCR_TF2CS_MSK)
  461. #define CONFIG_SYS_CMXFCR_VALUE2 (CMXFCR_RF2CS_CLK16 | CMXFCR_TF2CS_CLK13)
  462. #define CONFIG_SYS_CPMFCR_RAMTYPE 0
  463. #define CONFIG_SYS_FCC_PSMR (FCC_PSMR_FDE | FCC_PSMR_LPB)
  464. #endif
  465. #if defined(CONFIG_ETHER_ON_FCC) && (CONFIG_ETHER_INDEX == 3)
  466. #define CONFIG_ETHER_ON_FCC3
  467. #define CONFIG_SYS_CMXFCR_MASK3 (CMXFCR_FC3 | CMXFCR_RF3CS_MSK | \
  468. CMXFCR_TF3CS_MSK)
  469. #define CONFIG_SYS_CMXFCR_VALUE3 (CMXFCR_RF3CS_CLK15 | CMXFCR_TF3CS_CLK14)
  470. #define CONFIG_SYS_CPMFCR_RAMTYPE 0
  471. #define CONFIG_SYS_FCC_PSMR (FCC_PSMR_FDE | FCC_PSMR_LPB)
  472. #endif
  473. /*
  474. * Environment
  475. */
  476. #define CONFIG_ENV_IS_IN_FLASH 1
  477. #ifdef CONFIG_TQM_FLASH_N_TYPE
  478. #define CONFIG_ENV_SECT_SIZE 0x40000 /* 256K (one sector) for env */
  479. #else /* !CONFIG_TQM_FLASH_N_TYPE */
  480. #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K (one sector) for env */
  481. #endif /* CONFIG_TQM_FLASH_N_TYPE */
  482. #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
  483. #define CONFIG_ENV_SIZE 0x2000
  484. #define CONFIG_ENV_ADDR_REDUND (CONFIG_ENV_ADDR - CONFIG_ENV_SECT_SIZE)
  485. #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE)
  486. #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
  487. #define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
  488. #define CONFIG_TIMESTAMP /* Print image info with ts */
  489. /*
  490. * BOOTP options
  491. */
  492. #define CONFIG_BOOTP_BOOTFILESIZE
  493. #define CONFIG_BOOTP_BOOTPATH
  494. #define CONFIG_BOOTP_GATEWAY
  495. #define CONFIG_BOOTP_HOSTNAME
  496. #ifdef CONFIG_NAND
  497. /*
  498. * Use NAND-FLash as JFFS2 device
  499. */
  500. #define CONFIG_CMD_NAND
  501. #define CONFIG_CMD_JFFS2
  502. #define CONFIG_JFFS2_NAND 1
  503. #ifdef CONFIG_JFFS2_CMDLINE
  504. #define MTDIDS_DEFAULT "nand0=TQM85xx-nand"
  505. #define MTDPARTS_DEFAULT "mtdparts=TQM85xx-nand:-"
  506. #else
  507. #define CONFIG_JFFS2_DEV "nand0" /* NAND device jffs2 lives on */
  508. #define CONFIG_JFFS2_PART_OFFSET 0 /* start of jffs2 partition */
  509. #define CONFIG_JFFS2_PART_SIZE 0x200000 /* size of jffs2 partition */
  510. #endif /* CONFIG_JFFS2_CMDLINE */
  511. #endif /* CONFIG_NAND */
  512. /*
  513. * Command line configuration.
  514. */
  515. #include <config_cmd_default.h>
  516. #define CONFIG_CMD_PING
  517. #define CONFIG_CMD_I2C
  518. #define CONFIG_CMD_DHCP
  519. #define CONFIG_CMD_NFS
  520. #define CONFIG_CMD_SNTP
  521. #define CONFIG_CMD_DATE
  522. #define CONFIG_CMD_EEPROM
  523. #define CONFIG_CMD_DTT
  524. #define CONFIG_CMD_MII
  525. #if defined(CONFIG_PCI)
  526. #define CONFIG_CMD_PCI
  527. #endif
  528. #undef CONFIG_WATCHDOG /* watchdog disabled */
  529. /*
  530. * Miscellaneous configurable options
  531. */
  532. #define CONFIG_SYS_LONGHELP /* undef to save memory */
  533. #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
  534. #define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
  535. #if defined(CONFIG_CMD_KGDB)
  536. #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
  537. #else
  538. #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
  539. #endif
  540. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
  541. sizeof(CONFIG_SYS_PROMPT) + 16) /* Print Buf Size */
  542. #define CONFIG_SYS_MAXARGS 16 /* max number of command args */
  543. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
  544. #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1ms ticks */
  545. /*
  546. * For booting Linux, the board info and command line data
  547. * have to be in the first 8 MB of memory, since this is
  548. * the maximum mapped by the Linux kernel during initialization.
  549. */
  550. #define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
  551. /*
  552. * Internal Definitions
  553. *
  554. * Boot Flags
  555. */
  556. #define BOOTFLAG_COLD 0x01 /* Power-On: Boot from FLASH */
  557. #define BOOTFLAG_WARM 0x02 /* Software reboot */
  558. #if defined(CONFIG_CMD_KGDB)
  559. #define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port*/
  560. #define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
  561. #endif
  562. #define CONFIG_LOADADDR 200000 /* default addr for tftp & bootm*/
  563. #define CONFIG_BOOTDELAY 5 /* -1 disables auto-boot */
  564. #define CONFIG_PREBOOT "echo;" \
  565. "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \
  566. "echo"
  567. #undef CONFIG_BOOTARGS /* the boot command will set bootargs */
  568. /*
  569. * Setup some board specific values for the default environment variables
  570. */
  571. #ifdef CONFIG_CPM2
  572. #define CONFIG_ENV_CONSDEV "consdev=ttyCPM0\0"
  573. #else
  574. #define CONFIG_ENV_CONSDEV "consdev=ttyS0\0"
  575. #endif
  576. #define CONFIG_ENV_FDT_FILE "fdt_file="MK_STR(CONFIG_HOSTNAME)"/" \
  577. MK_STR(CONFIG_HOSTNAME)".dtb\0"
  578. #define CONFIG_ENV_BOOTFILE "bootfile="MK_STR(CONFIG_HOSTNAME)"/uImage\0"
  579. #define CONFIG_ENV_UBOOT "uboot="MK_STR(CONFIG_HOSTNAME)"/u-boot.bin\0" \
  580. "uboot_addr="MK_STR(TEXT_BASE)"\0"
  581. #define CONFIG_EXTRA_ENV_SETTINGS \
  582. CONFIG_ENV_BOOTFILE \
  583. CONFIG_ENV_FDT_FILE \
  584. CONFIG_ENV_CONSDEV \
  585. "netdev=eth0\0" \
  586. "nfsargs=setenv bootargs root=/dev/nfs rw " \
  587. "nfsroot=$serverip:$rootpath\0" \
  588. "ramargs=setenv bootargs root=/dev/ram rw\0" \
  589. "addip=setenv bootargs $bootargs " \
  590. "ip=$ipaddr:$serverip:$gatewayip:$netmask" \
  591. ":$hostname:$netdev:off panic=1\0" \
  592. "addcons=setenv bootargs $bootargs " \
  593. "console=$consdev,$baudrate\0" \
  594. "flash_nfs=run nfsargs addip addcons;" \
  595. "bootm $kernel_addr - $fdt_addr\0" \
  596. "flash_self=run ramargs addip addcons;" \
  597. "bootm $kernel_addr $ramdisk_addr $fdt_addr\0" \
  598. "net_nfs=tftp $kernel_addr_r $bootfile;" \
  599. "tftp $fdt_addr_r $fdt_file;" \
  600. "run nfsargs addip addcons;" \
  601. "bootm $kernel_addr_r - $fdt_addr_r\0" \
  602. "rootpath=/opt/eldk/ppc_85xx\0" \
  603. "fdt_addr_r=900000\0" \
  604. "kernel_addr_r=1000000\0" \
  605. "fdt_addr=ffec0000\0" \
  606. "kernel_addr=ffd00000\0" \
  607. "ramdisk_addr=ff800000\0" \
  608. CONFIG_ENV_UBOOT \
  609. "load=tftp 100000 $uboot\0" \
  610. "update=protect off $uboot_addr +$filesize;" \
  611. "erase $uboot_addr +$filesize;" \
  612. "cp.b 100000 $uboot_addr $filesize;" \
  613. "setenv filesize;saveenv\0" \
  614. "upd=run load update\0" \
  615. ""
  616. #define CONFIG_BOOTCOMMAND "run flash_self"
  617. #endif /* __CONFIG_H */