/include/configs/kvme080.h

https://gitlab.com/ubuntu-omap/u-boot-omap5 · C Header · 269 lines · 182 code · 59 blank · 28 comment · 0 complexity · c5374574313b3b0c2fe84ec9e35344de MD5 · raw file

  1. /*
  2. * (C) Copyright 2005
  3. * Sangmoon Kim, dogoil@etinsys.com.
  4. *
  5. * See file CREDITS for list of people who contributed to this
  6. * project.
  7. *
  8. * This program is free software; you can redistribute it and/or
  9. * modify it under the terms of the GNU General Public License as
  10. * published by the Free Software Foundation; either version 2 of
  11. * the License, or (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program; if not, write to the Free Software
  20. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  21. * MA 02111-1307 USA
  22. */
  23. #ifndef __CONFIG_H
  24. #define __CONFIG_H
  25. #define CONFIG_MPC824X 1
  26. #define CONFIG_MPC8245 1
  27. #define CONFIG_KVME080 1
  28. #define CONFIG_SYS_TEXT_BASE 0xFFF00000
  29. #define CONFIG_CONS_INDEX 1
  30. #define CONFIG_BAUDRATE 115200
  31. #define CONFIG_BOOTDELAY 5
  32. #define CONFIG_IPADDR 192.168.0.2
  33. #define CONFIG_NETMASK 255.255.255.0
  34. #define CONFIG_SERVERIP 192.168.0.1
  35. #define CONFIG_BOOTARGS \
  36. "console=ttyS0,115200 " \
  37. "root=/dev/nfs rw nfsroot=192.168.0.1:/opt/eldk/ppc_82xx " \
  38. "ip=192.168.0.2:192.168.0.1:192.168.0.1:255.255.255.0:" \
  39. "kvme080:eth0:none " \
  40. "mtdparts=phys_mapped_flash:12m(root),-(kernel)"
  41. #define CONFIG_BOOTCOMMAND \
  42. "tftp 800000 kvme080/uImage; " \
  43. "bootm 800000"
  44. #define CONFIG_LOADADDR 800000
  45. #define CONFIG_BOARD_EARLY_INIT_F
  46. #define CONFIG_BOARD_EARLY_INIT_R
  47. #define CONFIG_MISC_INIT_R
  48. #define CONFIG_LOADS_ECHO 1
  49. #undef CONFIG_SYS_LOADS_BAUD_CHANGE
  50. #undef CONFIG_WATCHDOG
  51. /*
  52. * BOOTP options
  53. */
  54. #define CONFIG_BOOTP_SUBNETMASK
  55. #define CONFIG_BOOTP_GATEWAY
  56. #define CONFIG_BOOTP_HOSTNAME
  57. #define CONFIG_BOOTP_BOOTPATH
  58. #define CONFIG_BOOTP_BOOTFILESIZE
  59. #define CONFIG_MAC_PARTITION
  60. #define CONFIG_DOS_PARTITION
  61. #define CONFIG_RTC_DS164x
  62. /*
  63. * Command line configuration.
  64. */
  65. #include <config_cmd_default.h>
  66. #define CONFIG_CMD_ASKENV
  67. #define CONFIG_CMD_CACHE
  68. #define CONFIG_CMD_DATE
  69. #define CONFIG_CMD_DHCP
  70. #define CONFIG_CMD_DIAG
  71. #define CONFIG_CMD_EEPROM
  72. #define CONFIG_CMD_ELF
  73. #define CONFIG_CMD_I2C
  74. #define CONFIG_CMD_JFFS2
  75. #define CONFIG_CMD_NFS
  76. #define CONFIG_CMD_PCI
  77. #define CONFIG_CMD_PING
  78. #define CONFIG_CMD_SDRAM
  79. #define CONFIG_CMD_SNTP
  80. #define CONFIG_NETCONSOLE
  81. #define CONFIG_SYS_LONGHELP
  82. #define CONFIG_SYS_PROMPT "=> "
  83. #define CONFIG_SYS_CBSIZE 256
  84. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
  85. #define CONFIG_SYS_MAXARGS 16
  86. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
  87. #define CONFIG_SYS_MEMTEST_START 0x00400000
  88. #define CONFIG_SYS_MEMTEST_END 0x07C00000
  89. #define CONFIG_SYS_LOAD_ADDR 0x00100000
  90. #define CONFIG_SYS_HZ 1000
  91. #define CONFIG_SYS_INIT_RAM_ADDR 0x40000000
  92. #define CONFIG_SYS_INIT_RAM_SIZE 0x1000
  93. #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
  94. #define CONFIG_SYS_SDRAM_BASE 0x00000000
  95. #define CONFIG_SYS_FLASH_BASE 0x7C000000
  96. #define CONFIG_SYS_EUMB_ADDR 0xFC000000
  97. #define CONFIG_SYS_NVRAM_BASE_ADDR 0xFF000000
  98. #define CONFIG_SYS_NS16550_COM1 0xFF080000
  99. #define CONFIG_SYS_NS16550_COM2 0xFF080010
  100. #define CONFIG_SYS_NS16550_COM3 0xFF080020
  101. #define CONFIG_SYS_NS16550_COM4 0xFF080030
  102. #define CONFIG_SYS_RESET_ADDRESS 0xFFF00100
  103. #define CONFIG_SYS_MAX_RAM_SIZE 0x20000000
  104. #define CONFIG_SYS_FLASH_SIZE (16 * 1024 * 1024)
  105. #define CONFIG_SYS_NVRAM_SIZE 0x7FFF8
  106. #define CONFIG_VERY_BIG_RAM
  107. #define CONFIG_SYS_MONITOR_LEN 0x00040000
  108. #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
  109. #define CONFIG_SYS_MALLOC_LEN (512 << 10)
  110. #define CONFIG_SYS_BOOTMAPSZ (8 << 20)
  111. #define CONFIG_SYS_FLASH_CFI
  112. #define CONFIG_FLASH_CFI_DRIVER
  113. #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
  114. #define CONFIG_SYS_FLASH_PROTECTION
  115. #define CONFIG_SYS_FLASH_EMPTY_INFO
  116. #define CONFIG_SYS_FLASH_PROTECT_CLEAR
  117. #define CONFIG_SYS_MAX_FLASH_BANKS 1
  118. #define CONFIG_SYS_MAX_FLASH_SECT 256
  119. #define CONFIG_SYS_FLASH_ERASE_TOUT 120000
  120. #define CONFIG_SYS_FLASH_WRITE_TOUT 500
  121. #define CONFIG_SYS_JFFS2_FIRST_BANK 0
  122. #define CONFIG_SYS_JFFS2_NUM_BANKS 1
  123. #define CONFIG_ENV_IS_IN_NVRAM 1
  124. #define CONFIG_ENV_OVERWRITE 1
  125. #define CONFIG_SYS_NVRAM_ACCESS_ROUTINE
  126. #define CONFIG_ENV_ADDR CONFIG_SYS_NVRAM_BASE_ADDR
  127. #define CONFIG_ENV_SIZE 0x400
  128. #define CONFIG_ENV_OFFSET 0
  129. #define CONFIG_SYS_NS16550
  130. #define CONFIG_SYS_NS16550_SERIAL
  131. #define CONFIG_SYS_NS16550_REG_SIZE 1
  132. #define CONFIG_SYS_NS16550_CLK 14745600
  133. #define CONFIG_PCI
  134. #define CONFIG_PCI_PNP
  135. #define CONFIG_EEPRO100
  136. #define CONFIG_EEPRO100_SROM_WRITE
  137. #define CONFIG_SYS_RX_ETH_BUFFER 8
  138. #define CONFIG_HARD_I2C 1
  139. #define CONFIG_SYS_I2C_SPEED 400000
  140. #define CONFIG_SYS_I2C_SLAVE 0x7F
  141. #define CONFIG_SYS_I2C_EEPROM_ADDR 0x57
  142. #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
  143. #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
  144. #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10
  145. #define CONFIG_SYS_CLK_FREQ 33333333
  146. #define CONFIG_SYS_CACHELINE_SIZE 32
  147. #if defined(CONFIG_CMD_KGDB)
  148. # define CONFIG_SYS_CACHELINE_SHIFT 5
  149. #endif
  150. #define CONFIG_SYS_DLL_EXTEND 0x00
  151. #define CONFIG_SYS_PCI_HOLD_DEL 0x20
  152. #define CONFIG_SYS_ROMNAL 15
  153. #define CONFIG_SYS_ROMFAL 31
  154. #define CONFIG_SYS_REFINT 430
  155. #define CONFIG_SYS_DBUS_SIZE2 1
  156. #define CONFIG_SYS_BSTOPRE 121
  157. #define CONFIG_SYS_REFREC 8
  158. #define CONFIG_SYS_RDLAT 4
  159. #define CONFIG_SYS_PRETOACT 3
  160. #define CONFIG_SYS_ACTTOPRE 5
  161. #define CONFIG_SYS_ACTORW 3
  162. #define CONFIG_SYS_SDMODE_CAS_LAT 3
  163. #define CONFIG_SYS_SDMODE_WRAP 0
  164. #define CONFIG_SYS_REGISTERD_TYPE_BUFFER 1
  165. #define CONFIG_SYS_EXTROM 1
  166. #define CONFIG_SYS_REGDIMM 0
  167. #define CONFIG_SYS_BANK0_START 0x00000000
  168. #define CONFIG_SYS_BANK0_END (0x4000000 - 1)
  169. #define CONFIG_SYS_BANK0_ENABLE 1
  170. #define CONFIG_SYS_BANK1_START 0x04000000
  171. #define CONFIG_SYS_BANK1_END (0x8000000 - 1)
  172. #define CONFIG_SYS_BANK1_ENABLE 1
  173. #define CONFIG_SYS_BANK2_START 0x3ff00000
  174. #define CONFIG_SYS_BANK2_END 0x3fffffff
  175. #define CONFIG_SYS_BANK2_ENABLE 0
  176. #define CONFIG_SYS_BANK3_START 0x3ff00000
  177. #define CONFIG_SYS_BANK3_END 0x3fffffff
  178. #define CONFIG_SYS_BANK3_ENABLE 0
  179. #define CONFIG_SYS_BANK4_START 0x00000000
  180. #define CONFIG_SYS_BANK4_END 0x00000000
  181. #define CONFIG_SYS_BANK4_ENABLE 0
  182. #define CONFIG_SYS_BANK5_START 0x00000000
  183. #define CONFIG_SYS_BANK5_END 0x00000000
  184. #define CONFIG_SYS_BANK5_ENABLE 0
  185. #define CONFIG_SYS_BANK6_START 0x00000000
  186. #define CONFIG_SYS_BANK6_END 0x00000000
  187. #define CONFIG_SYS_BANK6_ENABLE 0
  188. #define CONFIG_SYS_BANK7_START 0x00000000
  189. #define CONFIG_SYS_BANK7_END 0x00000000
  190. #define CONFIG_SYS_BANK7_ENABLE 0
  191. #define CONFIG_SYS_BANK_ENABLE 0x03
  192. #define CONFIG_SYS_ODCR 0x75
  193. #define CONFIG_SYS_PGMAX 0x32
  194. #define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_10 | BATL_MEMCOHERENCE)
  195. #define CONFIG_SYS_IBAT0U (CONFIG_SYS_SDRAM_BASE | BATU_BL_256M | BATU_VS | BATU_VP)
  196. #define CONFIG_SYS_IBAT1L (CONFIG_SYS_INIT_RAM_ADDR | BATL_PP_10 | BATL_MEMCOHERENCE)
  197. #define CONFIG_SYS_IBAT1U (CONFIG_SYS_INIT_RAM_ADDR | BATU_BL_128K | BATU_VS | BATU_VP)
  198. #define CONFIG_SYS_IBAT2L (0x80000000 | BATL_PP_10 | BATL_CACHEINHIBIT)
  199. #define CONFIG_SYS_IBAT2U (0x80000000 | BATU_BL_256M | BATU_VS | BATU_VP)
  200. #define CONFIG_SYS_IBAT3L (0xF0000000 | BATL_PP_10 | BATL_CACHEINHIBIT)
  201. #define CONFIG_SYS_IBAT3U (0xF0000000 | BATU_BL_256M | BATU_VS | BATU_VP)
  202. #define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
  203. #define CONFIG_SYS_DBAT0U CONFIG_SYS_IBAT0U
  204. #define CONFIG_SYS_DBAT1L CONFIG_SYS_IBAT1L
  205. #define CONFIG_SYS_DBAT1U CONFIG_SYS_IBAT1U
  206. #define CONFIG_SYS_DBAT2L CONFIG_SYS_IBAT2L
  207. #define CONFIG_SYS_DBAT2U CONFIG_SYS_IBAT2U
  208. #define CONFIG_SYS_DBAT3L CONFIG_SYS_IBAT3L
  209. #define CONFIG_SYS_DBAT3U CONFIG_SYS_IBAT3U
  210. #endif /* __CONFIG_H */