ve8313.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  1. /*
  2. * Copyright (C) Freescale Semiconductor, Inc. 2006.
  3. *
  4. * (C) Copyright 2010
  5. * Heiko Schocher, DENX Software Engineering, hs@denx.de.
  6. *
  7. * See file CREDITS for list of people who contributed to this
  8. * project.
  9. *
  10. * This program is free software; you can redistribute it and/or
  11. * modify it under the terms of the GNU General Public License as
  12. * published by the Free Software Foundation; either version 2 of
  13. * the License, or (at your option) any later version.
  14. *
  15. * This program is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. * GNU General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU General Public License
  21. * along with this program; if not, write to the Free Software
  22. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  23. * MA 02111-1307 USA
  24. */
  25. /*
  26. * ve8313 board configuration file
  27. */
  28. #ifndef __CONFIG_H
  29. #define __CONFIG_H
  30. /*
  31. * High Level Configuration Options
  32. */
  33. #define CONFIG_E300 1
  34. #define CONFIG_MPC83xx 1
  35. #define CONFIG_MPC831x 1
  36. #define CONFIG_MPC8313 1
  37. #define CONFIG_VE8313 1
  38. #ifndef CONFIG_SYS_TEXT_BASE
  39. #define CONFIG_SYS_TEXT_BASE 0xfe000000
  40. #endif
  41. #define CONFIG_PCI 1
  42. #define CONFIG_FSL_ELBC 1
  43. #define CONFIG_BOARD_EARLY_INIT_F 1
  44. /*
  45. * On-board devices
  46. *
  47. */
  48. #define CONFIG_83XX_CLKIN 32000000 /* in Hz */
  49. #define CONFIG_SYS_CLK_FREQ CONFIG_83XX_CLKIN
  50. #define CONFIG_SYS_IMMR 0xE0000000
  51. #define CONFIG_SYS_MEMTEST_START 0x00001000
  52. #define CONFIG_SYS_MEMTEST_END 0x07000000
  53. #define CONFIG_SYS_ACR_PIPE_DEP 3 /* Arbiter pipeline depth */
  54. #define CONFIG_SYS_ACR_RPTCNT 3 /* Arbiter repeat count */
  55. /*
  56. * Device configurations
  57. */
  58. /*
  59. * DDR Setup
  60. */
  61. #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/
  62. #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
  63. #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
  64. /*
  65. * Manually set up DDR parameters, as this board does not
  66. * have the SPD connected to I2C.
  67. */
  68. #define CONFIG_SYS_DDR_SIZE 128 /* MB */
  69. #define CONFIG_SYS_DDR_CONFIG (CSCONFIG_EN \
  70. | CSCONFIG_AP \
  71. | CSCONFIG_ODT_RD_NEVER \
  72. | CSCONFIG_ODT_WR_ALL \
  73. | CSCONFIG_ROW_BIT_13 \
  74. | CSCONFIG_COL_BIT_10)
  75. /* 0x80840102 */
  76. #define CONFIG_SYS_DDR_TIMING_3 0x00000000
  77. #define CONFIG_SYS_DDR_TIMING_0 ((0 << TIMING_CFG0_RWT_SHIFT) \
  78. | (0 << TIMING_CFG0_WRT_SHIFT) \
  79. | (3 << TIMING_CFG0_RRT_SHIFT) \
  80. | (2 << TIMING_CFG0_WWT_SHIFT) \
  81. | (7 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) \
  82. | (2 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) \
  83. | (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) \
  84. | (2 << TIMING_CFG0_MRS_CYC_SHIFT))
  85. /* 0x0e720802 */
  86. #define CONFIG_SYS_DDR_TIMING_1 ((2 << TIMING_CFG1_PRETOACT_SHIFT) \
  87. | (6 << TIMING_CFG1_ACTTOPRE_SHIFT) \
  88. | (2 << TIMING_CFG1_ACTTORW_SHIFT) \
  89. | (5 << TIMING_CFG1_CASLAT_SHIFT) \
  90. | (6 << TIMING_CFG1_REFREC_SHIFT) \
  91. | (2 << TIMING_CFG1_WRREC_SHIFT) \
  92. | (2 << TIMING_CFG1_ACTTOACT_SHIFT) \
  93. | (2 << TIMING_CFG1_WRTORD_SHIFT))
  94. /* 0x26256222 */
  95. #define CONFIG_SYS_DDR_TIMING_2 ((0 << TIMING_CFG2_ADD_LAT_SHIFT) \
  96. | (5 << TIMING_CFG2_CPO_SHIFT) \
  97. | (2 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) \
  98. | (1 << TIMING_CFG2_RD_TO_PRE_SHIFT) \
  99. | (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) \
  100. | (3 << TIMING_CFG2_CKE_PLS_SHIFT) \
  101. | (7 << TIMING_CFG2_FOUR_ACT_SHIFT))
  102. /* 0x029028c7 */
  103. #define CONFIG_SYS_DDR_INTERVAL ((0x320 << SDRAM_INTERVAL_REFINT_SHIFT) \
  104. | (0x2000 << SDRAM_INTERVAL_BSTOPRE_SHIFT))
  105. /* 0x03202000 */
  106. #define CONFIG_SYS_SDRAM_CFG (SDRAM_CFG_SREN \
  107. | SDRAM_CFG_SDRAM_TYPE_DDR2 \
  108. | SDRAM_CFG_DBW_32)
  109. /* 0x43080000 */
  110. #define CONFIG_SYS_SDRAM_CFG2 0x00401000
  111. #define CONFIG_SYS_DDR_MODE ((0x4440 << SDRAM_MODE_ESD_SHIFT) \
  112. | (0x0232 << SDRAM_MODE_SD_SHIFT))
  113. /* 0x44400232 */
  114. #define CONFIG_SYS_DDR_MODE_2 0x8000C000
  115. #define CONFIG_SYS_DDR_CLK_CNTL DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05
  116. /*0x02000000*/
  117. #define CONFIG_SYS_DDRCDR_VALUE (DDRCDR_EN \
  118. | DDRCDR_PZ_NOMZ \
  119. | DDRCDR_NZ_NOMZ \
  120. | DDRCDR_M_ODR)
  121. /* 0x73000002 */
  122. /*
  123. * FLASH on the Local Bus
  124. */
  125. #define CONFIG_SYS_FLASH_CFI /* use the Common Flash Interface */
  126. #define CONFIG_FLASH_CFI_DRIVER /* use the CFI driver */
  127. #define CONFIG_SYS_FLASH_BASE 0xFE000000
  128. #define CONFIG_SYS_FLASH_SIZE 32 /* size in MB */
  129. #define CONFIG_SYS_FLASH_EMPTY_INFO /* display empty sectors */
  130. #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE /* buffer up multiple bytes */
  131. #define CONFIG_SYS_NOR_BR_PRELIM (CONFIG_SYS_FLASH_BASE \
  132. | (2 << BR_PS_SHIFT) /* 16 bit */ \
  133. | BR_V) /* valid */
  134. #define CONFIG_SYS_NOR_OR_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
  135. | OR_GPCM_CSNT \
  136. | OR_GPCM_ACS_DIV4 \
  137. | OR_GPCM_SCY_5 \
  138. | OR_GPCM_TRLX \
  139. | OR_GPCM_EAD)
  140. /* 0xfe000c55 */
  141. #define CONFIG_SYS_LBLAWBAR0_PRELIM CONFIG_SYS_FLASH_BASE
  142. #define CONFIG_SYS_LBLAWAR0_PRELIM 0x80000018 /* 32 MB window size */
  143. #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */
  144. #define CONFIG_SYS_MAX_FLASH_SECT 256 /* sectors per dev */
  145. #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
  146. #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
  147. #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
  148. #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
  149. #define CONFIG_SYS_RAMBOOT
  150. #endif
  151. #define CONFIG_SYS_INIT_RAM_LOCK 1
  152. #define CONFIG_SYS_INIT_RAM_ADDR 0xFD000000 /* Initial RAM address */
  153. #define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM*/
  154. #define CONFIG_SYS_GBL_DATA_OFFSET \
  155. (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
  156. #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
  157. /* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */
  158. #define CONFIG_SYS_MONITOR_LEN (384 * 1024)
  159. #define CONFIG_SYS_MALLOC_LEN (512 * 1024)
  160. /*
  161. * Local Bus LCRR and LBCR regs
  162. */
  163. #define CONFIG_SYS_LCRR_EADC LCRR_EADC_3
  164. #define CONFIG_SYS_LCRR_CLKDIV LCRR_CLKDIV_2
  165. #define CONFIG_SYS_LBC_LBCR 0x00040000
  166. #define CONFIG_SYS_LBC_MRTPR 0x20000000
  167. /*
  168. * NAND settings
  169. */
  170. #define CONFIG_SYS_NAND_BASE 0x61000000
  171. #define CONFIG_SYS_MAX_NAND_DEVICE 1
  172. #define CONFIG_MTD_NAND_VERIFY_WRITE
  173. #define CONFIG_CMD_NAND 1
  174. #define CONFIG_NAND_FSL_ELBC 1
  175. #define CONFIG_SYS_NAND_BLOCK_SIZE 16384
  176. #define CONFIG_SYS_NAND_BR_PRELIM (CONFIG_SYS_NAND_BASE \
  177. | BR_PS_8 \
  178. | BR_DECC_CHK_GEN \
  179. | BR_MS_FCM \
  180. | BR_V) /* valid */
  181. /* 0x61000c21 */
  182. #define CONFIG_SYS_NAND_OR_PRELIM (0xffff8000 \
  183. | OR_FCM_BCTLD \
  184. | OR_FCM_CHT \
  185. | OR_FCM_SCY_2 \
  186. | OR_FCM_RST \
  187. | OR_FCM_TRLX)
  188. /* 0xffff90ac */
  189. #define CONFIG_SYS_BR0_PRELIM CONFIG_SYS_NOR_BR_PRELIM
  190. #define CONFIG_SYS_OR0_PRELIM CONFIG_SYS_NOR_OR_PRELIM
  191. #define CONFIG_SYS_BR1_PRELIM CONFIG_SYS_NAND_BR_PRELIM
  192. #define CONFIG_SYS_OR1_PRELIM CONFIG_SYS_NAND_OR_PRELIM
  193. #define CONFIG_SYS_LBLAWBAR1_PRELIM CONFIG_SYS_NAND_BASE
  194. #define CONFIG_SYS_LBLAWAR1_PRELIM 0x8000000E /* 32KB */
  195. #define CONFIG_SYS_NAND_LBLAWBAR_PRELIM CONFIG_SYS_LBLAWBAR1_PRELIM
  196. #define CONFIG_SYS_NAND_LBLAWAR_PRELIM CONFIG_SYS_LBLAWAR1_PRELIM
  197. /* CS2 NvRAM */
  198. #define CONFIG_SYS_BR2_PRELIM (0x60000000 \
  199. | BR_PS_8 \
  200. | BR_V)
  201. /* 0x60000801 */
  202. #define CONFIG_SYS_OR2_PRELIM (0xfffe0000 \
  203. | OR_GPCM_CSNT \
  204. | OR_GPCM_XACS \
  205. | OR_GPCM_SCY_3 \
  206. | OR_GPCM_TRLX \
  207. | OR_GPCM_EHTR \
  208. | OR_GPCM_EAD)
  209. /* 0xfffe0937 */
  210. /* local bus read write buffer mapping SRAM@0x64000000 */
  211. #define CONFIG_SYS_BR3_PRELIM (0x62000000 \
  212. | BR_PS_16 \
  213. | BR_V)
  214. /* 0x62001001 */
  215. #define CONFIG_SYS_OR3_PRELIM (0xfe000000 \
  216. | OR_GPCM_CSNT \
  217. | OR_GPCM_XACS \
  218. | OR_GPCM_SCY_15 \
  219. | OR_GPCM_TRLX \
  220. | OR_GPCM_EHTR \
  221. | OR_GPCM_EAD)
  222. /* 0xfe0009f7 */
  223. /* pass open firmware flat tree */
  224. #define CONFIG_OF_LIBFDT 1
  225. #define CONFIG_OF_BOARD_SETUP 1
  226. #define CONFIG_OF_STDOUT_VIA_ALIAS 1
  227. /*
  228. * Serial Port
  229. */
  230. #define CONFIG_CONS_INDEX 1
  231. #define CONFIG_SYS_NS16550
  232. #define CONFIG_SYS_NS16550_SERIAL
  233. #define CONFIG_SYS_NS16550_REG_SIZE 1
  234. #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
  235. #define CONFIG_SYS_BAUDRATE_TABLE \
  236. {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200}
  237. #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500)
  238. #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600)
  239. /* Use the HUSH parser */
  240. #define CONFIG_SYS_HUSH_PARSER
  241. #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
  242. #if defined(CONFIG_PCI)
  243. /*
  244. * General PCI
  245. * Addresses are mapped 1-1.
  246. */
  247. #define CONFIG_SYS_PCI1_MEM_BASE 0x80000000
  248. #define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE
  249. #define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */
  250. #define CONFIG_SYS_PCI1_MMIO_BASE 0x90000000
  251. #define CONFIG_SYS_PCI1_MMIO_PHYS CONFIG_SYS_PCI1_MMIO_BASE
  252. #define CONFIG_SYS_PCI1_MMIO_SIZE 0x10000000 /* 256M */
  253. #define CONFIG_SYS_PCI1_IO_BASE 0x00000000
  254. #define CONFIG_SYS_PCI1_IO_PHYS 0xE2000000
  255. #define CONFIG_SYS_PCI1_IO_SIZE 0x00100000 /* 1M */
  256. #define CONFIG_PCI_PNP /* do pci plug-and-play */
  257. #define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1957 /* Freescale */
  258. #endif
  259. /*
  260. * TSEC
  261. */
  262. #define CONFIG_TSEC_ENET /* TSEC ethernet support */
  263. #define CONFIG_TSEC1
  264. #ifdef CONFIG_TSEC1
  265. #define CONFIG_HAS_ETH0
  266. #define CONFIG_TSEC1_NAME "TSEC1"
  267. #define CONFIG_SYS_TSEC1_OFFSET 0x24000
  268. #define TSEC1_PHY_ADDR 0x01
  269. #define TSEC1_FLAGS 0
  270. #define TSEC1_PHYIDX 0
  271. #endif
  272. /* Options are: TSEC[0-1] */
  273. #define CONFIG_ETHPRIME "TSEC1"
  274. /*
  275. * Environment
  276. */
  277. #define CONFIG_ENV_IS_IN_FLASH 1
  278. #define CONFIG_ENV_ADDR \
  279. (CONFIG_SYS_FLASH_BASE + CONFIG_SYS_MONITOR_LEN)
  280. #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K(one sector) for env */
  281. #define CONFIG_ENV_SIZE 0x4000
  282. /* Address and size of Redundant Environment Sector */
  283. #define CONFIG_ENV_OFFSET_REDUND \
  284. (CONFIG_ENV_OFFSET + CONFIG_ENV_SECT_SIZE)
  285. #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE)
  286. #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
  287. #define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
  288. /*
  289. * BOOTP options
  290. */
  291. #define CONFIG_BOOTP_BOOTFILESIZE
  292. #define CONFIG_BOOTP_BOOTPATH
  293. #define CONFIG_BOOTP_GATEWAY
  294. #define CONFIG_BOOTP_HOSTNAME
  295. /*
  296. * Command line configuration.
  297. */
  298. #include <config_cmd_default.h>
  299. #define CONFIG_CMD_DHCP
  300. #define CONFIG_CMD_MII
  301. #define CONFIG_CMD_PING
  302. #define CONFIG_CMD_PCI
  303. #define CONFIG_CMDLINE_EDITING 1
  304. #define CONFIG_AUTO_COMPLETE /* add autocompletion support */
  305. /*
  306. * Miscellaneous configurable options
  307. */
  308. #define CONFIG_SYS_LONGHELP /* undef to save memory */
  309. #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
  310. #define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
  311. #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
  312. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
  313. #define CONFIG_SYS_MAXARGS 16 /* max number of cmd args */
  314. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot arg Buffer size */
  315. #define CONFIG_SYS_HZ 1000 /* 1ms ticks */
  316. /*
  317. * For booting Linux, the board info and command line data
  318. * have to be in the first 256 MB of memory, since this is
  319. * the maximum mapped by the Linux kernel during initialization.
  320. */
  321. /* Initial Memory map for Linux*/
  322. #define CONFIG_SYS_BOOTMAPSZ (256 << 20)
  323. /* 0x64050000 */
  324. #define CONFIG_SYS_HRCW_LOW (\
  325. 0x20000000 /* reserved, must be set */ |\
  326. HRCWL_DDRCM |\
  327. HRCWL_CSB_TO_CLKIN_4X1 | \
  328. HRCWL_CORE_TO_CSB_2_5X1)
  329. /* 0xa0600004 */
  330. #define CONFIG_SYS_HRCW_HIGH (HRCWH_PCI_HOST | \
  331. HRCWH_PCI_ARBITER_ENABLE | \
  332. HRCWH_CORE_ENABLE | \
  333. HRCWH_FROM_0X00000100 | \
  334. HRCWH_BOOTSEQ_DISABLE |\
  335. HRCWH_SW_WATCHDOG_DISABLE |\
  336. HRCWH_ROM_LOC_LOCAL_16BIT | \
  337. HRCWH_TSEC1M_IN_MII | \
  338. HRCWH_BIG_ENDIAN | \
  339. HRCWH_LALE_EARLY)
  340. /* System IO Config */
  341. #define CONFIG_SYS_SICRH (0x01000000 | \
  342. SICRH_ETSEC2_B | \
  343. SICRH_ETSEC2_C | \
  344. SICRH_ETSEC2_D | \
  345. SICRH_ETSEC2_E | \
  346. SICRH_ETSEC2_F | \
  347. SICRH_ETSEC2_G | \
  348. SICRH_TSOBI1 | \
  349. SICRH_TSOBI2)
  350. /* 0x010fff03 */
  351. #define CONFIG_SYS_SICRL (SICRL_LBC | \
  352. SICRL_SPI_A | \
  353. SICRL_SPI_B | \
  354. SICRL_SPI_C | \
  355. SICRL_SPI_D | \
  356. SICRL_ETSEC2_A)
  357. /* 0x33fc0003) */
  358. #define CONFIG_SYS_HID0_INIT 0x000000000
  359. #define CONFIG_SYS_HID0_FINAL (HID0_ENABLE_MACHINE_CHECK | \
  360. HID0_ENABLE_INSTRUCTION_CACHE)
  361. #define CONFIG_SYS_HID2 HID2_HBE
  362. #define CONFIG_HIGH_BATS 1 /* High BATs supported */
  363. /* DDR @ 0x00000000 */
  364. #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_RW)
  365. #define CONFIG_SYS_IBAT0U (CONFIG_SYS_SDRAM_BASE \
  366. | BATU_BL_256M \
  367. | BATU_VS \
  368. | BATU_VP)
  369. #if defined(CONFIG_PCI)
  370. /* PCI @ 0x80000000 */
  371. #define CONFIG_SYS_IBAT1L (CONFIG_SYS_PCI1_MEM_BASE | BATL_PP_RW)
  372. #define CONFIG_SYS_IBAT1U (CONFIG_SYS_PCI1_MEM_BASE \
  373. | BATU_BL_256M \
  374. | BATU_VS \
  375. | BATU_VP)
  376. #define CONFIG_SYS_IBAT2L (CONFIG_SYS_PCI1_MMIO_BASE \
  377. | BATL_PP_RW \
  378. | BATL_CACHEINHIBIT \
  379. | BATL_GUARDEDSTORAGE)
  380. #define CONFIG_SYS_IBAT2U (CONFIG_SYS_PCI1_MMIO_BASE \
  381. | BATU_BL_256M \
  382. | BATU_VS \
  383. | BATU_VP)
  384. #else
  385. #define CONFIG_SYS_IBAT1L (0)
  386. #define CONFIG_SYS_IBAT1U (0)
  387. #define CONFIG_SYS_IBAT2L (0)
  388. #define CONFIG_SYS_IBAT2U (0)
  389. #endif
  390. /* PCI2 not supported on 8313 */
  391. #define CONFIG_SYS_IBAT3L (0)
  392. #define CONFIG_SYS_IBAT3U (0)
  393. #define CONFIG_SYS_IBAT4L (0)
  394. #define CONFIG_SYS_IBAT4U (0)
  395. /* IMMRBAR @ 0xE0000000, PCI IO @ 0xE2000000 & BCSR @ 0xE2400000 */
  396. #define CONFIG_SYS_IBAT5L (CONFIG_SYS_IMMR \
  397. | BATL_PP_RW \
  398. | BATL_CACHEINHIBIT \
  399. | BATL_GUARDEDSTORAGE)
  400. #define CONFIG_SYS_IBAT5U (CONFIG_SYS_IMMR \
  401. | BATU_BL_256M \
  402. | BATU_VS \
  403. | BATU_VP)
  404. /* stack in DCACHE 0xFDF00000 & FLASH @ 0xFE000000 */
  405. #define CONFIG_SYS_IBAT6L (0xF0000000 | BATL_PP_RW | BATL_GUARDEDSTORAGE)
  406. #define CONFIG_SYS_IBAT6U (0xF0000000 | BATU_BL_256M | BATU_VS | BATU_VP)
  407. /* FPGA, SRAM, NAND @ 0x60000000 */
  408. #define CONFIG_SYS_IBAT7L (0x60000000 | BATL_PP_RW | BATL_GUARDEDSTORAGE)
  409. #define CONFIG_SYS_IBAT7U (0x60000000 | BATU_BL_256M | BATU_VS | BATU_VP)
  410. #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
  411. #define CONFIG_SYS_DBAT0U CONFIG_SYS_IBAT0U
  412. #define CONFIG_SYS_DBAT1L CONFIG_SYS_IBAT1L
  413. #define CONFIG_SYS_DBAT1U CONFIG_SYS_IBAT1U
  414. #define CONFIG_SYS_DBAT2L CONFIG_SYS_IBAT2L
  415. #define CONFIG_SYS_DBAT2U CONFIG_SYS_IBAT2U
  416. #define CONFIG_SYS_DBAT3L CONFIG_SYS_IBAT3L
  417. #define CONFIG_SYS_DBAT3U CONFIG_SYS_IBAT3U
  418. #define CONFIG_SYS_DBAT4L CONFIG_SYS_IBAT4L
  419. #define CONFIG_SYS_DBAT4U CONFIG_SYS_IBAT4U
  420. #define CONFIG_SYS_DBAT5L CONFIG_SYS_IBAT5L
  421. #define CONFIG_SYS_DBAT5U CONFIG_SYS_IBAT5U
  422. #define CONFIG_SYS_DBAT6L CONFIG_SYS_IBAT6L
  423. #define CONFIG_SYS_DBAT6U CONFIG_SYS_IBAT6U
  424. #define CONFIG_SYS_DBAT7L CONFIG_SYS_IBAT7L
  425. #define CONFIG_SYS_DBAT7U CONFIG_SYS_IBAT7U
  426. #define CONFIG_NETDEV eth0
  427. #define CONFIG_HOSTNAME ve8313
  428. #define CONFIG_UBOOTPATH ve8313/u-boot.bin
  429. #define CONFIG_BOOTDELAY 6 /* -1 disables auto-boot */
  430. #define CONFIG_BAUDRATE 115200
  431. #define XMK_STR(x) #x
  432. #define MK_STR(x) XMK_STR(x)
  433. #define CONFIG_EXTRA_ENV_SETTINGS \
  434. "netdev=" MK_STR(CONFIG_NETDEV) "\0" \
  435. "ethprime=" MK_STR(CONFIG_TSEC1_NAME) "\0" \
  436. "u-boot=" MK_STR(CONFIG_UBOOTPATH) "\0" \
  437. "u-boot_addr_r=100000\0" \
  438. "load=tftp ${u-boot_addr_r} ${u-boot}\0" \
  439. "update=protect off " MK_STR(CONFIG_SYS_FLASH_BASE) " +${filesize};" \
  440. "erase " MK_STR(CONFIG_SYS_FLASH_BASE) " +${filesize};" \
  441. "cp.b ${u-boot_addr_r} " MK_STR(CONFIG_SYS_FLASH_BASE) \
  442. " ${filesize};" \
  443. "protect on " MK_STR(CONFIG_SYS_FLASH_BASE) " +${filesize}\0" \
  444. #undef MK_STR
  445. #undef XMK_STR
  446. #endif /* __CONFIG_H */