pdnb3.h 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. /*
  2. * (C) Copyright 2006
  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 CFG_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 CFG_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 CFG_MALLOC_LEN (1 << 20)
  58. #define CFG_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 CFG_IXP425_CONSOLE IXP425_UART1 /* we use UART1 for console */
  63. #define CONFIG_COMMANDS (CONFIG_CMD_DFL | \
  64. CFG_CMD_DHCP | \
  65. CFG_CMD_DATE | \
  66. CFG_CMD_NET | \
  67. CFG_CMD_MII | \
  68. CFG_CMD_NAND | \
  69. CFG_CMD_I2C | \
  70. CFG_CMD_ELF | \
  71. CFG_CMD_PING)
  72. /* This must be included AFTER the definition of CONFIG_COMMANDS (if any) */
  73. /* These are u-boot generic parameters */
  74. #include <cmd_confdefs.h>
  75. #define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
  76. #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
  77. /*
  78. * Miscellaneous configurable options
  79. */
  80. #define CFG_LONGHELP /* undef to save memory */
  81. #define CFG_PROMPT "=> " /* Monitor Command Prompt */
  82. #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
  83. #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
  84. #define CFG_MAXARGS 16 /* max number of command args */
  85. #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
  86. #define CFG_MEMTEST_START 0x00400000 /* memtest works on */
  87. #define CFG_MEMTEST_END 0x00800000 /* 4 ... 8 MB in DRAM */
  88. #define CFG_LOAD_ADDR 0x00010000 /* default load address */
  89. #undef CFG_CLKS_IN_HZ /* everything, incl board info, in Hz */
  90. #define CFG_HZ 1000 /* decrementer freq: 1 ms ticks */
  91. /* valid baudrates */
  92. #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
  93. /*
  94. * Stack sizes
  95. *
  96. * The stack sizes are set up in start.S using the settings below
  97. */
  98. #define CONFIG_STACKSIZE (128*1024) /* regular stack */
  99. #ifdef CONFIG_USE_IRQ
  100. #define CONFIG_STACKSIZE_IRQ (4*1024) /* IRQ stack */
  101. #define CONFIG_STACKSIZE_FIQ (4*1024) /* FIQ stack */
  102. #endif
  103. /***************************************************************
  104. * Platform/Board specific defines start here.
  105. ***************************************************************/
  106. /*-----------------------------------------------------------------------
  107. * Default configuration (environment varibles...)
  108. *----------------------------------------------------------------------*/
  109. #define CONFIG_PREBOOT "echo;" \
  110. "echo Type \"run flash_nfs\" to mount root filesystem over NFS;" \
  111. "echo"
  112. #undef CONFIG_BOOTARGS
  113. #define CONFIG_EXTRA_ENV_SETTINGS \
  114. "netdev=eth0\0" \
  115. "hostname=pdnb3\0" \
  116. "nfsargs=setenv bootargs root=/dev/nfs rw " \
  117. "nfsroot=${serverip}:${rootpath}\0" \
  118. "ramargs=setenv bootargs root=/dev/ram rw\0" \
  119. "addip=setenv bootargs ${bootargs} ethaddr=${ethaddr} " \
  120. "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
  121. ":${hostname}:${netdev}:off panic=1\0" \
  122. "addtty=setenv bootargs ${bootargs} console=ttyS0,${baudrate} " \
  123. "mtdparts=${mtdparts}\0" \
  124. "flash_nfs=run nfsargs addip addtty;" \
  125. "bootm ${kernel_addr}\0" \
  126. "flash_self=run ramargs addip addtty;" \
  127. "bootm ${kernel_addr} ${ramdisk_addr}\0" \
  128. "net_nfs=tftp 200000 ${bootfile};run nfsargs addip addtty;" \
  129. "bootm\0" \
  130. "rootpath=/opt/buildroot\0" \
  131. "bootfile=/tftpboot/netbox/uImage\0" \
  132. "kernel_addr=50080000\0" \
  133. "ramdisk_addr=50200000\0" \
  134. "load=tftp 100000 /tftpboot/netbox/u-boot.bin\0" \
  135. "update=protect off 50000000 5007dfff;era 50000000 5007dfff;" \
  136. "cp.b 100000 50000000 ${filesize};" \
  137. "setenv filesize;saveenv\0" \
  138. "upd=run load;run update\0" \
  139. "ipaddr=10.0.0.233\0" \
  140. "serverip=10.0.0.152\0" \
  141. "netmask=255.255.0.0\0" \
  142. "ethaddr=c6:6f:13:36:f3:81\0" \
  143. "eth1addr=c6:6f:13:36:f3:82\0" \
  144. "mtdparts=IXP4XX-Flash.0:504k@0(uboot),4k@504k(env)," \
  145. "4k@508k(renv)\0" \
  146. ""
  147. #define CONFIG_BOOTCOMMAND "run net_nfs"
  148. /*
  149. * Physical Memory Map
  150. */
  151. #define CONFIG_NR_DRAM_BANKS 1 /* we have 1 bank of DRAM */
  152. #define PHYS_SDRAM_1 0x00000000 /* SDRAM Bank #1 */
  153. #define PHYS_SDRAM_1_SIZE 0x02000000 /* 32 MB */
  154. #define CFG_FLASH_BASE 0x50000000
  155. #define CFG_MONITOR_BASE CFG_FLASH_BASE
  156. #define CFG_MONITOR_LEN (504 << 10) /* Reserve 512 kB for Monitor */
  157. /*
  158. * Expansion bus settings
  159. */
  160. #define CFG_EXP_CS0 0x94913C43 /* 8bit, max size */
  161. #define CFG_EXP_CS1 0x85000043 /* 8bit, 512bytes */
  162. /*
  163. * SDRAM settings
  164. */
  165. #define CFG_SDR_CONFIG 0x18
  166. #define CFG_SDR_MODE_CONFIG 0x1
  167. #define CFG_SDRAM_REFRESH_CNT 0x81a
  168. /*
  169. * FLASH and environment organization
  170. */
  171. #define FLASH_BASE0_PRELIM CFG_FLASH_BASE /* FLASH bank #0 */
  172. #define CFG_MAX_FLASH_BANKS 1 /* max number of memory banks */
  173. #define CFG_MAX_FLASH_SECT 256 /* max number of sectors on one chip */
  174. #define CFG_FLASH_ERASE_TOUT 120000 /* Timeout for Flash Erase (in ms) */
  175. #define CFG_FLASH_WRITE_TOUT 1000 /* Timeout for Flash Write (in ms) */
  176. #define CFG_FLASH_WORD_SIZE unsigned char /* flash word size (width) */
  177. #define CFG_FLASH_ADDR0 0x5555 /* 1st address for flash config cycles */
  178. #define CFG_FLASH_ADDR1 0x2AAA /* 2nd address for flash config cycles */
  179. /*
  180. * The following defines are added for buggy IOP480 byte interface.
  181. * All other boards should use the standard values (CPCI405 etc.)
  182. */
  183. #define CFG_FLASH_READ0 0x0000 /* 0 is standard */
  184. #define CFG_FLASH_READ1 0x0001 /* 1 is standard */
  185. #define CFG_FLASH_READ2 0x0002 /* 2 is standard */
  186. #define CFG_FLASH_EMPTY_INFO /* print 'E' for empty sector on flinfo */
  187. #define CFG_ENV_IS_IN_FLASH 1
  188. #define CFG_ENV_SECT_SIZE 0x1000 /* size of one complete sector */
  189. #define CFG_ENV_ADDR (CFG_FLASH_BASE + CFG_MONITOR_LEN)
  190. #define CFG_ENV_SIZE 0x1000 /* Total Size of Environment Sector */
  191. /* Address and size of Redundant Environment Sector */
  192. #define CFG_ENV_ADDR_REDUND (CFG_ENV_ADDR + CFG_ENV_SECT_SIZE)
  193. #define CFG_ENV_SIZE_REDUND (CFG_ENV_SIZE)
  194. /*
  195. * NAND-FLASH stuff
  196. */
  197. #define CFG_MAX_NAND_DEVICE 1
  198. #define NAND_MAX_CHIPS 1
  199. #define CFG_NAND_BASE 0x51000000 /* NAND FLASH Base Address */
  200. /*
  201. * GPIO settings
  202. */
  203. /* FPGA program pin configuration */
  204. #define CFG_GPIO_PRG 12 /* FPGA program pin (cpu output)*/
  205. #define CFG_GPIO_CLK 10 /* FPGA clk pin (cpu output) */
  206. #define CFG_GPIO_DATA 14 /* FPGA data pin (cpu output) */
  207. #define CFG_GPIO_INIT 13 /* FPGA init pin (cpu input) */
  208. #define CFG_GPIO_DONE 11 /* FPGA done pin (cpu input) */
  209. /* other GPIO's */
  210. #define CFG_GPIO_RESTORE_INT 0
  211. #define CFG_GPIO_RESTART_INT 1
  212. #define CFG_GPIO_SYS_RUNNING 2
  213. #define CFG_GPIO_PCI_INTA 3
  214. #define CFG_GPIO_PCI_INTB 4
  215. #define CFG_GPIO_I2C_SCL 6
  216. #define CFG_GPIO_I2C_SDA 7
  217. #define CFG_GPIO_FPGA_RESET 9
  218. #define CFG_GPIO_CLK_33M 15
  219. /*
  220. * I2C stuff
  221. */
  222. /* enable I2C and select the hardware/software driver */
  223. #undef CONFIG_HARD_I2C /* I2C with hardware support */
  224. #define CONFIG_SOFT_I2C 1 /* I2C bit-banged */
  225. #define CFG_I2C_SPEED 83000 /* 83 kHz is supposed to work */
  226. #define CFG_I2C_SLAVE 0xFE
  227. /*
  228. * Software (bit-bang) I2C driver configuration
  229. */
  230. #define PB_SCL (1 << CFG_GPIO_I2C_SCL)
  231. #define PB_SDA (1 << CFG_GPIO_I2C_SDA)
  232. #define I2C_INIT GPIO_OUTPUT_ENABLE(CFG_GPIO_I2C_SCL)
  233. #define I2C_ACTIVE GPIO_OUTPUT_ENABLE(CFG_GPIO_I2C_SDA)
  234. #define I2C_TRISTATE GPIO_OUTPUT_DISABLE(CFG_GPIO_I2C_SDA)
  235. #define I2C_READ ((*IXP425_GPIO_GPINR & PB_SDA) != 0)
  236. #define I2C_SDA(bit) if (bit) GPIO_OUTPUT_SET(CFG_GPIO_I2C_SDA); \
  237. else GPIO_OUTPUT_CLEAR(CFG_GPIO_I2C_SDA)
  238. #define I2C_SCL(bit) if (bit) GPIO_OUTPUT_SET(CFG_GPIO_I2C_SCL); \
  239. else GPIO_OUTPUT_CLEAR(CFG_GPIO_I2C_SCL)
  240. #define I2C_DELAY udelay(3) /* 1/4 I2C clock duration */
  241. /*
  242. * I2C RTC
  243. */
  244. #define CONFIG_RTC_M41T11 1
  245. #define CFG_I2C_RTC_ADDR 0x68
  246. #define CFG_M41T11_BASE_YEAR 1900 /* play along with the linux driver */
  247. /*
  248. * Spartan3 FPGA configuration support
  249. */
  250. #define CFG_FPGA_MAX_SIZE 700*1024 /* 700kByte for XC3S500E */
  251. #define CFG_FPGA_PRG (1 << CFG_GPIO_PRG) /* FPGA program pin (cpu output)*/
  252. #define CFG_FPGA_CLK (1 << CFG_GPIO_CLK) /* FPGA clk pin (cpu output) */
  253. #define CFG_FPGA_DATA (1 << CFG_GPIO_DATA) /* FPGA data pin (cpu output) */
  254. #define CFG_FPGA_INIT (1 << CFG_GPIO_INIT) /* FPGA init pin (cpu input) */
  255. #define CFG_FPGA_DONE (1 << CFG_GPIO_DONE) /* FPGA done pin (cpu input) */
  256. /*
  257. * Cache Configuration
  258. */
  259. #define CFG_CACHELINE_SIZE 32
  260. #endif /* __CONFIG_H */