hymod.h 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  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 CONFIG_CMD_NET must be unset.
  65. */
  66. #undef CONFIG_ETHER_ON_SCC /* define if ether on SCC */
  67. #define CONFIG_ETHER_ON_FCC /* define if ether on FCC */
  68. #undef CONFIG_ETHER_NONE /* define if ether on something else */
  69. #define CONFIG_ETHER_INDEX 1 /* which channel for ether */
  70. #define CONFIG_ETHER_LOOPBACK_TEST /* add ether external loopback test */
  71. #ifdef CONFIG_ETHER_ON_FCC
  72. #if (CONFIG_ETHER_INDEX == 1)
  73. /*
  74. * - Rx-CLK is CLK10
  75. * - Tx-CLK is CLK11
  76. * - RAM for BD/Buffers is on the 60x Bus (see 28-13)
  77. * - Enable Full Duplex in FSMR
  78. */
  79. # define CONFIG_SYS_CMXFCR_MASK (CMXFCR_FC1|CMXFCR_RF1CS_MSK|CMXFCR_TF1CS_MSK)
  80. # define CONFIG_SYS_CMXFCR_VALUE (CMXFCR_RF1CS_CLK10|CMXFCR_TF1CS_CLK11)
  81. # define CONFIG_SYS_CPMFCR_RAMTYPE 0
  82. # define CONFIG_SYS_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB)
  83. # define MDIO_PORT 0 /* Port A */
  84. # define MDIO_DATA_PINMASK 0x00040000 /* Pin 13 */
  85. # define MDIO_CLCK_PINMASK 0x00080000 /* Pin 12 */
  86. #elif (CONFIG_ETHER_INDEX == 2)
  87. /*
  88. * - Rx-CLK is CLK13
  89. * - Tx-CLK is CLK14
  90. * - RAM for BD/Buffers is on the 60x Bus (see 28-13)
  91. * - Enable Full Duplex in FSMR
  92. */
  93. # define CONFIG_SYS_CMXFCR_MASK (CMXFCR_FC2|CMXFCR_RF2CS_MSK|CMXFCR_TF2CS_MSK)
  94. # define CONFIG_SYS_CMXFCR_VALUE (CMXFCR_RF2CS_CLK13|CMXFCR_TF2CS_CLK14)
  95. # define CONFIG_SYS_CPMFCR_RAMTYPE 0
  96. # define CONFIG_SYS_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB)
  97. # define MDIO_PORT 0 /* Port A */
  98. # define MDIO_DATA_PINMASK 0x00000040 /* Pin 25 */
  99. # define MDIO_CLCK_PINMASK 0x00000080 /* Pin 24 */
  100. #elif (CONFIG_ETHER_INDEX == 3)
  101. /*
  102. * - Rx-CLK is CLK15
  103. * - Tx-CLK is CLK16
  104. * - RAM for BD/Buffers is on the 60x Bus (see 28-13)
  105. * - Enable Full Duplex in FSMR
  106. */
  107. # define CONFIG_SYS_CMXFCR_MASK (CMXFCR_FC3|CMXFCR_RF3CS_MSK|CMXFCR_TF3CS_MSK)
  108. # define CONFIG_SYS_CMXFCR_VALUE (CMXFCR_RF3CS_CLK15|CMXFCR_TF3CS_CLK16)
  109. # define CONFIG_SYS_CPMFCR_RAMTYPE 0
  110. # define CONFIG_SYS_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB)
  111. # define MDIO_PORT 0 /* Port A */
  112. # define MDIO_DATA_PINMASK 0x00000100 /* Pin 23 */
  113. # define MDIO_CLCK_PINMASK 0x00000200 /* Pin 22 */
  114. #endif /* CONFIG_ETHER_INDEX */
  115. #define CONFIG_MII /* MII PHY management */
  116. #define CONFIG_BITBANGMII /* bit-bang MII PHY management */
  117. #define MDIO_ACTIVE (iop->pdir |= MDIO_DATA_PINMASK)
  118. #define MDIO_TRISTATE (iop->pdir &= ~MDIO_DATA_PINMASK)
  119. #define MDIO_READ ((iop->pdat & MDIO_DATA_PINMASK) != 0)
  120. #define MDIO(bit) if(bit) iop->pdat |= MDIO_DATA_PINMASK; \
  121. else iop->pdat &= ~MDIO_DATA_PINMASK
  122. #define MDC(bit) if(bit) iop->pdat |= MDIO_CLCK_PINMASK; \
  123. else iop->pdat &= ~MDIO_CLCK_PINMASK
  124. #define MIIDELAY udelay(1)
  125. #endif /* CONFIG_ETHER_ON_FCC */
  126. /* other options */
  127. #define CONFIG_HARD_I2C 1 /* To enable I2C hardware support */
  128. #define CONFIG_DTT_ADM1021 1 /* ADM1021 temp sensor support */
  129. /* system clock rate (CLKIN) - equal to the 60x and local bus speed */
  130. #ifdef DEBUG
  131. #define CONFIG_8260_CLKIN 33333333 /* in Hz */
  132. #else
  133. #define CONFIG_8260_CLKIN 66666666 /* in Hz */
  134. #endif
  135. #if defined(CONFIG_CONS_USE_EXTC)
  136. #define CONFIG_BAUDRATE 115200
  137. #else
  138. #define CONFIG_BAUDRATE 9600
  139. #endif
  140. /* default ip addresses - these will be overridden */
  141. #define CONFIG_IPADDR 192.168.1.1 /* hymod "boot" address */
  142. #define CONFIG_SERVERIP 192.168.1.254 /* hymod "server" address */
  143. #define CONFIG_LAST_STAGE_INIT
  144. /*
  145. * BOOTP options
  146. */
  147. #define CONFIG_BOOTP_BOOTFILESIZE
  148. #define CONFIG_BOOTP_BOOTPATH
  149. #define CONFIG_BOOTP_GATEWAY
  150. #define CONFIG_BOOTP_HOSTNAME
  151. /*
  152. * Command line configuration.
  153. */
  154. #include <config_cmd_default.h>
  155. #define CONFIG_CMD_ASKENV
  156. #define CONFIG_CMD_BSP
  157. #define CONFIG_CMD_CACHE
  158. #define CONFIG_CMD_CDP
  159. #define CONFIG_CMD_DATE
  160. #define CONFIG_CMD_DHCP
  161. #define CONFIG_CMD_DIAG
  162. #define CONFIG_CMD_DTT
  163. #define CONFIG_CMD_EEPROM
  164. #define CONFIG_CMD_ELF
  165. #define CONFIG_CMD_FAT
  166. #define CONFIG_CMD_I2C
  167. #define CONFIG_CMD_IMMAP
  168. #define CONFIG_CMD_IRQ
  169. #define CONFIG_CMD_KGDB
  170. #define CONFIG_CMD_MII
  171. #define CONFIG_CMD_PING
  172. #define CONFIG_CMD_PORTIO
  173. #define CONFIG_CMD_REGINFO
  174. #define CONFIG_CMD_SAVES
  175. #define CONFIG_CMD_SDRAM
  176. #define CONFIG_CMD_SNTP
  177. #undef CONFIG_CMD_FPGA
  178. #undef CONFIG_CMD_XIMG
  179. #ifdef DEBUG
  180. #define CONFIG_BOOTDELAY -1 /* autoboot disabled */
  181. #else
  182. #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
  183. #define CONFIG_BOOT_RETRY_TIME 30 /* retry autoboot after 30 secs */
  184. #define CONFIG_BOOT_RETRY_MIN 1 /* can go down to 1 second timeout */
  185. /* Be selective on what keys can delay or stop the autoboot process
  186. * To stop use: " "
  187. */
  188. #define CONFIG_AUTOBOOT_KEYED
  189. #define CONFIG_AUTOBOOT_PROMPT "Autobooting in %d seconds, " \
  190. "press <SPACE> to stop\n", bootdelay
  191. #define CONFIG_AUTOBOOT_STOP_STR " "
  192. #undef CONFIG_AUTOBOOT_DELAY_STR
  193. #define DEBUG_BOOTKEYS 0
  194. #endif
  195. #if defined(CONFIG_CMD_KGDB)
  196. #undef CONFIG_KGDB_ON_SMC /* define if kgdb on SMC */
  197. #define CONFIG_KGDB_ON_SCC /* define if kgdb on SCC */
  198. #undef CONFIG_KGDB_NONE /* define if kgdb on something else */
  199. #define CONFIG_KGDB_INDEX 2 /* which serial channel for kgdb */
  200. #define CONFIG_KGDB_USE_EXTC /* SMC/SCC use ext clock not brg_clk */
  201. #define CONFIG_KGDB_EXTC_RATE 3686400 /* serial ext clk rate in Hz */
  202. #define CONFIG_KGDB_EXTC_PINSEL 0 /* pin select 0=CLK3/CLK9,1=CLK5/CLK15*/
  203. # if defined(CONFIG_KGDB_USE_EXTC)
  204. #define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port at */
  205. # else
  206. #define CONFIG_KGDB_BAUDRATE 9600 /* speed to run kgdb serial port at */
  207. # endif
  208. #endif
  209. #undef CONFIG_WATCHDOG /* disable platform specific watchdog */
  210. #define CONFIG_RTC_PCF8563 /* use Philips PCF8563 RTC */
  211. /*
  212. * Hymod specific configurable options
  213. */
  214. #undef CONFIG_SYS_HYMOD_DBLEDS /* walk mezz board LEDs */
  215. /*
  216. * Miscellaneous configurable options
  217. */
  218. #define CONFIG_SYS_LONGHELP /* undef to save memory */
  219. #define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
  220. #if defined(CONFIG_CMD_KGDB)
  221. #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
  222. #else
  223. #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
  224. #endif
  225. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
  226. #define CONFIG_SYS_MAXARGS 16 /* max number of command args */
  227. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
  228. #define CONFIG_SYS_MEMTEST_START 0x00400000 /* memtest works on */
  229. #define CONFIG_SYS_MEMTEST_END 0x03c00000 /* 4 ... 60 MB in DRAM */
  230. #define CONFIG_SYS_CLKS_IN_HZ 1 /* everything, incl board info, in Hz */
  231. #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
  232. #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
  233. #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
  234. #define CONFIG_SYS_I2C_SPEED 50000
  235. #define CONFIG_SYS_I2C_SLAVE 0x7e
  236. /* these are for the ST M24C02 2kbit serial i2c eeprom */
  237. #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* base address */
  238. #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 /* bytes of address */
  239. /* mask of address bits that overflow into the "EEPROM chip address" */
  240. #define CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW 0x07
  241. #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 4 /* 16 byte write page size */
  242. #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 /* and takes up to 10 msec */
  243. #define CONFIG_SYS_I2C_MULTI_EEPROMS 1 /* hymod has two eeproms */
  244. #define CONFIG_SYS_I2C_RTC_ADDR 0x51 /* philips PCF8563 RTC address */
  245. /*
  246. * standard dtt sensor configuration - bottom bit will determine local or
  247. * remote sensor of the ADM1021, the rest determines index into
  248. * CONFIG_SYS_DTT_ADM1021 array below.
  249. *
  250. * On HYMOD board, the remote sensor should be connected to the MPC8260
  251. * temperature diode thingy, but an errata said this didn't work and
  252. * should be disabled - so it isn't connected.
  253. */
  254. #if 0
  255. #define CONFIG_DTT_SENSORS { 0, 1 }
  256. #else
  257. #define CONFIG_DTT_SENSORS { 0 }
  258. #endif
  259. /*
  260. * ADM1021 temp sensor configuration (see dtt/adm1021.c for details).
  261. * there will be one entry in this array for each two (dummy) sensors in
  262. * CONFIG_DTT_SENSORS.
  263. *
  264. * For HYMOD board:
  265. * - only one ADM1021
  266. * - i2c addr 0x2a (both ADD0 and ADD1 are N/C)
  267. * - conversion rate 0x02 = 0.25 conversions/second
  268. * - ALERT ouput disabled
  269. * - local temp sensor enabled, min set to 0 deg, max set to 85 deg
  270. * - remote temp sensor disabled (see comment for CONFIG_DTT_SENSORS above)
  271. */
  272. #define CONFIG_SYS_DTT_ADM1021 { { 0x2a, 0x02, 0, 1, 0, 85, 0, } }
  273. /*
  274. * Low Level Configuration Settings
  275. * (address mappings, register initial values, etc.)
  276. * You should know what you are doing if you make changes here.
  277. */
  278. /*-----------------------------------------------------------------------
  279. * Hard Reset Configuration Words
  280. *
  281. * if you change bits in the HRCW, you must also change the CONFIG_SYS_*
  282. * defines for the various registers affected by the HRCW e.g. changing
  283. * HRCW_DPPCxx requires you to also change CONFIG_SYS_SIUMCR.
  284. */
  285. #ifdef DEBUG
  286. #define CONFIG_SYS_HRCW_MASTER (HRCW_BPS11|HRCW_CIP|HRCW_L2CPC01|HRCW_DPPC10|\
  287. HRCW_ISB100|HRCW_BMS|HRCW_MMR11|HRCW_APPC10|\
  288. HRCW_MODCK_H0010)
  289. #else
  290. #define CONFIG_SYS_HRCW_MASTER (HRCW_BPS11|HRCW_CIP|HRCW_L2CPC01|HRCW_DPPC10|\
  291. HRCW_ISB100|HRCW_BMS|HRCW_MMR11|HRCW_APPC10|\
  292. HRCW_MODCK_H0101)
  293. #endif
  294. /* no slaves so just duplicate the master hrcw */
  295. #define CONFIG_SYS_HRCW_SLAVE1 CONFIG_SYS_HRCW_MASTER
  296. #define CONFIG_SYS_HRCW_SLAVE2 CONFIG_SYS_HRCW_MASTER
  297. #define CONFIG_SYS_HRCW_SLAVE3 CONFIG_SYS_HRCW_MASTER
  298. #define CONFIG_SYS_HRCW_SLAVE4 CONFIG_SYS_HRCW_MASTER
  299. #define CONFIG_SYS_HRCW_SLAVE5 CONFIG_SYS_HRCW_MASTER
  300. #define CONFIG_SYS_HRCW_SLAVE6 CONFIG_SYS_HRCW_MASTER
  301. #define CONFIG_SYS_HRCW_SLAVE7 CONFIG_SYS_HRCW_MASTER
  302. /*-----------------------------------------------------------------------
  303. * Internal Memory Mapped Register
  304. */
  305. #define CONFIG_SYS_IMMR 0xF0000000
  306. /*-----------------------------------------------------------------------
  307. * Definitions for initial stack pointer and data area (in DPRAM)
  308. */
  309. #define CONFIG_SYS_INIT_RAM_ADDR CONFIG_SYS_IMMR
  310. #define CONFIG_SYS_INIT_RAM_END 0x4000 /* End of used area in DPRAM */
  311. #define CONFIG_SYS_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */
  312. #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_END - CONFIG_SYS_GBL_DATA_SIZE)
  313. #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
  314. /*-----------------------------------------------------------------------
  315. * Start addresses for the final memory configuration
  316. * (Set up by the startup code)
  317. * Please note that CONFIG_SYS_SDRAM_BASE _must_ start at 0
  318. */
  319. #define CONFIG_SYS_SDRAM_BASE 0x00000000
  320. #define CONFIG_SYS_FLASH_BASE TEXT_BASE
  321. #define CONFIG_SYS_MONITOR_BASE TEXT_BASE
  322. #define CONFIG_SYS_FPGA_BASE 0x80000000
  323. /*
  324. * unfortunately, CONFIG_SYS_MONITOR_LEN must include the
  325. * (very large i.e. 256kB) environment flash sector
  326. */
  327. #define CONFIG_SYS_MONITOR_LEN (512 << 10) /* Reserve 512 kB for Monitor*/
  328. #define CONFIG_SYS_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc()*/
  329. /*
  330. * For booting Linux, the board info and command line data
  331. * have to be in the first 8 MB of memory, since this is
  332. * the maximum mapped by the Linux kernel during initialization.
  333. */
  334. #define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial Mem map for Linux*/
  335. /*-----------------------------------------------------------------------
  336. * FLASH organization
  337. */
  338. #define CONFIG_SYS_MAX_FLASH_BANKS 2 /* max num of memory banks */
  339. #define CONFIG_SYS_MAX_FLASH_SECT 67 /* max num of sects on one chip */
  340. #define CONFIG_SYS_FLASH_ERASE_TOUT 120000 /* Flash Erase Timeout (in ms) */
  341. #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (in ms) */
  342. #define CONFIG_ENV_IS_IN_FLASH 1
  343. #define CONFIG_ENV_SIZE 0x40000 /* Total Size of Environment Sector */
  344. #define CONFIG_ENV_SECT_SIZE 0x40000 /* see README - env sect real size */
  345. #define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE+CONFIG_SYS_MONITOR_LEN-CONFIG_ENV_SECT_SIZE)
  346. #define CONFIG_SYS_USE_PPCENV /* Environment embedded in sect .ppcenv */
  347. /*-----------------------------------------------------------------------
  348. * Cache Configuration
  349. */
  350. #define CONFIG_SYS_CACHELINE_SIZE 32 /* For MPC8260 CPU */
  351. #if defined(CONFIG_CMD_KGDB)
  352. #define CONFIG_SYS_CACHELINE_SHIFT 5 /* log base 2 of the above value*/
  353. #endif
  354. /*-----------------------------------------------------------------------
  355. * HIDx - Hardware Implementation-dependent Registers 2-11
  356. *-----------------------------------------------------------------------
  357. * HID0 also contains cache control - initially enable both caches and
  358. * invalidate contents, then the final state leaves only the instruction
  359. * cache enabled. Note that Power-On and Hard reset invalidate the caches,
  360. * but Soft reset does not.
  361. *
  362. * HID1 has only read-only information - nothing to set.
  363. */
  364. #define CONFIG_SYS_HID0_INIT (HID0_ICE|HID0_DCE|HID0_ICFI|HID0_DCI|\
  365. HID0_IFEM|HID0_ABE)
  366. #ifdef DEBUG
  367. #define CONFIG_SYS_HID0_FINAL 0
  368. #else
  369. #define CONFIG_SYS_HID0_FINAL (HID0_ICE|HID0_IFEM|HID0_ABE)
  370. #endif
  371. #define CONFIG_SYS_HID2 0
  372. /*-----------------------------------------------------------------------
  373. * RMR - Reset Mode Register 5-5
  374. *-----------------------------------------------------------------------
  375. * turn on Checkstop Reset Enable
  376. */
  377. #ifdef DEBUG
  378. #define CONFIG_SYS_RMR 0
  379. #else
  380. #define CONFIG_SYS_RMR RMR_CSRE
  381. #endif
  382. /*-----------------------------------------------------------------------
  383. * BCR - Bus Configuration 4-25
  384. *-----------------------------------------------------------------------
  385. */
  386. #define CONFIG_SYS_BCR (BCR_ETM)
  387. /*-----------------------------------------------------------------------
  388. * SIUMCR - SIU Module Configuration 4-31
  389. *-----------------------------------------------------------------------
  390. */
  391. #define CONFIG_SYS_SIUMCR (SIUMCR_DPPC10|SIUMCR_L2CPC01|\
  392. SIUMCR_APPC10|SIUMCR_MMR11)
  393. /*-----------------------------------------------------------------------
  394. * SYPCR - System Protection Control 4-35
  395. * SYPCR can only be written once after reset!
  396. *-----------------------------------------------------------------------
  397. * Watchdog & Bus Monitor Timer max, 60x & Local Bus Monitor enable
  398. */
  399. #if defined(CONFIG_WATCHDOG)
  400. #define CONFIG_SYS_SYPCR (SYPCR_SWTC|SYPCR_BMT|SYPCR_PBME|SYPCR_LBME|\
  401. SYPCR_SWRI|SYPCR_SWP|SYPCR_SWE)
  402. #else
  403. #define CONFIG_SYS_SYPCR (SYPCR_SWTC|SYPCR_BMT|SYPCR_PBME|SYPCR_LBME|\
  404. SYPCR_SWRI|SYPCR_SWP)
  405. #endif /* CONFIG_WATCHDOG */
  406. /*-----------------------------------------------------------------------
  407. * TMCNTSC - Time Counter Status and Control 4-40
  408. *-----------------------------------------------------------------------
  409. * Clear once per Second and Alarm Interrupt Status, Set 32KHz timersclk,
  410. * and enable Time Counter
  411. */
  412. #define CONFIG_SYS_TMCNTSC (TMCNTSC_SEC|TMCNTSC_ALR|TMCNTSC_TCF|TMCNTSC_TCE)
  413. /*-----------------------------------------------------------------------
  414. * PISCR - Periodic Interrupt Status and Control 4-42
  415. *-----------------------------------------------------------------------
  416. * Clear Periodic Interrupt Status, Set 32KHz timersclk, and enable
  417. * Periodic timer
  418. */
  419. #define CONFIG_SYS_PISCR (PISCR_PS|PISCR_PTF|PISCR_PTE)
  420. /*-----------------------------------------------------------------------
  421. * SCCR - System Clock Control 9-8
  422. *-----------------------------------------------------------------------
  423. * Ensure DFBRG is Divide by 16
  424. */
  425. #define CONFIG_SYS_SCCR (SCCR_DFBRG01)
  426. /*-----------------------------------------------------------------------
  427. * RCCR - RISC Controller Configuration 13-7
  428. *-----------------------------------------------------------------------
  429. */
  430. #define CONFIG_SYS_RCCR 0
  431. /*
  432. * Init Memory Controller:
  433. *
  434. * Bank Bus Machine PortSz Device
  435. * ---- --- ------- ------ ------
  436. * 0 60x GPCM 32 bit FLASH
  437. * 1 60x GPCM 32 bit FLASH (same as 0 - unused for now)
  438. * 2 60x SDRAM 64 bit SDRAM
  439. * 3 Local UPMC 8 bit Main Xilinx configuration
  440. * 4 Local GPCM 32 bit Main Xilinx register mode
  441. * 5 Local UPMB 32 bit Main Xilinx port mode
  442. * 6 Local UPMC 8 bit Mezz Xilinx configuration
  443. */
  444. /*
  445. * Bank 0 - FLASH
  446. *
  447. * Quotes from the HYMOD IO Board Reference manual:
  448. *
  449. * "The flash memory is two Intel StrataFlash chips, each configured for
  450. * 16 bit operation and connected to give a 32 bit wide port."
  451. *
  452. * "The chip select logic is configured to respond to both *CS0 and *CS1.
  453. * Therefore the FLASH memory will be mapped to both bank 0 and bank 1.
  454. * It is suggested that bank 0 be read-only and bank 1 be read/write. The
  455. * FLASH will then appear as ROM during boot."
  456. *
  457. * Initially, we are only going to use bank 0 in read/write mode.
  458. */
  459. /* 32 bit, read-write, GPCM on 60x bus */
  460. #define CONFIG_SYS_BR0_PRELIM ((CONFIG_SYS_FLASH_BASE&BRx_BA_MSK)|\
  461. BRx_PS_32|BRx_MS_GPCM_P|BRx_V)
  462. /* up to 32 Mb */
  463. #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(32)|ORxG_CSNT|ORxG_ACS_DIV2|ORxG_SCY_10_CLK)
  464. /*
  465. * Bank 2 - SDRAM
  466. *
  467. * Quotes from the HYMOD IO Board Reference manual:
  468. *
  469. * "The main memory is implemented using TC59SM716FTL-10 SDRAM and has a
  470. * fixed size of 64 Mbytes. The Toshiba TC59SM716FTL-10 is a CMOS synchronous
  471. * dynamic random access memory organised as 4 banks by 4096 rows by 512
  472. * columns by 16 bits. Four chips provide a 64-bit port on the 60x bus."
  473. *
  474. * "The locations in SDRAM are accessed using multiplexed address pins to
  475. * specify row and column. The pins also act to specify commands. The state
  476. * of the inputs *RAS, *CAS and *WE defines the required action. The a10/AP
  477. * pin may function as a row address or as the AUTO PRECHARGE control line,
  478. * depending on the cycle type. The 60x bus SDRAM machine allows the MPC8260
  479. * address lines to be configured to the required multiplexing scheme."
  480. */
  481. #define CONFIG_SYS_SDRAM_SIZE 64
  482. /* 64 bit, read-write, SDRAM on 60x bus */
  483. #define CONFIG_SYS_BR2_PRELIM ((CONFIG_SYS_SDRAM_BASE&BRx_BA_MSK)|\
  484. BRx_PS_64|BRx_MS_SDRAM_P|BRx_V)
  485. /* 64 Mb, 4 int banks per dev, row start addr bit = A6, 12 row addr lines */
  486. #define CONFIG_SYS_OR2_PRELIM (MEG_TO_AM(CONFIG_SYS_SDRAM_SIZE)|\
  487. ORxS_BPD_4|ORxS_ROWST_PBI1_A6|ORxS_NUMR_12)
  488. /*
  489. * The 60x Bus SDRAM Mode Register (PDSMR) is set as follows:
  490. *
  491. * Page Based Interleaving, Refresh Enable, Address Multiplexing where A5
  492. * is output on A16 pin (A6 on A17, and so on), use address pins A14-A16
  493. * as bank select, A7 is output on SDA10 during an ACTIVATE command,
  494. * earliest timing for ACTIVATE command after REFRESH command is 6 clocks,
  495. * earliest timing for ACTIVATE or REFRESH command after PRECHARGE command
  496. * is 2 clocks, earliest timing for READ/WRITE command after ACTIVATE
  497. * command is 2 clocks, earliest timing for PRECHARGE after last data
  498. * was read is 1 clock, earliest timing for PRECHARGE after last data
  499. * was written is 1 clock, CAS Latency is 2.
  500. */
  501. #define CONFIG_SYS_PSDMR (PSDMR_PBI|PSDMR_SDAM_A16_IS_A5|\
  502. PSDMR_BSMA_A14_A16|PSDMR_SDA10_PBI1_A7|\
  503. PSDMR_RFRC_6_CLK|PSDMR_PRETOACT_2W|\
  504. PSDMR_ACTTORW_2W|PSDMR_LDOTOPRE_1C|\
  505. PSDMR_WRC_1C|PSDMR_CL_2)
  506. /*
  507. * The 60x bus-assigned SDRAM Refresh Timer (PSRT) (10-31) and the Refresh
  508. * Timers Prescale (PTP) value in the Memory Refresh Timer Prescaler Register
  509. * (MPTPR) (10-32) must also be set up (it used to be called the Periodic Timer
  510. * Prescaler, hence the P instead of the R). The refresh timer period is given
  511. * by (note that there was a change in the 8260 UM Errata):
  512. *
  513. * TimerPeriod = (PSRT + 1) / Fmptc
  514. *
  515. * where Fmptc is the BusClock divided by PTP. i.e.
  516. *
  517. * TimerPeriod = (PSRT + 1) / (BusClock / PTP)
  518. *
  519. * or
  520. *
  521. * TImerPeriod = (PTP * (PSRT + 1)) / BusClock
  522. *
  523. * The requirement for the Toshiba TC59SM716FTL-10 is that there must be
  524. * 4K refresh cycles every 64 ms. i.e. one refresh cycle every 64000/4096
  525. * = 15.625 usecs.
  526. *
  527. * So PTP * (PSRT + 1) <= 15.625 * BusClock. At 66.666MHz, PSRT=31 and PTP=32
  528. * appear to be reasonable.
  529. */
  530. #ifdef DEBUG
  531. #define CONFIG_SYS_PSRT 39
  532. #define CONFIG_SYS_MPTPR MPTPR_PTP_DIV8
  533. #else
  534. #define CONFIG_SYS_PSRT 31
  535. #define CONFIG_SYS_MPTPR MPTPR_PTP_DIV32
  536. #endif
  537. /*
  538. * Banks 3,4,5 and 6 - FPGA access
  539. *
  540. * Quotes from the HYMOD IO Board Reference manual:
  541. *
  542. * "The IO Board is fitted with a Xilinx XCV300E main FPGA. Provision is made
  543. * for configuring an optional FPGA on the mezzanine interface.
  544. *
  545. * Access to the FPGAs may be divided into several catagories:
  546. *
  547. * 1. Configuration
  548. * 2. Register mode access
  549. * 3. Port mode access
  550. *
  551. * The main FPGA is supported for modes 1, 2 and 3. The mezzanine FPGA can be
  552. * configured only (mode 1). Consequently there are four access types.
  553. *
  554. * To improve interface performance and simplify software design, the four
  555. * possible access types are separately mapped to different memory banks.
  556. *
  557. * All are accessed using the local bus."
  558. *
  559. * Device Mode Memory Bank Machine Port Size Access
  560. *
  561. * Main Configuration 3 UPMC 8bit R/W
  562. * Main Register 4 GPCM 32bit R/W
  563. * Main Port 5 UPMB 32bit R/W
  564. * Mezzanine Configuration 6 UPMC 8bit W/O
  565. *
  566. * "Note that mezzanine mode 1 access is write-only."
  567. */
  568. /* all the bank sizes must be a power of two, greater or equal to 32768 */
  569. #define FPGA_MAIN_CFG_BASE (CONFIG_SYS_FPGA_BASE)
  570. #define FPGA_MAIN_CFG_SIZE 32768
  571. #define FPGA_MAIN_REG_BASE (FPGA_MAIN_CFG_BASE + FPGA_MAIN_CFG_SIZE)
  572. #define FPGA_MAIN_REG_SIZE 32768
  573. #define FPGA_MAIN_PORT_BASE (FPGA_MAIN_REG_BASE + FPGA_MAIN_REG_SIZE)
  574. #define FPGA_MAIN_PORT_SIZE 32768
  575. #define FPGA_MEZZ_CFG_BASE (FPGA_MAIN_PORT_BASE + FPGA_MAIN_PORT_SIZE)
  576. #define FPGA_MEZZ_CFG_SIZE 32768
  577. /* 8 bit, read-write, UPMC */
  578. #define CONFIG_SYS_BR3_PRELIM (FPGA_MAIN_CFG_BASE|BRx_PS_8|BRx_MS_UPMC|BRx_V)
  579. /* up to 32Kbyte, burst inhibit */
  580. #define CONFIG_SYS_OR3_PRELIM (P2SZ_TO_AM(FPGA_MAIN_CFG_SIZE)|ORxU_BI)
  581. /* 32 bit, read-write, GPCM */
  582. #define CONFIG_SYS_BR4_PRELIM (FPGA_MAIN_REG_BASE|BRx_PS_32|BRx_MS_GPCM_L|BRx_V)
  583. /* up to 32Kbyte */
  584. #define CONFIG_SYS_OR4_PRELIM (P2SZ_TO_AM(FPGA_MAIN_REG_SIZE))
  585. /* 32 bit, read-write, UPMB */
  586. #define CONFIG_SYS_BR5_PRELIM (FPGA_MAIN_PORT_BASE|BRx_PS_32|BRx_MS_UPMB|BRx_V)
  587. /* up to 32Kbyte */
  588. #define CONFIG_SYS_OR5_PRELIM (P2SZ_TO_AM(FPGA_MAIN_PORT_SIZE)|ORxU_BI)
  589. /* 8 bit, write-only, UPMC */
  590. #define CONFIG_SYS_BR6_PRELIM (FPGA_MEZZ_CFG_BASE|BRx_PS_8|BRx_MS_UPMC|BRx_V)
  591. /* up to 32Kbyte, burst inhibit */
  592. #define CONFIG_SYS_OR6_PRELIM (P2SZ_TO_AM(FPGA_MEZZ_CFG_SIZE)|ORxU_BI)
  593. /*-----------------------------------------------------------------------
  594. * MBMR - Machine B Mode 10-27
  595. *-----------------------------------------------------------------------
  596. */
  597. #define CONFIG_SYS_MBMR (MxMR_BSEL|MxMR_OP_NORM) /* XXX - needs more */
  598. /*-----------------------------------------------------------------------
  599. * MCMR - Machine C Mode 10-27
  600. *-----------------------------------------------------------------------
  601. */
  602. #define CONFIG_SYS_MCMR (MxMR_BSEL|MxMR_DSx_2_CYCL) /* XXX - needs more */
  603. /*
  604. * FPGA I/O Port/Bit information
  605. */
  606. #define FPGA_MAIN_PROG_PORT IOPIN_PORTA
  607. #define FPGA_MAIN_PROG_PIN 4 /* PA4 */
  608. #define FPGA_MAIN_INIT_PORT IOPIN_PORTA
  609. #define FPGA_MAIN_INIT_PIN 5 /* PA5 */
  610. #define FPGA_MAIN_DONE_PORT IOPIN_PORTA
  611. #define FPGA_MAIN_DONE_PIN 6 /* PA6 */
  612. #define FPGA_MEZZ_PROG_PORT IOPIN_PORTA
  613. #define FPGA_MEZZ_PROG_PIN 0 /* PA0 */
  614. #define FPGA_MEZZ_INIT_PORT IOPIN_PORTA
  615. #define FPGA_MEZZ_INIT_PIN 1 /* PA1 */
  616. #define FPGA_MEZZ_DONE_PORT IOPIN_PORTA
  617. #define FPGA_MEZZ_DONE_PIN 2 /* PA2 */
  618. #define FPGA_MEZZ_ENABLE_PORT IOPIN_PORTA
  619. #define FPGA_MEZZ_ENABLE_PIN 3 /* PA3 */
  620. /*
  621. * FPGA Interrupt configuration
  622. */
  623. #define FPGA_MAIN_IRQ SIU_INT_IRQ2
  624. /*
  625. * Internal Definitions
  626. *
  627. * Boot Flags
  628. */
  629. #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH*/
  630. #define BOOTFLAG_WARM 0x02 /* Software reboot */
  631. /*
  632. * JFFS2 partitions
  633. *
  634. */
  635. /* No command line, one static partition, whole device */
  636. #undef CONFIG_CMD_MTDPARTS
  637. #define CONFIG_JFFS2_DEV "nor0"
  638. #define CONFIG_JFFS2_PART_SIZE 0xFFFFFFFF
  639. #define CONFIG_JFFS2_PART_OFFSET 0x00000000
  640. /* mtdparts command line support */
  641. /*
  642. #define CONFIG_CMD_MTDPARTS
  643. #define MTDIDS_DEFAULT ""
  644. #define MTDPARTS_DEFAULT ""
  645. */
  646. #endif /* __CONFIG_H */