flea3.h 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. /*
  2. * (C) Copyright 2011, Stefano Babic <sbabic@denx.de>
  3. *
  4. * (C) Copyright 2008-2010 Freescale Semiconductor, Inc.
  5. *
  6. * Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de>
  7. *
  8. * Configuration for the flea3 board.
  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. #include <asm/arch/imx-regs.h>
  28. /* High Level Configuration Options */
  29. #define CONFIG_ARM1136 /* This is an arm1136 CPU core */
  30. #define CONFIG_MX35
  31. #define CONFIG_SYS_DCACHE_OFF
  32. #define CONFIG_SYS_CACHELINE_SIZE 32
  33. #define CONFIG_DISPLAY_CPUINFO
  34. /* Only in case the value is not present in mach-types.h */
  35. #ifndef MACH_TYPE_FLEA3
  36. #define MACH_TYPE_FLEA3 3668
  37. #endif
  38. #define CONFIG_MACH_TYPE MACH_TYPE_FLEA3
  39. /* Set TEXT at the beginning of the NOR flash */
  40. #define CONFIG_SYS_TEXT_BASE 0xA0000000
  41. /* This is required to setup the ESDC controller */
  42. #define CONFIG_BOARD_EARLY_INIT_F
  43. #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
  44. #define CONFIG_REVISION_TAG
  45. #define CONFIG_SETUP_MEMORY_TAGS
  46. #define CONFIG_INITRD_TAG
  47. /*
  48. * Size of malloc() pool
  49. */
  50. #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 1024 * 1024)
  51. /*
  52. * Hardware drivers
  53. */
  54. #define CONFIG_HARD_I2C
  55. #define CONFIG_I2C_MXC
  56. #define CONFIG_SYS_I2C_BASE I2C3_BASE_ADDR
  57. #define CONFIG_SYS_I2C_SPEED 100000
  58. #define CONFIG_SYS_I2C_SLAVE 0xfe
  59. #define CONFIG_MXC_SPI
  60. #define CONFIG_MXC_GPIO
  61. /*
  62. * UART (console)
  63. */
  64. #define CONFIG_MXC_UART
  65. #define CONFIG_MXC_UART_BASE UART3_BASE
  66. /* allow to overwrite serial and ethaddr */
  67. #define CONFIG_ENV_OVERWRITE
  68. #define CONFIG_CONS_INDEX 1
  69. #define CONFIG_BAUDRATE 115200
  70. /*
  71. * Command definition
  72. */
  73. #include <config_cmd_default.h>
  74. #define CONFIG_CMD_PING
  75. #define CONFIG_CMD_DHCP
  76. #define CONFIG_BOOTP_SUBNETMASK
  77. #define CONFIG_BOOTP_GATEWAY
  78. #define CONFIG_BOOTP_DNS
  79. #define CONFIG_CMD_NAND
  80. #define CONFIG_CMD_CACHE
  81. #define CONFIG_CMD_I2C
  82. #define CONFIG_CMD_SPI
  83. #define CONFIG_CMD_MII
  84. #define CONFIG_CMD_NET
  85. #define CONFIG_NET_RETRY_COUNT 100
  86. #define CONFIG_BOOTDELAY 3
  87. #define CONFIG_LOADADDR 0x80800000 /* loadaddr env var */
  88. /*
  89. * Ethernet on SOC (FEC)
  90. */
  91. #define CONFIG_FEC_MXC
  92. #define IMX_FEC_BASE FEC_BASE_ADDR
  93. #define CONFIG_PHYLIB
  94. #define CONFIG_PHY_MICREL
  95. #define CONFIG_FEC_MXC_PHYADDR 0x1
  96. #define CONFIG_MII
  97. #define CONFIG_ARP_TIMEOUT 200UL
  98. /*
  99. * Miscellaneous configurable options
  100. */
  101. #define CONFIG_SYS_LONGHELP /* undef to save memory */
  102. #define CONFIG_SYS_PROMPT "flea3 U-Boot > "
  103. #define CONFIG_CMDLINE_EDITING
  104. #define CONFIG_SYS_HUSH_PARSER /* Use the HUSH parser */
  105. #define CONFIG_AUTO_COMPLETE
  106. #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
  107. /* Print Buffer Size */
  108. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
  109. #define CONFIG_SYS_MAXARGS 16 /* max number of command args */
  110. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
  111. #define CONFIG_SYS_MEMTEST_START 0 /* memtest works on */
  112. #define CONFIG_SYS_MEMTEST_END 0x10000
  113. #undef CONFIG_SYS_CLKS_IN_HZ /* everything, incl board info, in Hz */
  114. #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
  115. #define CONFIG_SYS_HZ 1000
  116. /*
  117. * Physical Memory Map
  118. */
  119. #define CONFIG_NR_DRAM_BANKS 1
  120. #define PHYS_SDRAM_1 CSD0_BASE_ADDR
  121. #define PHYS_SDRAM_1_SIZE (128 * 1024 * 1024)
  122. #define CONFIG_SYS_SDRAM_BASE CSD0_BASE_ADDR
  123. #define CONFIG_SYS_INIT_RAM_ADDR (IRAM_BASE_ADDR + 0x10000)
  124. #define CONFIG_SYS_INIT_RAM_SIZE (IRAM_SIZE / 2)
  125. #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
  126. GENERATED_GBL_DATA_SIZE)
  127. #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
  128. CONFIG_SYS_GBL_DATA_OFFSET)
  129. /*
  130. * MTD Command for mtdparts
  131. */
  132. #define CONFIG_CMD_MTDPARTS
  133. #define CONFIG_MTD_DEVICE
  134. #define CONFIG_FLASH_CFI_MTD
  135. #define CONFIG_MTD_PARTITIONS
  136. #define MTDIDS_DEFAULT "nand0=mxc_nand,nor0=physmap-flash.0"
  137. #define MTDPARTS_DEFAULT "mtdparts=mxc_nand:50m(root1)," \
  138. "32m(rootfb)," \
  139. "64m(pcache)," \
  140. "64m(app1)," \
  141. "10m(app2),-(spool);" \
  142. "physmap-flash.0:512k(u-boot),64k(env1)," \
  143. "64k(env2),3776k(kernel1),3776k(kernel2)"
  144. /*
  145. * FLASH and environment organization
  146. */
  147. #define CONFIG_SYS_FLASH_BASE CS0_BASE_ADDR
  148. #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */
  149. #define CONFIG_SYS_MAX_FLASH_SECT 512 /* max number of sectors on one chip */
  150. /* Monitor at beginning of flash */
  151. #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
  152. #define CONFIG_SYS_MONITOR_LEN (512 * 1024)
  153. #define CONFIG_ENV_SECT_SIZE (64 * 1024)
  154. #define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE
  155. /* Address and size of Redundant Environment Sector */
  156. #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)
  157. #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE
  158. #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + \
  159. CONFIG_SYS_MONITOR_LEN)
  160. #define CONFIG_ENV_IS_IN_FLASH
  161. /*
  162. * CFI FLASH driver setup
  163. */
  164. #define CONFIG_SYS_FLASH_CFI /* Flash memory is CFI compliant */
  165. #define CONFIG_FLASH_CFI_DRIVER
  166. /* A non-standard buffered write algorithm */
  167. #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE /* faster */
  168. #define CONFIG_SYS_FLASH_PROTECTION /* Use hardware sector protection */
  169. /*
  170. * NAND FLASH driver setup
  171. */
  172. #define CONFIG_NAND_MXC
  173. #define CONFIG_MXC_NAND_REGS_BASE (NFC_BASE_ADDR)
  174. #define CONFIG_SYS_MAX_NAND_DEVICE 1
  175. #define CONFIG_SYS_NAND_BASE (NFC_BASE_ADDR)
  176. #define CONFIG_MXC_NAND_HWECC
  177. #define CONFIG_SYS_NAND_LARGEPAGE
  178. /*
  179. * Default environment and default scripts
  180. * to update uboot and load kernel
  181. */
  182. #define CONFIG_HOSTNAME flea3
  183. #define CONFIG_EXTRA_ENV_SETTINGS \
  184. "netdev=eth0\0" \
  185. "nfsargs=setenv bootargs root=/dev/nfs rw " \
  186. "nfsroot=${serverip}:${rootpath}\0" \
  187. "ramargs=setenv bootargs root=/dev/ram rw\0" \
  188. "addip_sta=setenv bootargs ${bootargs} " \
  189. "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
  190. ":${hostname}:${netdev}:off panic=1\0" \
  191. "addip_dyn=setenv bootargs ${bootargs} ip=dhcp\0" \
  192. "addip=if test -n ${ipdyn};then run addip_dyn;" \
  193. "else run addip_sta;fi\0" \
  194. "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \
  195. "addtty=setenv bootargs ${bootargs}" \
  196. " console=ttymxc2,${baudrate}\0" \
  197. "addmisc=setenv bootargs ${bootargs} ${misc}\0" \
  198. "loadaddr=80800000\0" \
  199. "kernel_addr_r=80800000\0" \
  200. "hostname=" __stringify(CONFIG_HOSTNAME) "\0" \
  201. "bootfile=" __stringify(CONFIG_HOSTNAME) "/uImage\0" \
  202. "ramdisk_file=" __stringify(CONFIG_HOSTNAME) "/uRamdisk\0" \
  203. "flash_self=run ramargs addip addtty addmtd addmisc;" \
  204. "bootm ${kernel_addr} ${ramdisk_addr}\0" \
  205. "flash_nfs=run nfsargs addip addtty addmtd addmisc;" \
  206. "bootm ${kernel_addr}\0" \
  207. "net_nfs=tftp ${kernel_addr_r} ${bootfile}; " \
  208. "run nfsargs addip addtty addmtd addmisc;" \
  209. "bootm ${kernel_addr_r}\0" \
  210. "net_self_load=tftp ${kernel_addr_r} ${bootfile};" \
  211. "tftp ${ramdisk_addr_r} ${ramdisk_file};\0" \
  212. "net_self=if run net_self_load;then " \
  213. "run ramargs addip addtty addmtd addmisc;" \
  214. "bootm ${kernel_addr_r} ${ramdisk_addr_r};" \
  215. "else echo Images not loades;fi\0" \
  216. "u-boot=" __stringify(CONFIG_HOSTNAME) "/u-boot.bin\0" \
  217. "load=tftp ${loadaddr} ${u-boot}\0" \
  218. "uboot_addr=" __stringify(CONFIG_SYS_MONITOR_BASE) "\0" \
  219. "update=protect off ${uboot_addr} +40000;" \
  220. "erase ${uboot_addr} +40000;" \
  221. "cp.b ${loadaddr} ${uboot_addr} ${filesize}\0" \
  222. "upd=if run load;then echo Updating u-boot;if run update;" \
  223. "then echo U-Boot updated;" \
  224. "else echo Error updating u-boot !;" \
  225. "echo Board without bootloader !!;" \
  226. "fi;" \
  227. "else echo U-Boot not downloaded..exiting;fi\0" \
  228. "bootcmd=run net_nfs\0"
  229. #endif /* __CONFIG_H */