MPC8349ADS.h 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. /*
  2. * Copyright 2004 Freescale Semiconductor.
  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. * mpc8349ads board configuration file
  24. *
  25. * Please refer to doc/README.mpc83xxads for more info.
  26. */
  27. #ifndef __CONFIG_H
  28. #define __CONFIG_H
  29. #undef DEBUG
  30. #define CONFIG_MII
  31. /*
  32. * High Level Configuration Options
  33. */
  34. #define CONFIG_E300 1 /* E300 Family */
  35. #define CONFIG_MPC83XX 1 /* MPC83XX family */
  36. #define CONFIG_MPC8349 1 /* MPC8349 specific */
  37. #define CONFIG_MPC8349ADS 1 /* MPC8349ADS board specific */
  38. #define CONFIG_PCI
  39. #define CONFIG_TSEC_ENET /* tsec ethernet support */
  40. #define CONFIG_ENV_OVERWRITE
  41. #define CONFIG_SPD_EEPROM /* Use SPD EEPROM for DDR setup*/
  42. #undef CONFIG_DDR_ECC /* only for ECC DDR module */
  43. #define PCI_66M
  44. #ifdef PCI_66M
  45. #define CONFIG_83XX_CLKIN 66000000 /* in Hz */
  46. #else
  47. #define CONFIG_83XX_CLKIN 33000000 /* in Hz */
  48. #endif
  49. #ifndef CONFIG_SYS_CLK_FREQ
  50. #ifdef PCI_66M
  51. #define CONFIG_SYS_CLK_FREQ 66000000
  52. #else
  53. #define CONFIG_SYS_CLK_FREQ 33000000
  54. #endif
  55. #endif
  56. #define CONFIG_BOARD_EARLY_INIT_F /* call board_pre_init */
  57. #define CFG_IMMRBAR 0xE0000000
  58. #undef CFG_DRAM_TEST /* memory test, takes time */
  59. #define CFG_MEMTEST_START 0x00000000 /* memtest region */
  60. #define CFG_MEMTEST_END 0x00100000
  61. /*
  62. * DDR Setup
  63. */
  64. #define CFG_DDR_BASE 0x00000000 /* DDR is system memory*/
  65. #define CFG_SDRAM_BASE CFG_DDR_BASE
  66. #undef CONFIG_DDR_2T_TIMING
  67. #define CFG_DDR_SDRAM_BASE CFG_DDR_BASE
  68. #if defined(CONFIG_SPD_EEPROM)
  69. /*
  70. * Determine DDR configuration from I2C interface.
  71. */
  72. #define SPD_EEPROM_ADDRESS 0x51 /* DDR DIMM */
  73. #else
  74. /*
  75. * Manually set up DDR parameters
  76. */
  77. #define CFG_DDR_SIZE 256 /* Mb */
  78. #define CFG_DDR_CONFIG (CSCONFIG_EN | CSCONFIG_ROW_BIT_13 | CSCONFIG_COL_BIT_9)
  79. #define CFG_DDR_TIMING_1 0x37344321
  80. #define CFG_DDR_TIMING_2 0x00000800 /* P9-45,may need tuning */
  81. #define CFG_DDR_CONTROL 0xc2000000 /* unbuffered,no DYN_PWR */
  82. #define CFG_DDR_MODE 0x00000062 /* DLL,normal,seq,4/2.5 */
  83. #define CFG_DDR_INTERVAL 0x05200100 /* autocharge,no open page */
  84. #endif
  85. /*
  86. * SDRAM on the Local Bus
  87. */
  88. #define CFG_LBC_SDRAM_BASE 0xf0000000 /* Localbus SDRAM */
  89. #define CFG_LBC_SDRAM_SIZE 64 /* LBC SDRAM is 64MB */
  90. /*
  91. * FLASH on the Local Bus
  92. */
  93. #define CFG_FLASH_CFI /* use the Common Flash Interface */
  94. #define CFG_FLASH_CFI_DRIVER /* use the CFI driver */
  95. #define CFG_FLASH_BASE 0xFE000000 /* start of FLASH */
  96. #define CFG_FLASH_SIZE 8 /* FLASH size in MB */
  97. /* #define CFG_FLASH_USE_BUFFER_WRITE */
  98. #define CFG_BR0_PRELIM (CFG_FLASH_BASE | /* Flash Base address */ \
  99. (2 << BR_PS_SHIFT) | /* 32 bit port size */ \
  100. BR_V) /* valid */
  101. #define CFG_OR0_PRELIM 0xff806ff7 /* 16Mb Flash size*/
  102. #define CFG_LBLAWBAR0_PRELIM CFG_FLASH_BASE /* Window base at flash base */
  103. #define CFG_LBLAWAR0_PRELIM 0x80000016 /* 16Mb window size */
  104. #define CFG_MAX_FLASH_BANKS 1 /* number of banks */
  105. #define CFG_MAX_FLASH_SECT 64 /* sectors per device */
  106. #undef CFG_FLASH_CHECKSUM
  107. #define CFG_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
  108. #define CFG_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
  109. #define CFG_MID_FLASH_JUMP 0x7F000000
  110. #define CFG_MONITOR_BASE TEXT_BASE /* start of monitor */
  111. #if (CFG_MONITOR_BASE < CFG_FLASH_BASE)
  112. #define CFG_RAMBOOT
  113. #else
  114. #undef CFG_RAMBOOT
  115. #endif
  116. /*
  117. * BCSR register on local bus 32KB, 8-bit wide for ADS config reg
  118. */
  119. #define CFG_BCSR 0xF8000000
  120. #define CFG_LBLAWBAR1_PRELIM CFG_BCSR /* Access window base at BCSR base */
  121. #define CFG_LBLAWAR1_PRELIM 0x8000000E /* Access window size 32K */
  122. #define CFG_BR1_PRELIM (CFG_BCSR|0x00000801) /* Port-size=8bit, MSEL=GPCM */
  123. #define CFG_OR1_PRELIM 0xFFFFE8f0 /* length 32K */
  124. #define CONFIG_L1_INIT_RAM
  125. #define CFG_INIT_RAM_LOCK 1
  126. #define CFG_INIT_RAM_ADDR 0xe4010000 /* Initial RAM address */
  127. #define CFG_INIT_RAM_END 0x1000 /* End of used area in RAM*/
  128. #define CFG_GBL_DATA_SIZE 0x100 /* num bytes initial data */
  129. #define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
  130. #define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET
  131. #define CFG_MONITOR_LEN (256 * 1024) /* Reserve 256 kB for Mon */
  132. #define CFG_MALLOC_LEN (128 * 1024) /* Reserved for malloc */
  133. /*
  134. * Local Bus LCRR and LBCR regs
  135. * LCRR: DLL bypass, Clock divider is 4
  136. * External Local Bus rate is
  137. * CLKIN * HRCWL_CSB_TO_CLKIN / HRCWL_LCL_BUS_TO_SCB_CLK / LCRR_CLKDIV
  138. */
  139. #define CFG_LCRR (LCRR_DBYP | LCRR_CLKDIV_4)
  140. #define CFG_LBC_LBCR 0x00000000
  141. #define CFG_LB_SDRAM /* if board has SRDAM on local bus */
  142. #ifdef CFG_LB_SDRAM
  143. /*local bus BR2, OR2 definition for SDRAM if soldered on the ADS board*/
  144. /*
  145. * Base Register 2 and Option Register 2 configure SDRAM.
  146. * The SDRAM base address, CFG_LBC_SDRAM_BASE, is 0xf0000000.
  147. *
  148. * For BR2, need:
  149. * Base address of 0xf0000000 = BR[0:16] = 1111 0000 0000 0000 0
  150. * port-size = 32-bits = BR2[19:20] = 11
  151. * no parity checking = BR2[21:22] = 00
  152. * SDRAM for MSEL = BR2[24:26] = 011
  153. * Valid = BR[31] = 1
  154. *
  155. * 0 4 8 12 16 20 24 28
  156. * 1111 0000 0000 0000 0001 1000 0110 0001 = f0001861
  157. *
  158. * FIXME: CFG_LBC_SDRAM_BASE should be masked and OR'ed into
  159. * FIXME: the top 17 bits of BR2.
  160. */
  161. #define CFG_BR2_PRELIM 0xf0001861 /*Port-size=32bit, MSEL=SDRAM*/
  162. #define CFG_LBLAWBAR2_PRELIM 0xF0000000
  163. #define CFG_LBLAWAR2_PRELIM 0x80000019 /*64M*/
  164. /*
  165. * The SDRAM size in MB, CFG_LBC_SDRAM_SIZE, is 64.
  166. *
  167. * For OR2, need:
  168. * 64MB mask for AM, OR2[0:7] = 1111 1100
  169. * XAM, OR2[17:18] = 11
  170. * 9 columns OR2[19-21] = 010
  171. * 13 rows OR2[23-25] = 100
  172. * EAD set for extra time OR[31] = 1
  173. *
  174. * 0 4 8 12 16 20 24 28
  175. * 1111 1100 0000 0000 0110 1001 0000 0001 = fc006901
  176. */
  177. #define CFG_OR2_PRELIM 0xfc006901
  178. #define CFG_LBC_LSRT 0x32000000 /* LB sdram refresh timer, about 6us */
  179. #define CFG_LBC_MRTPR 0x20000000 /* LB refresh timer prescal, 266MHz/32*/
  180. /*
  181. * LSDMR masks
  182. */
  183. #define CFG_LBC_LSDMR_RFEN (1 << (31 - 1))
  184. #define CFG_LBC_LSDMR_BSMA1516 (3 << (31 - 10))
  185. #define CFG_LBC_LSDMR_BSMA1617 (4 << (31 - 10))
  186. #define CFG_LBC_LSDMR_RFCR5 (3 << (31 - 16))
  187. #define CFG_LBC_LSDMR_RFCR8 (5 << (31 - 16))
  188. #define CFG_LBC_LSDMR_RFCR16 (7 << (31 - 16))
  189. #define CFG_LBC_LSDMR_PRETOACT3 (3 << (31 - 19))
  190. #define CFG_LBC_LSDMR_PRETOACT6 (5 << (31 - 19))
  191. #define CFG_LBC_LSDMR_PRETOACT7 (7 << (31 - 19))
  192. #define CFG_LBC_LSDMR_ACTTORW3 (3 << (31 - 22))
  193. #define CFG_LBC_LSDMR_ACTTORW7 (7 << (31 - 22))
  194. #define CFG_LBC_LSDMR_ACTTORW6 (6 << (31 - 22))
  195. #define CFG_LBC_LSDMR_BL8 (1 << (31 - 23))
  196. #define CFG_LBC_LSDMR_WRC2 (2 << (31 - 27))
  197. #define CFG_LBC_LSDMR_WRC3 (3 << (31 - 27))
  198. #define CFG_LBC_LSDMR_WRC4 (0 << (31 - 27))
  199. #define CFG_LBC_LSDMR_BUFCMD (1 << (31 - 29))
  200. #define CFG_LBC_LSDMR_CL3 (3 << (31 - 31))
  201. #define CFG_LBC_LSDMR_OP_NORMAL (0 << (31 - 4))
  202. #define CFG_LBC_LSDMR_OP_ARFRSH (1 << (31 - 4))
  203. #define CFG_LBC_LSDMR_OP_SRFRSH (2 << (31 - 4))
  204. #define CFG_LBC_LSDMR_OP_MRW (3 << (31 - 4))
  205. #define CFG_LBC_LSDMR_OP_PRECH (4 << (31 - 4))
  206. #define CFG_LBC_LSDMR_OP_PCHALL (5 << (31 - 4))
  207. #define CFG_LBC_LSDMR_OP_ACTBNK (6 << (31 - 4))
  208. #define CFG_LBC_LSDMR_OP_RWINV (7 << (31 - 4))
  209. #define CFG_LBC_LSDMR_COMMON ( CFG_LBC_LSDMR_RFEN \
  210. | CFG_LBC_LSDMR_BSMA1516 \
  211. | CFG_LBC_LSDMR_RFCR8 \
  212. | CFG_LBC_LSDMR_PRETOACT6 \
  213. | CFG_LBC_LSDMR_ACTTORW3 \
  214. | CFG_LBC_LSDMR_BL8 \
  215. | CFG_LBC_LSDMR_WRC3 \
  216. | CFG_LBC_LSDMR_CL3 \
  217. )
  218. /*
  219. * SDRAM Controller configuration sequence.
  220. */
  221. #define CFG_LBC_LSDMR_1 ( CFG_LBC_LSDMR_COMMON \
  222. | CFG_LBC_LSDMR_OP_PCHALL)
  223. #define CFG_LBC_LSDMR_2 ( CFG_LBC_LSDMR_COMMON \
  224. | CFG_LBC_LSDMR_OP_ARFRSH)
  225. #define CFG_LBC_LSDMR_3 ( CFG_LBC_LSDMR_COMMON \
  226. | CFG_LBC_LSDMR_OP_ARFRSH)
  227. #define CFG_LBC_LSDMR_4 ( CFG_LBC_LSDMR_COMMON \
  228. | CFG_LBC_LSDMR_OP_MRW)
  229. #define CFG_LBC_LSDMR_5 ( CFG_LBC_LSDMR_COMMON \
  230. | CFG_LBC_LSDMR_OP_NORMAL)
  231. #endif
  232. /*
  233. * Serial Port
  234. */
  235. #define CONFIG_CONS_INDEX 1
  236. #undef CONFIG_SERIAL_SOFTWARE_FIFO
  237. #define CFG_NS16550
  238. #define CFG_NS16550_SERIAL
  239. #define CFG_NS16550_REG_SIZE 1
  240. #define CFG_NS16550_CLK get_bus_freq(0)
  241. #define CFG_BAUDRATE_TABLE \
  242. {300, 600, 1200, 2400, 4800, 9600, 19200, 38400,115200}
  243. #define CFG_NS16550_COM1 (CFG_IMMRBAR+0x4500)
  244. #define CFG_NS16550_COM2 (CFG_IMMRBAR+0x4600)
  245. /* Use the HUSH parser */
  246. #define CFG_HUSH_PARSER
  247. #ifdef CFG_HUSH_PARSER
  248. #define CFG_PROMPT_HUSH_PS2 "> "
  249. #endif
  250. /* I2C */
  251. #define CONFIG_HARD_I2C /* I2C with hardware support*/
  252. #undef CONFIG_SOFT_I2C /* I2C bit-banged */
  253. #define CFG_I2C_SPEED 400000 /* I2C speed and slave address */
  254. #define CFG_I2C_SLAVE 0x7F
  255. #define CFG_I2C_NOPROBES {0x69} /* Don't probe these addrs */
  256. #define CFG_I2C_OFFSET 0x3000
  257. #define CFG_I2C2_OFFSET 0x3100
  258. /* TSEC */
  259. #define CFG_TSEC1_OFFSET 0x24000
  260. #define CFG_TSEC1 (CFG_IMMRBAR+CFG_TSEC1_OFFSET)
  261. #define CFG_TSEC2_OFFSET 0x25000
  262. #define CFG_TSEC2 (CFG_IMMRBAR+CFG_TSEC2_OFFSET)
  263. /* IO Configuration */
  264. #define CFG_IO_CONF (\
  265. IO_CONF_UART |\
  266. IO_CONF_TSEC1 |\
  267. IO_CONF_IRQ0 |\
  268. IO_CONF_IRQ1 |\
  269. IO_CONF_IRQ2 |\
  270. IO_CONF_IRQ3 |\
  271. IO_CONF_IRQ4 |\
  272. IO_CONF_IRQ5 |\
  273. IO_CONF_IRQ6 |\
  274. IO_CONF_IRQ7 )
  275. /*
  276. * General PCI
  277. * Addresses are mapped 1-1.
  278. */
  279. #define CFG_PCI1_MEM_BASE 0x80000000
  280. #define CFG_PCI1_MEM_PHYS CFG_PCI1_MEM_BASE
  281. #define CFG_PCI1_MEM_SIZE 0x20000000 /* 512M */
  282. #define CFG_PCI1_IO_BASE 0x00000000
  283. #define CFG_PCI1_IO_PHYS 0xe2000000
  284. #define CFG_PCI1_IO_SIZE 0x1000000 /* 16M */
  285. #define CFG_PCI2_MEM_BASE 0xA0000000
  286. #define CFG_PCI2_MEM_PHYS CFG_PCI2_MEM_BASE
  287. #define CFG_PCI2_MEM_SIZE 0x20000000 /* 512M */
  288. #define CFG_PCI2_IO_BASE 0x00000000
  289. #define CFG_PCI2_IO_PHYS 0xe3000000
  290. #define CFG_PCI2_IO_SIZE 0x1000000 /* 16M */
  291. #if defined(CONFIG_PCI)
  292. //#define PCI_64BIT
  293. #define PCI_ALL_PCI1
  294. //#define PCI_ONE_PCI1
  295. //#define PCI_TWO_PCI1
  296. #if defined(PCI_64BIT)
  297. #undef PCI_ALL_PCI1
  298. #undef PCI_TWO_PCI1
  299. #undef PCI_ONE_PCI1
  300. #endif
  301. #define CONFIG_NET_MULTI
  302. #define CONFIG_PCI_PNP /* do pci plug-and-play */
  303. #undef CONFIG_EEPRO100
  304. #undef CONFIG_TULIP
  305. #if !defined(CONFIG_PCI_PNP)
  306. #define PCI_ENET0_IOADDR 0xFIXME
  307. #define PCI_ENET0_MEMADDR 0xFIXME
  308. #define PCI_IDSEL_NUMBER 0x0c /* slot0->3(IDSEL)=12->15 */
  309. #endif
  310. #undef CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
  311. #define CFG_PCI_SUBSYS_VENDORID 0x1057 /* Motorola */
  312. #endif /* CONFIG_PCI */
  313. #if defined(CONFIG_TSEC_ENET)
  314. #ifndef CONFIG_NET_MULTI
  315. #define CONFIG_NET_MULTI 1
  316. #endif
  317. #define CONFIG_GMII 1 /* MII PHY management */
  318. #define CONFIG_MPC83XX_TSEC1 1
  319. #define CONFIG_MPC83XX_TSEC1_NAME "TSEC0"
  320. #define CONFIG_MPC83XX_TSEC2 1
  321. #define CONFIG_MPC83XX_TSEC2_NAME "TSEC1"
  322. #define TSEC1_PHY_ADDR 0
  323. #define TSEC2_PHY_ADDR 1
  324. #define TSEC1_PHYIDX 0
  325. #define TSEC2_PHYIDX 0
  326. /* Options are: TSEC[0-1] */
  327. #define CONFIG_ETHPRIME "TSEC0"
  328. #endif /* CONFIG_TSEC_ENET */
  329. /*
  330. * Environment
  331. */
  332. #ifndef CFG_RAMBOOT
  333. #define CFG_ENV_IS_IN_FLASH 1
  334. #define CFG_ENV_ADDR (CFG_MONITOR_BASE + 0x40000)
  335. #define CFG_ENV_SECT_SIZE 0x40000 /* 256K(one sector) for env */
  336. #define CFG_ENV_SIZE 0x2000
  337. #else
  338. #define CFG_NO_FLASH 1 /* Flash is not usable now */
  339. #define CFG_ENV_IS_NOWHERE 1 /* Store ENV in memory only */
  340. #define CFG_ENV_ADDR (CFG_MONITOR_BASE - 0x1000)
  341. #define CFG_ENV_SIZE 0x2000
  342. #endif
  343. #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
  344. #define CFG_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
  345. #if defined(CFG_RAMBOOT)
  346. #if defined(CONFIG_PCI)
  347. #define CONFIG_COMMANDS ((CONFIG_CMD_DFL \
  348. | CFG_CMD_PING \
  349. | CFG_CMD_PCI \
  350. | CFG_CMD_I2C) \
  351. & \
  352. ~(CFG_CMD_ENV \
  353. | CFG_CMD_LOADS))
  354. #else
  355. #define CONFIG_COMMANDS ((CONFIG_CMD_DFL \
  356. | CFG_CMD_PING \
  357. | CFG_CMD_I2C) \
  358. & \
  359. ~(CFG_CMD_ENV \
  360. | CFG_CMD_LOADS))
  361. #endif
  362. #else
  363. #if defined(CONFIG_PCI)
  364. #define CONFIG_COMMANDS (CONFIG_CMD_DFL \
  365. | CFG_CMD_PCI \
  366. | CFG_CMD_PING \
  367. | CFG_CMD_I2C)
  368. #else
  369. #define CONFIG_COMMANDS (CONFIG_CMD_DFL \
  370. | CFG_CMD_PING \
  371. | CFG_CMD_I2C \
  372. | CFG_CMD_MII \
  373. )
  374. #endif
  375. #endif
  376. #include <cmd_confdefs.h>
  377. #undef CONFIG_WATCHDOG /* watchdog disabled */
  378. /*
  379. * Miscellaneous configurable options
  380. */
  381. #define CFG_LONGHELP /* undef to save memory */
  382. #define CFG_LOAD_ADDR 0x2000000 /* default load address */
  383. #define CFG_PROMPT "=> " /* Monitor Command Prompt */
  384. #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
  385. #define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
  386. #else
  387. #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
  388. #endif
  389. #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
  390. #define CFG_MAXARGS 16 /* max number of command args */
  391. #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
  392. #define CFG_HZ 1000 /* decrementer freq: 1ms ticks */
  393. /*
  394. * For booting Linux, the board info and command line data
  395. * have to be in the first 8 MB of memory, since this is
  396. * the maximum mapped by the Linux kernel during initialization.
  397. */
  398. #define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux*/
  399. /* Cache Configuration */
  400. #define CFG_DCACHE_SIZE 32768
  401. #define CFG_CACHELINE_SIZE 32
  402. #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
  403. #define CFG_CACHELINE_SHIFT 5 /*log base 2 of the above value*/
  404. #endif
  405. #define CFG_RCWH_PCIHOST 0x80000000 /* PCIHOST */
  406. #define CFG_HRCW_LOW (\
  407. HRCWL_LCL_BUS_TO_SCB_CLK_1X1 |\
  408. HRCWL_DDR_TO_SCB_CLK_1X1 |\
  409. HRCWL_CSB_TO_CLKIN_4X1 |\
  410. HRCWL_VCO_1X2 |\
  411. HRCWL_CORE_TO_CSB_2X1)
  412. #if defined(PCI_64BIT)
  413. #define CFG_HRCW_HIGH (\
  414. HRCWH_PCI_HOST |\
  415. HRCWH_64_BIT_PCI |\
  416. HRCWH_PCI1_ARBITER_ENABLE |\
  417. HRCWH_PCI2_ARBITER_DISABLE |\
  418. HRCWH_CORE_ENABLE |\
  419. HRCWH_FROM_0X00000100 |\
  420. HRCWH_BOOTSEQ_DISABLE |\
  421. HRCWH_SW_WATCHDOG_DISABLE |\
  422. HRCWH_ROM_LOC_LOCAL_16BIT |\
  423. HRCWH_TSEC1M_IN_GMII |\
  424. HRCWH_TSEC2M_IN_GMII )
  425. #else
  426. #define CFG_HRCW_HIGH (\
  427. HRCWH_PCI_HOST |\
  428. HRCWH_32_BIT_PCI |\
  429. HRCWH_PCI1_ARBITER_ENABLE |\
  430. HRCWH_PCI2_ARBITER_ENABLE |\
  431. HRCWH_CORE_ENABLE |\
  432. HRCWH_FROM_0X00000100 |\
  433. HRCWH_BOOTSEQ_DISABLE |\
  434. HRCWH_SW_WATCHDOG_DISABLE |\
  435. HRCWH_ROM_LOC_LOCAL_16BIT |\
  436. HRCWH_TSEC1M_IN_GMII |\
  437. HRCWH_TSEC2M_IN_GMII )
  438. #endif
  439. #define CFG_HID0_INIT 0x000000000
  440. #define CFG_HID0_FINAL CFG_HID0_INIT
  441. /* #define CFG_HID0_FINAL (\
  442. HID0_ENABLE_INSTRUCTION_CACHE |\
  443. HID0_ENABLE_M_BIT |\
  444. HID0_ENABLE_ADDRESS_BROADCAST ) */
  445. #define CFG_HID2 0x000000000
  446. /*
  447. * Internal Definitions
  448. *
  449. * Boot Flags
  450. */
  451. #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */
  452. #define BOOTFLAG_WARM 0x02 /* Software reboot */
  453. #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
  454. #define CONFIG_KGDB_BAUDRATE 230400 /* speed of kgdb serial port */
  455. #define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
  456. #endif
  457. /*
  458. * Environment Configuration
  459. */
  460. #if defined(CONFIG_TSEC_ENET)
  461. #define CONFIG_ETHADDR 00:04:9f:11:22:33
  462. #define CONFIG_HAS_ETH1
  463. #define CONFIG_ETH1ADDR 00:E0:0C:00:7D:01
  464. #endif
  465. #define CONFIG_IPADDR 10.193.20.150
  466. #define CONFIG_HOSTNAME unknown
  467. #define CONFIG_ROOTPATH /tftpboot/10.193.20.150
  468. #define CONFIG_BOOTFILE /tftpboot/vmlinux.150
  469. #define CONFIG_SERVERIP 10.193.20.58
  470. #define CONFIG_GATEWAYIP 192.168.1.1
  471. #define CONFIG_NETMASK 255.255.255.0
  472. #define CONFIG_LOADADDR 200000 /* default location for tftp and bootm */
  473. #define CONFIG_BOOTDELAY 6 /* -1 disables auto-boot */
  474. #undef CONFIG_BOOTARGS /* the boot command will set bootargs */
  475. #define CONFIG_BAUDRATE 115200
  476. #define CONFIG_EXTRA_ENV_SETTINGS \
  477. "netdev=eth0\0" \
  478. "consoledev=ttyS0\0" \
  479. "ramdiskaddr=400000\0" \
  480. "ramdiskfile=ramfs.83xx\0" \
  481. #define CONFIG_NFSBOOTCOMMAND \
  482. "setenv bootargs root=/dev/nfs rw " \
  483. "nfsroot=$serverip:$rootpath " \
  484. "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \
  485. "console=$consoledev,$baudrate $othbootargs;" \
  486. "tftp $loadaddr $bootfile;" \
  487. "bootm $loadaddr"
  488. #define CONFIG_RAMBOOTCOMMAND \
  489. "setenv bootargs root=/dev/ram rw " \
  490. "console=$consoledev,$baudrate $othbootargs;" \
  491. "tftp $ramdiskaddr $ramdiskfile;" \
  492. "tftp $loadaddr $bootfile;" \
  493. "bootm $loadaddr $ramdiskaddr"
  494. #define CONFIG_BOOTCOMMAND CONFIG_NFSBOOTCOMMAND
  495. #endif /* __CONFIG_H */