MPC8323ERDB.h 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563
  1. /*
  2. * Copyright (C) 2007 Freescale Semiconductor, Inc.
  3. *
  4. * This program is free software; you can redistribute it and/or modify it
  5. * under the terms of the GNU General Public License version 2 as published
  6. * by the Free Software Foundation.
  7. */
  8. #ifndef __CONFIG_H
  9. #define __CONFIG_H
  10. /*
  11. * High Level Configuration Options
  12. */
  13. #define CONFIG_E300 1 /* E300 family */
  14. #define CONFIG_QE 1 /* Has QE */
  15. #define CONFIG_MPC83xx 1 /* MPC83xx family */
  16. #define CONFIG_MPC832x 1 /* MPC832x CPU specific */
  17. #define CONFIG_SYS_TEXT_BASE 0xFE000000
  18. #define CONFIG_PCI 1
  19. /*
  20. * System Clock Setup
  21. */
  22. #define CONFIG_83XX_CLKIN 66666667 /* in Hz */
  23. #ifndef CONFIG_SYS_CLK_FREQ
  24. #define CONFIG_SYS_CLK_FREQ CONFIG_83XX_CLKIN
  25. #endif
  26. /*
  27. * Hardware Reset Configuration Word
  28. */
  29. #define CONFIG_SYS_HRCW_LOW (\
  30. HRCWL_LCL_BUS_TO_SCB_CLK_1X1 |\
  31. HRCWL_DDR_TO_SCB_CLK_2X1 |\
  32. HRCWL_VCO_1X2 |\
  33. HRCWL_CSB_TO_CLKIN_2X1 |\
  34. HRCWL_CORE_TO_CSB_2_5X1 |\
  35. HRCWL_CE_PLL_VCO_DIV_2 |\
  36. HRCWL_CE_PLL_DIV_1X1 |\
  37. HRCWL_CE_TO_PLL_1X3)
  38. #define CONFIG_SYS_HRCW_HIGH (\
  39. HRCWH_PCI_HOST |\
  40. HRCWH_PCI1_ARBITER_ENABLE |\
  41. HRCWH_CORE_ENABLE |\
  42. HRCWH_FROM_0X00000100 |\
  43. HRCWH_BOOTSEQ_DISABLE |\
  44. HRCWH_SW_WATCHDOG_DISABLE |\
  45. HRCWH_ROM_LOC_LOCAL_16BIT |\
  46. HRCWH_BIG_ENDIAN |\
  47. HRCWH_LALE_NORMAL)
  48. /*
  49. * System IO Config
  50. */
  51. #define CONFIG_SYS_SICRL 0x00000000
  52. /*
  53. * IMMR new address
  54. */
  55. #define CONFIG_SYS_IMMR 0xE0000000
  56. /*
  57. * System performance
  58. */
  59. #define CONFIG_SYS_ACR_PIPE_DEP 3 /* Arbiter pipeline depth (0-3) */
  60. #define CONFIG_SYS_ACR_RPTCNT 3 /* Arbiter repeat count (0-7) */
  61. /* (0-1) Optimize transactions between CSB and the SEC and QUICC Engine block */
  62. #define CONFIG_SYS_SPCR_OPT 1
  63. /*
  64. * DDR Setup
  65. */
  66. #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */
  67. #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
  68. #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
  69. #undef CONFIG_SPD_EEPROM
  70. #if defined(CONFIG_SPD_EEPROM)
  71. /* Determine DDR configuration from I2C interface
  72. */
  73. #define SPD_EEPROM_ADDRESS 0x51 /* DDR SODIMM */
  74. #else
  75. /* Manually set up DDR parameters
  76. */
  77. #define CONFIG_SYS_DDR_SIZE 64 /* MB */
  78. #define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN \
  79. | CSCONFIG_ROW_BIT_13 \
  80. | CSCONFIG_COL_BIT_9)
  81. /* 0x80010101 */
  82. #define CONFIG_SYS_DDR_TIMING_0 ((0 << TIMING_CFG0_RWT_SHIFT) \
  83. | (0 << TIMING_CFG0_WRT_SHIFT) \
  84. | (0 << TIMING_CFG0_RRT_SHIFT) \
  85. | (0 << TIMING_CFG0_WWT_SHIFT) \
  86. | (2 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) \
  87. | (2 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) \
  88. | (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) \
  89. | (2 << TIMING_CFG0_MRS_CYC_SHIFT))
  90. /* 0x00220802 */
  91. #define CONFIG_SYS_DDR_TIMING_1 ((2 << TIMING_CFG1_PRETOACT_SHIFT) \
  92. | (6 << TIMING_CFG1_ACTTOPRE_SHIFT) \
  93. | (2 << TIMING_CFG1_ACTTORW_SHIFT) \
  94. | (5 << TIMING_CFG1_CASLAT_SHIFT) \
  95. | (3 << TIMING_CFG1_REFREC_SHIFT) \
  96. | (2 << TIMING_CFG1_WRREC_SHIFT) \
  97. | (2 << TIMING_CFG1_ACTTOACT_SHIFT) \
  98. | (2 << TIMING_CFG1_WRTORD_SHIFT))
  99. /* 0x26253222 */
  100. #define CONFIG_SYS_DDR_TIMING_2 ((1 << TIMING_CFG2_ADD_LAT_SHIFT) \
  101. | (31 << TIMING_CFG2_CPO_SHIFT) \
  102. | (2 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) \
  103. | (2 << TIMING_CFG2_RD_TO_PRE_SHIFT) \
  104. | (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) \
  105. | (3 << TIMING_CFG2_CKE_PLS_SHIFT) \
  106. | (7 << TIMING_CFG2_FOUR_ACT_SHIFT))
  107. /* 0x1f9048c7 */
  108. #define CONFIG_SYS_DDR_TIMING_3 0x00000000
  109. #define CONFIG_SYS_DDR_CLK_CNTL DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05
  110. /* 0x02000000 */
  111. #define CONFIG_SYS_DDR_MODE ((0x4448 << SDRAM_MODE_ESD_SHIFT) \
  112. | (0x0232 << SDRAM_MODE_SD_SHIFT))
  113. /* 0x44480232 */
  114. #define CONFIG_SYS_DDR_MODE2 0x8000c000
  115. #define CONFIG_SYS_DDR_INTERVAL ((800 << SDRAM_INTERVAL_REFINT_SHIFT) \
  116. | (100 << SDRAM_INTERVAL_BSTOPRE_SHIFT))
  117. /* 0x03200064 */
  118. #define CONFIG_SYS_DDR_CS0_BNDS 0x00000003
  119. #define CONFIG_SYS_DDR_SDRAM_CFG (SDRAM_CFG_SREN \
  120. | SDRAM_CFG_SDRAM_TYPE_DDR2 \
  121. | SDRAM_CFG_32_BE)
  122. /* 0x43080000 */
  123. #define CONFIG_SYS_DDR_SDRAM_CFG2 0x00401000
  124. #endif
  125. /*
  126. * Memory test
  127. */
  128. #undef CONFIG_SYS_DRAM_TEST /* memory test, takes time */
  129. #define CONFIG_SYS_MEMTEST_START 0x00030000 /* memtest region */
  130. #define CONFIG_SYS_MEMTEST_END 0x03f00000
  131. /*
  132. * The reserved memory
  133. */
  134. #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
  135. #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
  136. #define CONFIG_SYS_RAMBOOT
  137. #else
  138. #undef CONFIG_SYS_RAMBOOT
  139. #endif
  140. /* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */
  141. #define CONFIG_SYS_MONITOR_LEN (384 * 1024) /* Reserve 384 kB for Mon */
  142. #define CONFIG_SYS_MALLOC_LEN (128 * 1024) /* Reserved for malloc */
  143. /*
  144. * Initial RAM Base Address Setup
  145. */
  146. #define CONFIG_SYS_INIT_RAM_LOCK 1
  147. #define CONFIG_SYS_INIT_RAM_ADDR 0xE6000000 /* Initial RAM address */
  148. #define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM */
  149. #define CONFIG_SYS_GBL_DATA_OFFSET \
  150. (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
  151. /*
  152. * Local Bus Configuration & Clock Setup
  153. */
  154. #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
  155. #define CONFIG_SYS_LCRR_CLKDIV LCRR_CLKDIV_2
  156. #define CONFIG_SYS_LBC_LBCR 0x00000000
  157. /*
  158. * FLASH on the Local Bus
  159. */
  160. #define CONFIG_SYS_FLASH_CFI /* use the Common Flash Interface */
  161. #define CONFIG_FLASH_CFI_DRIVER /* use the CFI driver */
  162. #define CONFIG_SYS_FLASH_BASE 0xFE000000 /* FLASH base address */
  163. #define CONFIG_SYS_FLASH_SIZE 16 /* FLASH size is 16M */
  164. #define CONFIG_SYS_FLASH_PROTECTION 1 /* Use h/w Flash protection. */
  165. /* Window base at flash base */
  166. #define CONFIG_SYS_LBLAWBAR0_PRELIM CONFIG_SYS_FLASH_BASE
  167. #define CONFIG_SYS_LBLAWAR0_PRELIM (LBLAWAR_EN | LBLAWAR_32MB)
  168. #define CONFIG_SYS_BR0_PRELIM (CONFIG_SYS_FLASH_BASE \
  169. | BR_PS_16 /* 16 bit port */ \
  170. | BR_MS_GPCM /* MSEL = GPCM */ \
  171. | BR_V) /* valid */
  172. #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
  173. | OR_GPCM_XAM \
  174. | OR_GPCM_CSNT \
  175. | OR_GPCM_ACS_DIV2 \
  176. | OR_GPCM_XACS \
  177. | OR_GPCM_SCY_15 \
  178. | OR_GPCM_TRLX_SET \
  179. | OR_GPCM_EHTR_SET \
  180. | OR_GPCM_EAD)
  181. /* 0xFE006FF7 */
  182. #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */
  183. #define CONFIG_SYS_MAX_FLASH_SECT 128 /* sectors per device */
  184. #undef CONFIG_SYS_FLASH_CHECKSUM
  185. /*
  186. * Serial Port
  187. */
  188. #define CONFIG_CONS_INDEX 1
  189. #define CONFIG_SYS_NS16550
  190. #define CONFIG_SYS_NS16550_SERIAL
  191. #define CONFIG_SYS_NS16550_REG_SIZE 1
  192. #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
  193. #define CONFIG_SYS_BAUDRATE_TABLE \
  194. {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200}
  195. #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500)
  196. #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600)
  197. #define CONFIG_CMDLINE_EDITING 1 /* add command line history */
  198. #define CONFIG_AUTO_COMPLETE /* add autocompletion support */
  199. /* Use the HUSH parser */
  200. #define CONFIG_SYS_HUSH_PARSER
  201. #ifdef CONFIG_SYS_HUSH_PARSER
  202. #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
  203. #endif
  204. /* pass open firmware flat tree */
  205. #define CONFIG_OF_LIBFDT 1
  206. #define CONFIG_OF_BOARD_SETUP 1
  207. #define CONFIG_OF_STDOUT_VIA_ALIAS 1
  208. /* I2C */
  209. #define CONFIG_HARD_I2C /* I2C with hardware support */
  210. #undef CONFIG_SOFT_I2C /* I2C bit-banged */
  211. #define CONFIG_FSL_I2C
  212. #define CONFIG_SYS_I2C_SPEED 400000 /* I2C speed and slave address */
  213. #define CONFIG_SYS_I2C_SLAVE 0x7F
  214. #define CONFIG_SYS_I2C_NOPROBES {0x51} /* Don't probe these addrs */
  215. #define CONFIG_SYS_I2C_OFFSET 0x3000
  216. /*
  217. * Config on-board EEPROM
  218. */
  219. #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50
  220. #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
  221. #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 6
  222. #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10
  223. /*
  224. * General PCI
  225. * Addresses are mapped 1-1.
  226. */
  227. #define CONFIG_SYS_PCI1_MEM_BASE 0x80000000
  228. #define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE
  229. #define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */
  230. #define CONFIG_SYS_PCI1_MMIO_BASE 0x90000000
  231. #define CONFIG_SYS_PCI1_MMIO_PHYS CONFIG_SYS_PCI1_MMIO_BASE
  232. #define CONFIG_SYS_PCI1_MMIO_SIZE 0x10000000 /* 256M */
  233. #define CONFIG_SYS_PCI1_IO_BASE 0xd0000000
  234. #define CONFIG_SYS_PCI1_IO_PHYS CONFIG_SYS_PCI1_IO_BASE
  235. #define CONFIG_SYS_PCI1_IO_SIZE 0x04000000 /* 64M */
  236. #ifdef CONFIG_PCI
  237. #define CONFIG_PCI_SKIP_HOST_BRIDGE
  238. #define CONFIG_PCI_PNP /* do pci plug-and-play */
  239. #undef CONFIG_EEPRO100
  240. #undef CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
  241. #define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1957 /* Freescale */
  242. #endif /* CONFIG_PCI */
  243. /*
  244. * QE UEC ethernet configuration
  245. */
  246. #define CONFIG_UEC_ETH
  247. #define CONFIG_ETHPRIME "UEC0"
  248. #define CONFIG_UEC_ETH1 /* ETH3 */
  249. #ifdef CONFIG_UEC_ETH1
  250. #define CONFIG_SYS_UEC1_UCC_NUM 2 /* UCC3 */
  251. #define CONFIG_SYS_UEC1_RX_CLK QE_CLK9
  252. #define CONFIG_SYS_UEC1_TX_CLK QE_CLK10
  253. #define CONFIG_SYS_UEC1_ETH_TYPE FAST_ETH
  254. #define CONFIG_SYS_UEC1_PHY_ADDR 4
  255. #define CONFIG_SYS_UEC1_INTERFACE_TYPE PHY_INTERFACE_MODE_MII
  256. #define CONFIG_SYS_UEC1_INTERFACE_SPEED 100
  257. #endif
  258. #define CONFIG_UEC_ETH2 /* ETH4 */
  259. #ifdef CONFIG_UEC_ETH2
  260. #define CONFIG_SYS_UEC2_UCC_NUM 1 /* UCC2 */
  261. #define CONFIG_SYS_UEC2_RX_CLK QE_CLK16
  262. #define CONFIG_SYS_UEC2_TX_CLK QE_CLK3
  263. #define CONFIG_SYS_UEC2_ETH_TYPE FAST_ETH
  264. #define CONFIG_SYS_UEC2_PHY_ADDR 0
  265. #define CONFIG_SYS_UEC2_INTERFACE_TYPE PHY_INTERFACE_MODE_MII
  266. #define CONFIG_SYS_UEC2_INTERFACE_SPEED 100
  267. #endif
  268. /*
  269. * Environment
  270. */
  271. #ifndef CONFIG_SYS_RAMBOOT
  272. #define CONFIG_ENV_IS_IN_FLASH 1
  273. #define CONFIG_ENV_ADDR \
  274. (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
  275. #define CONFIG_ENV_SECT_SIZE 0x20000
  276. #define CONFIG_ENV_SIZE 0x2000
  277. #else
  278. #define CONFIG_SYS_NO_FLASH 1 /* Flash is not usable now */
  279. #define CONFIG_ENV_IS_NOWHERE 1 /* Store ENV in memory only */
  280. #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
  281. #define CONFIG_ENV_SIZE 0x2000
  282. #endif
  283. #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
  284. #define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
  285. /*
  286. * BOOTP options
  287. */
  288. #define CONFIG_BOOTP_BOOTFILESIZE
  289. #define CONFIG_BOOTP_BOOTPATH
  290. #define CONFIG_BOOTP_GATEWAY
  291. #define CONFIG_BOOTP_HOSTNAME
  292. /*
  293. * Command line configuration.
  294. */
  295. #include <config_cmd_default.h>
  296. #define CONFIG_CMD_PING
  297. #define CONFIG_CMD_I2C
  298. #define CONFIG_CMD_EEPROM
  299. #define CONFIG_CMD_ASKENV
  300. #if defined(CONFIG_PCI)
  301. #define CONFIG_CMD_PCI
  302. #endif
  303. #if defined(CONFIG_SYS_RAMBOOT)
  304. #undef CONFIG_CMD_SAVEENV
  305. #undef CONFIG_CMD_LOADS
  306. #endif
  307. #undef CONFIG_WATCHDOG /* watchdog disabled */
  308. /*
  309. * Miscellaneous configurable options
  310. */
  311. #define CONFIG_SYS_LONGHELP /* undef to save memory */
  312. #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
  313. #define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
  314. #if (CONFIG_CMD_KGDB)
  315. #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
  316. #else
  317. #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
  318. #endif
  319. /* Print Buffer Size */
  320. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
  321. #define CONFIG_SYS_MAXARGS 16 /* max number of command args */
  322. /* Boot Argument Buffer Size */
  323. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
  324. #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1ms ticks */
  325. /*
  326. * For booting Linux, the board info and command line data
  327. * have to be in the first 256 MB of memory, since this is
  328. * the maximum mapped by the Linux kernel during initialization.
  329. */
  330. /* Initial Memory map for Linux */
  331. #define CONFIG_SYS_BOOTMAPSZ (256 << 20)
  332. /*
  333. * Core HID Setup
  334. */
  335. #define CONFIG_SYS_HID0_INIT 0x000000000
  336. #define CONFIG_SYS_HID0_FINAL (HID0_ENABLE_MACHINE_CHECK | \
  337. HID0_ENABLE_INSTRUCTION_CACHE)
  338. #define CONFIG_SYS_HID2 HID2_HBE
  339. /*
  340. * MMU Setup
  341. */
  342. #define CONFIG_HIGH_BATS 1 /* High BATs supported */
  343. /* DDR: cache cacheable */
  344. #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE \
  345. | BATL_PP_RW \
  346. | BATL_MEMCOHERENCE)
  347. #define CONFIG_SYS_IBAT0U (CONFIG_SYS_SDRAM_BASE \
  348. | BATU_BL_256M \
  349. | BATU_VS \
  350. | BATU_VP)
  351. #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
  352. #define CONFIG_SYS_DBAT0U CONFIG_SYS_IBAT0U
  353. /* IMMRBAR & PCI IO: cache-inhibit and guarded */
  354. #define CONFIG_SYS_IBAT1L (CONFIG_SYS_IMMR \
  355. | BATL_PP_RW \
  356. | BATL_CACHEINHIBIT \
  357. | BATL_GUARDEDSTORAGE)
  358. #define CONFIG_SYS_IBAT1U (CONFIG_SYS_IMMR \
  359. | BATU_BL_4M \
  360. | BATU_VS \
  361. | BATU_VP)
  362. #define CONFIG_SYS_DBAT1L CONFIG_SYS_IBAT1L
  363. #define CONFIG_SYS_DBAT1U CONFIG_SYS_IBAT1U
  364. /* FLASH: icache cacheable, but dcache-inhibit and guarded */
  365. #define CONFIG_SYS_IBAT2L (CONFIG_SYS_FLASH_BASE \
  366. | BATL_PP_RW \
  367. | BATL_MEMCOHERENCE)
  368. #define CONFIG_SYS_IBAT2U (CONFIG_SYS_FLASH_BASE \
  369. | BATU_BL_32M \
  370. | BATU_VS \
  371. | BATU_VP)
  372. #define CONFIG_SYS_DBAT2L (CONFIG_SYS_FLASH_BASE \
  373. | BATL_PP_RW \
  374. | BATL_CACHEINHIBIT \
  375. | BATL_GUARDEDSTORAGE)
  376. #define CONFIG_SYS_DBAT2U CONFIG_SYS_IBAT2U
  377. #define CONFIG_SYS_IBAT3L (0)
  378. #define CONFIG_SYS_IBAT3U (0)
  379. #define CONFIG_SYS_DBAT3L CONFIG_SYS_IBAT3L
  380. #define CONFIG_SYS_DBAT3U CONFIG_SYS_IBAT3U
  381. /* Stack in dcache: cacheable, no memory coherence */
  382. #define CONFIG_SYS_IBAT4L (CONFIG_SYS_INIT_RAM_ADDR | BATL_PP_RW)
  383. #define CONFIG_SYS_IBAT4U (CONFIG_SYS_INIT_RAM_ADDR \
  384. | BATU_BL_128K \
  385. | BATU_VS \
  386. | BATU_VP)
  387. #define CONFIG_SYS_DBAT4L CONFIG_SYS_IBAT4L
  388. #define CONFIG_SYS_DBAT4U CONFIG_SYS_IBAT4U
  389. #ifdef CONFIG_PCI
  390. /* PCI MEM space: cacheable */
  391. #define CONFIG_SYS_IBAT5L (CONFIG_SYS_PCI1_MEM_PHYS \
  392. | BATL_PP_RW \
  393. | BATL_MEMCOHERENCE)
  394. #define CONFIG_SYS_IBAT5U (CONFIG_SYS_PCI1_MEM_PHYS \
  395. | BATU_BL_256M \
  396. | BATU_VS \
  397. | BATU_VP)
  398. #define CONFIG_SYS_DBAT5L CONFIG_SYS_IBAT5L
  399. #define CONFIG_SYS_DBAT5U CONFIG_SYS_IBAT5U
  400. /* PCI MMIO space: cache-inhibit and guarded */
  401. #define CONFIG_SYS_IBAT6L (CONFIG_SYS_PCI1_MMIO_PHYS \
  402. | BATL_PP_RW \
  403. | BATL_CACHEINHIBIT \
  404. | BATL_GUARDEDSTORAGE)
  405. #define CONFIG_SYS_IBAT6U (CONFIG_SYS_PCI1_MMIO_PHYS \
  406. | BATU_BL_256M \
  407. | BATU_VS \
  408. | BATU_VP)
  409. #define CONFIG_SYS_DBAT6L CONFIG_SYS_IBAT6L
  410. #define CONFIG_SYS_DBAT6U CONFIG_SYS_IBAT6U
  411. #else
  412. #define CONFIG_SYS_IBAT5L (0)
  413. #define CONFIG_SYS_IBAT5U (0)
  414. #define CONFIG_SYS_IBAT6L (0)
  415. #define CONFIG_SYS_IBAT6U (0)
  416. #define CONFIG_SYS_DBAT5L CONFIG_SYS_IBAT5L
  417. #define CONFIG_SYS_DBAT5U CONFIG_SYS_IBAT5U
  418. #define CONFIG_SYS_DBAT6L CONFIG_SYS_IBAT6L
  419. #define CONFIG_SYS_DBAT6U CONFIG_SYS_IBAT6U
  420. #endif
  421. /* Nothing in BAT7 */
  422. #define CONFIG_SYS_IBAT7L (0)
  423. #define CONFIG_SYS_IBAT7U (0)
  424. #define CONFIG_SYS_DBAT7L CONFIG_SYS_IBAT7L
  425. #define CONFIG_SYS_DBAT7U CONFIG_SYS_IBAT7U
  426. #if (CONFIG_CMD_KGDB)
  427. #define CONFIG_KGDB_BAUDRATE 230400 /* speed of kgdb serial port */
  428. #define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
  429. #endif
  430. /*
  431. * Environment Configuration
  432. */
  433. #define CONFIG_ENV_OVERWRITE
  434. #define CONFIG_HAS_ETH0 /* add support for "ethaddr" */
  435. #define CONFIG_HAS_ETH1 /* add support for "eth1addr" */
  436. /* use mac_read_from_eeprom() to read ethaddr from I2C EEPROM
  437. * (see CONFIG_SYS_I2C_EEPROM) */
  438. /* MAC address offset in I2C EEPROM */
  439. #define CONFIG_SYS_I2C_MAC_OFFSET 0x7f00
  440. #define CONFIG_NETDEV "eth1"
  441. #define CONFIG_HOSTNAME mpc8323erdb
  442. #define CONFIG_ROOTPATH "/nfsroot"
  443. #define CONFIG_BOOTFILE "uImage"
  444. /* U-Boot image on TFTP server */
  445. #define CONFIG_UBOOTPATH "u-boot.bin"
  446. #define CONFIG_FDTFILE "mpc832x_rdb.dtb"
  447. #define CONFIG_RAMDISKFILE "rootfs.ext2.gz.uboot"
  448. /* default location for tftp and bootm */
  449. #define CONFIG_LOADADDR 800000
  450. #define CONFIG_BOOTDELAY 6 /* -1 disables auto-boot */
  451. #define CONFIG_BAUDRATE 115200
  452. #define XMK_STR(x) #x
  453. #define MK_STR(x) XMK_STR(x)
  454. #define CONFIG_EXTRA_ENV_SETTINGS \
  455. "netdev=" CONFIG_NETDEV "\0" \
  456. "uboot=" CONFIG_UBOOTPATH "\0" \
  457. "tftpflash=tftp $loadaddr $uboot;" \
  458. "protect off " MK_STR(CONFIG_SYS_TEXT_BASE) " +$filesize; "\
  459. "erase " MK_STR(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
  460. "cp.b $loadaddr " MK_STR(CONFIG_SYS_TEXT_BASE) " $filesize; "\
  461. "protect on " MK_STR(CONFIG_SYS_TEXT_BASE) " +$filesize; "\
  462. "cmp.b $loadaddr " MK_STR(CONFIG_SYS_TEXT_BASE) " $filesize\0"\
  463. "fdtaddr=780000\0" \
  464. "fdtfile=" CONFIG_FDTFILE "\0" \
  465. "ramdiskaddr=1000000\0" \
  466. "ramdiskfile=" CONFIG_RAMDISKFILE "\0" \
  467. "console=ttyS0\0" \
  468. "setbootargs=setenv bootargs " \
  469. "root=$rootdev rw console=$console,$baudrate $othbootargs\0"\
  470. "setipargs=setenv bootargs nfsroot=$serverip:$rootpath " \
  471. "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:"\
  472. "$netdev:off "\
  473. "root=$rootdev rw console=$console,$baudrate $othbootargs\0"
  474. #define CONFIG_NFSBOOTCOMMAND \
  475. "setenv rootdev /dev/nfs;" \
  476. "run setbootargs;" \
  477. "run setipargs;" \
  478. "tftp $loadaddr $bootfile;" \
  479. "tftp $fdtaddr $fdtfile;" \
  480. "bootm $loadaddr - $fdtaddr"
  481. #define CONFIG_RAMBOOTCOMMAND \
  482. "setenv rootdev /dev/ram;" \
  483. "run setbootargs;" \
  484. "tftp $ramdiskaddr $ramdiskfile;" \
  485. "tftp $loadaddr $bootfile;" \
  486. "tftp $fdtaddr $fdtfile;" \
  487. "bootm $loadaddr $ramdiskaddr $fdtaddr"
  488. #undef MK_STR
  489. #undef XMK_STR
  490. #endif /* __CONFIG_H */