hymod.h 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  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_BOARD_POSTCLK_INIT /* have board_postclk_init() function */
  35. /*
  36. * select serial console configuration
  37. *
  38. * if either CONFIG_CONS_ON_SMC or CONFIG_CONS_ON_SCC is selected, then
  39. * CONFIG_CONS_INDEX must be set to the channel number (1-2 for SMC, 1-4
  40. * for SCC).
  41. *
  42. * if CONFIG_CONS_NONE is defined, then the serial console routines must
  43. * defined elsewhere (for example, on the cogent platform, there are serial
  44. * ports on the motherboard which are used for the serial console - see
  45. * cogent/cma101/serial.[ch]).
  46. */
  47. #undef CONFIG_CONS_ON_SMC /* define if console on SMC */
  48. #define CONFIG_CONS_ON_SCC /* define if console on SCC */
  49. #undef CONFIG_CONS_NONE /* define if console on something else*/
  50. #define CONFIG_CONS_INDEX 1 /* which serial channel for console */
  51. #define CONFIG_CONS_USE_EXTC /* SMC/SCC use ext clock not brg_clk */
  52. #define CONFIG_CONS_EXTC_RATE 3686400 /* SMC/SCC ext clk rate in Hz */
  53. #define CONFIG_CONS_EXTC_PINSEL 0 /* pin select 0=CLK3/CLK9,1=CLK5/CLK15*/
  54. /*
  55. * select ethernet configuration
  56. *
  57. * if either CONFIG_ETHER_ON_SCC or CONFIG_ETHER_ON_FCC is selected, then
  58. * CONFIG_ETHER_INDEX must be set to the channel number (1-4 for SCC, 1-3
  59. * for FCC)
  60. *
  61. * if CONFIG_ETHER_NONE is defined, then either the ethernet routines must be
  62. * defined elsewhere (as for the console), or CFG_CMD_NET must be removed
  63. * from CONFIG_COMMANDS to remove support for networking.
  64. */
  65. #undef CONFIG_ETHER_ON_SCC /* define if ether on SCC */
  66. #define CONFIG_ETHER_ON_FCC /* define if ether on FCC */
  67. #undef CONFIG_ETHER_NONE /* define if ether on something else */
  68. #define CONFIG_ETHER_INDEX 1 /* which channel for ether */
  69. #if (CONFIG_ETHER_INDEX == 1)
  70. /*
  71. * - Rx-CLK is CLK10
  72. * - Tx-CLK is CLK11
  73. * - RAM for BD/Buffers is on the 60x Bus (see 28-13)
  74. * - Enable Full Duplex in FSMR
  75. */
  76. # define CFG_CMXFCR_MASK (CMXFCR_FC1|CMXFCR_RF1CS_MSK|CMXFCR_TF1CS_MSK)
  77. # define CFG_CMXFCR_VALUE (CMXFCR_RF1CS_CLK10|CMXFCR_TF1CS_CLK11)
  78. # define CFG_CPMFCR_RAMTYPE 0
  79. # define CFG_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB)
  80. #elif (CONFIG_ETHER_INDEX == 2)
  81. /*
  82. * - Rx-CLK is CLK13
  83. * - Tx-CLK is CLK14
  84. * - RAM for BD/Buffers is on the 60x Bus (see 28-13)
  85. * - Enable Full Duplex in FSMR
  86. */
  87. # define CFG_CMXFCR_MASK (CMXFCR_FC2|CMXFCR_RF2CS_MSK|CMXFCR_TF2CS_MSK)
  88. # define CFG_CMXFCR_VALUE (CMXFCR_RF2CS_CLK13|CMXFCR_TF2CS_CLK14)
  89. # define CFG_CPMFCR_RAMTYPE 0
  90. # define CFG_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB)
  91. #elif (CONFIG_ETHER_INDEX == 3)
  92. /*
  93. * - Rx-CLK is CLK15
  94. * - Tx-CLK is CLK16
  95. * - RAM for BD/Buffers is on the 60x Bus (see 28-13)
  96. * - Enable Full Duplex in FSMR
  97. */
  98. # define CFG_CMXFCR_MASK (CMXFCR_FC3|CMXFCR_RF3CS_MSK|CMXFCR_TF3CS_MSK)
  99. # define CFG_CMXFCR_VALUE (CMXFCR_RF3CS_CLK15|CMXFCR_TF3CS_CLK16)
  100. # define CFG_CPMFCR_RAMTYPE 0
  101. # define CFG_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB)
  102. #endif /* CONFIG_ETHER_INDEX */
  103. /* other options */
  104. #define CONFIG_HARD_I2C 1 /* To enable I2C hardware support */
  105. /* system clock rate (CLKIN) - equal to the 60x and local bus speed */
  106. #ifdef DEBUG
  107. #define CONFIG_8260_CLKIN 33333333 /* in Hz */
  108. #else
  109. #define CONFIG_8260_CLKIN 66666666 /* in Hz */
  110. #endif
  111. #if defined(CONFIG_CONS_USE_EXTC)
  112. #define CONFIG_BAUDRATE 115200
  113. #else
  114. #define CONFIG_BAUDRATE 38400
  115. #endif
  116. /* default ip addresses - these will be overridden */
  117. #define CONFIG_IPADDR 192.168.1.1 /* hymod "boot" address */
  118. #define CONFIG_SERVERIP 192.168.1.254 /* hymod "server" address */
  119. #define CONFIG_COMMANDS (CFG_CMD_ALL & ~( \
  120. CFG_CMD_BEDBUG | \
  121. CFG_CMD_DOC | \
  122. CFG_CMD_ELF | \
  123. CFG_CMD_FDC | \
  124. CFG_CMD_FDOS | \
  125. CFG_CMD_HWFLOW | \
  126. CFG_CMD_IDE | \
  127. CFG_CMD_JFFS2 | \
  128. CFG_CMD_MII | \
  129. CFG_CMD_PCMCIA | \
  130. CFG_CMD_PCI | \
  131. CFG_CMD_USB | \
  132. CFG_CMD_SCSI | \
  133. CFG_CMD_SPI | \
  134. CFG_CMD_VFD | \
  135. CFG_CMD_DTT ) )
  136. /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
  137. #include <cmd_confdefs.h>
  138. #ifdef DEBUG
  139. #define CONFIG_BOOTDELAY -1 /* autoboot disabled */
  140. #endif
  141. #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
  142. #undef CONFIG_KGDB_ON_SMC /* define if kgdb on SMC */
  143. #define CONFIG_KGDB_ON_SCC /* define if kgdb on SCC */
  144. #undef CONFIG_KGDB_NONE /* define if kgdb on something else */
  145. #define CONFIG_KGDB_INDEX 2 /* which serial channel for kgdb */
  146. #define CONFIG_KGDB_USE_EXTC /* SMC/SCC use ext clock not brg_clk */
  147. #define CONFIG_KGDB_EXTC_RATE 3686400 /* serial ext clk rate in Hz */
  148. #define CONFIG_KGDB_EXTC_PINSEL 0 /* pin select 0=CLK3/CLK9,1=CLK5/CLK15*/
  149. # if defined(CONFIG_KGDB_USE_EXTC)
  150. #define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port at */
  151. # else
  152. #define CONFIG_KGDB_BAUDRATE 38400 /* speed to run kgdb serial port at */
  153. # endif
  154. #endif
  155. #undef CONFIG_WATCHDOG /* disable platform specific watchdog */
  156. #define CONFIG_RTC_PCF8563 /* use Philips PCF8563 RTC */
  157. /*
  158. * Hymod specific configurable options
  159. */
  160. #undef CFG_HYMOD_DBLEDS /* walk mezz board LEDs */
  161. /*
  162. * Miscellaneous configurable options
  163. */
  164. #define CFG_LONGHELP /* undef to save memory */
  165. #define CFG_PROMPT "=> " /* Monitor Command Prompt */
  166. #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
  167. #define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
  168. #else
  169. #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
  170. #endif
  171. #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
  172. #define CFG_MAXARGS 16 /* max number of command args */
  173. #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
  174. #define CFG_MEMTEST_START 0x00400000 /* memtest works on */
  175. #define CFG_MEMTEST_END 0x03c00000 /* 4 ... 60 MB in DRAM */
  176. #define CFG_LOAD_ADDR 0x100000 /* default load address */
  177. #define CFG_HZ 1000 /* decrementer freq: 1 ms ticks */
  178. #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
  179. #define CFG_I2C_SPEED 50000
  180. #define CFG_I2C_SLAVE 0x7e
  181. /* these are for the ST M24C02 2kbit serial i2c eeprom */
  182. #define CFG_I2C_EEPROM_ADDR 0x50 /* base address */
  183. #define CFG_I2C_EEPROM_ADDR_LEN 1 /* bytes of address */
  184. #define CFG_I2C_RTC_ADDR 0x51 /* philips PCF8563 RTC address */
  185. /*
  186. * Low Level Configuration Settings
  187. * (address mappings, register initial values, etc.)
  188. * You should know what you are doing if you make changes here.
  189. */
  190. /*-----------------------------------------------------------------------
  191. * Hard Reset Configuration Words
  192. *
  193. * if you change bits in the HRCW, you must also change the CFG_*
  194. * defines for the various registers affected by the HRCW e.g. changing
  195. * HRCW_DPPCxx requires you to also change CFG_SIUMCR.
  196. */
  197. #ifdef DEBUG
  198. #define CFG_HRCW_MASTER (HRCW_BPS11|HRCW_CIP|HRCW_L2CPC01|HRCW_DPPC10|\
  199. HRCW_ISB100|HRCW_BMS|HRCW_MMR11|HRCW_APPC10|\
  200. HRCW_MODCK_H0010)
  201. #else
  202. #define CFG_HRCW_MASTER (HRCW_BPS11|HRCW_CIP|HRCW_L2CPC01|HRCW_DPPC10|\
  203. HRCW_ISB100|HRCW_BMS|HRCW_MMR11|HRCW_APPC10|\
  204. HRCW_MODCK_H0101)
  205. #endif
  206. /* no slaves so just duplicate the master hrcw */
  207. #define CFG_HRCW_SLAVE1 CFG_HRCW_MASTER
  208. #define CFG_HRCW_SLAVE2 CFG_HRCW_MASTER
  209. #define CFG_HRCW_SLAVE3 CFG_HRCW_MASTER
  210. #define CFG_HRCW_SLAVE4 CFG_HRCW_MASTER
  211. #define CFG_HRCW_SLAVE5 CFG_HRCW_MASTER
  212. #define CFG_HRCW_SLAVE6 CFG_HRCW_MASTER
  213. #define CFG_HRCW_SLAVE7 CFG_HRCW_MASTER
  214. /*-----------------------------------------------------------------------
  215. * Internal Memory Mapped Register
  216. */
  217. #define CFG_IMMR 0xF0000000
  218. /*-----------------------------------------------------------------------
  219. * Definitions for initial stack pointer and data area (in DPRAM)
  220. */
  221. #define CFG_INIT_RAM_ADDR CFG_IMMR
  222. #define CFG_INIT_RAM_END 0x4000 /* End of used area in DPRAM */
  223. #define CFG_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */
  224. #define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
  225. #define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET
  226. /*-----------------------------------------------------------------------
  227. * Start addresses for the final memory configuration
  228. * (Set up by the startup code)
  229. * Please note that CFG_SDRAM_BASE _must_ start at 0
  230. */
  231. #define CFG_SDRAM_BASE 0x00000000
  232. #define CFG_FLASH_BASE TEXT_BASE
  233. #define CFG_MONITOR_BASE TEXT_BASE
  234. #define CFG_FPGA_BASE 0x80000000
  235. /*
  236. * unfortunately, CFG_MONITOR_LEN must include the
  237. * (very large i.e. 256kB) environment flash sector
  238. */
  239. #define CFG_MONITOR_LEN (512 << 10) /* Reserve 512 kB for Monitor*/
  240. #define CFG_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc()*/
  241. /*
  242. * For booting Linux, the board info and command line data
  243. * have to be in the first 8 MB of memory, since this is
  244. * the maximum mapped by the Linux kernel during initialization.
  245. */
  246. #define CFG_BOOTMAPSZ (8 << 20) /* Initial Mem map for Linux*/
  247. /*-----------------------------------------------------------------------
  248. * FLASH organization
  249. */
  250. #define CFG_MAX_FLASH_BANKS 2 /* max num of memory banks */
  251. #define CFG_MAX_FLASH_SECT 67 /* max num of sects on one chip */
  252. #define CFG_FLASH_ERASE_TOUT 120000 /* Flash Erase Timeout (in ms) */
  253. #define CFG_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (in ms) */
  254. #define CFG_FLASH_TYPE FLASH_28F640J3A
  255. #define CFG_FLASH_ID (INTEL_ID_28F640J3A & 0xff)
  256. #define CFG_FLASH_NBLOCKS 64
  257. #define CFG_ENV_IS_IN_FLASH 1
  258. #define CFG_ENV_SIZE 0x1000 /* Total Size of Environment Sector */
  259. #define CFG_ENV_SECT_SIZE 0x40000 /* see README - env sect real size */
  260. #define CFG_ENV_ADDR (CFG_FLASH_BASE+CFG_MONITOR_LEN-CFG_ENV_SECT_SIZE)
  261. /*-----------------------------------------------------------------------
  262. * Cache Configuration
  263. */
  264. #define CFG_CACHELINE_SIZE 32 /* For MPC8260 CPU */
  265. #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
  266. #define CFG_CACHELINE_SHIFT 5 /* log base 2 of the above value*/
  267. #endif
  268. /*-----------------------------------------------------------------------
  269. * HIDx - Hardware Implementation-dependent Registers 2-11
  270. *-----------------------------------------------------------------------
  271. * HID0 also contains cache control - initially enable both caches and
  272. * invalidate contents, then the final state leaves only the instruction
  273. * cache enabled. Note that Power-On and Hard reset invalidate the caches,
  274. * but Soft reset does not.
  275. *
  276. * HID1 has only read-only information - nothing to set.
  277. */
  278. #define CFG_HID0_INIT (HID0_ICE|HID0_DCE|HID0_ICFI|HID0_DCI|\
  279. HID0_IFEM|HID0_ABE)
  280. #ifdef DEBUG
  281. #define CFG_HID0_FINAL 0
  282. #else
  283. #define CFG_HID0_FINAL (HID0_ICE|HID0_IFEM|HID0_ABE)
  284. #endif
  285. #define CFG_HID2 0
  286. /*-----------------------------------------------------------------------
  287. * RMR - Reset Mode Register 5-5
  288. *-----------------------------------------------------------------------
  289. * turn on Checkstop Reset Enable
  290. */
  291. #ifdef DEBUG
  292. #define CFG_RMR 0
  293. #else
  294. #define CFG_RMR RMR_CSRE
  295. #endif
  296. /*-----------------------------------------------------------------------
  297. * BCR - Bus Configuration 4-25
  298. *-----------------------------------------------------------------------
  299. */
  300. #define CFG_BCR (BCR_ETM)
  301. /*-----------------------------------------------------------------------
  302. * SIUMCR - SIU Module Configuration 4-31
  303. *-----------------------------------------------------------------------
  304. */
  305. #define CFG_SIUMCR (SIUMCR_DPPC10|SIUMCR_L2CPC01|\
  306. SIUMCR_APPC10|SIUMCR_MMR11)
  307. /*-----------------------------------------------------------------------
  308. * SYPCR - System Protection Control 4-35
  309. * SYPCR can only be written once after reset!
  310. *-----------------------------------------------------------------------
  311. * Watchdog & Bus Monitor Timer max, 60x & Local Bus Monitor enable
  312. */
  313. #if defined(CONFIG_WATCHDOG)
  314. #define CFG_SYPCR (SYPCR_SWTC|SYPCR_BMT|SYPCR_PBME|SYPCR_LBME|\
  315. SYPCR_SWRI|SYPCR_SWP|SYPCR_SWE)
  316. #else
  317. #define CFG_SYPCR (SYPCR_SWTC|SYPCR_BMT|SYPCR_PBME|SYPCR_LBME|\
  318. SYPCR_SWRI|SYPCR_SWP)
  319. #endif /* CONFIG_WATCHDOG */
  320. /*-----------------------------------------------------------------------
  321. * TMCNTSC - Time Counter Status and Control 4-40
  322. *-----------------------------------------------------------------------
  323. * Clear once per Second and Alarm Interrupt Status, Set 32KHz timersclk,
  324. * and enable Time Counter
  325. */
  326. #define CFG_TMCNTSC (TMCNTSC_SEC|TMCNTSC_ALR|TMCNTSC_TCF|TMCNTSC_TCE)
  327. /*-----------------------------------------------------------------------
  328. * PISCR - Periodic Interrupt Status and Control 4-42
  329. *-----------------------------------------------------------------------
  330. * Clear Periodic Interrupt Status, Set 32KHz timersclk, and enable
  331. * Periodic timer
  332. */
  333. #define CFG_PISCR (PISCR_PS|PISCR_PTF|PISCR_PTE)
  334. /*-----------------------------------------------------------------------
  335. * SCCR - System Clock Control 9-8
  336. *-----------------------------------------------------------------------
  337. * Ensure DFBRG is Divide by 16
  338. */
  339. #define CFG_SCCR (SCCR_DFBRG01)
  340. /*-----------------------------------------------------------------------
  341. * RCCR - RISC Controller Configuration 13-7
  342. *-----------------------------------------------------------------------
  343. */
  344. #define CFG_RCCR 0
  345. /*
  346. * Init Memory Controller:
  347. *
  348. * Bank Bus Machine PortSz Device
  349. * ---- --- ------- ------ ------
  350. * 0 60x GPCM 32 bit FLASH
  351. * 1 60x GPCM 32 bit FLASH (same as 0 - unused for now)
  352. * 2 60x SDRAM 64 bit SDRAM
  353. * 3 Local UPMC 8 bit Main Xilinx configuration
  354. * 4 Local GPCM 32 bit Main Xilinx register mode
  355. * 5 Local UPMB 32 bit Main Xilinx port mode
  356. * 6 Local UPMC 8 bit Mezz Xilinx configuration
  357. */
  358. /*
  359. * Bank 0 - FLASH
  360. *
  361. * Quotes from the HYMOD IO Board Reference manual:
  362. *
  363. * "The flash memory is two Intel StrataFlash chips, each configured for
  364. * 16 bit operation and connected to give a 32 bit wide port."
  365. *
  366. * "The chip select logic is configured to respond to both *CS0 and *CS1.
  367. * Therefore the FLASH memory will be mapped to both bank 0 and bank 1.
  368. * It is suggested that bank 0 be read-only and bank 1 be read/write. The
  369. * FLASH will then appear as ROM during boot."
  370. *
  371. * Initially, we are only going to use bank 0 in read/write mode.
  372. */
  373. /* 32 bit, read-write, GPCM on 60x bus */
  374. #define CFG_BR0_PRELIM ((CFG_FLASH_BASE&BRx_BA_MSK)|\
  375. BRx_PS_32|BRx_MS_GPCM_P|BRx_V)
  376. /* up to 32 Mb */
  377. #define CFG_OR0_PRELIM (MEG_TO_AM(32)|ORxG_CSNT|ORxG_ACS_DIV2|ORxG_SCY_10_CLK)
  378. /*
  379. * Bank 2 - SDRAM
  380. *
  381. * Quotes from the HYMOD IO Board Reference manual:
  382. *
  383. * "The main memory is implemented using TC59SM716FTL-10 SDRAM and has a
  384. * fixed size of 64 Mbytes. The Toshiba TC59SM716FTL-10 is a CMOS synchronous
  385. * dynamic random access memory organised as 4 banks by 4096 rows by 512
  386. * columns by 16 bits. Four chips provide a 64-bit port on the 60x bus."
  387. *
  388. * "The locations in SDRAM are accessed using multiplexed address pins to
  389. * specify row and column. The pins also act to specify commands. The state
  390. * of the inputs *RAS, *CAS and *WE defines the required action. The a10/AP
  391. * pin may function as a row address or as the AUTO PRECHARGE control line,
  392. * depending on the cycle type. The 60x bus SDRAM machine allows the MPC8260
  393. * address lines to be configured to the required multiplexing scheme."
  394. */
  395. #define CFG_SDRAM_SIZE 64
  396. /* 64 bit, read-write, SDRAM on 60x bus */
  397. #define CFG_BR2_PRELIM ((CFG_SDRAM_BASE&BRx_BA_MSK)|\
  398. BRx_PS_64|BRx_MS_SDRAM_P|BRx_V)
  399. /* 64 Mb, 4 int banks per dev, row start addr bit = A6, 12 row addr lines */
  400. #define CFG_OR2_PRELIM (MEG_TO_AM(CFG_SDRAM_SIZE)|\
  401. ORxS_BPD_4|ORxS_ROWST_PBI1_A6|ORxS_NUMR_12)
  402. /*
  403. * The 60x Bus SDRAM Mode Register (PDSMR) is set as follows:
  404. *
  405. * Page Based Interleaving, Refresh Enable, Address Multiplexing where A5
  406. * is output on A16 pin (A6 on A17, and so on), use address pins A14-A16
  407. * as bank select, A7 is output on SDA10 during an ACTIVATE command,
  408. * earliest timing for ACTIVATE command after REFRESH command is 6 clocks,
  409. * earliest timing for ACTIVATE or REFRESH command after PRECHARGE command
  410. * is 2 clocks, earliest timing for READ/WRITE command after ACTIVATE
  411. * command is 2 clocks, earliest timing for PRECHARGE after last data
  412. * was read is 1 clock, earliest timing for PRECHARGE after last data
  413. * was written is 1 clock, CAS Latency is 2.
  414. */
  415. #define CFG_PSDMR (PSDMR_PBI|PSDMR_SDAM_A16_IS_A5|\
  416. PSDMR_BSMA_A14_A16|PSDMR_SDA10_PBI1_A7|\
  417. PSDMR_RFRC_6_CLK|PSDMR_PRETOACT_2W|\
  418. PSDMR_ACTTORW_2W|PSDMR_LDOTOPRE_1C|\
  419. PSDMR_WRC_1C|PSDMR_CL_2)
  420. /*
  421. * The 60x bus-assigned SDRAM Refresh Timer (PSRT) (10-31) and the Refresh
  422. * Timers Prescale (PTP) value in the Memory Refresh Timer Prescaler Register
  423. * (MPTPR) (10-32) must also be set up (it used to be called the Periodic Timer
  424. * Prescaler, hence the P instead of the R). The refresh timer period is given
  425. * by (note that there was a change in the 8260 UM Errata):
  426. *
  427. * TimerPeriod = (PSRT + 1) / Fmptc
  428. *
  429. * where Fmptc is the BusClock divided by PTP. i.e.
  430. *
  431. * TimerPeriod = (PSRT + 1) / (BusClock / PTP)
  432. *
  433. * or
  434. *
  435. * TImerPeriod = (PTP * (PSRT + 1)) / BusClock
  436. *
  437. * The requirement for the Toshiba TC59SM716FTL-10 is that there must be
  438. * 4K refresh cycles every 64 ms. i.e. one refresh cycle every 64000/4096
  439. * = 15.625 usecs.
  440. *
  441. * So PTP * (PSRT + 1) <= 15.625 * BusClock. At 66.666MHz, PSRT=31 and PTP=32
  442. * appear to be reasonable.
  443. */
  444. #ifdef DEBUG
  445. #define CFG_PSRT 39
  446. #define CFG_MPTPR MPTPR_PTP_DIV8
  447. #else
  448. #define CFG_PSRT 31
  449. #define CFG_MPTPR MPTPR_PTP_DIV32
  450. #endif
  451. /*
  452. * Banks 3,4,5 and 6 - FPGA access
  453. *
  454. * Quotes from the HYMOD IO Board Reference manual:
  455. *
  456. * "The IO Board is fitted with a Xilinx XCV300E main FPGA. Provision is made
  457. * for configuring an optional FPGA on the mezzanine interface.
  458. *
  459. * Access to the FPGAs may be divided into several catagories:
  460. *
  461. * 1. Configuration
  462. * 2. Register mode access
  463. * 3. Port mode access
  464. *
  465. * The main FPGA is supported for modes 1, 2 and 3. The mezzanine FPGA can be
  466. * configured only (mode 1). Consequently there are four access types.
  467. *
  468. * To improve interface performance and simplify software design, the four
  469. * possible access types are separately mapped to different memory banks.
  470. *
  471. * All are accessed using the local bus."
  472. *
  473. * Device Mode Memory Bank Machine Port Size Access
  474. *
  475. * Main Configuration 3 UPMC 8bit R/W
  476. * Main Register 4 GPCM 32bit R/W
  477. * Main Port 5 UPMB 32bit R/W
  478. * Mezzanine Configuration 6 UPMC 8bit W/O
  479. *
  480. * "Note that mezzanine mode 1 access is write-only."
  481. */
  482. /* all the bank sizes must be a power of two, greater or equal to 32768 */
  483. #define FPGA_MAIN_CFG_BASE (CFG_FPGA_BASE)
  484. #define FPGA_MAIN_CFG_SIZE 32768
  485. #define FPGA_MAIN_REG_BASE (FPGA_MAIN_CFG_BASE + FPGA_MAIN_CFG_SIZE)
  486. #define FPGA_MAIN_REG_SIZE 32768
  487. #define FPGA_MAIN_PORT_BASE (FPGA_MAIN_REG_BASE + FPGA_MAIN_REG_SIZE)
  488. #define FPGA_MAIN_PORT_SIZE 32768
  489. #define FPGA_MEZZ_CFG_BASE (FPGA_MAIN_PORT_BASE + FPGA_MAIN_PORT_SIZE)
  490. #define FPGA_MEZZ_CFG_SIZE 32768
  491. /* 8 bit, read-write, UPMC */
  492. #define CFG_BR3_PRELIM (FPGA_MAIN_CFG_BASE|BRx_PS_8|BRx_MS_UPMC|BRx_V)
  493. /* up to 32Kbyte, burst inhibit */
  494. #define CFG_OR3_PRELIM (P2SZ_TO_AM(FPGA_MAIN_CFG_SIZE)|ORxU_BI)
  495. /* 32 bit, read-write, GPCM */
  496. #define CFG_BR4_PRELIM (FPGA_MAIN_REG_BASE|BRx_PS_32|BRx_MS_GPCM_L|BRx_V)
  497. /* up to 32Kbyte */
  498. #define CFG_OR4_PRELIM (P2SZ_TO_AM(FPGA_MAIN_REG_SIZE))
  499. /* 32 bit, read-write, UPMB */
  500. #define CFG_BR5_PRELIM (FPGA_MAIN_PORT_BASE|BRx_PS_32|BRx_MS_UPMB|BRx_V)
  501. /* up to 32Kbyte */
  502. #define CFG_OR5_PRELIM (P2SZ_TO_AM(FPGA_MAIN_PORT_SIZE)|ORxU_BI)
  503. /* 8 bit, write-only, UPMC */
  504. #define CFG_BR6_PRELIM (FPGA_MEZZ_CFG_BASE|BRx_PS_8|BRx_MS_UPMC|BRx_V)
  505. /* up to 32Kbyte, burst inhibit */
  506. #define CFG_OR6_PRELIM (P2SZ_TO_AM(FPGA_MEZZ_CFG_SIZE)|ORxU_BI)
  507. /*-----------------------------------------------------------------------
  508. * MBMR - Machine B Mode 10-27
  509. *-----------------------------------------------------------------------
  510. */
  511. #define CFG_MBMR (MxMR_BSEL|MxMR_OP_NORM) /* XXX - needs more */
  512. /*-----------------------------------------------------------------------
  513. * MCMR - Machine C Mode 10-27
  514. *-----------------------------------------------------------------------
  515. */
  516. #define CFG_MCMR (MxMR_BSEL|MxMR_DSx_2_CYCL) /* XXX - needs more */
  517. /*
  518. * FPGA I/O Port/Bit information
  519. */
  520. #define FPGA_MAIN_PROG_PORT IOPIN_PORTA
  521. #define FPGA_MAIN_PROG_PIN 4 /* PA4 */
  522. #define FPGA_MAIN_INIT_PORT IOPIN_PORTA
  523. #define FPGA_MAIN_INIT_PIN 5 /* PA5 */
  524. #define FPGA_MAIN_DONE_PORT IOPIN_PORTA
  525. #define FPGA_MAIN_DONE_PIN 6 /* PA6 */
  526. #define FPGA_MEZZ_PROG_PORT IOPIN_PORTA
  527. #define FPGA_MEZZ_PROG_PIN 0 /* PA0 */
  528. #define FPGA_MEZZ_INIT_PORT IOPIN_PORTA
  529. #define FPGA_MEZZ_INIT_PIN 1 /* PA1 */
  530. #define FPGA_MEZZ_DONE_PORT IOPIN_PORTA
  531. #define FPGA_MEZZ_DONE_PIN 2 /* PA2 */
  532. #define FPGA_MEZZ_ENABLE_PORT IOPIN_PORTA
  533. #define FPGA_MEZZ_ENABLE_PIN 3 /* PA3 */
  534. /*
  535. * Internal Definitions
  536. *
  537. * Boot Flags
  538. */
  539. #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH*/
  540. #define BOOTFLAG_WARM 0x02 /* Software reboot */
  541. #endif /* __CONFIG_H */