hcu5.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. /*
  2. * (C) Copyright 2007 Netstal Maschinen AG
  3. * Niklaus Giger (Niklaus.Giger@netstal.com)
  4. *
  5. * (C) Copyright 2006-2007
  6. * Stefan Roese, DENX Software Engineering, sr@denx.de.
  7. *
  8. * (C) Copyright 2006
  9. * Jacqueline Pira-Ferriol, AMCC/IBM, jpira-ferriol@fr.ibm.com
  10. * Alain Saurel, AMCC/IBM, alain.saurel@fr.ibm.com
  11. *
  12. * This program is free software; you can redistribute it and/or
  13. * modify it under the terms of the GNU General Public License as
  14. * published by the Free Software Foundation; either version 2 of
  15. * the License, or (at your option) any later version.
  16. *
  17. * This program is distributed in the hope that it will be useful,
  18. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. * GNU General Public License for more details.
  21. *
  22. * You should have received a copy of the GNU General Public License
  23. * along with this program; if not, write to the Free Software
  24. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  25. * MA 02111-1307 USA
  26. */
  27. /************************************************************************
  28. * hcu5.h - configuration for HCU5 board (derived from sequoia.h)
  29. ***********************************************************************/
  30. #ifndef __CONFIG_H
  31. #define __CONFIG_H
  32. /*-----------------------------------------------------------------------
  33. * High Level Configuration Options
  34. *----------------------------------------------------------------------*/
  35. #define CONFIG_HCU5 1 /* Board is HCU5 */
  36. #define CONFIG_440EPX 1 /* Specific PPC440EPx */
  37. #define CONFIG_440 1 /* ... PPC440 family */
  38. #define CONFIG_4xx 1 /* ... PPC4xx family */
  39. #define CONFIG_SYS_CLK_FREQ 33333333 /* external freq to pll */
  40. #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */
  41. #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */
  42. /*-----------------------------------------------------------------------
  43. * Base addresses -- Note these are effective addresses where the
  44. * actual resources get mapped (not physical addresses)
  45. *----------------------------------------------------------------------*/
  46. #define CFG_MONITOR_LEN (320 * 1024) /* Reserve 320 kB for Monitor */
  47. #define CFG_MALLOC_LEN (256 * 1024) /* Reserve 256 kB for malloc() */
  48. #define CFG_TLB_FOR_BOOT_FLASH 3
  49. #define CFG_BOOT_BASE_ADDR 0xfff00000
  50. #define CFG_SDRAM_BASE 0x00000000 /* _must_ be 0 */
  51. #define CFG_FLASH_BASE 0xfff80000 /* start of FLASH */
  52. #define CFG_MONITOR_BASE TEXT_BASE
  53. #define CFG_OCM_BASE 0xe0010000 /* ocm */
  54. #define CFG_OCM_DATA_ADDR CFG_OCM_BASE
  55. #define CFG_PCI_BASE 0xe0000000 /* Internal PCI regs */
  56. #define CFG_PCI_MEMBASE 0x80000000 /* mapped pci memory */
  57. #define CFG_PCI_MEMBASE1 CFG_PCI_MEMBASE + 0x10000000
  58. #define CFG_PCI_MEMBASE2 CFG_PCI_MEMBASE1 + 0x10000000
  59. #define CFG_PCI_MEMBASE3 CFG_PCI_MEMBASE2 + 0x10000000
  60. /* Don't change either of these */
  61. #define CFG_PERIPHERAL_BASE 0xef600000 /* internal peripherals */
  62. #define CFG_USB2D0_BASE 0xe0000100
  63. #define CFG_USB_DEVICE 0xe0000000
  64. #define CFG_USB_HOST 0xe0000400
  65. /*-----------------------------------------------------------------------
  66. * Initial RAM & stack pointer
  67. *----------------------------------------------------------------------*/
  68. /* 440EPx/440GRx have 16KB of internal SRAM, so no need for D-Cache */
  69. #define CFG_INIT_RAM_ADDR CFG_OCM_BASE /* OCM */
  70. #define CFG_INIT_RAM_END (4 << 10)
  71. #define CFG_GBL_DATA_SIZE 256 /* num bytes initial data */
  72. #define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
  73. #define CFG_INIT_SP_OFFSET CFG_POST_WORD_ADDR
  74. /*-----------------------------------------------------------------------
  75. * Serial Port
  76. *----------------------------------------------------------------------*/
  77. #undef CFG_EXT_SERIAL_CLOCK /* external serial clock */
  78. #define CONFIG_BAUDRATE 9600
  79. #define CONFIG_SERIAL_MULTI 1
  80. /* needed to be able to define
  81. CONFIG_SERIAL_SOFTWARE_FIFO, but
  82. CONFIG_SERIAL_SOFTWARE_FIFO (16) does not work */
  83. /* Size (bytes) of interrupt driven serial port buffer.
  84. * Set to 0 to use polling instead of interrupts.
  85. * Setting to 0 will also disable RTS/CTS handshaking.
  86. */
  87. #undef CONFIG_SERIAL_SOFTWARE_FIFO
  88. #undef CONFIG_UART1_CONSOLE
  89. #undef CONFIG_CMD_HWFLOW
  90. #define CFG_BAUDRATE_TABLE \
  91. {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
  92. /*-----------------------------------------------------------------------
  93. * Environment
  94. *----------------------------------------------------------------------*/
  95. #undef CFG_ENV_IS_IN_NVRAM
  96. #define CFG_ENV_IS_IN_FLASH
  97. #undef CFG_ENV_IS_IN_EEPROM
  98. #undef CFG_ENV_IS_NOWHERE
  99. #ifdef CFG_ENV_IS_IN_EEPROM
  100. /* Put the environment after the SDRAM and bootstrap configuration */
  101. #define PROM_SIZE 2048
  102. #define CFG_BOOSTRAP_OPTION_OFFSET 512
  103. #define CFG_ENV_OFFSET (CFG_BOOSTRAP_OPTION_OFFSET + 0x10)
  104. #define CFG_ENV_SIZE (PROM_SIZE-CFG_ENV_OFFSET)
  105. #endif
  106. #ifdef CFG_ENV_IS_IN_FLASH
  107. /* Put the environment in Flash */
  108. #define CFG_ENV_SECT_SIZE 0x10000 /* size of one complete sector */
  109. #define CFG_ENV_ADDR ((-CFG_MONITOR_LEN)-CFG_ENV_SECT_SIZE)
  110. #define CFG_ENV_SIZE 8*1024 /* 8 KB Environment Sector */
  111. /* Address and size of Redundant Environment Sector */
  112. #define CFG_ENV_ADDR_REDUND (CFG_ENV_ADDR-CFG_ENV_SECT_SIZE)
  113. #define CFG_ENV_SIZE_REDUND (CFG_ENV_SIZE)
  114. #endif
  115. /*-----------------------------------------------------------------------
  116. * DDR SDRAM
  117. *----------------------------------------------------------------------*/
  118. #define CFG_MBYTES_SDRAM (128) /* 128 MB or 256 MB */
  119. #define CFG_DDR_CACHED_ADDR 0x50000000 /* setup 2nd TLB cached here */
  120. #undef CONFIG_DDR_DATA_EYE /* Do not use DDR2 optimization */
  121. #define CONFIG_DDR_ECC 1 /* enable ECC */
  122. /* Following two definitions must be kept in sync with config.h of vxWorks */
  123. #define USER_RESERVED_MEM ( 0) /* in kB */
  124. #define PM_RESERVED_MEM ( 64) /* in kB: pmLib reserved area size */
  125. #define CONFIG_PRAM ( USER_RESERVED_MEM + PM_RESERVED_MEM )
  126. /*-----------------------------------------------------------------------
  127. * I2C stuff for a ATMEL AT24C16 (2kB holding ENV, we are using the
  128. * the second internal I2C controller of the PPC440EPx
  129. *----------------------------------------------------------------------*/
  130. #define CFG_SPD_BUS_NUM 1
  131. #define CONFIG_HARD_I2C 1 /* I2C with hardware support */
  132. #undef CONFIG_SOFT_I2C /* I2C bit-banged */
  133. #define CFG_I2C_SPEED 400000 /* I2C speed and slave address */
  134. #define CFG_I2C_SLAVE 0x7F
  135. /* This is the 7bit address of the device, not including P. */
  136. #define CFG_I2C_EEPROM_ADDR 0x50
  137. #define CFG_I2C_EEPROM_ADDR_LEN 1
  138. /* The EEPROM can do 16byte ( 1 << 4 ) page writes. */
  139. #define CFG_I2C_EEPROM_ADDR_OVERFLOW 0x07
  140. #define CFG_EEPROM_PAGE_WRITE_BITS 4
  141. #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
  142. #define CFG_EEPROM_PAGE_WRITE_ENABLE
  143. #undef CFG_I2C_MULTI_EEPROMS
  144. #define CONFIG_PREBOOT "echo;" \
  145. "echo Type \"run nfs\" to mount Linux root filesystem over NFS;"\
  146. "echo"
  147. #undef CONFIG_BOOTARGS
  148. /* Setup some board specific values for the default environment variables */
  149. #define CONFIG_HOSTNAME hcu5
  150. #define CONFIG_IPADDR 172.25.1.99
  151. #define CONFIG_ETHADDR 00:60:13:00:00:00 /* Netstal Machines AG MAC */
  152. #define CONFIG_OVERWRITE_ETHADDR_ONCE
  153. #define CONFIG_SERVERIP 172.25.1.3
  154. #define CFG_TFTP_LOADADDR 0x01000000 /* @16 MB */
  155. #define CONFIG_EXTRA_ENV_SETTINGS \
  156. "netdev=eth0\0" \
  157. "loadaddr=0x01000000\0" \
  158. "nfsargs=setenv bootargs root=/dev/nfs rw " \
  159. "nfsroot=${serverip}:${rootpath}\0" \
  160. "ramargs=setenv bootargs root=/dev/ram rw\0" \
  161. "addip=setenv bootargs ${bootargs} " \
  162. "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
  163. ":${hostname}:${netdev}:off panic=1\0" \
  164. "addtty=setenv bootargs ${bootargs} console=ttyS0,${baudrate}\0"\
  165. "nfs=tftp 200000 ${bootfile};run nfsargs addip addtty;" \
  166. "bootm\0" \
  167. "bootfile=hcu5/uImage\0" \
  168. "rootpath=/home/hcu/eldk/ppc_4xxFP\0" \
  169. "load=tftp 100000 hcu5/u-boot.bin\0" \
  170. "update=protect off FFFB0000 FFFFFFFF;era FFFB0000 FFFFFFFF;" \
  171. "cp.b 100000 FFFB0000 50000\0" \
  172. "upd=run load update\0" \
  173. "vx_rom=hcu5/hcu5_vx_rom\0" \
  174. "vx=tftp ${loadaddr} ${vx_rom};run vxargs; bootvx\0" \
  175. "vxargs=setenv bootargs emac(0,0)c:${vx_rom} e=${ipaddr}" \
  176. " h=${serverip} u=dpu pw=netstal8752 tn=hcu5 f=0x3008\0" \
  177. "usbargs=setenv bootargs root=/dev/sda1 ro\0" \
  178. "linux=usb start; ext2load usb 0 ${loadaddr} /boot/uImage;" \
  179. "run usbargs addip addtty; bootm\0" \
  180. "net_nfs_fdt=tftp 200000 ${bootfile};" \
  181. "tftp ${fdt_addr} ${fdt_file};" \
  182. "run nfsargs addip addtty;" \
  183. "bootm 200000 - ${fdt_addr}\0" \
  184. "fdt_file=hcu5/hcu5.dtb\0" \
  185. "fdt_addr=400000\0" \
  186. ""
  187. #define CONFIG_BOOTCOMMAND "run vx"
  188. #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
  189. #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
  190. #define CFG_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
  191. #define CONFIG_M88E1111_PHY 1
  192. #define CONFIG_IBM_EMAC4_V4 1
  193. #define CONFIG_MII 1 /* MII PHY management */
  194. #define CONFIG_PHY_ADDR 1 /* PHY address, like on HCU4 */
  195. #define CONFIG_PHY_RESET 1 /* reset phy upon startup */
  196. #define CONFIG_HAS_ETH0
  197. #define CFG_RX_ETH_BUFFER 32 /* Number of ethernet rx buffers & desc. */
  198. #define CONFIG_NET_MULTI 1
  199. #define CONFIG_HAS_ETH1 1 /* add support for "eth1addr" */
  200. #define CONFIG_PHY1_ADDR 2
  201. /* USB */
  202. #define CONFIG_USB_OHCI
  203. #define CONFIG_USB_STORAGE
  204. /* Comment this out to enable USB 1.1 device */
  205. #define USB_2_0_DEVICE
  206. /* Partitions */
  207. #define CONFIG_MAC_PARTITION
  208. #define CONFIG_DOS_PARTITION
  209. #define CONFIG_ISO_PARTITION
  210. /*
  211. * BOOTP options
  212. */
  213. #define CONFIG_BOOTP_BOOTFILESIZE
  214. #define CONFIG_BOOTP_BOOTPATH
  215. #define CONFIG_BOOTP_GATEWAY
  216. #define CONFIG_BOOTP_HOSTNAME
  217. /*
  218. * Command line configuration.
  219. */
  220. #include <config_cmd_default.h>
  221. #define CONFIG_CMD_ASKENV
  222. #define CONFIG_CMD_DHCP
  223. #define CONFIG_CMD_DIAG
  224. #define CONFIG_CMD_EEPROM
  225. #define CONFIG_CMD_ELF
  226. #define CONFIG_CMD_FLASH
  227. #define CONFIG_CMD_FAT
  228. #define CONFIG_CMD_I2C
  229. #define CONFIG_CMD_IMMAP
  230. #define CONFIG_CMD_IRQ
  231. #define CONFIG_CMD_MII
  232. #define CONFIG_CMD_NET
  233. #define CONFIG_CMD_NFS
  234. #define CONFIG_CMD_PING
  235. #define CONFIG_CMD_REGINFO
  236. #define CONFIG_CMD_SDRAM
  237. #define CONFIG_CMD_USB
  238. /* POST support */
  239. #define CONFIG_POST (CFG_POST_MEMORY | \
  240. CFG_POST_CPU | \
  241. CFG_POST_UART | \
  242. CFG_POST_I2C | \
  243. CFG_POST_CACHE | \
  244. CFG_POST_FPU | \
  245. CFG_POST_ETHER | \
  246. CFG_POST_SPR)
  247. #define CFG_POST_UART_TABLE {UART0_BASE}
  248. #define CFG_POST_WORD_ADDR (CFG_GBL_DATA_OFFSET - 0x4)
  249. #define CFG_POST_CACHE_ADDR 0x7fff0000 /* free virtual address */
  250. #define CFG_CONSOLE_IS_IN_ENV /* Otherwise it catches logbuffer as output */
  251. #define CONFIG_SUPPORT_VFAT
  252. /*-----------------------------------------------------------------------
  253. * Miscellaneous configurable options
  254. *----------------------------------------------------------------------*/
  255. #define CFG_LONGHELP /* undef to save memory */
  256. #define CFG_PROMPT "=> " /* Monitor Command Prompt */
  257. #if defined(CONFIG_CMD_KGDB)
  258. #define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
  259. #else
  260. #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
  261. #endif
  262. #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16)
  263. #define CFG_MAXARGS 16 /* max number of command args */
  264. #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
  265. #define CFG_MEMTEST_START 0x0400000 /* memtest works on */
  266. #define CFG_MEMTEST_END 0x0C00000 /* 4 ... 12 MB in DRAM */
  267. #define CFG_LOAD_ADDR 0x100000 /* default load address */
  268. #define CFG_EXTBDINFO 1 /* To use extended board_into (bd_t) */
  269. #define CFG_HZ 1000 /* decrementer freq: 1 ms ticks */
  270. #define CONFIG_CMDLINE_EDITING 1 /* add command line history */
  271. #define CONFIG_LOOPW 1 /* enable loopw command */
  272. #define CONFIG_MX_CYCLIC 1 /* enable mdc/mwc commands */
  273. #define CONFIG_VERSION_VARIABLE 1 /* include version env variable */
  274. /*-----------------------------------------------------------------------
  275. * PCI stuff
  276. *----------------------------------------------------------------------*/
  277. /* General PCI */
  278. #define CONFIG_PCI 1 /* include pci support */
  279. #undef CONFIG_PCI_PNP /* do (not) pci plug-and-play */
  280. #undef CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
  281. #define CFG_PCI_TARGBASE 0x80000000 /* PCIaddr map to CFG_PCI_MEMBASE*/
  282. /* Board-specific PCI */
  283. #define CFG_PCI_TARGET_INIT
  284. #define CFG_PCI_MASTER_INIT
  285. #define CFG_PCI_SUBSYS_VENDORID 0x10e8 /* AMCC */
  286. #define CFG_PCI_SUBSYS_ID 0xcafe /* Whatever */
  287. /*
  288. * For booting Linux, the board info and command line data
  289. * have to be in the first 8 MB of memory, since this is
  290. * the maximum mapped by the Linux kernel during initialization.
  291. */
  292. #define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
  293. /*-----------------------------------------------------------------------
  294. * Flash
  295. *----------------------------------------------------------------------*/
  296. #define CFG_MAX_FLASH_BANKS 1 /* max number of memory banks */
  297. #define CFG_MAX_FLASH_SECT 8 /* max number of sectors on one chip */
  298. #define CFG_FLASH_ERASE_TOUT 120000 /* Timeout for Flash Erase (in ms) */
  299. #define CFG_FLASH_WRITE_TOUT 500 /* Timeout for Flash Write (in ms) */
  300. /*-----------------------------------------------------------------------
  301. * External Bus Controller (EBC) Setup
  302. *----------------------------------------------------------------------*/
  303. #define CFG_FLASH CFG_FLASH_BASE
  304. #define CFG_CS_1 0xC8000000 /* CAN */
  305. #define CFG_CS_2 0xCC000000 /* CPLD and IMC-Bus Standard */
  306. #define CFG_CPLD CFG_CS_2
  307. #define CFG_CS_3 0xCE000000 /* CPLD and IMC-Bus Fast */
  308. #define CFG_BOOTFLASH_CS 0 /* Boot Flash chip connected to CSx */
  309. #define CFG_EBC_PB0AP 0x02005400
  310. #define CFG_EBC_PB0CR 0xFFF18000 /* (CFG_FLASH | 0xda000) */
  311. #define FLASH_BASE0_PRELIM CFG_FLASH_BASE /* FLASH bank #0 */
  312. /* Memory Bank 1 CAN-Chips initialization */
  313. #define CFG_EBC_PB1AP 0x02054500
  314. #define CFG_EBC_PB1CR 0xC8018000
  315. /* Memory Bank 2 CPLD/IMC-Bus standard initialization */
  316. #define CFG_EBC_PB2AP 0x01840300
  317. #define CFG_EBC_PB2CR 0xCC0BA000
  318. /* Memory Bank 3 IMC-Bus fast mode initialization */
  319. #define CFG_EBC_PB3AP 0x01800300
  320. #define CFG_EBC_PB3CR 0xCE0BA000
  321. /* Memory Bank 4 (not used) initialization */
  322. #undef CFG_EBC_PB4AP
  323. #undef CFG_EBC_PB4CR
  324. /* Memory Bank 5 (not used) initialization */
  325. #undef CFG_EBC_PB5AP
  326. #undef CFG_EBC_PB5CR
  327. #define HCU_CPLD_VERSION_REGISTER ( CFG_CPLD + 0x0F00000 )
  328. #define HCU_HW_VERSION_REGISTER ( CFG_CPLD + 0x1400000 )
  329. #define CFG_HUSH_PARSER /* use "hush" command parser */
  330. #ifdef CFG_HUSH_PARSER
  331. #define CFG_PROMPT_HUSH_PS2 "> "
  332. #endif
  333. #if defined(CONFIG_CMD_KGDB)
  334. #define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
  335. #define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
  336. #endif
  337. /* pass open firmware flat tree */
  338. #define CONFIG_OF_LIBFDT 1
  339. #define CONFIG_OF_BOARD_SETUP 1
  340. #endif /* __CONFIG_H */