mpq101.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. /*
  2. * Copyright 2011 Alex Dubov <oakad@yahoo.com>
  3. *
  4. * See file CREDITS for list of people who contributed to this
  5. * project.
  6. *
  7. * This program is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU General Public License as
  9. * published by the Free Software Foundation; either version 2 of
  10. * the License, or (at your option) any later version.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with this program; if not, write to the Free Software
  19. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  20. * MA 02111-1307 USA
  21. */
  22. /*
  23. * Merury Computers MPQ101 board configuration file
  24. *
  25. */
  26. #ifndef __CONFIG_H
  27. #define __CONFIG_H
  28. #ifdef CONFIG_36BIT
  29. # define CONFIG_PHYS_64BIT
  30. #endif
  31. /* High Level Configuration Options */
  32. #define CONFIG_BOOKE /* BOOKE */
  33. #define CONFIG_E500 /* BOOKE e500 family */
  34. #define CONFIG_MPC85xx /* MPC8540/60/55/41/48 */
  35. #define CONFIG_MPC8548 /* MPC8548 specific */
  36. #define CONFIG_MPQ101 /* MPQ101 board specific */
  37. #define CONFIG_SYS_SRIO /* enable serial RapidIO */
  38. #define CONFIG_TSEC_ENET /* tsec ethernet support */
  39. #define CONFIG_INTERRUPTS /* enable pci, srio, ddr interrupts */
  40. #define CONFIG_FSL_LAW /* Use common FSL init code */
  41. /*
  42. * These can be toggled for performance analysis, otherwise use default.
  43. */
  44. #define CONFIG_L2_CACHE /* toggle L2 cache */
  45. #define CONFIG_BTB /* toggle branch predition */
  46. #define CONFIG_PANIC_HANG
  47. /*
  48. * Only possible on E500 Version 2 or newer cores.
  49. */
  50. #define CONFIG_ENABLE_36BIT_PHYS
  51. #ifdef CONFIG_PHYS_64BIT
  52. # define CONFIG_ADDR_MAP
  53. # define CONFIG_SYS_NUM_ADDR_MAP 16 /* number of TLB1 entries */
  54. #endif
  55. #define CONFIG_SYS_CLK_FREQ 33000000 /* sysclk for MPC85xx */
  56. #define CONFIG_SYS_CCSRBAR 0xe0000000
  57. #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR
  58. /* DDR Setup */
  59. #define CONFIG_FSL_DDR2
  60. #define CONFIG_ECC_INIT_VIA_DDRCONTROLLER /* DDR controller or DMA? */
  61. #define CONFIG_MEM_INIT_VALUE 0xDeadBeef
  62. #define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory*/
  63. #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
  64. #define CONFIG_NUM_DDR_CONTROLLERS 1
  65. #define CONFIG_DIMM_SLOTS_PER_CTLR 1
  66. #define CONFIG_CHIP_SELECTS_PER_CTRL (2 * CONFIG_DIMM_SLOTS_PER_CTLR)
  67. /* Fixed 512MB DDR2 parameters */
  68. #define CONFIG_SYS_SDRAM_SIZE_LOG 29 /* DDR is 512MB */
  69. #define CONFIG_SYS_DDR_CS0_BNDS 0x0000001f
  70. #define CONFIG_SYS_DDR_CS0_CONFIG 0x80014102
  71. #define CONFIG_SYS_DDR_TIMING_3 0x00010000
  72. #define CONFIG_SYS_DDR_TIMING_0 0x00260802
  73. #define CONFIG_SYS_DDR_TIMING_1 0x5c47a432
  74. #define CONFIG_SYS_DDR_TIMING_1_PERF 0x49352322
  75. #define CONFIG_SYS_DDR_TIMING_2 0x03984cce
  76. #define CONFIG_SYS_DDR_TIMING_2_PERF 0x14904cca
  77. #define CONFIG_SYS_DDR_MODE_1 0x00400442
  78. #define CONFIG_SYS_DDR_MODE_1_PERF 0x00480432
  79. #define CONFIG_SYS_DDR_MODE_2 0x00000000
  80. #define CONFIG_SYS_DDR_MODE_2_PERF 0x00000000
  81. #define CONFIG_SYS_DDR_INTERVAL 0x08200100
  82. #define CONFIG_SYS_DDR_INTERVAL_PERF 0x06180100
  83. #define CONFIG_SYS_DDR_CLK_CTRL 0x03800000
  84. #define CONFIG_SYS_DDR_CONTROL 0xc3008000 /* Type = DDR2 */
  85. #define CONFIG_SYS_DDR_CONTROL2 0x04400000
  86. #define CONFIG_SYS_ALT_MEMTEST
  87. #define CONFIG_SYS_MEMTEST_START 0x0ff00000 /* memtest works on */
  88. #define CONFIG_SYS_MEMTEST_END 0x0ffffffc
  89. /*
  90. * RAM definitions
  91. */
  92. #define CONFIG_SYS_INIT_RAM_LOCK
  93. #define CONFIG_SYS_INIT_RAM_ADDR 0xe4010000 /* Initial RAM address */
  94. #define CONFIG_SYS_INIT_RAM_SIZE 0x4000 /* Size of used area in RAM */
  95. #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE \
  96. - GENERATED_GBL_DATA_SIZE)
  97. #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
  98. #define CONFIG_SYS_MONITOR_LEN (256 * 1024) /* Reserve 256 kB for Mon */
  99. #define CONFIG_SYS_MALLOC_LEN (1024 * 1024) /* Reserved for malloc */
  100. /*
  101. * Local Bus Definitions
  102. */
  103. #define CONFIG_SYS_LBC_LCRR 0x00000004 /* LB clock ratio reg */
  104. #define CONFIG_SYS_LBC_LBCR 0x00000000 /* LB config reg */
  105. /*
  106. * FLASH on the Local Bus
  107. * One bank, 128M, using the CFI driver.
  108. */
  109. #define CONFIG_SYS_BOOT_BLOCK 0xf8000000 /* boot TLB block */
  110. #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_BOOT_BLOCK /* start of FLASH 128M */
  111. #ifdef CONFIG_PHYS_64BIT
  112. # define CONFIG_SYS_FLASH_BASE_PHYS 0xff8000000ull
  113. #else
  114. # define CONFIG_SYS_FLASH_BASE_PHYS CONFIG_SYS_FLASH_BASE
  115. #endif
  116. /* 0xf8001801 */
  117. #define CONFIG_SYS_BR0_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS) \
  118. | BR_PS_32 | BR_V)
  119. /* 0xf8006ff7 */
  120. #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(128) | OR_GPCM_XAM | OR_GPCM_CSNT \
  121. | OR_GPCM_ACS_DIV2 | OR_GPCM_XACS \
  122. | OR_GPCM_SCY_15 | OR_GPCM_TRLX \
  123. | OR_GPCM_EHTR | OR_GPCM_EAD)
  124. #define CONFIG_SYS_FLASH_BANKS_LIST {CONFIG_SYS_FLASH_BASE_PHYS}
  125. #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */
  126. #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */
  127. #define CONFIG_SYS_MAX_FLASH_SECT 512 /* sectors per device */
  128. #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
  129. #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
  130. #define CONFIG_FLASH_CFI_DRIVER
  131. #define CONFIG_SYS_FLASH_CFI
  132. #define CONFIG_SYS_FLASH_EMPTY_INFO
  133. #define CONFIG_SYS_FLASH_AMD_CHECK_DQ7
  134. /*
  135. * When initializing flash, if we cannot find the manufacturer ID,
  136. * assume this is the AMD flash.
  137. */
  138. #define CONFIG_ASSUME_AMD_FLASH
  139. /*
  140. * Environment parameters
  141. */
  142. #define CONFIG_ENV_IS_IN_FLASH
  143. #define CONFIG_ENV_OVERWRITE
  144. #define CONFIG_SYS_USE_PPCENV
  145. #define ENV_IS_EMBEDDED
  146. #define CONFIG_ENV_SECT_SIZE 0x40000 /* 256K */
  147. #define CONFIG_ENV_SIZE 0x800
  148. /* Environment at the start of flash sector, before text. */
  149. #define CONFIG_ENV_ADDR (CONFIG_SYS_TEXT_BASE - CONFIG_ENV_SIZE)
  150. #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
  151. #define CONFIG_SYS_TEXT_BASE 0xfffc0800
  152. #define CONFIG_SYS_LDSCRIPT "board/mercury/mpq101/u-boot.lds"
  153. /*
  154. * Cypress CY7C67200 USB controller on the Local Bus.
  155. * Not supported by u-boot at present.
  156. */
  157. #define CONFIG_SYS_LBC_OPTION_BASE 0xf0000000
  158. #ifdef CONFIG_PHYS_64BIT
  159. # define CONFIG_SYS_LBC_OPTION_BASE_PHYS 0xff0000000ull
  160. #else
  161. # define CONFIG_SYS_LBC_OPTION_BASE_PHYS CONFIG_SYS_LBC_OPTION_BASE
  162. #endif
  163. /* 0xf0001001 */
  164. #define CONFIG_SYS_BR1_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_LBC_OPTION_BASE_PHYS) \
  165. | BR_PS_16 | BR_V)
  166. /* fffff002 */
  167. #define CONFIG_SYS_OR1_PRELIM (P2SZ_TO_AM(0x8000) | OR_GPCM_XAM \
  168. | OR_GPCM_BCTLD | OR_GPCM_EHTR)
  169. /*
  170. * Serial Ports
  171. */
  172. #define CONFIG_CONS_INDEX 2
  173. #define CONFIG_SYS_NS16550
  174. #define CONFIG_SYS_NS16550_SERIAL
  175. #define CONFIG_SYS_NS16550_REG_SIZE 1
  176. #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
  177. #define CONFIG_SYS_BAUDRATE_TABLE {300, 600, 1200, 2400, 4800, 9600, \
  178. 19200, 38400, 115200}
  179. #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x4500)
  180. #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600)
  181. /*
  182. * I2C buses and peripherals
  183. */
  184. #define CONFIG_FSL_I2C /* Use FSL common I2C driver */
  185. #define CONFIG_HARD_I2C /* I2C with hardware support*/
  186. #define CONFIG_I2C_MULTI_BUS
  187. #define CONFIG_SYS_I2C_SPEED 400000 /* I2C speed and slave address */
  188. #define CONFIG_SYS_I2C_SLAVE 0x7f
  189. #define CONFIG_SYS_I2C_OFFSET 0x3000
  190. #define CONFIG_SYS_I2C2_OFFSET 0x3100
  191. /* I2C RTC - M41T81 */
  192. #define CONFIG_RTC_M41T62
  193. #define CONFIG_SYS_I2C_RTC_ADDR 0x68
  194. #define CONFIG_SYS_M41T11_BASE_YEAR 2000
  195. /* I2C EEPROM - 24C256 */
  196. #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50
  197. #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 6
  198. #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 12
  199. #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
  200. #define CONFIG_SYS_EEPROM_BUS_NUM 1
  201. /*
  202. * RapidIO MMU
  203. */
  204. #ifdef CONFIG_SYS_SRIO
  205. # define CONFIG_SRIO1
  206. # define CONFIG_SYS_SRIO1_MEM_VIRT 0xc0000000
  207. # define CONFIG_SYS_SRIO1_MEM_SIZE 0x20000000 /* 512M */
  208. # ifdef CONFIG_PHYS_64BIT
  209. # define CONFIG_SYS_SRIO1_MEM_PHYS 0xfc0000000ull
  210. # else
  211. # define CONFIG_SYS_SRIO1_MEM_PHYS CONFIG_SYS_SRIO1_MEM_VIRT
  212. # endif
  213. #endif
  214. /*
  215. * Ethernet
  216. */
  217. #ifdef CONFIG_TSEC_ENET
  218. # define CONFIG_MII /* MII PHY management */
  219. # define CONFIG_MII_DEFAULT_TSEC 1 /* Allow unregistered phys */
  220. # define CONFIG_TSEC1
  221. # define CONFIG_TSEC1_NAME "eTSEC0"
  222. # define TSEC1_PHY_ADDR 0x10
  223. # define TSEC1_PHYIDX 0
  224. # define TSEC1_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
  225. # define CONFIG_TSEC2
  226. # define CONFIG_TSEC2_NAME "eTSEC1"
  227. # define TSEC2_PHY_ADDR 0x11
  228. # define TSEC2_PHYIDX 0
  229. # define TSEC2_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
  230. # define CONFIG_TSEC3
  231. # define CONFIG_TSEC3_NAME "eTSEC2"
  232. # define TSEC3_PHY_ADDR 0x12
  233. # define TSEC3_PHYIDX 0
  234. # define TSEC3_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
  235. # define CONFIG_TSEC4
  236. # define CONFIG_TSEC4_NAME "eTSEC3"
  237. # define TSEC4_PHY_ADDR 0x13
  238. # define TSEC4_PHYIDX 0
  239. # define TSEC4_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
  240. /* Options are: eTSEC[0-3] */
  241. # define CONFIG_ETHPRIME "eTSEC0"
  242. # define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */
  243. #endif
  244. /*
  245. * Command line configuration.
  246. */
  247. #include <config_cmd_default.h>
  248. #define CONFIG_CMD_DATE
  249. #define CONFIG_CMD_DHCP
  250. #define CONFIG_CMD_PING
  251. #define CONFIG_CMD_SNTP
  252. #define CONFIG_CMD_I2C
  253. #define CONFIG_CMD_EEPROM
  254. #define CONFIG_CMD_MII
  255. #define CONFIG_CMD_ELF
  256. #define CONFIG_CMD_IRQ
  257. #define CONFIG_CMD_SETEXPR
  258. #define CONFIG_CMD_JFFS2
  259. /*
  260. * Miscellaneous configurable options
  261. */
  262. /* pass open firmware flat tree */
  263. #define CONFIG_OF_LIBFDT
  264. #define CONFIG_OF_BOARD_SETUP
  265. #define CONFIG_OF_STDOUT_VIA_ALIAS
  266. #define CONFIG_FIT /* new uImage format support */
  267. #define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */
  268. /* Use the HUSH parser */
  269. #define CONFIG_SYS_HUSH_PARSER
  270. #ifdef CONFIG_SYS_HUSH_PARSER
  271. # define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
  272. #endif
  273. #define CONFIG_LOADS_ECHO /* echo on for serial download */
  274. #define CONFIG_SYS_LOADS_BAUD_CHANGE /* allow baudrate change */
  275. #define CONFIG_SYS_LONGHELP /* undef to save memory */
  276. #define CONFIG_CMDLINE_EDITING /* Command-line editing */
  277. #define CONFIG_AUTO_COMPLETE /* add autocompletion support */
  278. #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
  279. #define CONFIG_SYS_PROMPT "MPQ-101=> " /* Monitor Command Prompt */
  280. /* Console I/O Buffer Size */
  281. #ifdef CONFIG_CMD_KGDB
  282. # define CONFIG_SYS_CBSIZE 1024
  283. #else
  284. # define CONFIG_SYS_CBSIZE 256
  285. #endif
  286. /* Print Buffer Size */
  287. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT)+16)
  288. #define CONFIG_SYS_MAXARGS 16 /* max number of command args */
  289. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
  290. #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1ms ticks */
  291. /*
  292. * For booting Linux, the board info and command line data
  293. * have to be in the first 16 MB of memory, since this is
  294. * the maximum mapped by the Linux kernel during initialization.
  295. */
  296. #define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* Initial Memory map for Linux*/
  297. #define CONFIG_SYS_BOOTM_LEN (16 << 20) /* Increase max gunzip size */
  298. #ifdef CONFIG_CMD_KGDB
  299. # define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
  300. # define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
  301. #endif
  302. /*
  303. * Basic Environment Configuration
  304. */
  305. #define CONFIG_BAUDRATE 115200
  306. #define CONFIG_BOOTDELAY 5 /* -1 disables auto-boot */
  307. /*default location for tftp and bootm*/
  308. #define CONFIG_LOADADDR CONFIG_SYS_LOAD_ADDR
  309. #endif /* __CONFIG_H */