MPC8323ERDB.h 16 KB

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