tt01.h 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. /*
  2. * (C) Copyright 2011 HALE electronic <helmut.raiger@hale.at>
  3. * (C) Copyright 2008 Magnus Lilja <lilja.magnus@gmail.com>
  4. *
  5. * Configuration settings for the HALE TT-01 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. #include <asm/arch/imx-regs.h>
  28. /* High Level Configuration Options */
  29. #define CONFIG_ARM1136
  30. #define CONFIG_MX31
  31. #define CONFIG_MX31_HCLK_FREQ 26000000
  32. #define CONFIG_MX31_CLK32 32768
  33. #define CONFIG_DISPLAY_CPUINFO
  34. #define CONFIG_DISPLAY_BOARDINFO
  35. #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
  36. #define CONFIG_SETUP_MEMORY_TAGS
  37. #define CONFIG_INITRD_TAG
  38. #define CONFIG_MACH_TYPE 3726 /* not yet in mach-types.h */
  39. #define CONFIG_SYS_TEXT_BASE 0xA0000000
  40. /*
  41. * Physical Memory Map:
  42. * CS settings are defined by i.MX31:
  43. * - CSD0 and CDS1 are 256MB each, starting at 0x80000000 and 0x9000000
  44. * - CS0 and CS1 are 128MB each, at A0000000 and A8000000
  45. * - CS2 to CS5 are 32MB each, at B0.., B2.., B4.., B6..
  46. *
  47. * HALE set-up of the bluetechnix board for now is:
  48. * - 128MB DDR (2x64MB, 2x16bit), connected to 32bit DDR ram interface
  49. * - NOR-Flash (Spansion 32MB MCP, Flash+16MB PSRAM), 16bit interface at CS0
  50. * - S71WS256ND0BFWYM (and CS1 for 64MB S71WS512ND0 without PSRAM)
  51. * the flash chip is a mirrorbit S29WS256N !
  52. * - the PSRAM is hooked to CS5 (0xB6000000)
  53. * - Intel Strata Flash PF48F2000P0ZB00, 16bit interface at (CS0 or) CS1
  54. * - 64Mbit = 8MByte (will go away in the production set-up)
  55. * - NAND-Flash NAND01GR3B2BZA6 at NAND-FC:
  56. * 1Gbit=128MB, 2048+64 bytes/page, 64pages x 1024 blocks
  57. * - Ethernet controller SMC9118 at CS4 via FPGA, 16bit interface
  58. *
  59. * u-boot will support the 32MB nor flash and the 128MB NAND flash, the PSRAM
  60. * is not used right now. We should be able to reduce the SOM to NAND flash
  61. * only and boot from there.
  62. */
  63. #define CONFIG_NR_DRAM_BANKS 1
  64. #define PHYS_SDRAM_1 CSD0_BASE
  65. #define PHYS_SDRAM_1_SIZE (128 * 1024 * 1024)
  66. #define CONFIG_BOARD_EARLY_INIT_F
  67. #define CONFIG_BOARD_LATE_INIT
  68. #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
  69. #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
  70. #define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
  71. #define CONFIG_SYS_GBL_DATA_OFFSET \
  72. (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
  73. #define CONFIG_SYS_INIT_SP_ADDR \
  74. (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_GBL_DATA_OFFSET)
  75. /* default load address, 1MB up the road */
  76. #define CONFIG_SYS_LOAD_ADDR (PHYS_SDRAM_1+0x100000)
  77. /* The stack sizes are set up in start.S using the settings below */
  78. #define CONFIG_STACKSIZE (128 * 1024) /* regular stack */
  79. /* Size of malloc() pool, make sure possible frame buffer fits */
  80. #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 10*1024*1024)
  81. /* memtest works on all but the last 1MB (u-boot) and malloc area */
  82. #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM_1
  83. #define CONFIG_SYS_MEMTEST_END \
  84. (PHYS_SDRAM_1+(PHYS_SDRAM_1_SIZE-CONFIG_SYS_MALLOC_LEN-0x100000))
  85. /* CFI FLASH driver setup */
  86. #define CONFIG_SYS_FLASH_CFI /* Flash memory is CFI compliant */
  87. #define CONFIG_FLASH_CFI_DRIVER /* Use drivers/cfi_flash.c */
  88. #define CONFIG_FLASH_SPANSION_S29WS_N
  89. /*
  90. * TODO: Bluetechnix (the supplier of the SOM) did define these values
  91. * in their original version of u-boot (1.2 or so). This should be
  92. * reviewed.
  93. *
  94. * #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
  95. * #define CONFIG_SYS_FLASH_PROTECTION
  96. */
  97. #define CONFIG_SYS_FLASH_BASE CS0_BASE
  98. #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */
  99. #define CONFIG_SYS_MAX_FLASH_SECT (254+8) /* max number of sectors per chip */
  100. /*
  101. * FLASH and environment organization, only the Spansion chip is supported:
  102. * - it has 254 * 128kB + 8 * 32kB blocks
  103. * - this setup uses 4*32k+3*128k as monitor space = 0xA000 0000 to 0xA00F FFFF
  104. * and 2 sectors with 128k as environment =
  105. * A010 0000 to 0xA011 FFFF and 0xA012 0000 to 0xA013 FFFF
  106. * - this could be less, but this is only for developer versions of the board
  107. * and no-one is going to use the NOR flash anyway.
  108. *
  109. * Monitor is at the beginning of the NOR-Flash, 1MB reserved. Again this is
  110. * way to large, but it avoids ENV overwrite (when updating u-boot) in case
  111. * size breaks the next boundary (as it has with 128k).
  112. */
  113. #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
  114. #define CONFIG_SYS_MONITOR_LEN (1024 * 1024)
  115. #define CONFIG_ENV_IS_IN_FLASH
  116. #define CONFIG_ENV_SECT_SIZE (128 * 1024)
  117. #define CONFIG_ENV_SIZE (8 * 1024) /* smaller for faster access */
  118. /* Address and size of Redundant Environment Sector */
  119. #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)
  120. #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE
  121. #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
  122. /* Hardware drivers */
  123. /*
  124. * on TT-01 UART1 pins are used by Audio, so we use UART2
  125. * TT-01 implements a hardware that turns off components depending on
  126. * the power level. In PL=1 the RS232 transceiver is usually off,
  127. * make sure that the transceiver is enabled during PL=1 for testing!
  128. */
  129. #define CONFIG_MXC_UART
  130. #define CONFIG_SYS_MX31_UART2
  131. #define CONFIG_MXC_SPI
  132. #define CONFIG_MXC_GPIO
  133. /* MC13783 connected to CSPI3 and SS0 */
  134. #define CONFIG_PMIC
  135. #define CONFIG_PMIC_SPI
  136. #define CONFIG_PMIC_FSL
  137. #define CONFIG_FSL_PMIC_BUS 2
  138. #define CONFIG_FSL_PMIC_CS 0
  139. #define CONFIG_FSL_PMIC_CLK 1000000
  140. #define CONFIG_FSL_PMIC_MODE (SPI_MODE_0 | SPI_CS_HIGH)
  141. #define CONFIG_FSL_PMIC_BITLEN 32
  142. #define CONFIG_RTC_MC13XXX
  143. /* allow to overwrite serial and ethaddr */
  144. #define CONFIG_ENV_OVERWRITE
  145. /* console is UART2 on TT-01 */
  146. #define CONFIG_CONS_INDEX 1
  147. #define CONFIG_BAUDRATE 115200
  148. #define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
  149. /* ethernet setup for the onboard smc9118 */
  150. #define CONFIG_MII
  151. #define CONFIG_SMC911X
  152. /* 16 bit, onboard ethernet, decoded via MACH-MX0 FPGA at 0x84200000 */
  153. #define CONFIG_SMC911X_BASE (CS4_BASE+0x200000)
  154. #define CONFIG_SMC911X_16_BIT
  155. /*
  156. * Command definition
  157. */
  158. #include <config_cmd_default.h>
  159. #define CONFIG_CMD_DATE
  160. #define CONFIG_CMD_PING
  161. #define CONFIG_CMD_DHCP
  162. #define CONFIG_CMD_SAVEENV
  163. #define CONFIG_CMD_NAND
  164. /*
  165. * #define CONFIG_CMD_NAND_LOCK_UNLOCK the NAND01... chip does not support
  166. * the NAND_CMD_LOCK_STATUS command, however the NFC of i.MX31 supports
  167. * a software locking scheme.
  168. */
  169. #define CONFIG_BOOTDELAY 3
  170. /*
  171. * currently a default setting for booting via script is implemented
  172. * set user to login name and serverip to tftp host, define your
  173. * boot behaviour in bootscript.loginname
  174. */
  175. #define CONFIG_EXTRA_ENV_SETTINGS \
  176. "bootcmd=dhcp bootscript.$(user); source\0"
  177. #define CONFIG_BOOTP_SERVERIP /* tftp serverip not overruled by dhcp server */
  178. #define CONFIG_BOOTP_SEND_HOSTNAME /* if env-var 'hostname' is set, send it */
  179. /* Miscellaneous configurable options */
  180. #define CONFIG_HUSH_PARSER
  181. #define CONFIG_PROMPT_HUSH_PS2 "> "
  182. #define CONFIG_SYS_LONGHELP /* undef to save memory */
  183. #define CONFIG_SYS_PROMPT "TT01> "
  184. #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
  185. /* Print Buffer Size */
  186. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
  187. sizeof(CONFIG_SYS_PROMPT)+16)
  188. /* max number of command args */
  189. #define CONFIG_SYS_MAXARGS 16
  190. /* Boot Argument Buffer Size */
  191. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
  192. #define CONFIG_SYS_HZ 1000
  193. #define CONFIG_CMDLINE_EDITING
  194. #define CONFIG_NAND_MXC
  195. #define CONFIG_SYS_MAX_NAND_DEVICE 1
  196. #define CONFIG_SYS_NAND_MAX_CHIPS 1
  197. /*
  198. * actually this is nothing someone wants to configure!
  199. * CONFIG_SYS_NAND_BASE despite being passed to board_nand_init()
  200. * is not used by the driver.
  201. */
  202. #define CONFIG_MXC_NAND_REGS_BASE NFC_BASE_ADDR
  203. #define CONFIG_SYS_NAND_BASE NFC_BASE_ADDR
  204. #define CONFIG_MXC_NAND_HWECC
  205. /* the current u-boot driver does not use the nand flash setup! */
  206. #define CONFIG_SYS_NAND_LARGEPAGE
  207. /*
  208. * it's not 16 bit:
  209. * #define CONFIG_SYS_NAND_BUSWIDTH_16BIT
  210. * the current u-boot mxc_nand.c tries to auto-detect, but this only
  211. * reads the boot settings during reset (which might be wrong)
  212. */
  213. #endif /* __CONFIG_H */