JSE.h 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. /*
  2. * (C) Copyright 2003 Picture Elements, Inc.
  3. * Stephen Williams <steve@icarus.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. /*
  24. * board/config.h - configuration options, board specific
  25. */
  26. #ifndef __CONFIG_H
  27. #define __CONFIG_H
  28. /*
  29. * High Level Configuration Options for the JSE board
  30. * (Theoretically easy to change, but the board is fixed.)
  31. */
  32. #define CONFIG_JSE 1
  33. /* JSE has a PPC405GPr */
  34. #define CONFIG_405GP 1
  35. /* ... which is a 4xxx series */
  36. #define CONFIG_4xx 1
  37. /* ... with a 33MHz OSC. connected to the SysCLK input */
  38. #define CONFIG_SYS_CLK_FREQ 33333333
  39. /* ... with on-chip memory here (4KBytes) */
  40. #define CONFIG_SYS_OCM_DATA_ADDR 0xF4000000
  41. #define CONFIG_SYS_OCM_DATA_SIZE 0x00001000
  42. /* Do not set up locked dcache as init ram. */
  43. #undef CONFIG_SYS_INIT_DCACHE_CS
  44. /* Map the SystemACE chip (CS#1) here. (Must be a multiple of 1Meg) */
  45. #define CONFIG_SYSTEMACE 1
  46. #define CONFIG_SYS_SYSTEMACE_BASE 0xf0000000
  47. #define CONFIG_SYS_SYSTEMACE_WIDTH 8
  48. #define CONFIG_DOS_PARTITION 1
  49. /* Use the On-Chip-Memory (OCM) as a temporary stack for the startup code. */
  50. #define CONFIG_SYS_TEMP_STACK_OCM 1
  51. /* ... place INIT RAM in the OCM address */
  52. # define CONFIG_SYS_INIT_RAM_ADDR CONFIG_SYS_OCM_DATA_ADDR
  53. /* ... give it the whole init ram */
  54. # define CONFIG_SYS_INIT_RAM_END CONFIG_SYS_OCM_DATA_SIZE
  55. /* ... Shave a bit off the end for global data */
  56. # define CONFIG_SYS_GBL_DATA_SIZE 128
  57. # define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_END - CONFIG_SYS_GBL_DATA_SIZE)
  58. /* ... and place the stack pointer at the top of what's left. */
  59. # define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
  60. /* Enable board_pre_init function */
  61. #define CONFIG_BOARD_PRE_INIT 1
  62. #define CONFIG_BOARD_EARLY_INIT_F 1
  63. /* Disable post-clk setup init function */
  64. #undef CONFIG_BOARD_POSTCLK_INIT
  65. /* Disable call to post_init_f: late init function. */
  66. #undef CONFIG_POST
  67. /* Enable DRAM test. */
  68. #define CONFIG_SYS_DRAM_TEST 1
  69. /* Enable misc_init_r function. */
  70. #define CONFIG_MISC_INIT_R 1
  71. /* JSE has EEPROM chips that are good for environment. */
  72. #undef CONFIG_ENV_IS_IN_NVRAM
  73. #undef CONFIG_ENV_IS_IN_FLASH
  74. #define CONFIG_ENV_IS_IN_EEPROM 1
  75. #undef CONFIG_ENV_IS_NOWHERE
  76. /* This is the 7bit address of the device, not including P. */
  77. #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50
  78. /* After the device address, need one more address byte. */
  79. #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
  80. /* The EEPROM is 512 bytes. */
  81. #define CONFIG_SYS_EEPROM_SIZE 512
  82. /* The EEPROM can do 16byte ( 1 << 4 ) page writes. */
  83. #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 4
  84. #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10
  85. /* Put the environment in the second half. */
  86. #define CONFIG_ENV_OFFSET 0x00
  87. #define CONFIG_ENV_SIZE 512
  88. /* The JSE connects UART1 to the console tap connector. */
  89. #define CONFIG_UART1_CONSOLE 1
  90. /* Set console baudrate to 9600 */
  91. #define CONFIG_BAUDRATE 9600
  92. /* Size (bytes) of interrupt driven serial port buffer.
  93. * Set to 0 to use polling instead of interrupts.
  94. * Setting to 0 will also disable RTS/CTS handshaking.
  95. */
  96. #undef CONFIG_SERIAL_SOFTWARE_FIFO
  97. /*
  98. * Configuration related to auto-boot.
  99. *
  100. * CONFIG_BOOTDELAY sets the delay (in seconds) that U-Boot will wait
  101. * before resorting to autoboot. This value can be overridden by the
  102. * bootdelay environment variable.
  103. *
  104. * CONFIG_AUTOBOOT_PROMPT is the string that U-Boot emits to warn the
  105. * user that an autoboot will happen.
  106. *
  107. * CONFIG_BOOTCOMMAND is the sequence of commands that U-Boot will
  108. * execute to boot the JSE. This loads the uimage and initrd.img files
  109. * from CompactFlash into memory, then boots them from memory.
  110. *
  111. * CONFIG_BOOTARGS is the arguments passed to the Linux kernel to get
  112. * it going on the JSE.
  113. */
  114. #define CONFIG_BOOTDELAY 5
  115. #define CONFIG_BOOTARGS "root=/dev/ram0 init=/linuxrc rw"
  116. #define CONFIG_BOOTCOMMAND "fatload ace 0 2000000 uimage; fatload ace 0 2100000 initrd.img; bootm 2000000 2100000"
  117. #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
  118. #define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
  119. #define CONFIG_PPC4xx_EMAC
  120. #define CONFIG_MII 1 /* MII PHY management */
  121. #define CONFIG_PHY_ADDR 1 /* PHY address */
  122. #define CONFIG_NET_MULTI
  123. /*
  124. * BOOTP options
  125. */
  126. #define CONFIG_BOOTP_BOOTFILESIZE
  127. #define CONFIG_BOOTP_BOOTPATH
  128. #define CONFIG_BOOTP_GATEWAY
  129. #define CONFIG_BOOTP_HOSTNAME
  130. /*
  131. * Command line configuration.
  132. */
  133. #include <config_cmd_default.h>
  134. #define CONFIG_CMD_DHCP
  135. #define CONFIG_CMD_EEPROM
  136. #define CONFIG_CMD_ELF
  137. #define CONFIG_CMD_FAT
  138. #define CONFIG_CMD_FLASH
  139. #define CONFIG_CMD_IRQ
  140. #define CONFIG_CMD_MII
  141. #define CONFIG_CMD_NET
  142. #define CONFIG_CMD_PCI
  143. #define CONFIG_CMD_PING
  144. /* watchdog disabled */
  145. #undef CONFIG_WATCHDOG
  146. /* SPD EEPROM (sdram speed config) disabled */
  147. #undef CONFIG_SPD_EEPROM
  148. #undef SPD_EEPROM_ADDRESS
  149. /*
  150. * Miscellaneous configurable options
  151. */
  152. #define CONFIG_SYS_LONGHELP /* undef to save memory */
  153. #define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
  154. #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
  155. #ifdef CONFIG_SYS_HUSH_PARSER
  156. #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
  157. #endif
  158. #if defined(CONFIG_CMD_KGDB)
  159. #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
  160. #else
  161. #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
  162. #endif
  163. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
  164. #define CONFIG_SYS_MAXARGS 16 /* max number of command args */
  165. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
  166. #define CONFIG_SYS_MEMTEST_START 0x0400000 /* memtest works on */
  167. #define CONFIG_SYS_MEMTEST_END 0x0C00000 /* 4 ... 12 MB in DRAM */
  168. /*
  169. * If CONFIG_SYS_EXT_SERIAL_CLOCK, then the UART divisor is 1.
  170. * If CONFIG_SYS_405_UART_ERRATA_59, then UART divisor is 31.
  171. * Otherwise, UART divisor is determined by CPU Clock and CONFIG_SYS_BASE_BAUD value.
  172. * The Linux BASE_BAUD define should match this configuration.
  173. * baseBaud = cpuClock/(uartDivisor*16)
  174. * If CONFIG_SYS_405_UART_ERRATA_59 and 200MHz CPU clock,
  175. * set Linux BASE_BAUD to 403200.
  176. */
  177. #undef CONFIG_SYS_EXT_SERIAL_CLOCK /* external serial clock */
  178. #undef CONFIG_SYS_405_UART_ERRATA_59 /* 405GP/CR Rev. D silicon */
  179. #define CONFIG_SYS_BASE_BAUD 691200
  180. /* The following table includes the supported baudrates */
  181. #define CONFIG_SYS_BAUDRATE_TABLE \
  182. {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400}
  183. #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
  184. #define CONFIG_SYS_EXTBDINFO 1 /* To use extended board_into (bd_t) */
  185. #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
  186. #define CONFIG_HARD_I2C 1 /* I2C with hardware support */
  187. #undef CONFIG_SOFT_I2C /* I2C bit-banged */
  188. #define CONFIG_SYS_I2C_SPEED 400000 /* I2C speed and slave address */
  189. #define CONFIG_SYS_I2C_SLAVE 0x7F
  190. /*-----------------------------------------------------------------------
  191. * PCI stuff
  192. *-----------------------------------------------------------------------
  193. */
  194. #define PCI_HOST_ADAPTER 0 /* configure ar pci adapter */
  195. #define PCI_HOST_FORCE 1 /* configure as pci host */
  196. #define PCI_HOST_AUTO 2 /* detected via arbiter enable */
  197. #define CONFIG_PCI /* include pci support */
  198. #define CONFIG_PCI_HOST PCI_HOST_FORCE /* select pci host function */
  199. #undef CONFIG_PCI_PNP /* do pci plug-and-play */
  200. /* resource configuration */
  201. #define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x0000 /* PCI Vendor ID: to-do!!! */
  202. #define CONFIG_SYS_PCI_SUBSYS_DEVICEID 0x0000 /* PCI Device ID: to-do!!! */
  203. #define CONFIG_SYS_PCI_PTM1LA 0x00000000 /* point to sdram */
  204. #define CONFIG_SYS_PCI_PTM1MS 0x80000001 /* 2GB, enable hard-wired to 1 */
  205. #define CONFIG_SYS_PCI_PTM1PCI 0x00000000 /* Host: use this pci address */
  206. #define CONFIG_SYS_PCI_PTM2LA 0x00000000 /* disabled */
  207. #define CONFIG_SYS_PCI_PTM2MS 0x00000000 /* disabled */
  208. #define CONFIG_SYS_PCI_PTM2PCI 0x04000000 /* Host: use this pci address */
  209. /*-----------------------------------------------------------------------
  210. * External peripheral base address
  211. *-----------------------------------------------------------------------
  212. */
  213. #undef CONFIG_IDE_LED /* no led for ide supported */
  214. #undef CONFIG_IDE_RESET /* no reset for ide supported */
  215. #define CONFIG_SYS_KEY_REG_BASE_ADDR 0xF0100000
  216. #define CONFIG_SYS_IR_REG_BASE_ADDR 0xF0200000
  217. #define CONFIG_SYS_FPGA_REG_BASE_ADDR 0xF0300000
  218. /*-----------------------------------------------------------------------
  219. * Start addresses for the final memory configuration
  220. * (Set up by the startup code)
  221. * Please note that CONFIG_SYS_SDRAM_BASE _must_ start at 0
  222. */
  223. #define CONFIG_SYS_SDRAM_BASE 0x00000000
  224. #define CONFIG_SYS_FLASH_BASE 0xFFF80000
  225. #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
  226. #define CONFIG_SYS_MONITOR_LEN (256 * 1024) /* Reserve 256 kB for Monitor */
  227. #define CONFIG_SYS_MALLOC_LEN (128 * 1024) /* Reserve 128 kB for malloc() */
  228. /*
  229. * For booting Linux, the board info and command line data
  230. * have to be in the first 8 MB of memory, since this is
  231. * the maximum mapped by the Linux kernel during initialization.
  232. */
  233. #define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
  234. /*-----------------------------------------------------------------------
  235. * FLASH organization
  236. */
  237. #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */
  238. #define CONFIG_SYS_MAX_FLASH_SECT 256 /* max number of sectors on one chip */
  239. #define CONFIG_SYS_FLASH_ERASE_TOUT 120000 /* Timeout for Flash Erase (in ms) */
  240. #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Timeout for Flash Write (in ms) */
  241. /*
  242. * Init Memory Controller:
  243. *
  244. * BR0/1 and OR0/1 (FLASH)
  245. */
  246. #define FLASH_BASE0_PRELIM CONFIG_SYS_FLASH_BASE /* FLASH bank #0 */
  247. #define FLASH_BASE1_PRELIM 0 /* FLASH bank #1 */
  248. /* Configuration Port location */
  249. #define CONFIG_PORT_ADDR 0xF0000500
  250. /*
  251. * Internal Definitions
  252. *
  253. * Boot Flags
  254. */
  255. #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */
  256. #define BOOTFLAG_WARM 0x02 /* Software reboot */
  257. #if defined(CONFIG_CMD_KGDB)
  258. #define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
  259. #define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
  260. #endif
  261. #endif /* __CONFIG_H */