pcs440ep.h 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  1. /*
  2. * (C) Copyright 2006
  3. * Stefan Roese, DENX Software Engineering, sr@denx.de.
  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. * pcs440ep.h - configuration for PCS440EP board
  25. ***********************************************************************/
  26. #ifndef __CONFIG_H
  27. #define __CONFIG_H
  28. /*-----------------------------------------------------------------------
  29. * High Level Configuration Options
  30. *----------------------------------------------------------------------*/
  31. #define CONFIG_PCS440EP 1 /* Board is PCS440EP */
  32. #define CONFIG_440EP 1 /* Specific PPC440EP support */
  33. #define CONFIG_4xx 1 /* ... PPC4xx family */
  34. #define CONFIG_SYS_CLK_FREQ 33333333 /* external freq to pll */
  35. #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */
  36. #define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */
  37. /*-----------------------------------------------------------------------
  38. * Base addresses -- Note these are effective addresses where the
  39. * actual resources get mapped (not physical addresses)
  40. *----------------------------------------------------------------------*/
  41. #define CFG_MONITOR_LEN (384 * 1024) /* Reserve 384 kB for Monitor */
  42. #define CFG_MALLOC_LEN (256 * 1024) /* Reserve 256 kB for malloc() */
  43. #define CFG_MONITOR_BASE (-CFG_MONITOR_LEN)
  44. #define CFG_SDRAM_BASE 0x00000000 /* _must_ be 0 */
  45. #define CFG_FLASH_BASE 0xfff00000 /* start of FLASH */
  46. #define CFG_PCI_MEMBASE 0xa0000000 /* mapped pci memory*/
  47. #define CFG_PCI_MEMBASE1 CFG_PCI_MEMBASE + 0x10000000
  48. #define CFG_PCI_MEMBASE2 CFG_PCI_MEMBASE1 + 0x10000000
  49. #define CFG_PCI_MEMBASE3 CFG_PCI_MEMBASE2 + 0x10000000
  50. /*Don't change either of these*/
  51. #define CFG_PERIPHERAL_BASE 0xef600000 /* internal peripherals*/
  52. #define CFG_PCI_BASE 0xe0000000 /* internal PCI regs*/
  53. /*Don't change either of these*/
  54. #define CFG_USB_DEVICE 0x50000000
  55. #define CFG_BOOT_BASE_ADDR 0xf0000000
  56. /*-----------------------------------------------------------------------
  57. * Initial RAM & stack pointer (placed in SDRAM)
  58. *----------------------------------------------------------------------*/
  59. #define CFG_INIT_RAM_ADDR 0x70000000 /* DCache */
  60. #define CFG_INIT_RAM_END (8 << 10)
  61. #define CFG_GBL_DATA_SIZE 256 /* num bytes initial data*/
  62. #define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
  63. #define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET
  64. /*-----------------------------------------------------------------------
  65. * Serial Port
  66. *----------------------------------------------------------------------*/
  67. #undef CFG_EXT_SERIAL_CLOCK /* no external clk used */
  68. #define CONFIG_BAUDRATE 115200
  69. #define CONFIG_SERIAL_MULTI 1
  70. /*define this if you want console on UART1*/
  71. #undef CONFIG_UART1_CONSOLE
  72. #define CFG_BAUDRATE_TABLE \
  73. {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
  74. /*-----------------------------------------------------------------------
  75. * Environment
  76. *----------------------------------------------------------------------*/
  77. #define CFG_ENV_IS_IN_FLASH 1 /* use FLASH for environment vars */
  78. /*-----------------------------------------------------------------------
  79. * FLASH related
  80. *----------------------------------------------------------------------*/
  81. #define CFG_MAX_FLASH_BANKS 2 /* max number of memory banks */
  82. #define CFG_MAX_FLASH_SECT 256 /* max number of sectors on one chip */
  83. #define CFG_FLASH_ERASE_TOUT 120000 /* Timeout for Flash Erase (in ms) */
  84. #define CFG_FLASH_WRITE_TOUT 500 /* Timeout for Flash Write (in ms) */
  85. #define CFG_FLASH_WORD_SIZE unsigned char /* flash word size (width) */
  86. #define CFG_FLASH_ADDR0 0x5555 /* 1st address for flash config cycles */
  87. #define CFG_FLASH_ADDR1 0x2AAA /* 2nd address for flash config cycles */
  88. #define CFG_FLASH_EMPTY_INFO /* print 'E' for empty sector on flinfo */
  89. #ifdef CFG_ENV_IS_IN_FLASH
  90. #define CFG_ENV_SECT_SIZE 0x10000 /* size of one complete sector */
  91. #define CFG_ENV_ADDR (CFG_MONITOR_BASE-CFG_ENV_SECT_SIZE)
  92. #define CFG_ENV_SIZE 0x2000 /* Total Size of Environment Sector */
  93. /* Address and size of Redundant Environment Sector */
  94. #define CFG_ENV_ADDR_REDUND (CFG_ENV_ADDR-CFG_ENV_SECT_SIZE)
  95. #define CFG_ENV_SIZE_REDUND (CFG_ENV_SIZE)
  96. #endif /* CFG_ENV_IS_IN_FLASH */
  97. /*-----------------------------------------------------------------------
  98. * DDR SDRAM
  99. *----------------------------------------------------------------------*/
  100. #define CONFIG_SPD_EEPROM /* Use SPD EEPROM for setup */
  101. #undef CONFIG_DDR_ECC /* don't use ECC */
  102. #define SPD_EEPROM_ADDRESS {0x50}
  103. /*-----------------------------------------------------------------------
  104. * I2C
  105. *----------------------------------------------------------------------*/
  106. #define CONFIG_HARD_I2C 1 /* I2C with hardware support */
  107. #undef CONFIG_SOFT_I2C /* I2C bit-banged */
  108. #define CFG_I2C_SPEED 100000 /* I2C speed and slave address */
  109. #define CFG_I2C_SLAVE 0x7F
  110. #define CFG_I2C_EEPROM_ADDR (0xa4>>1)
  111. #define CFG_I2C_EEPROM_ADDR_LEN 1
  112. #define CFG_EEPROM_PAGE_WRITE_ENABLE
  113. #define CFG_EEPROM_PAGE_WRITE_BITS 3
  114. #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10
  115. #define CONFIG_PREBOOT "echo;" \
  116. "echo Type \"run flash_nfs\" to mount root filesystem over NFS;" \
  117. "echo"
  118. #undef CONFIG_BOOTARGS
  119. #define CONFIG_EXTRA_ENV_SETTINGS \
  120. "netdev=eth0\0" \
  121. "hostname=pcs440ep\0" \
  122. "nfsargs=setenv bootargs root=/dev/nfs rw " \
  123. "nfsroot=${serverip}:${rootpath}\0" \
  124. "ramargs=setenv bootargs root=/dev/ram rw\0" \
  125. "addip=setenv bootargs ${bootargs} " \
  126. "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
  127. ":${hostname}:${netdev}:off panic=1\0" \
  128. "addtty=setenv bootargs ${bootargs} console=ttyS0,${baudrate}\0"\
  129. "flash_nfs=run nfsargs addip addtty;" \
  130. "bootm ${kernel_addr}\0" \
  131. "flash_self=run ramargs addip addtty;" \
  132. "bootm ${kernel_addr} ${ramdisk_addr}\0" \
  133. "net_nfs=tftp 200000 ${bootfile};run nfsargs addip addtty;" \
  134. "bootm\0" \
  135. "rootpath=/opt/eldk/ppc_4xx\0" \
  136. "bootfile=/tftpboot/pcs440ep/uImage\0" \
  137. "kernel_addr=FFF00000\0" \
  138. "ramdisk_addr=FFF00000\0" \
  139. "load=tftp 100000 /tftpboot/pcs440ep/u-boot.bin\0" \
  140. "update=protect off FFFA0000 FFFFFFFF;era FFFA0000 FFFFFFFF;" \
  141. "cp.b 100000 FFFA0000 60000\0" \
  142. "upd=run load;run update\0" \
  143. ""
  144. #define CONFIG_BOOTCOMMAND "run flash_self"
  145. #if 0
  146. #define CONFIG_BOOTDELAY -1 /* autoboot disabled */
  147. #else
  148. #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
  149. #endif
  150. #define CONFIG_BAUDRATE 115200
  151. #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
  152. #define CFG_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
  153. #define CONFIG_MII 1 /* MII PHY management */
  154. #define CONFIG_NET_MULTI 1 /* required for netconsole */
  155. #define CONFIG_HAS_ETH1 1 /* add support for "eth1addr" */
  156. #define CONFIG_PHY_ADDR 1 /* PHY address, See schematics */
  157. #define CONFIG_PHY1_ADDR 2
  158. #define CFG_RX_ETH_BUFFER 32 /* Number of ethernet rx buffers & descriptors */
  159. #define CONFIG_NETCONSOLE /* include NetConsole support */
  160. /* Partitions */
  161. #define CONFIG_MAC_PARTITION
  162. #define CONFIG_DOS_PARTITION
  163. #define CONFIG_ISO_PARTITION
  164. #ifdef CONFIG_440EP
  165. /* USB */
  166. #define CONFIG_USB_OHCI
  167. #define CONFIG_USB_STORAGE
  168. /*Comment this out to enable USB 1.1 device*/
  169. #define USB_2_0_DEVICE
  170. #endif /*CONFIG_440EP*/
  171. #ifdef DEBUG
  172. #define CONFIG_PANIC_HANG
  173. #else
  174. #define CONFIG_HW_WATCHDOG /* watchdog */
  175. #endif
  176. #define CONFIG_COMMANDS (CONFIG_CMD_DFL | \
  177. CFG_CMD_ASKENV | \
  178. CFG_CMD_DHCP | \
  179. CFG_CMD_DIAG | \
  180. CFG_CMD_EEPROM | \
  181. CFG_CMD_ELF | \
  182. CFG_CMD_I2C | \
  183. CFG_CMD_IRQ | \
  184. CFG_CMD_MII | \
  185. CFG_CMD_NET | \
  186. CFG_CMD_NFS | \
  187. CFG_CMD_PCI | \
  188. CFG_CMD_PING | \
  189. CFG_CMD_REGINFO | \
  190. CFG_CMD_SDRAM | \
  191. CFG_CMD_EXT2 | \
  192. CFG_CMD_FAT | \
  193. CFG_CMD_USB )
  194. #define CONFIG_SUPPORT_VFAT
  195. /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
  196. #include <cmd_confdefs.h>
  197. /*
  198. * Miscellaneous configurable options
  199. */
  200. #define CFG_LONGHELP /* undef to save memory */
  201. #define CFG_PROMPT "=> " /* Monitor Command Prompt */
  202. #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
  203. #define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
  204. #else
  205. #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
  206. #endif
  207. #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
  208. #define CFG_MAXARGS 16 /* max number of command args */
  209. #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
  210. #define CFG_MEMTEST_START 0x0400000 /* memtest works on */
  211. #define CFG_MEMTEST_END 0x0C00000 /* 4 ... 12 MB in DRAM */
  212. #define CFG_LOAD_ADDR 0x100000 /* default load address */
  213. #define CFG_EXTBDINFO 1 /* To use extended board_into (bd_t) */
  214. #define CONFIG_LYNXKDI 1 /* support kdi files */
  215. #define CFG_HZ 1000 /* decrementer freq: 1 ms ticks */
  216. /*-----------------------------------------------------------------------
  217. * PCI stuff
  218. *-----------------------------------------------------------------------
  219. */
  220. /* General PCI */
  221. #define CONFIG_PCI /* include pci support */
  222. #undef CONFIG_PCI_PNP /* do (not) pci plug-and-play */
  223. #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
  224. #define CFG_PCI_TARGBASE 0x80000000 /* PCIaddr mapped to CFG_PCI_MEMBASE*/
  225. /* Board-specific PCI */
  226. #define CFG_PCI_PRE_INIT /* enable board pci_pre_init() */
  227. #define CFG_PCI_TARGET_INIT
  228. #define CFG_PCI_MASTER_INIT
  229. #define CFG_PCI_SUBSYS_VENDORID 0x10e8 /* AMCC */
  230. #define CFG_PCI_SUBSYS_ID 0xcafe /* Whatever */
  231. /*
  232. * For booting Linux, the board info and command line data
  233. * have to be in the first 8 MB of memory, since this is
  234. * the maximum mapped by the Linux kernel during initialization.
  235. */
  236. #define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
  237. /*-----------------------------------------------------------------------
  238. * External Bus Controller (EBC) Setup
  239. *----------------------------------------------------------------------*/
  240. #define FLASH_BASE0_PRELIM 0xFFF00000 /* FLASH bank #0 */
  241. #define FLASH_BASE1_PRELIM 0xFFF80000 /* FLASH bank #1 */
  242. #define CFG_FLASH FLASH_BASE0_PRELIM
  243. #define CFG_SRAM 0xF1000000
  244. #define CFG_FPGA 0xF2000000
  245. #define CFG_CF1 0xF0000000
  246. #define CFG_CF2 0xF0100000
  247. /* Memory Bank 0 (Flash Bank 0, NOR-FLASH) initialization */
  248. #define CFG_EBC_PB0AP 0x02010000 /* TWT=4,OEN=1 */
  249. #define CFG_EBC_PB0CR (CFG_FLASH | 0x18000) /* BS=1MB,BU=R/W,BW=8bit */
  250. /* Memory Bank 1 (SRAM) initialization */
  251. #define CFG_EBC_PB1AP 0x01810040 /* TWT=3,OEN=1,BEM=1 */
  252. #define CFG_EBC_PB1CR (CFG_SRAM | 0x5A000) /* BS=4MB,BU=R/W,BW=16bit */
  253. /* Memory Bank 2 (FPGA) initialization */
  254. #define CFG_EBC_PB2AP 0x01010440 /* TWT=2,OEN=1,TH=2,BEM=1 */
  255. #define CFG_EBC_PB2CR (CFG_FPGA | 0x5A000) /* BS=4MB,BU=R/W,BW=16bit */
  256. /* Memory Bank 3 (CompactFlash) initialization */
  257. #define CFG_EBC_PB3AP 0x080BD400
  258. #define CFG_EBC_PB3CR (CFG_CF1 | 0x1A000) /* BS=1MB,BU=R/W,BW=16bit */
  259. /* Memory Bank 4 (CompactFlash) initialization */
  260. #define CFG_EBC_PB4AP 0x080BD400
  261. #define CFG_EBC_PB4CR (CFG_CF2 | 0x1A000) /* BS=1MB,BU=R/W,BW=16bit */
  262. /*-----------------------------------------------------------------------
  263. * PPC440 GPIO Configuration
  264. */
  265. #define CFG_440_GPIO_TABLE { /* GPIO Alternate1 Alternate2 Alternate3 */ \
  266. { \
  267. /* GPIO Core 0 */ \
  268. { GPIO0_BASE, GPIO_OUT, GPIO_SEL }, /* GPIO0 EBC_ADDR(7) DMA_REQ(2) */ \
  269. { GPIO0_BASE, GPIO_OUT, GPIO_SEL }, /* GPIO1 EBC_ADDR(6) DMA_ACK(2) */ \
  270. { GPIO0_BASE, GPIO_OUT, GPIO_SEL }, /* GPIO2 EBC_ADDR(5) DMA_EOT/TC(2) */ \
  271. { GPIO0_BASE, GPIO_OUT, GPIO_SEL }, /* GPIO3 EBC_ADDR(4) DMA_REQ(3) */ \
  272. { GPIO0_BASE, GPIO_OUT, GPIO_SEL }, /* GPIO4 EBC_ADDR(3) DMA_ACK(3) */ \
  273. { GPIO0_BASE, GPIO_OUT, GPIO_SEL }, /* GPIO5 EBC_ADDR(2) DMA_EOT/TC(3) */ \
  274. { GPIO0_BASE, GPIO_OUT, GPIO_ALT1 }, /* GPIO6 EBC_CS_N(1) */ \
  275. { GPIO0_BASE, GPIO_OUT, GPIO_ALT1 }, /* GPIO7 EBC_CS_N(2) */ \
  276. { GPIO0_BASE, GPIO_OUT, GPIO_ALT1 }, /* GPIO8 EBC_CS_N(3) */ \
  277. { GPIO0_BASE, GPIO_OUT, GPIO_ALT1 }, /* GPIO9 EBC_CS_N(4) */ \
  278. { GPIO0_BASE, GPIO_OUT, GPIO_SEL }, /* GPIO10 EBC_CS_N(5) */ \
  279. { GPIO0_BASE, GPIO_OUT, GPIO_SEL }, /* GPIO11 EBC_BUS_ERR */ \
  280. { GPIO0_BASE, GPIO_IN, GPIO_ALT1 }, /* GPIO12 ZII_p0Rxd(0) */ \
  281. { GPIO0_BASE, GPIO_IN, GPIO_ALT1 }, /* GPIO13 ZII_p0Rxd(1) */ \
  282. { GPIO0_BASE, GPIO_IN, GPIO_ALT1 }, /* GPIO14 ZII_p0Rxd(2) */ \
  283. { GPIO0_BASE, GPIO_IN, GPIO_ALT1 }, /* GPIO15 ZII_p0Rxd(3) */ \
  284. { GPIO0_BASE, GPIO_OUT, GPIO_ALT1 }, /* GPIO16 ZII_p0Txd(0) */ \
  285. { GPIO0_BASE, GPIO_OUT, GPIO_ALT1 }, /* GPIO17 ZII_p0Txd(1) */ \
  286. { GPIO0_BASE, GPIO_OUT, GPIO_ALT1 }, /* GPIO18 ZII_p0Txd(2) */ \
  287. { GPIO0_BASE, GPIO_OUT, GPIO_ALT1 }, /* GPIO19 ZII_p0Txd(3) */ \
  288. { GPIO0_BASE, GPIO_IN, GPIO_ALT1 }, /* GPIO20 ZII_p0Rx_er */ \
  289. { GPIO0_BASE, GPIO_IN, GPIO_ALT1 }, /* GPIO21 ZII_p0Rx_dv */ \
  290. { GPIO0_BASE, GPIO_IN, GPIO_ALT1 }, /* GPIO22 ZII_p0RxCrs */ \
  291. { GPIO0_BASE, GPIO_OUT, GPIO_ALT1 }, /* GPIO23 ZII_p0Tx_er */ \
  292. { GPIO0_BASE, GPIO_OUT, GPIO_ALT1 }, /* GPIO24 ZII_p0Tx_en */ \
  293. { GPIO0_BASE, GPIO_IN, GPIO_ALT1 }, /* GPIO25 ZII_p0Col */ \
  294. { GPIO0_BASE, GPIO_IN, GPIO_SEL }, /* GPIO26 USB2D_RXVALID */ \
  295. { GPIO0_BASE, GPIO_IN, GPIO_SEL }, /* GPIO27 EXT_EBC_REQ USB2D_RXERROR */ \
  296. { GPIO0_BASE, GPIO_IN, GPIO_SEL }, /* GPIO28 USB2D_TXVALID */ \
  297. { GPIO0_BASE, GPIO_IN, GPIO_SEL }, /* GPIO29 EBC_EXT_HDLA USB2D_PAD_SUSPNDM */ \
  298. { GPIO0_BASE, GPIO_IN, GPIO_SEL }, /* GPIO30 EBC_EXT_ACK USB2D_XCVRSELECT*/ \
  299. { GPIO0_BASE, GPIO_IN, GPIO_SEL }, /* GPIO31 EBC_EXR_BUSREQ USB2D_TERMSELECT*/ \
  300. }, \
  301. { \
  302. /* GPIO Core 1 */ \
  303. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO32 USB2D_OPMODE0 */ \
  304. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO33 USB2D_OPMODE1 */ \
  305. { GPIO1_BASE, GPIO_OUT, GPIO_ALT3 }, /* GPIO34 UART0_DCD_N UART1_DSR_CTS_N UART2_SOUT*/ \
  306. { GPIO1_BASE, GPIO_IN, GPIO_ALT3 }, /* GPIO35 UART0_8PIN_DSR_N UART1_RTS_DTR_N UART2_SIN*/ \
  307. { GPIO1_BASE, GPIO_IN, GPIO_ALT1 }, /* GPIO36 UART0_8PIN_CTS_N UART3_SIN*/ \
  308. { GPIO1_BASE, GPIO_OUT, GPIO_ALT1 }, /* GPIO37 UART0_RTS_N */ \
  309. { GPIO1_BASE, GPIO_OUT, GPIO_ALT2 }, /* GPIO38 UART0_DTR_N UART1_SOUT */ \
  310. { GPIO1_BASE, GPIO_IN, GPIO_ALT2 }, /* GPIO39 UART0_RI_N UART1_SIN */ \
  311. { GPIO1_BASE, GPIO_IN, GPIO_ALT1 }, /* GPIO40 UIC_IRQ(0) */ \
  312. { GPIO1_BASE, GPIO_IN, GPIO_ALT1 }, /* GPIO41 UIC_IRQ(1) */ \
  313. { GPIO1_BASE, GPIO_IN, GPIO_ALT1 }, /* GPIO42 UIC_IRQ(2) */ \
  314. { GPIO1_BASE, GPIO_IN, GPIO_ALT1 }, /* GPIO43 UIC_IRQ(3) */ \
  315. { GPIO1_BASE, GPIO_IN, GPIO_ALT1 }, /* GPIO44 UIC_IRQ(4) DMA_ACK(1) */ \
  316. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO45 UIC_IRQ(6) DMA_EOT/TC(1) */ \
  317. { GPIO1_BASE, GPIO_BI, GPIO_SEL }, /* GPIO46 UIC_IRQ(7) DMA_REQ(0) */ \
  318. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO47 UIC_IRQ(8) DMA_ACK(0) */ \
  319. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO48 UIC_IRQ(9) DMA_EOT/TC(0) */ \
  320. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO49 Unselect via TraceSelect Bit */ \
  321. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO50 Unselect via TraceSelect Bit */ \
  322. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO51 Unselect via TraceSelect Bit */ \
  323. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO52 Unselect via TraceSelect Bit */ \
  324. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO53 Unselect via TraceSelect Bit */ \
  325. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO54 Unselect via TraceSelect Bit */ \
  326. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO55 Unselect via TraceSelect Bit */ \
  327. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO56 Unselect via TraceSelect Bit */ \
  328. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO57 Unselect via TraceSelect Bit */ \
  329. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO58 Unselect via TraceSelect Bit */ \
  330. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO59 Unselect via TraceSelect Bit */ \
  331. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO60 Unselect via TraceSelect Bit */ \
  332. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO61 Unselect via TraceSelect Bit */ \
  333. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO62 Unselect via TraceSelect Bit */ \
  334. { GPIO1_BASE, GPIO_IN, GPIO_SEL }, /* GPIO63 Unselect via TraceSelect Bit */ \
  335. } \
  336. }
  337. /*-----------------------------------------------------------------------
  338. * Cache Configuration
  339. */
  340. #define CFG_DCACHE_SIZE (32<<10) /* For AMCC 440 CPUs */
  341. #define CFG_CACHELINE_SIZE 32 /* ... */
  342. #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
  343. #define CFG_CACHELINE_SHIFT 5 /* log base 2 of the above value */
  344. #endif
  345. /*
  346. * Internal Definitions
  347. *
  348. * Boot Flags
  349. */
  350. #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */
  351. #define BOOTFLAG_WARM 0x02 /* Software reboot */
  352. #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
  353. #define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
  354. #define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
  355. #endif
  356. #endif /* __CONFIG_H */