kmeter1.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  1. /*
  2. * Copyright (C) 2006 Freescale Semiconductor, Inc.
  3. * Dave Liu <daveliu@freescale.com>
  4. *
  5. * Copyright (C) 2007 Logic Product Development, Inc.
  6. * Peter Barada <peterb@logicpd.com>
  7. *
  8. * Copyright (C) 2007 MontaVista Software, Inc.
  9. * Anton Vorontsov <avorontsov@ru.mvista.com>
  10. *
  11. * (C) Copyright 2008
  12. * Heiko Schocher, DENX Software Engineering, hs@denx.de.
  13. *
  14. * This program is free software; you can redistribute it and/or
  15. * modify it under the terms of the GNU General Public License as
  16. * published by the Free Software Foundation; either version 2 of
  17. * the License, or (at your option) any later version.
  18. */
  19. #ifndef __CONFIG_H
  20. #define __CONFIG_H
  21. /*
  22. * High Level Configuration Options
  23. */
  24. #define CONFIG_QE /* Has QE */
  25. #define CONFIG_MPC8360 /* MPC8360 CPU specific */
  26. #define CONFIG_KMETER1 /* KMETER1 board specific */
  27. #define CONFIG_HOSTNAME kmeter1
  28. #define CONFIG_SYS_TEXT_BASE 0xF0000000
  29. /* include common defines/options for all Keymile boards */
  30. #include "keymile-common.h"
  31. #define CONFIG_KM_UBI_PARTITION_NAME "ubi0"
  32. #define MTDIDS_DEFAULT "nor0=boot"
  33. #define MTDPARTS_DEFAULT \
  34. "mtdparts=boot:768k(u-boot),128k(env),128k(envred)," \
  35. "-(" CONFIG_KM_UBI_PARTITION_NAME ")"
  36. #define CONFIG_MISC_INIT_R
  37. /*
  38. * System Clock Setup
  39. */
  40. #define CONFIG_83XX_CLKIN 66000000
  41. #define CONFIG_SYS_CLK_FREQ 66000000
  42. #define CONFIG_83XX_PCICLK 66000000
  43. /*
  44. * Hardware Reset Configuration Word
  45. */
  46. #define CONFIG_SYS_HRCW_LOW (\
  47. HRCWL_CSB_TO_CLKIN_4X1 | \
  48. HRCWL_CORE_TO_CSB_2X1 | \
  49. HRCWL_CE_PLL_VCO_DIV_2 | \
  50. HRCWL_CE_TO_PLL_1X6 )
  51. #define CONFIG_SYS_HRCW_HIGH (\
  52. HRCWH_CORE_ENABLE | \
  53. HRCWH_FROM_0X00000100 | \
  54. HRCWH_BOOTSEQ_DISABLE | \
  55. HRCWH_SW_WATCHDOG_DISABLE | \
  56. HRCWH_ROM_LOC_LOCAL_16BIT | \
  57. HRCWH_BIG_ENDIAN | \
  58. HRCWH_LALE_EARLY | \
  59. HRCWH_LDP_CLEAR )
  60. /*
  61. * System IO Config
  62. */
  63. #define CONFIG_SYS_SICRH 0x00000006
  64. #define CONFIG_SYS_SICRL 0x00000000
  65. /*
  66. * IMMR new address
  67. */
  68. #define CONFIG_SYS_IMMR 0xE0000000
  69. /*
  70. * Bus Arbitration Configuration Register (ACR)
  71. */
  72. #define CONFIG_SYS_ACR_PIPE_DEP 3 /* pipeline depth 4 transactions */
  73. #define CONFIG_SYS_ACR_RPTCNT 3 /* 4 consecutive transactions */
  74. #define CONFIG_SYS_ACR_APARK 0 /* park bus to master (below) */
  75. #define CONFIG_SYS_ACR_PARKM 3 /* parking master = QuiccEngine */
  76. /*
  77. * DDR Setup
  78. */
  79. #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */
  80. #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
  81. #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
  82. #define CONFIG_SYS_DDR_SDRAM_CLK_CNTL (DDR_SDRAM_CLK_CNTL_SS_EN | \
  83. DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05)
  84. #define CFG_83XX_DDR_USES_CS0
  85. #undef CONFIG_DDR_ECC
  86. /*
  87. * DDRCDR - DDR Control Driver Register
  88. */
  89. #undef CONFIG_SPD_EEPROM /* Do not use SPD EEPROM for DDR setup */
  90. /*
  91. * Manually set up DDR parameters
  92. */
  93. #define CONFIG_DDR_II
  94. #define CONFIG_SYS_DDR_SIZE 2048 /* MB */
  95. #define CONFIG_SYS_DDR_CS0_BNDS 0x0000007f
  96. #define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN | CSCONFIG_AP | \
  97. CSCONFIG_ROW_BIT_13 | \
  98. CSCONFIG_COL_BIT_10 | \
  99. CSCONFIG_ODT_WR_ACS)
  100. #define CONFIG_SYS_DDR_SDRAM_CFG (SDRAM_CFG_SDRAM_TYPE_DDR2 | \
  101. SDRAM_CFG_SREN)
  102. #define CONFIG_SYS_DDR_SDRAM_CFG2 0x00401000
  103. #define CONFIG_SYS_DDR_CLK_CNTL (DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05)
  104. #define CONFIG_SYS_DDR_INTERVAL ((0x080 << SDRAM_INTERVAL_BSTOPRE_SHIFT) | \
  105. (0x3cf << SDRAM_INTERVAL_REFINT_SHIFT))
  106. #define CONFIG_SYS_DDRCDR 0x40000001
  107. #define CONFIG_SYS_DDR_MODE 0x47860452
  108. #define CONFIG_SYS_DDR_MODE2 0x8080c000
  109. #define CONFIG_SYS_DDR_TIMING_0 ((2 << TIMING_CFG0_MRS_CYC_SHIFT) | \
  110. (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) | \
  111. (6 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) | \
  112. (2 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) | \
  113. (0 << TIMING_CFG0_WWT_SHIFT) | \
  114. (0 << TIMING_CFG0_RRT_SHIFT) | \
  115. (0 << TIMING_CFG0_WRT_SHIFT) | \
  116. (0 << TIMING_CFG0_RWT_SHIFT))
  117. #define CONFIG_SYS_DDR_TIMING_1 ((TIMING_CFG1_CASLAT_50) | \
  118. (2 << TIMING_CFG1_WRTORD_SHIFT) | \
  119. (2 << TIMING_CFG1_ACTTOACT_SHIFT) | \
  120. (3 << TIMING_CFG1_WRREC_SHIFT) | \
  121. (7 << TIMING_CFG1_REFREC_SHIFT) | \
  122. (3 << TIMING_CFG1_ACTTORW_SHIFT) | \
  123. (8 << TIMING_CFG1_ACTTOPRE_SHIFT) | \
  124. (3 << TIMING_CFG1_PRETOACT_SHIFT))
  125. #define CONFIG_SYS_DDR_TIMING_2 ((8 << TIMING_CFG2_FOUR_ACT_SHIFT) | \
  126. (3 << TIMING_CFG2_CKE_PLS_SHIFT) | \
  127. (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) | \
  128. (2 << TIMING_CFG2_RD_TO_PRE_SHIFT) | \
  129. (4 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) | \
  130. (0 << TIMING_CFG2_ADD_LAT_SHIFT) | \
  131. (5 << TIMING_CFG2_CPO_SHIFT))
  132. #define CONFIG_SYS_DDR_TIMING_3 0x00000000
  133. /*
  134. * The reserved memory
  135. */
  136. #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
  137. #define CONFIG_SYS_FLASH_BASE 0xF0000000
  138. #define CONFIG_SYS_PIGGY_BASE 0xE8000000
  139. #define CONFIG_SYS_PIGGY_SIZE 128
  140. #define CONFIG_SYS_PAXE_BASE 0xA0000000
  141. #define CONFIG_SYS_PAXE_SIZE 512
  142. #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
  143. #define CONFIG_SYS_RAMBOOT
  144. #else
  145. #undef CONFIG_SYS_RAMBOOT
  146. #endif
  147. #define CONFIG_SYS_MONITOR_LEN (384 * 1024) /* Reserve for Mon */
  148. /*
  149. * Initial RAM Base Address Setup
  150. */
  151. #define CONFIG_SYS_INIT_RAM_LOCK 1
  152. #define CONFIG_SYS_INIT_RAM_ADDR 0xE6000000 /* Initial RAM address */
  153. #define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM */
  154. #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
  155. GENERATED_GBL_DATA_SIZE)
  156. /*
  157. * Local Bus Configuration & Clock Setup
  158. */
  159. #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
  160. #define CONFIG_SYS_LCRR_EADC LCRR_EADC_2
  161. #define CONFIG_SYS_LCRR_CLKDIV LCRR_CLKDIV_4
  162. /*
  163. * Init Local Bus Memory Controller:
  164. *
  165. * Bank Bus Machine PortSz Size Device
  166. * ---- --- ------- ------ ----- ------
  167. * 0 Local GPCM 16 bit 256MB FLASH
  168. * 1 Local GPCM 8 bit 128MB GPIO/PIGGY
  169. * 3 Local GPCM 8 bit 512MB PAXE
  170. *
  171. */
  172. /*
  173. * FLASH on the Local Bus
  174. */
  175. #define CONFIG_SYS_FLASH_CFI /* use the Common Flash Interface */
  176. #define CONFIG_FLASH_CFI_DRIVER /* use the CFI driver */
  177. #define CONFIG_SYS_FLASH_SIZE 256 /* max FLASH size is 256M */
  178. #define CONFIG_SYS_FLASH_PROTECTION 1
  179. #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE 1
  180. #define CONFIG_SYS_LBLAWBAR0_PRELIM CONFIG_SYS_FLASH_BASE
  181. #define CONFIG_SYS_LBLAWAR0_PRELIM 0x8000001b /* 256MB window size */
  182. #define CONFIG_SYS_BR0_PRELIM (CONFIG_SYS_FLASH_BASE | \
  183. (2 << BR_PS_SHIFT) | /* 16 bit port size */ \
  184. BR_V)
  185. #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) | \
  186. OR_GPCM_CSNT | OR_GPCM_ACS_DIV2 | \
  187. OR_GPCM_SCY_5 | \
  188. OR_GPCM_TRLX | OR_GPCM_EAD)
  189. #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max num of flash banks */
  190. /* max num of sects on one chip */
  191. #define CONFIG_SYS_MAX_FLASH_SECT 512
  192. #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE }
  193. #undef CONFIG_SYS_FLASH_CHECKSUM
  194. /*
  195. * PRIO1/PIGGY on the local bus CS1
  196. */
  197. #define CONFIG_SYS_LBLAWBAR1_PRELIM CONFIG_SYS_PIGGY_BASE
  198. #define CONFIG_SYS_LBLAWAR1_PRELIM 0x8000001A /* 128MB window size */
  199. #define CONFIG_SYS_BR1_PRELIM (CONFIG_SYS_PIGGY_BASE | \
  200. (1 << BR_PS_SHIFT) | /* 8 bit port size */ \
  201. BR_V)
  202. #define CONFIG_SYS_OR1_PRELIM (MEG_TO_AM(CONFIG_SYS_PIGGY_SIZE) | \
  203. OR_GPCM_CSNT | OR_GPCM_ACS_DIV2 | \
  204. OR_GPCM_SCY_2 | \
  205. OR_GPCM_TRLX | OR_GPCM_EAD)
  206. /*
  207. * PAXE on the local bus CS3
  208. */
  209. #define CONFIG_SYS_LBLAWBAR3_PRELIM CONFIG_SYS_PAXE_BASE
  210. #define CONFIG_SYS_LBLAWAR3_PRELIM 0x8000001C /* 512MB window size */
  211. #define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_PAXE_BASE | \
  212. (1 << BR_PS_SHIFT) | /* 8 bit port size */ \
  213. BR_V)
  214. #define CONFIG_SYS_OR3_PRELIM (MEG_TO_AM(CONFIG_SYS_PAXE_SIZE) | \
  215. OR_GPCM_CSNT | OR_GPCM_ACS_DIV2 | \
  216. OR_GPCM_SCY_2 | \
  217. OR_GPCM_TRLX | OR_GPCM_EAD)
  218. /*
  219. * Serial Port
  220. */
  221. #define CONFIG_CONS_INDEX 1
  222. #define CONFIG_SYS_NS16550
  223. #define CONFIG_SYS_NS16550_SERIAL
  224. #define CONFIG_SYS_NS16550_REG_SIZE 1
  225. #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
  226. #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500)
  227. #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600)
  228. /* Pass open firmware flat tree */
  229. #define CONFIG_OF_LIBFDT
  230. #define CONFIG_OF_BOARD_SETUP
  231. #define CONFIG_OF_STDOUT_VIA_ALIAS
  232. /*
  233. * General PCI
  234. * Addresses are mapped 1-1.
  235. */
  236. #undef CONFIG_PCI /* No PCI */
  237. #ifndef CONFIG_NET_MULTI
  238. #define CONFIG_NET_MULTI
  239. #endif
  240. /*
  241. * QE UEC ethernet configuration
  242. */
  243. #define CONFIG_UEC_ETH
  244. #define CONFIG_ETHPRIME "UEC0"
  245. #define CONFIG_UEC_ETH1 /* GETH1 */
  246. #define UEC_VERBOSE_DEBUG 1
  247. #ifdef CONFIG_UEC_ETH1
  248. #define CONFIG_SYS_UEC1_UCC_NUM 3 /* UCC4 */
  249. #define CONFIG_SYS_UEC1_RX_CLK QE_CLK_NONE /* not used in RMII */
  250. #define CONFIG_SYS_UEC1_TX_CLK QE_CLK17
  251. #define CONFIG_SYS_UEC1_ETH_TYPE FAST_ETH
  252. #define CONFIG_SYS_UEC1_PHY_ADDR 0
  253. #define CONFIG_SYS_UEC1_INTERFACE_TYPE PHY_INTERFACE_MODE_RMII
  254. #define CONFIG_SYS_UEC1_INTERFACE_SPEED 100
  255. #endif
  256. /*
  257. * Environment
  258. */
  259. #ifndef CONFIG_SYS_RAMBOOT
  260. #define CONFIG_ENV_IS_IN_FLASH 1
  261. #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + \
  262. CONFIG_SYS_MONITOR_LEN)
  263. #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K(one sector) for env */
  264. #define CONFIG_ENV_OFFSET (CONFIG_SYS_MONITOR_LEN)
  265. /* Address and size of Redundant Environment Sector */
  266. #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + \
  267. CONFIG_ENV_SECT_SIZE)
  268. #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE)
  269. #else /* CFG_RAMBOOT */
  270. #define CONFIG_SYS_NO_FLASH /* Flash is not usable now */
  271. #define CONFIG_ENV_IS_NOWHERE /* Store ENV in memory only */
  272. #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
  273. #define CONFIG_ENV_SIZE 0x2000
  274. #endif /* CFG_RAMBOOT */
  275. /* I2C */
  276. #define CONFIG_HARD_I2C /* I2C with hardware support */
  277. #undef CONFIG_SOFT_I2C /* I2C bit-banged */
  278. #define CONFIG_FSL_I2C
  279. #define CONFIG_SYS_I2C_SPEED 200000 /* I2C speed and slave address */
  280. #define CONFIG_SYS_I2C_SLAVE 0x7F
  281. #define CONFIG_SYS_I2C_OFFSET 0x3000
  282. #define CONFIG_I2C_MULTI_BUS 1
  283. #define CONFIG_I2C_MUX 1
  284. /* EEprom support */
  285. #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
  286. /* I2C SYSMON (LM75, AD7414 is almost compatible) */
  287. #define CONFIG_DTT_LM75 /* ON Semi's LM75 */
  288. #define CONFIG_DTT_SENSORS {0, 1, 2, 3} /* Sensor addresses */
  289. #define CONFIG_SYS_DTT_MAX_TEMP 70
  290. #define CONFIG_SYS_DTT_LOW_TEMP -30
  291. #define CONFIG_SYS_DTT_HYSTERESIS 3
  292. #define CONFIG_SYS_DTT_BUS_NUM (CONFIG_SYS_MAX_I2C_BUS)
  293. #if defined(CONFIG_CMD_NAND)
  294. #define CONFIG_NAND_KMETER1
  295. #define CONFIG_SYS_MAX_NAND_DEVICE 1
  296. #define CONFIG_SYS_NAND_BASE CONFIG_SYS_PIGGY_BASE
  297. #endif
  298. #if defined(CONFIG_PCI)
  299. #define CONFIG_CMD_PCI
  300. #endif
  301. #if defined(CFG_RAMBOOT)
  302. #undef CONFIG_CMD_SAVEENV
  303. #undef CONFIG_CMD_LOADS
  304. #endif
  305. /*
  306. * For booting Linux, the board info and command line data
  307. * have to be in the first 256 MB of memory, since this is
  308. * the maximum mapped by the Linux kernel during initialization.
  309. */
  310. #define CONFIG_SYS_BOOTMAPSZ (256 << 20)
  311. /*
  312. * Core HID Setup
  313. */
  314. #define CONFIG_SYS_HID0_INIT 0x000000000
  315. #define CONFIG_SYS_HID0_FINAL (HID0_ENABLE_MACHINE_CHECK | \
  316. HID0_ENABLE_INSTRUCTION_CACHE)
  317. #define CONFIG_SYS_HID2 HID2_HBE
  318. /*
  319. * MMU Setup
  320. */
  321. #define CONFIG_HIGH_BATS /* High BATs supported */
  322. /* DDR: cache cacheable */
  323. #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_10 | \
  324. BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE)
  325. #define CONFIG_SYS_IBAT0U (CONFIG_SYS_SDRAM_BASE | BATU_BL_256M | \
  326. BATU_VS | BATU_VP)
  327. #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
  328. #define CONFIG_SYS_DBAT0U CONFIG_SYS_IBAT0U
  329. /* IMMRBAR & PCI IO: cache-inhibit and guarded */
  330. #define CONFIG_SYS_IBAT1L (CONFIG_SYS_IMMR | BATL_PP_10 | \
  331. BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE)
  332. #define CONFIG_SYS_IBAT1U (CONFIG_SYS_IMMR | BATU_BL_4M | BATU_VS | \
  333. BATU_VP)
  334. #define CONFIG_SYS_DBAT1L CONFIG_SYS_IBAT1L
  335. #define CONFIG_SYS_DBAT1U CONFIG_SYS_IBAT1U
  336. /* PRIO1, PIGGY: icache cacheable, but dcache-inhibit and guarded */
  337. #define CONFIG_SYS_IBAT2L (CONFIG_SYS_PIGGY_BASE | BATL_PP_10 | \
  338. BATL_MEMCOHERENCE)
  339. #define CONFIG_SYS_IBAT2U (CONFIG_SYS_PIGGY_BASE | BATU_BL_128M | \
  340. BATU_VS | BATU_VP)
  341. #define CONFIG_SYS_DBAT2L (CONFIG_SYS_PIGGY_BASE | BATL_PP_10 | \
  342. BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE)
  343. #define CONFIG_SYS_DBAT2U CONFIG_SYS_IBAT2U
  344. /* FLASH: icache cacheable, but dcache-inhibit and guarded */
  345. #define CONFIG_SYS_IBAT3L (CONFIG_SYS_FLASH_BASE | BATL_PP_10 | \
  346. BATL_MEMCOHERENCE)
  347. #define CONFIG_SYS_IBAT3U (CONFIG_SYS_FLASH_BASE | BATU_BL_256M | \
  348. BATU_VS | BATU_VP)
  349. #define CONFIG_SYS_DBAT3L (CONFIG_SYS_FLASH_BASE | BATL_PP_10 | \
  350. BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE)
  351. #define CONFIG_SYS_DBAT3U CONFIG_SYS_IBAT3U
  352. /* Stack in dcache: cacheable, no memory coherence */
  353. #define CONFIG_SYS_IBAT4L (CONFIG_SYS_INIT_RAM_ADDR | BATL_PP_10)
  354. #define CONFIG_SYS_IBAT4U (CONFIG_SYS_INIT_RAM_ADDR | BATU_BL_128K | \
  355. BATU_VS | BATU_VP)
  356. #define CONFIG_SYS_DBAT4L CONFIG_SYS_IBAT4L
  357. #define CONFIG_SYS_DBAT4U CONFIG_SYS_IBAT4U
  358. /* PAXE: icache cacheable, but dcache-inhibit and guarded */
  359. #define CONFIG_SYS_IBAT5L (CONFIG_SYS_PAXE_BASE | BATL_PP_10 | \
  360. BATL_MEMCOHERENCE)
  361. #define CONFIG_SYS_IBAT5U (CONFIG_SYS_PAXE_BASE | BATU_BL_256M | \
  362. BATU_VS | BATU_VP)
  363. #define CONFIG_SYS_DBAT5L (CONFIG_SYS_PAXE_BASE | BATL_PP_10 | \
  364. BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE)
  365. #define CONFIG_SYS_DBAT5U CONFIG_SYS_IBAT5U
  366. #ifdef CONFIG_PCI
  367. /* PCI MEM space: cacheable */
  368. #define CFG_IBAT6L (CFG_PCI1_MEM_PHYS | BATL_PP_10 | BATL_MEMCOHERENCE)
  369. #define CFG_IBAT6U (CFG_PCI1_MEM_PHYS | BATU_BL_256M | BATU_VS | BATU_VP)
  370. #define CFG_DBAT6L CFG_IBAT6L
  371. #define CFG_DBAT6U CFG_IBAT6U
  372. /* PCI MMIO space: cache-inhibit and guarded */
  373. #define CFG_IBAT7L (CFG_PCI1_MMIO_PHYS | BATL_PP_10 | \
  374. BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE)
  375. #define CFG_IBAT7U (CFG_PCI1_MMIO_PHYS | BATU_BL_256M | BATU_VS | BATU_VP)
  376. #define CFG_DBAT7L CFG_IBAT7L
  377. #define CFG_DBAT7U CFG_IBAT7U
  378. #else /* CONFIG_PCI */
  379. #define CONFIG_SYS_IBAT6L (0)
  380. #define CONFIG_SYS_IBAT6U (0)
  381. #define CONFIG_SYS_IBAT7L (0)
  382. #define CONFIG_SYS_IBAT7U (0)
  383. #define CONFIG_SYS_DBAT6L CONFIG_SYS_IBAT6L
  384. #define CONFIG_SYS_DBAT6U CONFIG_SYS_IBAT6U
  385. #define CONFIG_SYS_DBAT7L CONFIG_SYS_IBAT7L
  386. #define CONFIG_SYS_DBAT7U CONFIG_SYS_IBAT7U
  387. #endif /* CONFIG_PCI */
  388. #define BOOTFLASH_START F0000000
  389. #define CONFIG_PRAM 512 /* protected RAM [KBytes] */
  390. /*
  391. * Environment Configuration
  392. */
  393. #define CONFIG_ENV_OVERWRITE
  394. #ifndef CONFIG_KM_DEF_ENV /* if not set by keymile-common.h */
  395. #define CONFIG_KM_DEF_ENV "km-common=empty\0"
  396. #endif
  397. #define CONFIG_EXTRA_ENV_SETTINGS \
  398. CONFIG_KM_DEF_ENV \
  399. "rootpath=/opt/eldk/ppc_82xx\0" \
  400. "addcon=setenv bootargs ${bootargs} console=ttyS0,${baudrate}\0"\
  401. "ramdisk_file=/tftpboot/kmeter1/uRamdisk\0" \
  402. "loadram=tftp ${ramdisk_addr_r} ${ramdisk_file}\0" \
  403. "loadfdt=tftp ${fdt_addr_r} ${fdt_file}\0" \
  404. "loadkernel=tftp ${kernel_addr_r} ${bootfile}\0" \
  405. "unlock=yes\0" \
  406. "fdt_addr=F0080000\0" \
  407. "kernel_addr=F00a0000\0" \
  408. "ramdisk_addr=F03a0000\0" \
  409. "ramdisk_addr_r=F10000\0" \
  410. "EEprom_ivm=pca9547:70:9\0" \
  411. "dtt_bus=pca9547:70:a\0" \
  412. "mtdids=nor0=app \0" \
  413. "mtdparts=" MK_STR(MTDPARTS_DEFAULT) "\0" \
  414. ""
  415. #if defined(CONFIG_UEC_ETH)
  416. #define CONFIG_HAS_ETH0
  417. #endif
  418. #endif /* __CONFIG_H */