ve8313.h 15 KB

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