hymod.h 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735
  1. /*
  2. * (C) Copyright 2000
  3. * Murray Jensen <Murray.Jensen@cmst.csiro.au>
  4. *
  5. * See file CREDITS for list of people who contributed to this
  6. * project.
  7. *
  8. * This program is free software; you can redistribute it and/or
  9. * modify it under the terms of the GNU General Public License as
  10. * published by the Free Software Foundation; either version 2 of
  11. * the License, or (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program; if not, write to the Free Software
  20. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  21. * MA 02111-1307 USA
  22. */
  23. /*
  24. * Config header file for Hymod board
  25. */
  26. #ifndef __CONFIG_H
  27. #define __CONFIG_H
  28. /*
  29. * High Level Configuration Options
  30. * (easy to change)
  31. */
  32. #define CONFIG_MPC8260 1 /* This is an MPC8260 CPU */
  33. #define CONFIG_HYMOD 1 /* ...on a Hymod board */
  34. #define CONFIG_CPM2 1 /* Has a CPM2 */
  35. #define CONFIG_MISC_INIT_F 1 /* Use misc_init_f() */
  36. #define CONFIG_BOARD_POSTCLK_INIT /* have board_postclk_init() function */
  37. /*
  38. * select serial console configuration
  39. *
  40. * if either CONFIG_CONS_ON_SMC or CONFIG_CONS_ON_SCC is selected, then
  41. * CONFIG_CONS_INDEX must be set to the channel number (1-2 for SMC, 1-4
  42. * for SCC).
  43. *
  44. * if CONFIG_CONS_NONE is defined, then the serial console routines must
  45. * defined elsewhere (for example, on the cogent platform, there are serial
  46. * ports on the motherboard which are used for the serial console - see
  47. * cogent/cma101/serial.[ch]).
  48. */
  49. #undef CONFIG_CONS_ON_SMC /* define if console on SMC */
  50. #define CONFIG_CONS_ON_SCC /* define if console on SCC */
  51. #undef CONFIG_CONS_NONE /* define if console on something else*/
  52. #define CONFIG_CONS_INDEX 1 /* which serial channel for console */
  53. #define CONFIG_CONS_USE_EXTC /* SMC/SCC use ext clock not brg_clk */
  54. #define CONFIG_CONS_EXTC_RATE 3686400 /* SMC/SCC ext clk rate in Hz */
  55. #define CONFIG_CONS_EXTC_PINSEL 0 /* pin select 0=CLK3/CLK9,1=CLK5/CLK15*/
  56. /*
  57. * select ethernet configuration
  58. *
  59. * if either CONFIG_ETHER_ON_SCC or CONFIG_ETHER_ON_FCC is selected, then
  60. * CONFIG_ETHER_INDEX must be set to the channel number (1-4 for SCC, 1-3
  61. * for FCC)
  62. *
  63. * if CONFIG_ETHER_NONE is defined, then either the ethernet routines must be
  64. * defined elsewhere (as for the console), or CFG_CMD_NET must be removed
  65. * from CONFIG_COMMANDS to remove support for networking.
  66. */
  67. #undef CONFIG_ETHER_ON_SCC /* define if ether on SCC */
  68. #define CONFIG_ETHER_ON_FCC /* define if ether on FCC */
  69. #undef CONFIG_ETHER_NONE /* define if ether on something else */
  70. #define CONFIG_ETHER_INDEX 1 /* which channel for ether */
  71. #define CONFIG_ETHER_LOOPBACK_TEST /* add ether external loopback test */
  72. #ifdef CONFIG_ETHER_ON_FCC
  73. #if (CONFIG_ETHER_INDEX == 1)
  74. /*
  75. * - Rx-CLK is CLK10
  76. * - Tx-CLK is CLK11
  77. * - RAM for BD/Buffers is on the 60x Bus (see 28-13)
  78. * - Enable Full Duplex in FSMR
  79. */
  80. # define CFG_CMXFCR_MASK (CMXFCR_FC1|CMXFCR_RF1CS_MSK|CMXFCR_TF1CS_MSK)
  81. # define CFG_CMXFCR_VALUE (CMXFCR_RF1CS_CLK10|CMXFCR_TF1CS_CLK11)
  82. # define CFG_CPMFCR_RAMTYPE 0
  83. # define CFG_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB)
  84. # define MDIO_PORT 0 /* Port A */
  85. # define MDIO_DATA_PINMASK 0x00040000 /* Pin 13 */
  86. # define MDIO_CLCK_PINMASK 0x00080000 /* Pin 12 */
  87. #elif (CONFIG_ETHER_INDEX == 2)
  88. /*
  89. * - Rx-CLK is CLK13
  90. * - Tx-CLK is CLK14
  91. * - RAM for BD/Buffers is on the 60x Bus (see 28-13)
  92. * - Enable Full Duplex in FSMR
  93. */
  94. # define CFG_CMXFCR_MASK (CMXFCR_FC2|CMXFCR_RF2CS_MSK|CMXFCR_TF2CS_MSK)
  95. # define CFG_CMXFCR_VALUE (CMXFCR_RF2CS_CLK13|CMXFCR_TF2CS_CLK14)
  96. # define CFG_CPMFCR_RAMTYPE 0
  97. # define CFG_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB)
  98. # define MDIO_PORT 0 /* Port A */
  99. # define MDIO_DATA_PINMASK 0x00000040 /* Pin 25 */
  100. # define MDIO_CLCK_PINMASK 0x00000080 /* Pin 24 */
  101. #elif (CONFIG_ETHER_INDEX == 3)
  102. /*
  103. * - Rx-CLK is CLK15
  104. * - Tx-CLK is CLK16
  105. * - RAM for BD/Buffers is on the 60x Bus (see 28-13)
  106. * - Enable Full Duplex in FSMR
  107. */
  108. # define CFG_CMXFCR_MASK (CMXFCR_FC3|CMXFCR_RF3CS_MSK|CMXFCR_TF3CS_MSK)
  109. # define CFG_CMXFCR_VALUE (CMXFCR_RF3CS_CLK15|CMXFCR_TF3CS_CLK16)
  110. # define CFG_CPMFCR_RAMTYPE 0
  111. # define CFG_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB)
  112. # define MDIO_PORT 0 /* Port A */
  113. # define MDIO_DATA_PINMASK 0x00000100 /* Pin 23 */
  114. # define MDIO_CLCK_PINMASK 0x00000200 /* Pin 22 */
  115. #endif /* CONFIG_ETHER_INDEX */
  116. #define CONFIG_MII /* MII PHY management */
  117. #define CONFIG_BITBANGMII /* bit-bang MII PHY management */
  118. #define MDIO_ACTIVE (iop->pdir |= MDIO_DATA_PINMASK)
  119. #define MDIO_TRISTATE (iop->pdir &= ~MDIO_DATA_PINMASK)
  120. #define MDIO_READ ((iop->pdat & MDIO_DATA_PINMASK) != 0)
  121. #define MDIO(bit) if(bit) iop->pdat |= MDIO_DATA_PINMASK; \
  122. else iop->pdat &= ~MDIO_DATA_PINMASK
  123. #define MDC(bit) if(bit) iop->pdat |= MDIO_CLCK_PINMASK; \
  124. else iop->pdat &= ~MDIO_CLCK_PINMASK
  125. #define MIIDELAY udelay(1)
  126. #endif /* CONFIG_ETHER_ON_FCC */
  127. /* other options */
  128. #define CONFIG_HARD_I2C 1 /* To enable I2C hardware support */
  129. #define CONFIG_DTT_ADM1021 1 /* ADM1021 temp sensor support */
  130. /* system clock rate (CLKIN) - equal to the 60x and local bus speed */
  131. #ifdef DEBUG
  132. #define CONFIG_8260_CLKIN 33333333 /* in Hz */
  133. #else
  134. #define CONFIG_8260_CLKIN 66666666 /* in Hz */
  135. #endif
  136. #if defined(CONFIG_CONS_USE_EXTC)
  137. #define CONFIG_BAUDRATE 115200
  138. #else
  139. #define CONFIG_BAUDRATE 9600
  140. #endif
  141. /* default ip addresses - these will be overridden */
  142. #define CONFIG_IPADDR 192.168.1.1 /* hymod "boot" address */
  143. #define CONFIG_SERVERIP 192.168.1.254 /* hymod "server" address */
  144. #define CONFIG_LAST_STAGE_INIT
  145. /*
  146. * Command line configuration.
  147. */
  148. #include <config_cmd_all.h>
  149. #undef CONFIG_CMD_BEDBUG
  150. #undef CONFIG_CMD_BMP
  151. #undef CONFIG_CMD_DISPLAY
  152. #undef CONFIG_CMD_DOC
  153. #undef CONFIG_CMD_EXT2
  154. #undef CONFIG_CMD_FDC
  155. #undef CONFIG_CMD_FDOS
  156. #undef CONFIG_CMD_FPGA
  157. #undef CONFIG_CMD_HWFLOW
  158. #undef CONFIG_CMD_IDE
  159. #undef CONFIG_CMD_JFFS2
  160. #undef CONFIG_CMD_NAND
  161. #undef CONFIG_CMD_MMC
  162. #undef CONFIG_CMD_PCMCIA
  163. #undef CONFIG_CMD_PCI
  164. #undef CONFIG_CMD_USB
  165. #undef CONFIG_CMD_REISER
  166. #undef CONFIG_CMD_SCSI
  167. #undef CONFIG_CMD_SPI
  168. #undef CONFIG_CMD_UNIVERSE
  169. #undef CONFIG_CMD_VFD
  170. #undef CONFIG_CMD_XIMG
  171. #ifdef DEBUG
  172. #define CONFIG_BOOTDELAY -1 /* autoboot disabled */
  173. #else
  174. #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
  175. #define CONFIG_BOOT_RETRY_TIME 30 /* retry autoboot after 30 secs */
  176. #define CONFIG_BOOT_RETRY_MIN 1 /* can go down to 1 second timeout */
  177. /* Be selective on what keys can delay or stop the autoboot process
  178. * To stop use: " "
  179. */
  180. #define CONFIG_AUTOBOOT_KEYED
  181. #define CONFIG_AUTOBOOT_PROMPT "Autobooting in %d seconds, " \
  182. "press <SPACE> to stop\n"
  183. #define CONFIG_AUTOBOOT_STOP_STR " "
  184. #undef CONFIG_AUTOBOOT_DELAY_STR
  185. #define DEBUG_BOOTKEYS 0
  186. #endif
  187. #if defined(CONFIG_CMD_KGDB)
  188. #undef CONFIG_KGDB_ON_SMC /* define if kgdb on SMC */
  189. #define CONFIG_KGDB_ON_SCC /* define if kgdb on SCC */
  190. #undef CONFIG_KGDB_NONE /* define if kgdb on something else */
  191. #define CONFIG_KGDB_INDEX 2 /* which serial channel for kgdb */
  192. #define CONFIG_KGDB_USE_EXTC /* SMC/SCC use ext clock not brg_clk */
  193. #define CONFIG_KGDB_EXTC_RATE 3686400 /* serial ext clk rate in Hz */
  194. #define CONFIG_KGDB_EXTC_PINSEL 0 /* pin select 0=CLK3/CLK9,1=CLK5/CLK15*/
  195. # if defined(CONFIG_KGDB_USE_EXTC)
  196. #define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port at */
  197. # else
  198. #define CONFIG_KGDB_BAUDRATE 9600 /* speed to run kgdb serial port at */
  199. # endif
  200. #endif
  201. #undef CONFIG_WATCHDOG /* disable platform specific watchdog */
  202. #define CONFIG_RTC_PCF8563 /* use Philips PCF8563 RTC */
  203. /*
  204. * Hymod specific configurable options
  205. */
  206. #undef CFG_HYMOD_DBLEDS /* walk mezz board LEDs */
  207. /*
  208. * Miscellaneous configurable options
  209. */
  210. #define CFG_LONGHELP /* undef to save memory */
  211. #define CFG_PROMPT "=> " /* Monitor Command Prompt */
  212. #if defined(CONFIG_CMD_KGDB)
  213. #define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
  214. #else
  215. #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
  216. #endif
  217. #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
  218. #define CFG_MAXARGS 16 /* max number of command args */
  219. #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
  220. #define CFG_MEMTEST_START 0x00400000 /* memtest works on */
  221. #define CFG_MEMTEST_END 0x03c00000 /* 4 ... 60 MB in DRAM */
  222. #define CFG_CLKS_IN_HZ 1 /* everything, incl board info, in Hz */
  223. #define CFG_LOAD_ADDR 0x100000 /* default load address */
  224. #define CFG_HZ 1000 /* decrementer freq: 1 ms ticks */
  225. #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
  226. #define CFG_I2C_SPEED 50000
  227. #define CFG_I2C_SLAVE 0x7e
  228. /* these are for the ST M24C02 2kbit serial i2c eeprom */
  229. #define CFG_I2C_EEPROM_ADDR 0x50 /* base address */
  230. #define CFG_I2C_EEPROM_ADDR_LEN 1 /* bytes of address */
  231. /* mask of address bits that overflow into the "EEPROM chip address" */
  232. #define CFG_I2C_EEPROM_ADDR_OVERFLOW 0x07
  233. #define CFG_EEPROM_PAGE_WRITE_ENABLE 1 /* write eeprom in pages */
  234. #define CFG_EEPROM_PAGE_WRITE_BITS 4 /* 16 byte write page size */
  235. #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10 /* and takes up to 10 msec */
  236. #define CFG_I2C_MULTI_EEPROMS 1 /* hymod has two eeproms */
  237. #define CFG_I2C_RTC_ADDR 0x51 /* philips PCF8563 RTC address */
  238. /*
  239. * standard dtt sensor configuration - bottom bit will determine local or
  240. * remote sensor of the ADM1021, the rest determines index into
  241. * CFG_DTT_ADM1021 array below.
  242. *
  243. * On HYMOD board, the remote sensor should be connected to the MPC8260
  244. * temperature diode thingy, but an errata said this didn't work and
  245. * should be disabled - so it isn't connected.
  246. */
  247. #if 0
  248. #define CONFIG_DTT_SENSORS { 0, 1 }
  249. #else
  250. #define CONFIG_DTT_SENSORS { 0 }
  251. #endif
  252. /*
  253. * ADM1021 temp sensor configuration (see dtt/adm1021.c for details).
  254. * there will be one entry in this array for each two (dummy) sensors in
  255. * CONFIG_DTT_SENSORS.
  256. *
  257. * For HYMOD board:
  258. * - only one ADM1021
  259. * - i2c addr 0x2a (both ADD0 and ADD1 are N/C)
  260. * - conversion rate 0x02 = 0.25 conversions/second
  261. * - ALERT ouput disabled
  262. * - local temp sensor enabled, min set to 0 deg, max set to 85 deg
  263. * - remote temp sensor disabled (see comment for CONFIG_DTT_SENSORS above)
  264. */
  265. #define CFG_DTT_ADM1021 { { 0x2a, 0x02, 0, 1, 0, 85, 0, } }
  266. /*
  267. * Low Level Configuration Settings
  268. * (address mappings, register initial values, etc.)
  269. * You should know what you are doing if you make changes here.
  270. */
  271. /*-----------------------------------------------------------------------
  272. * Hard Reset Configuration Words
  273. *
  274. * if you change bits in the HRCW, you must also change the CFG_*
  275. * defines for the various registers affected by the HRCW e.g. changing
  276. * HRCW_DPPCxx requires you to also change CFG_SIUMCR.
  277. */
  278. #ifdef DEBUG
  279. #define CFG_HRCW_MASTER (HRCW_BPS11|HRCW_CIP|HRCW_L2CPC01|HRCW_DPPC10|\
  280. HRCW_ISB100|HRCW_BMS|HRCW_MMR11|HRCW_APPC10|\
  281. HRCW_MODCK_H0010)
  282. #else
  283. #define CFG_HRCW_MASTER (HRCW_BPS11|HRCW_CIP|HRCW_L2CPC01|HRCW_DPPC10|\
  284. HRCW_ISB100|HRCW_BMS|HRCW_MMR11|HRCW_APPC10|\
  285. HRCW_MODCK_H0101)
  286. #endif
  287. /* no slaves so just duplicate the master hrcw */
  288. #define CFG_HRCW_SLAVE1 CFG_HRCW_MASTER
  289. #define CFG_HRCW_SLAVE2 CFG_HRCW_MASTER
  290. #define CFG_HRCW_SLAVE3 CFG_HRCW_MASTER
  291. #define CFG_HRCW_SLAVE4 CFG_HRCW_MASTER
  292. #define CFG_HRCW_SLAVE5 CFG_HRCW_MASTER
  293. #define CFG_HRCW_SLAVE6 CFG_HRCW_MASTER
  294. #define CFG_HRCW_SLAVE7 CFG_HRCW_MASTER
  295. /*-----------------------------------------------------------------------
  296. * Internal Memory Mapped Register
  297. */
  298. #define CFG_IMMR 0xF0000000
  299. /*-----------------------------------------------------------------------
  300. * Definitions for initial stack pointer and data area (in DPRAM)
  301. */
  302. #define CFG_INIT_RAM_ADDR CFG_IMMR
  303. #define CFG_INIT_RAM_END 0x4000 /* End of used area in DPRAM */
  304. #define CFG_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */
  305. #define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
  306. #define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET
  307. /*-----------------------------------------------------------------------
  308. * Start addresses for the final memory configuration
  309. * (Set up by the startup code)
  310. * Please note that CFG_SDRAM_BASE _must_ start at 0
  311. */
  312. #define CFG_SDRAM_BASE 0x00000000
  313. #define CFG_FLASH_BASE TEXT_BASE
  314. #define CFG_MONITOR_BASE TEXT_BASE
  315. #define CFG_FPGA_BASE 0x80000000
  316. /*
  317. * unfortunately, CFG_MONITOR_LEN must include the
  318. * (very large i.e. 256kB) environment flash sector
  319. */
  320. #define CFG_MONITOR_LEN (512 << 10) /* Reserve 512 kB for Monitor*/
  321. #define CFG_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc()*/
  322. /*
  323. * For booting Linux, the board info and command line data
  324. * have to be in the first 8 MB of memory, since this is
  325. * the maximum mapped by the Linux kernel during initialization.
  326. */
  327. #define CFG_BOOTMAPSZ (8 << 20) /* Initial Mem map for Linux*/
  328. /*-----------------------------------------------------------------------
  329. * FLASH organization
  330. */
  331. #define CFG_MAX_FLASH_BANKS 2 /* max num of memory banks */
  332. #define CFG_MAX_FLASH_SECT 67 /* max num of sects on one chip */
  333. #define CFG_FLASH_ERASE_TOUT 120000 /* Flash Erase Timeout (in ms) */
  334. #define CFG_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (in ms) */
  335. #define CFG_ENV_IS_IN_FLASH 1
  336. #define CFG_ENV_SIZE 0x40000 /* Total Size of Environment Sector */
  337. #define CFG_ENV_SECT_SIZE 0x40000 /* see README - env sect real size */
  338. #define CFG_ENV_ADDR (CFG_FLASH_BASE+CFG_MONITOR_LEN-CFG_ENV_SECT_SIZE)
  339. /*-----------------------------------------------------------------------
  340. * Cache Configuration
  341. */
  342. #define CFG_CACHELINE_SIZE 32 /* For MPC8260 CPU */
  343. #if defined(CONFIG_CMD_KGDB)
  344. #define CFG_CACHELINE_SHIFT 5 /* log base 2 of the above value*/
  345. #endif
  346. /*-----------------------------------------------------------------------
  347. * HIDx - Hardware Implementation-dependent Registers 2-11
  348. *-----------------------------------------------------------------------
  349. * HID0 also contains cache control - initially enable both caches and
  350. * invalidate contents, then the final state leaves only the instruction
  351. * cache enabled. Note that Power-On and Hard reset invalidate the caches,
  352. * but Soft reset does not.
  353. *
  354. * HID1 has only read-only information - nothing to set.
  355. */
  356. #define CFG_HID0_INIT (HID0_ICE|HID0_DCE|HID0_ICFI|HID0_DCI|\
  357. HID0_IFEM|HID0_ABE)
  358. #ifdef DEBUG
  359. #define CFG_HID0_FINAL 0
  360. #else
  361. #define CFG_HID0_FINAL (HID0_ICE|HID0_IFEM|HID0_ABE)
  362. #endif
  363. #define CFG_HID2 0
  364. /*-----------------------------------------------------------------------
  365. * RMR - Reset Mode Register 5-5
  366. *-----------------------------------------------------------------------
  367. * turn on Checkstop Reset Enable
  368. */
  369. #ifdef DEBUG
  370. #define CFG_RMR 0
  371. #else
  372. #define CFG_RMR RMR_CSRE
  373. #endif
  374. /*-----------------------------------------------------------------------
  375. * BCR - Bus Configuration 4-25
  376. *-----------------------------------------------------------------------
  377. */
  378. #define CFG_BCR (BCR_ETM)
  379. /*-----------------------------------------------------------------------
  380. * SIUMCR - SIU Module Configuration 4-31
  381. *-----------------------------------------------------------------------
  382. */
  383. #define CFG_SIUMCR (SIUMCR_DPPC10|SIUMCR_L2CPC01|\
  384. SIUMCR_APPC10|SIUMCR_MMR11)
  385. /*-----------------------------------------------------------------------
  386. * SYPCR - System Protection Control 4-35
  387. * SYPCR can only be written once after reset!
  388. *-----------------------------------------------------------------------
  389. * Watchdog & Bus Monitor Timer max, 60x & Local Bus Monitor enable
  390. */
  391. #if defined(CONFIG_WATCHDOG)
  392. #define CFG_SYPCR (SYPCR_SWTC|SYPCR_BMT|SYPCR_PBME|SYPCR_LBME|\
  393. SYPCR_SWRI|SYPCR_SWP|SYPCR_SWE)
  394. #else
  395. #define CFG_SYPCR (SYPCR_SWTC|SYPCR_BMT|SYPCR_PBME|SYPCR_LBME|\
  396. SYPCR_SWRI|SYPCR_SWP)
  397. #endif /* CONFIG_WATCHDOG */
  398. /*-----------------------------------------------------------------------
  399. * TMCNTSC - Time Counter Status and Control 4-40
  400. *-----------------------------------------------------------------------
  401. * Clear once per Second and Alarm Interrupt Status, Set 32KHz timersclk,
  402. * and enable Time Counter
  403. */
  404. #define CFG_TMCNTSC (TMCNTSC_SEC|TMCNTSC_ALR|TMCNTSC_TCF|TMCNTSC_TCE)
  405. /*-----------------------------------------------------------------------
  406. * PISCR - Periodic Interrupt Status and Control 4-42
  407. *-----------------------------------------------------------------------
  408. * Clear Periodic Interrupt Status, Set 32KHz timersclk, and enable
  409. * Periodic timer
  410. */
  411. #define CFG_PISCR (PISCR_PS|PISCR_PTF|PISCR_PTE)
  412. /*-----------------------------------------------------------------------
  413. * SCCR - System Clock Control 9-8
  414. *-----------------------------------------------------------------------
  415. * Ensure DFBRG is Divide by 16
  416. */
  417. #define CFG_SCCR (SCCR_DFBRG01)
  418. /*-----------------------------------------------------------------------
  419. * RCCR - RISC Controller Configuration 13-7
  420. *-----------------------------------------------------------------------
  421. */
  422. #define CFG_RCCR 0
  423. /*
  424. * Init Memory Controller:
  425. *
  426. * Bank Bus Machine PortSz Device
  427. * ---- --- ------- ------ ------
  428. * 0 60x GPCM 32 bit FLASH
  429. * 1 60x GPCM 32 bit FLASH (same as 0 - unused for now)
  430. * 2 60x SDRAM 64 bit SDRAM
  431. * 3 Local UPMC 8 bit Main Xilinx configuration
  432. * 4 Local GPCM 32 bit Main Xilinx register mode
  433. * 5 Local UPMB 32 bit Main Xilinx port mode
  434. * 6 Local UPMC 8 bit Mezz Xilinx configuration
  435. */
  436. /*
  437. * Bank 0 - FLASH
  438. *
  439. * Quotes from the HYMOD IO Board Reference manual:
  440. *
  441. * "The flash memory is two Intel StrataFlash chips, each configured for
  442. * 16 bit operation and connected to give a 32 bit wide port."
  443. *
  444. * "The chip select logic is configured to respond to both *CS0 and *CS1.
  445. * Therefore the FLASH memory will be mapped to both bank 0 and bank 1.
  446. * It is suggested that bank 0 be read-only and bank 1 be read/write. The
  447. * FLASH will then appear as ROM during boot."
  448. *
  449. * Initially, we are only going to use bank 0 in read/write mode.
  450. */
  451. /* 32 bit, read-write, GPCM on 60x bus */
  452. #define CFG_BR0_PRELIM ((CFG_FLASH_BASE&BRx_BA_MSK)|\
  453. BRx_PS_32|BRx_MS_GPCM_P|BRx_V)
  454. /* up to 32 Mb */
  455. #define CFG_OR0_PRELIM (MEG_TO_AM(32)|ORxG_CSNT|ORxG_ACS_DIV2|ORxG_SCY_10_CLK)
  456. /*
  457. * Bank 2 - SDRAM
  458. *
  459. * Quotes from the HYMOD IO Board Reference manual:
  460. *
  461. * "The main memory is implemented using TC59SM716FTL-10 SDRAM and has a
  462. * fixed size of 64 Mbytes. The Toshiba TC59SM716FTL-10 is a CMOS synchronous
  463. * dynamic random access memory organised as 4 banks by 4096 rows by 512
  464. * columns by 16 bits. Four chips provide a 64-bit port on the 60x bus."
  465. *
  466. * "The locations in SDRAM are accessed using multiplexed address pins to
  467. * specify row and column. The pins also act to specify commands. The state
  468. * of the inputs *RAS, *CAS and *WE defines the required action. The a10/AP
  469. * pin may function as a row address or as the AUTO PRECHARGE control line,
  470. * depending on the cycle type. The 60x bus SDRAM machine allows the MPC8260
  471. * address lines to be configured to the required multiplexing scheme."
  472. */
  473. #define CFG_SDRAM_SIZE 64
  474. /* 64 bit, read-write, SDRAM on 60x bus */
  475. #define CFG_BR2_PRELIM ((CFG_SDRAM_BASE&BRx_BA_MSK)|\
  476. BRx_PS_64|BRx_MS_SDRAM_P|BRx_V)
  477. /* 64 Mb, 4 int banks per dev, row start addr bit = A6, 12 row addr lines */
  478. #define CFG_OR2_PRELIM (MEG_TO_AM(CFG_SDRAM_SIZE)|\
  479. ORxS_BPD_4|ORxS_ROWST_PBI1_A6|ORxS_NUMR_12)
  480. /*
  481. * The 60x Bus SDRAM Mode Register (PDSMR) is set as follows:
  482. *
  483. * Page Based Interleaving, Refresh Enable, Address Multiplexing where A5
  484. * is output on A16 pin (A6 on A17, and so on), use address pins A14-A16
  485. * as bank select, A7 is output on SDA10 during an ACTIVATE command,
  486. * earliest timing for ACTIVATE command after REFRESH command is 6 clocks,
  487. * earliest timing for ACTIVATE or REFRESH command after PRECHARGE command
  488. * is 2 clocks, earliest timing for READ/WRITE command after ACTIVATE
  489. * command is 2 clocks, earliest timing for PRECHARGE after last data
  490. * was read is 1 clock, earliest timing for PRECHARGE after last data
  491. * was written is 1 clock, CAS Latency is 2.
  492. */
  493. #define CFG_PSDMR (PSDMR_PBI|PSDMR_SDAM_A16_IS_A5|\
  494. PSDMR_BSMA_A14_A16|PSDMR_SDA10_PBI1_A7|\
  495. PSDMR_RFRC_6_CLK|PSDMR_PRETOACT_2W|\
  496. PSDMR_ACTTORW_2W|PSDMR_LDOTOPRE_1C|\
  497. PSDMR_WRC_1C|PSDMR_CL_2)
  498. /*
  499. * The 60x bus-assigned SDRAM Refresh Timer (PSRT) (10-31) and the Refresh
  500. * Timers Prescale (PTP) value in the Memory Refresh Timer Prescaler Register
  501. * (MPTPR) (10-32) must also be set up (it used to be called the Periodic Timer
  502. * Prescaler, hence the P instead of the R). The refresh timer period is given
  503. * by (note that there was a change in the 8260 UM Errata):
  504. *
  505. * TimerPeriod = (PSRT + 1) / Fmptc
  506. *
  507. * where Fmptc is the BusClock divided by PTP. i.e.
  508. *
  509. * TimerPeriod = (PSRT + 1) / (BusClock / PTP)
  510. *
  511. * or
  512. *
  513. * TImerPeriod = (PTP * (PSRT + 1)) / BusClock
  514. *
  515. * The requirement for the Toshiba TC59SM716FTL-10 is that there must be
  516. * 4K refresh cycles every 64 ms. i.e. one refresh cycle every 64000/4096
  517. * = 15.625 usecs.
  518. *
  519. * So PTP * (PSRT + 1) <= 15.625 * BusClock. At 66.666MHz, PSRT=31 and PTP=32
  520. * appear to be reasonable.
  521. */
  522. #ifdef DEBUG
  523. #define CFG_PSRT 39
  524. #define CFG_MPTPR MPTPR_PTP_DIV8
  525. #else
  526. #define CFG_PSRT 31
  527. #define CFG_MPTPR MPTPR_PTP_DIV32
  528. #endif
  529. /*
  530. * Banks 3,4,5 and 6 - FPGA access
  531. *
  532. * Quotes from the HYMOD IO Board Reference manual:
  533. *
  534. * "The IO Board is fitted with a Xilinx XCV300E main FPGA. Provision is made
  535. * for configuring an optional FPGA on the mezzanine interface.
  536. *
  537. * Access to the FPGAs may be divided into several catagories:
  538. *
  539. * 1. Configuration
  540. * 2. Register mode access
  541. * 3. Port mode access
  542. *
  543. * The main FPGA is supported for modes 1, 2 and 3. The mezzanine FPGA can be
  544. * configured only (mode 1). Consequently there are four access types.
  545. *
  546. * To improve interface performance and simplify software design, the four
  547. * possible access types are separately mapped to different memory banks.
  548. *
  549. * All are accessed using the local bus."
  550. *
  551. * Device Mode Memory Bank Machine Port Size Access
  552. *
  553. * Main Configuration 3 UPMC 8bit R/W
  554. * Main Register 4 GPCM 32bit R/W
  555. * Main Port 5 UPMB 32bit R/W
  556. * Mezzanine Configuration 6 UPMC 8bit W/O
  557. *
  558. * "Note that mezzanine mode 1 access is write-only."
  559. */
  560. /* all the bank sizes must be a power of two, greater or equal to 32768 */
  561. #define FPGA_MAIN_CFG_BASE (CFG_FPGA_BASE)
  562. #define FPGA_MAIN_CFG_SIZE 32768
  563. #define FPGA_MAIN_REG_BASE (FPGA_MAIN_CFG_BASE + FPGA_MAIN_CFG_SIZE)
  564. #define FPGA_MAIN_REG_SIZE 32768
  565. #define FPGA_MAIN_PORT_BASE (FPGA_MAIN_REG_BASE + FPGA_MAIN_REG_SIZE)
  566. #define FPGA_MAIN_PORT_SIZE 32768
  567. #define FPGA_MEZZ_CFG_BASE (FPGA_MAIN_PORT_BASE + FPGA_MAIN_PORT_SIZE)
  568. #define FPGA_MEZZ_CFG_SIZE 32768
  569. /* 8 bit, read-write, UPMC */
  570. #define CFG_BR3_PRELIM (FPGA_MAIN_CFG_BASE|BRx_PS_8|BRx_MS_UPMC|BRx_V)
  571. /* up to 32Kbyte, burst inhibit */
  572. #define CFG_OR3_PRELIM (P2SZ_TO_AM(FPGA_MAIN_CFG_SIZE)|ORxU_BI)
  573. /* 32 bit, read-write, GPCM */
  574. #define CFG_BR4_PRELIM (FPGA_MAIN_REG_BASE|BRx_PS_32|BRx_MS_GPCM_L|BRx_V)
  575. /* up to 32Kbyte */
  576. #define CFG_OR4_PRELIM (P2SZ_TO_AM(FPGA_MAIN_REG_SIZE))
  577. /* 32 bit, read-write, UPMB */
  578. #define CFG_BR5_PRELIM (FPGA_MAIN_PORT_BASE|BRx_PS_32|BRx_MS_UPMB|BRx_V)
  579. /* up to 32Kbyte */
  580. #define CFG_OR5_PRELIM (P2SZ_TO_AM(FPGA_MAIN_PORT_SIZE)|ORxU_BI)
  581. /* 8 bit, write-only, UPMC */
  582. #define CFG_BR6_PRELIM (FPGA_MEZZ_CFG_BASE|BRx_PS_8|BRx_MS_UPMC|BRx_V)
  583. /* up to 32Kbyte, burst inhibit */
  584. #define CFG_OR6_PRELIM (P2SZ_TO_AM(FPGA_MEZZ_CFG_SIZE)|ORxU_BI)
  585. /*-----------------------------------------------------------------------
  586. * MBMR - Machine B Mode 10-27
  587. *-----------------------------------------------------------------------
  588. */
  589. #define CFG_MBMR (MxMR_BSEL|MxMR_OP_NORM) /* XXX - needs more */
  590. /*-----------------------------------------------------------------------
  591. * MCMR - Machine C Mode 10-27
  592. *-----------------------------------------------------------------------
  593. */
  594. #define CFG_MCMR (MxMR_BSEL|MxMR_DSx_2_CYCL) /* XXX - needs more */
  595. /*
  596. * FPGA I/O Port/Bit information
  597. */
  598. #define FPGA_MAIN_PROG_PORT IOPIN_PORTA
  599. #define FPGA_MAIN_PROG_PIN 4 /* PA4 */
  600. #define FPGA_MAIN_INIT_PORT IOPIN_PORTA
  601. #define FPGA_MAIN_INIT_PIN 5 /* PA5 */
  602. #define FPGA_MAIN_DONE_PORT IOPIN_PORTA
  603. #define FPGA_MAIN_DONE_PIN 6 /* PA6 */
  604. #define FPGA_MEZZ_PROG_PORT IOPIN_PORTA
  605. #define FPGA_MEZZ_PROG_PIN 0 /* PA0 */
  606. #define FPGA_MEZZ_INIT_PORT IOPIN_PORTA
  607. #define FPGA_MEZZ_INIT_PIN 1 /* PA1 */
  608. #define FPGA_MEZZ_DONE_PORT IOPIN_PORTA
  609. #define FPGA_MEZZ_DONE_PIN 2 /* PA2 */
  610. #define FPGA_MEZZ_ENABLE_PORT IOPIN_PORTA
  611. #define FPGA_MEZZ_ENABLE_PIN 3 /* PA3 */
  612. /*
  613. * FPGA Interrupt configuration
  614. */
  615. #define FPGA_MAIN_IRQ SIU_INT_IRQ2
  616. /*
  617. * Internal Definitions
  618. *
  619. * Boot Flags
  620. */
  621. #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH*/
  622. #define BOOTFLAG_WARM 0x02 /* Software reboot */
  623. /*
  624. * JFFS2 partitions
  625. *
  626. */
  627. /* No command line, one static partition, whole device */
  628. #undef CONFIG_JFFS2_CMDLINE
  629. #define CONFIG_JFFS2_DEV "nor0"
  630. #define CONFIG_JFFS2_PART_SIZE 0xFFFFFFFF
  631. #define CONFIG_JFFS2_PART_OFFSET 0x00000000
  632. /* mtdparts command line support */
  633. /*
  634. #define CONFIG_JFFS2_CMDLINE
  635. #define MTDIDS_DEFAULT ""
  636. #define MTDPARTS_DEFAULT ""
  637. */
  638. #endif /* __CONFIG_H */