pdnb3.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. /*
  2. * (C) Copyright 2006-2007
  3. * Stefan Roese, DENX Software Engineering, sr@denx.de.
  4. *
  5. * Configuation settings for the PDNB3 board.
  6. *
  7. * See file CREDITS for list of people who contributed to this
  8. * project.
  9. *
  10. * This program is free software; you can redistribute it and/or
  11. * modify it under the terms of the GNU General Public License as
  12. * published by the Free Software Foundation; either version 2 of
  13. * the License, or (at your option) any later version.
  14. *
  15. * This program is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. * GNU General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU General Public License
  21. * along with this program; if not, write to the Free Software
  22. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  23. * MA 02111-1307 USA
  24. */
  25. #ifndef __CONFIG_H
  26. #define __CONFIG_H
  27. /*
  28. * High Level Configuration Options
  29. * (easy to change)
  30. */
  31. #define CONFIG_IXP425 1 /* This is an IXP425 CPU */
  32. #define CONFIG_PDNB3 1 /* on an PDNB3 board */
  33. #define CONFIG_DISPLAY_CPUINFO 1 /* display cpu info (and speed) */
  34. #define CONFIG_DISPLAY_BOARDINFO 1 /* display board info */
  35. /*
  36. * Ethernet
  37. */
  38. #define CONFIG_IXP4XX_NPE 1 /* include IXP4xx NPE support */
  39. #define CONFIG_NET_MULTI 1
  40. #define CONFIG_PHY_ADDR 16 /* NPE0 PHY address */
  41. #define CONFIG_HAS_ETH1
  42. #define CONFIG_PHY1_ADDR 18 /* NPE1 PHY address */
  43. #define CONFIG_MII 1 /* MII PHY management */
  44. #define CONFIG_SYS_RX_ETH_BUFFER 16 /* Number of ethernet rx buffers & descriptors */
  45. /*
  46. * Misc configuration options
  47. */
  48. #define CONFIG_USE_IRQ 1 /* we need IRQ stuff for timer */
  49. #define CONFIG_BOOTCOUNT_LIMIT /* support for bootcount limit */
  50. #define CONFIG_SYS_BOOTCOUNT_ADDR 0x60003000 /* inside qmrg sram */
  51. #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
  52. #define CONFIG_SETUP_MEMORY_TAGS 1
  53. #define CONFIG_INITRD_TAG 1
  54. /*
  55. * Size of malloc() pool
  56. */
  57. #define CONFIG_SYS_MALLOC_LEN (1 << 20)
  58. #define CONFIG_SYS_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */
  59. /* allow to overwrite serial and ethaddr */
  60. #define CONFIG_ENV_OVERWRITE
  61. #define CONFIG_BAUDRATE 115200
  62. #define CONFIG_SYS_IXP425_CONSOLE IXP425_UART1 /* we use UART1 for console */
  63. /*
  64. * BOOTP options
  65. */
  66. #define CONFIG_BOOTP_BOOTFILESIZE
  67. #define CONFIG_BOOTP_BOOTPATH
  68. #define CONFIG_BOOTP_GATEWAY
  69. #define CONFIG_BOOTP_HOSTNAME
  70. /*
  71. * Command line configuration.
  72. */
  73. #include <config_cmd_default.h>
  74. #define CONFIG_CMD_DHCP
  75. #define CONFIG_CMD_DATE
  76. #define CONFIG_CMD_NET
  77. #define CONFIG_CMD_MII
  78. #define CONFIG_CMD_I2C
  79. #define CONFIG_CMD_ELF
  80. #define CONFIG_CMD_PING
  81. #if !defined(CONFIG_SCPU)
  82. #define CONFIG_CMD_NAND
  83. #endif
  84. #define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
  85. #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
  86. /*
  87. * Miscellaneous configurable options
  88. */
  89. #define CONFIG_SYS_LONGHELP /* undef to save memory */
  90. #define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
  91. #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
  92. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
  93. #define CONFIG_SYS_MAXARGS 16 /* max number of command args */
  94. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
  95. #define CONFIG_SYS_MEMTEST_START 0x00400000 /* memtest works on */
  96. #define CONFIG_SYS_MEMTEST_END 0x00800000 /* 4 ... 8 MB in DRAM */
  97. #define CONFIG_SYS_LOAD_ADDR 0x00010000 /* default load address */
  98. #undef CONFIG_SYS_CLKS_IN_HZ /* everything, incl board info, in Hz */
  99. #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
  100. /* valid baudrates */
  101. #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
  102. /*
  103. * Stack sizes
  104. *
  105. * The stack sizes are set up in start.S using the settings below
  106. */
  107. #define CONFIG_STACKSIZE (128*1024) /* regular stack */
  108. #ifdef CONFIG_USE_IRQ
  109. #define CONFIG_STACKSIZE_IRQ (4*1024) /* IRQ stack */
  110. #define CONFIG_STACKSIZE_FIQ (4*1024) /* FIQ stack */
  111. #endif
  112. /***************************************************************
  113. * Platform/Board specific defines start here.
  114. ***************************************************************/
  115. /*-----------------------------------------------------------------------
  116. * Default configuration (environment varibles...)
  117. *----------------------------------------------------------------------*/
  118. #define CONFIG_PREBOOT "echo;" \
  119. "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \
  120. "echo"
  121. #undef CONFIG_BOOTARGS
  122. #define CONFIG_EXTRA_ENV_SETTINGS \
  123. "netdev=eth0\0" \
  124. "hostname=pdnb3\0" \
  125. "nfsargs=setenv bootargs root=/dev/nfs rw " \
  126. "nfsroot=${serverip}:${rootpath}\0" \
  127. "ramargs=setenv bootargs root=/dev/ram rw\0" \
  128. "addip=setenv bootargs ${bootargs} ethaddr=${ethaddr} " \
  129. "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
  130. ":${hostname}:${netdev}:off panic=1\0" \
  131. "addtty=setenv bootargs ${bootargs} console=ttyS0,${baudrate} " \
  132. "mtdparts=${mtdparts}\0" \
  133. "flash_nfs=run nfsargs addip addtty;" \
  134. "bootm ${kernel_addr}\0" \
  135. "flash_self=run ramargs addip addtty;" \
  136. "bootm ${kernel_addr} ${ramdisk_addr}\0" \
  137. "net_nfs=tftp 200000 ${bootfile};run nfsargs addip addtty;" \
  138. "bootm\0" \
  139. "rootpath=/opt/buildroot\0" \
  140. "bootfile=/tftpboot/netbox/uImage\0" \
  141. "kernel_addr=50080000\0" \
  142. "ramdisk_addr=50200000\0" \
  143. "load=tftp 100000 /tftpboot/netbox/u-boot.bin\0" \
  144. "update=protect off 50000000 5007dfff;era 50000000 5007dfff;" \
  145. "cp.b 100000 50000000 ${filesize};" \
  146. "setenv filesize;saveenv\0" \
  147. "upd=run load update\0" \
  148. "ipaddr=10.0.0.233\0" \
  149. "serverip=10.0.0.152\0" \
  150. "netmask=255.255.0.0\0" \
  151. "ethaddr=c6:6f:13:36:f3:81\0" \
  152. "eth1addr=c6:6f:13:36:f3:82\0" \
  153. "mtdparts=IXP4XX-Flash.0:504k@0(uboot),4k@504k(env)," \
  154. "4k@508k(renv)\0" \
  155. ""
  156. #define CONFIG_BOOTCOMMAND "run net_nfs"
  157. /*
  158. * Physical Memory Map
  159. */
  160. #define CONFIG_NR_DRAM_BANKS 1 /* we have 1 bank of DRAM */
  161. #define PHYS_SDRAM_1 0x00000000 /* SDRAM Bank #1 */
  162. #define PHYS_SDRAM_1_SIZE 0x02000000 /* 32 MB */
  163. #define CONFIG_SYS_FLASH_BASE 0x50000000
  164. #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
  165. #if defined(CONFIG_SCPU)
  166. #define CONFIG_SYS_MONITOR_LEN (384 << 10) /* Reserve 512 kB for Monitor */
  167. #else
  168. #define CONFIG_SYS_MONITOR_LEN (504 << 10) /* Reserve 512 kB for Monitor */
  169. #endif
  170. /*
  171. * Expansion bus settings
  172. */
  173. #if defined(CONFIG_SCPU)
  174. #define CONFIG_SYS_EXP_CS0 0x94d23C42 /* 8bit, max size */
  175. #else
  176. #define CONFIG_SYS_EXP_CS0 0x94913C43 /* 8bit, max size */
  177. #endif
  178. #define CONFIG_SYS_EXP_CS1 0x85000043 /* 8bit, 512bytes */
  179. /*
  180. * SDRAM settings
  181. */
  182. #define CONFIG_SYS_SDR_CONFIG 0x18
  183. #define CONFIG_SYS_SDR_MODE_CONFIG 0x1
  184. #define CONFIG_SYS_SDRAM_REFRESH_CNT 0x81a
  185. /*
  186. * FLASH and environment organization
  187. */
  188. #if defined(CONFIG_SCPU)
  189. #define CONFIG_SYS_FLASH_CFI /* The flash is CFI compatible */
  190. #define CONFIG_FLASH_CFI_DRIVER /* Use common CFI driver */
  191. #define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_16BIT /* no byte writes on IXP4xx */
  192. #endif
  193. #define FLASH_BASE0_PRELIM CONFIG_SYS_FLASH_BASE /* FLASH bank #0 */
  194. #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */
  195. #define CONFIG_SYS_MAX_FLASH_SECT 256 /* max number of sectors on one chip */
  196. #define CONFIG_SYS_FLASH_ERASE_TOUT 120000 /* Timeout for Flash Erase (in ms) */
  197. #define CONFIG_SYS_FLASH_WRITE_TOUT 1000 /* Timeout for Flash Write (in ms) */
  198. #define CONFIG_SYS_FLASH_WORD_SIZE unsigned char /* flash word size (width) */
  199. #define CONFIG_SYS_FLASH_ADDR0 0x5555 /* 1st address for flash config cycles */
  200. #define CONFIG_SYS_FLASH_ADDR1 0x2AAA /* 2nd address for flash config cycles */
  201. /*
  202. * The following defines are added for buggy IOP480 byte interface.
  203. * All other boards should use the standard values (CPCI405 etc.)
  204. */
  205. #define CONFIG_SYS_FLASH_READ0 0x0000 /* 0 is standard */
  206. #define CONFIG_SYS_FLASH_READ1 0x0001 /* 1 is standard */
  207. #define CONFIG_SYS_FLASH_READ2 0x0002 /* 2 is standard */
  208. #define CONFIG_SYS_FLASH_EMPTY_INFO /* print 'E' for empty sector on flinfo */
  209. #define CONFIG_ENV_IS_IN_FLASH 1
  210. #define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + CONFIG_SYS_MONITOR_LEN)
  211. #if defined(CONFIG_SCPU)
  212. /* no redundant environment on SCPU */
  213. #define CONFIG_ENV_SECT_SIZE 0x20000 /* size of one complete sector */
  214. #define CONFIG_ENV_SIZE 0x4000 /* Total Size of Environment Sector */
  215. #else
  216. #define CONFIG_ENV_SECT_SIZE 0x1000 /* size of one complete sector */
  217. #define CONFIG_ENV_SIZE 0x1000 /* Total Size of Environment Sector */
  218. /* Address and size of Redundant Environment Sector */
  219. #define CONFIG_ENV_ADDR_REDUND (CONFIG_ENV_ADDR + CONFIG_ENV_SECT_SIZE)
  220. #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE)
  221. #endif
  222. #if !defined(CONFIG_SCPU)
  223. /*
  224. * NAND-FLASH stuff
  225. */
  226. #define CONFIG_SYS_MAX_NAND_DEVICE 1
  227. #define CONFIG_SYS_NAND_BASE 0x51000000 /* NAND FLASH Base Address */
  228. #endif
  229. /*
  230. * GPIO settings
  231. */
  232. /* FPGA program pin configuration */
  233. #define CONFIG_SYS_GPIO_PRG 12 /* FPGA program pin (cpu output)*/
  234. #define CONFIG_SYS_GPIO_CLK 10 /* FPGA clk pin (cpu output) */
  235. #define CONFIG_SYS_GPIO_DATA 14 /* FPGA data pin (cpu output) */
  236. #define CONFIG_SYS_GPIO_INIT 13 /* FPGA init pin (cpu input) */
  237. #define CONFIG_SYS_GPIO_DONE 11 /* FPGA done pin (cpu input) */
  238. /* other GPIO's */
  239. #define CONFIG_SYS_GPIO_RESTORE_INT 0
  240. #define CONFIG_SYS_GPIO_RESTART_INT 1
  241. #define CONFIG_SYS_GPIO_SYS_RUNNING 2
  242. #define CONFIG_SYS_GPIO_PCI_INTA 3
  243. #define CONFIG_SYS_GPIO_PCI_INTB 4
  244. #define CONFIG_SYS_GPIO_I2C_SCL 6
  245. #define CONFIG_SYS_GPIO_I2C_SDA 7
  246. #define CONFIG_SYS_GPIO_FPGA_RESET 9
  247. #define CONFIG_SYS_GPIO_CLK_33M 15
  248. /*
  249. * I2C stuff
  250. */
  251. /* enable I2C and select the hardware/software driver */
  252. #undef CONFIG_HARD_I2C /* I2C with hardware support */
  253. #define CONFIG_SOFT_I2C 1 /* I2C bit-banged */
  254. #define CONFIG_SYS_I2C_SPEED 83000 /* 83 kHz is supposed to work */
  255. #define CONFIG_SYS_I2C_SLAVE 0xFE
  256. /*
  257. * Software (bit-bang) I2C driver configuration
  258. */
  259. #define PB_SCL (1 << CONFIG_SYS_GPIO_I2C_SCL)
  260. #define PB_SDA (1 << CONFIG_SYS_GPIO_I2C_SDA)
  261. #define I2C_INIT GPIO_OUTPUT_ENABLE(CONFIG_SYS_GPIO_I2C_SCL)
  262. #define I2C_ACTIVE GPIO_OUTPUT_ENABLE(CONFIG_SYS_GPIO_I2C_SDA)
  263. #define I2C_TRISTATE GPIO_OUTPUT_DISABLE(CONFIG_SYS_GPIO_I2C_SDA)
  264. #define I2C_READ ((*IXP425_GPIO_GPINR & PB_SDA) != 0)
  265. #define I2C_SDA(bit) if (bit) GPIO_OUTPUT_SET(CONFIG_SYS_GPIO_I2C_SDA); \
  266. else GPIO_OUTPUT_CLEAR(CONFIG_SYS_GPIO_I2C_SDA)
  267. #define I2C_SCL(bit) if (bit) GPIO_OUTPUT_SET(CONFIG_SYS_GPIO_I2C_SCL); \
  268. else GPIO_OUTPUT_CLEAR(CONFIG_SYS_GPIO_I2C_SCL)
  269. #define I2C_DELAY udelay(3) /* 1/4 I2C clock duration */
  270. /*
  271. * I2C RTC
  272. */
  273. #if 0 /* test-only */
  274. #define CONFIG_RTC_DS1340 1
  275. #define CONFIG_SYS_I2C_RTC_ADDR 0x68
  276. #else
  277. /* M41T11 Serial Access Timekeeper(R) SRAM */
  278. #define CONFIG_RTC_M41T11 1
  279. #define CONFIG_SYS_I2C_RTC_ADDR 0x68
  280. #define CONFIG_SYS_M41T11_BASE_YEAR 1900 /* play along with the linux driver */
  281. #endif
  282. /*
  283. * Spartan3 FPGA configuration support
  284. */
  285. #define CONFIG_SYS_FPGA_MAX_SIZE 700*1024 /* 700kByte for XC3S500E */
  286. #define CONFIG_SYS_FPGA_PRG (1 << CONFIG_SYS_GPIO_PRG) /* FPGA program pin (cpu output)*/
  287. #define CONFIG_SYS_FPGA_CLK (1 << CONFIG_SYS_GPIO_CLK) /* FPGA clk pin (cpu output) */
  288. #define CONFIG_SYS_FPGA_DATA (1 << CONFIG_SYS_GPIO_DATA) /* FPGA data pin (cpu output) */
  289. #define CONFIG_SYS_FPGA_INIT (1 << CONFIG_SYS_GPIO_INIT) /* FPGA init pin (cpu input) */
  290. #define CONFIG_SYS_FPGA_DONE (1 << CONFIG_SYS_GPIO_DONE) /* FPGA done pin (cpu input) */
  291. /*
  292. * Cache Configuration
  293. */
  294. #define CONFIG_SYS_CACHELINE_SIZE 32
  295. #endif /* __CONFIG_H */