bf561-ezkit.h 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. /*
  2. * U-boot - Configuration file for BF561 EZKIT board
  3. */
  4. #ifndef __CONFIG_EZKIT561_H__
  5. #define __CONFIG_EZKIT561_H__
  6. #include <asm/blackfin-config-pre.h>
  7. #define CONFIG_VDSP 1
  8. #define CONFIG_BF561 1
  9. #define CFG_LONGHELP 1
  10. #define CONFIG_CMDLINE_EDITING 1
  11. #define CONFIG_BAUDRATE 57600
  12. /* Set default serial console for bf537 */
  13. #define CONFIG_UART_CONSOLE 0
  14. #define CONFIG_EZKIT561 1
  15. #define CONFIG_BOOTDELAY 5
  16. #define CONFIG_PANIC_HANG 1
  17. #define CONFIG_BFIN_CPU bf561-0.3
  18. /*
  19. * Boot Mode Set
  20. * Blackfin can support several boot modes
  21. */
  22. #define BF561_BYPASS_BOOT 0x21
  23. #define BF561_PARA_BOOT 0x22
  24. #define BF561_SPI_BOOT 0x24
  25. /* Define the boot mode */
  26. #define BFIN_BOOT_MODE BF561_BYPASS_BOOT
  27. /* This sets the default state of the cache on U-Boot's boot */
  28. #define CONFIG_ICACHE_ON
  29. #define CONFIG_DCACHE_ON
  30. /* Define where the uboot will be loaded by on-chip boot rom */
  31. #define APP_ENTRY 0x00001000
  32. /*
  33. * Stringize definitions - needed for environmental settings
  34. */
  35. #define STRINGIZE2(x) #x
  36. #define STRINGIZE(x) STRINGIZE2(x)
  37. /*
  38. * Board settings
  39. */
  40. #define CONFIG_DRIVER_SMC91111 1
  41. #define CONFIG_SMC91111_BASE 0x2C010300
  42. #define CONFIG_ASYNC_EBIU_BASE CONFIG_SMC91111_BASE & ~(4*1024*1024)
  43. #define CONFIG_SMC_USE_32_BIT 1
  44. #define CONFIG_MISC_INIT_R 1
  45. /*
  46. * Clock settings
  47. */
  48. /* CONFIG_CLKIN_HZ is any value in Hz */
  49. #define CONFIG_CLKIN_HZ 30000000
  50. /* CONFIG_CLKIN_HALF controls what is passed to PLL 0=CLKIN */
  51. /* 1=CLKIN/2 */
  52. #define CONFIG_CLKIN_HALF 0
  53. /* CONFIG_PLL_BYPASS controls if the PLL is used 0=don't bypass */
  54. /* 1=bypass PLL */
  55. #define CONFIG_PLL_BYPASS 0
  56. /* CONFIG_VCO_MULT controls what the multiplier of the PLL is */
  57. /* Values can range from 1-64 */
  58. #define CONFIG_VCO_MULT 20
  59. /* CONFIG_CCLK_DIV controls what the core clock divider is */
  60. /* Values can be 1, 2, 4, or 8 ONLY */
  61. #define CONFIG_CCLK_DIV 1
  62. /* CONFIG_SCLK_DIV controls what the peripheral clock divider is */
  63. /* Values can range from 1-15 */
  64. #define CONFIG_SCLK_DIV 5
  65. /* CONFIG_SPI_BAUD controls the SPI peripheral clock divider */
  66. /* Values can range from 2-65535 */
  67. /* SCK Frequency = SCLK / (2 * CONFIG_SPI_BAUD) */
  68. #define CONFIG_SPI_BAUD 2
  69. #define CONFIG_SPI_BAUD_INITBLOCK 4
  70. /*
  71. * Network settings
  72. */
  73. #if (CONFIG_DRIVER_SMC91111)
  74. #define CONFIG_IPADDR 192.168.0.15
  75. #define CONFIG_NETMASK 255.255.255.0
  76. #define CONFIG_GATEWAYIP 192.168.0.1
  77. #define CONFIG_SERVERIP 192.168.0.2
  78. #define CONFIG_HOSTNAME ezkit561
  79. #define CONFIG_ROOTPATH /arm-cross-build/BF561/uClinux-dist/romfs
  80. #endif /* CONFIG_DRIVER_SMC91111 */
  81. /*
  82. * Flash settings
  83. */
  84. #define CFG_FLASH_CFI /* The flash is CFI compatible */
  85. #define CFG_FLASH_CFI_DRIVER /* Use common CFI driver */
  86. #define CFG_FLASH_CFI_AMD_RESET
  87. #define CFG_ENV_IS_IN_FLASH 1
  88. #define CFG_FLASH_BASE 0x20000000
  89. #define CFG_MAX_FLASH_BANKS 1 /* max number of memory banks */
  90. #define CFG_MAX_FLASH_SECT 135 /* max number of sectors on one chip */
  91. #define CFG_ENV_ADDR 0x20020000
  92. #define CFG_ENV_SECT_SIZE 0x10000 /* Total Size of Environment Sector */
  93. /* JFFS Partition offset set */
  94. #define CFG_JFFS2_FIRST_BANK 0
  95. #define CFG_JFFS2_NUM_BANKS 1
  96. /* 512k reserved for u-boot */
  97. #define CFG_JFFS2_FIRST_SECTOR 8
  98. /*
  99. * SDRAM settings & memory map
  100. */
  101. #define CONFIG_MEM_SIZE 64 /* 128, 64, 32, 16 */
  102. #define CONFIG_MEM_ADD_WDTH 9 /* 8, 9, 10, 11 */
  103. #define CONFIG_MEM_MT48LC16M16A2TG_75 1
  104. #define CFG_SDRAM_BASE 0x00000000
  105. #define CFG_MAX_RAM_SIZE (CONFIG_MEM_SIZE * 1024 * 1024)
  106. #define CFG_MEMTEST_START 0x0 /* memtest works on */
  107. #define CFG_MEMTEST_END ( (CONFIG_MEM_SIZE - 1) * 1024*1024) /* 1 ... 63 MB in DRAM */
  108. #define CONFIG_LOADADDR 0x01000000 /* default load address */
  109. #define CFG_LOAD_ADDR CONFIG_LOADADDR
  110. #define CFG_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */
  111. #define CFG_MONITOR_BASE (CFG_MAX_RAM_SIZE - CFG_MONITOR_LEN)
  112. #define CFG_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */
  113. #define CFG_MALLOC_BASE (CFG_MONITOR_BASE - CFG_MALLOC_LEN)
  114. #define CFG_GBL_DATA_SIZE 0x4000
  115. #define CFG_GBL_DATA_ADDR (CFG_MALLOC_BASE - CFG_GBL_DATA_SIZE)
  116. #define CONFIG_STACKBASE (CFG_GBL_DATA_ADDR - 4)
  117. #define CONFIG_STACKSIZE (128*1024) /* regular stack */
  118. #if ( CONFIG_CLKIN_HALF == 0 )
  119. #define CONFIG_VCO_HZ ( CONFIG_CLKIN_HZ * CONFIG_VCO_MULT )
  120. #else
  121. #define CONFIG_VCO_HZ (( CONFIG_CLKIN_HZ * CONFIG_VCO_MULT ) / 2 )
  122. #endif
  123. #if (CONFIG_PLL_BYPASS == 0)
  124. #define CONFIG_CCLK_HZ ( CONFIG_VCO_HZ / CONFIG_CCLK_DIV )
  125. #define CONFIG_SCLK_HZ ( CONFIG_VCO_HZ / CONFIG_SCLK_DIV )
  126. #else
  127. #define CONFIG_CCLK_HZ CONFIG_CLKIN_HZ
  128. #define CONFIG_SCLK_HZ CONFIG_CLKIN_HZ
  129. #endif
  130. /*
  131. * Command settings
  132. */
  133. #define CFG_AUTOLOAD "no" /* rarpb, bootp, dhcp commands will */
  134. /* only perform a configuration */
  135. /* lookup from the BOOTP/DHCP server */
  136. /* but not try to load any image */
  137. /* using TFTP */
  138. #define CONFIG_BOOT_RETRY_TIME -1 /* Enable this if bootretry required, */
  139. /* currently its disabled */
  140. #define CONFIG_BOOTCOMMAND "run ramboot"
  141. #define CONFIG_BOOTARGS "root=/dev/mtdblock0 rw console=ttyBF0,57600"
  142. #if (CONFIG_DRIVER_SMC91111)
  143. #define CONFIG_EXTRA_ENV_SETTINGS \
  144. "ramargs=setenv bootargs root=/dev/mtdblock0 rw console=ttyBF0,57600\0" \
  145. "nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=$(serverip):" \
  146. "$(rootpath) console=ttyBF0,57600\0" \
  147. "addip=setenv bootargs $(bootargs) ip=$(ipaddr):$(serverip):" \
  148. "$(gatewayip):$(netmask):$(hostname):eth0:off\0" \
  149. "ramboot=tftpboot $(loadaddr) linux; " \
  150. "run ramargs; run addip; bootelf\0" \
  151. "nfsboot=tftpboot $(loadaddr) linux; " \
  152. "run nfsargs; run addip; bootelf\0" \
  153. "update=tftpboot $(loadaddr) u-boot.bin; " \
  154. "protect off 0x20000000 0x2003FFFF; " \
  155. "erase 0x20000000 0x2003FFFF; " \
  156. "cp.b $(loadaddr) 0x20000000 $(filesize)\0" \
  157. ""
  158. #else
  159. #define CONFIG_EXTRA_ENV_SETTINGS \
  160. "ramargs=setenv bootargs root=/dev/mtdblock0 rw console=ttyBF0,57600\0" \
  161. "flashboot=bootm 0x20100000\0" \
  162. ""
  163. #endif
  164. /*
  165. * BOOTP options
  166. */
  167. #define CONFIG_BOOTP_BOOTFILESIZE
  168. #define CONFIG_BOOTP_BOOTPATH
  169. #define CONFIG_BOOTP_GATEWAY
  170. #define CONFIG_BOOTP_HOSTNAME
  171. /*
  172. * Command line configuration.
  173. */
  174. #include <config_cmd_default.h>
  175. #define CONFIG_CMD_ELF
  176. #define CONFIG_CMD_CACHE
  177. #define CONFIG_CMD_JFFS2
  178. #if defined(CONFIG_DRIVER_SMC91111)
  179. #define CONFIG_CMD_PING
  180. #define CONFIG_CMD_DHCP
  181. #endif
  182. /*
  183. * Console settings
  184. */
  185. #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
  186. #define CFG_PROMPT "bfin> " /* Monitor Command Prompt */
  187. #if defined(CONFIG_CMD_KGDB)
  188. #define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
  189. #else
  190. #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
  191. #endif
  192. #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
  193. #define CFG_MAXARGS 16 /* max number of command args */
  194. #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
  195. #define CONFIG_LOADS_ECHO 1
  196. /*
  197. * Miscellaneous configurable options
  198. */
  199. #define CFG_HZ 1000 /* decrementer freq: 10 ms ticks */
  200. #define CFG_BOOTM_LEN 0x4000000 /* Large Image Length, set to 64 Meg */
  201. /*
  202. * FLASH organization and environment definitions
  203. */
  204. #define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
  205. #define AMGCTLVAL 0x3F
  206. #define AMBCTL0VAL 0x7BB07BB0
  207. #define AMBCTL1VAL 0xFFC27BB0
  208. #ifdef CONFIG_VDSP
  209. #define ET_EXEC_VDSP 0x8
  210. #define SHT_STRTAB_VDSP 0x1
  211. #define ELFSHDRSIZE_VDSP 0x2C
  212. #define VDSP_ENTRY_ADDR 0xFFA00000
  213. #endif
  214. #endif /* __CONFIG_EZKIT561_H__ */