devkit8000.h 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. /*
  2. * (C) Copyright 2006-2008
  3. * Texas Instruments.
  4. * Richard Woodruff <r-woodruff2@ti.com>
  5. * Syed Mohammed Khasim <x0khasim@ti.com>
  6. *
  7. * (C) Copyright 2009
  8. * Frederik Kriewitz <frederik@kriewitz.eu>
  9. *
  10. * Configuration settings for the DevKit8000 board.
  11. *
  12. * See file CREDITS for list of people who contributed to this
  13. * project.
  14. *
  15. * This program is free software; you can redistribute it and/or
  16. * modify it under the terms of the GNU General Public License as
  17. * published by the Free Software Foundation; either version 2 of
  18. * the License, or (at your option) any later version.
  19. *
  20. * This program is distributed in the hope that it will be useful,
  21. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  23. * GNU General Public License for more details.
  24. *
  25. * You should have received a copy of the GNU General Public License
  26. * along with this program; if not, write to the Free Software
  27. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  28. * MA 02111-1307 USA
  29. */
  30. #ifndef __CONFIG_H
  31. #define __CONFIG_H
  32. /* High Level Configuration Options */
  33. #define CONFIG_ARMV7 1 /* This is an ARM V7 CPU core */
  34. #define CONFIG_OMAP 1 /* in a TI OMAP core */
  35. #define CONFIG_OMAP34XX 1 /* which is a 34XX */
  36. #define CONFIG_OMAP3430 1 /* which is in a 3430 */
  37. #define CONFIG_OMAP3_DEVKIT8000 1 /* working with DevKit8000 */
  38. #define CONFIG_SYS_TEXT_BASE 0x80008000
  39. #define CONFIG_SDRC /* The chip has SDRC controller */
  40. #include <asm/arch/cpu.h> /* get chip and board defs */
  41. #include <asm/arch/omap3.h>
  42. /* Display CPU and Board information */
  43. #define CONFIG_DISPLAY_CPUINFO 1
  44. #define CONFIG_DISPLAY_BOARDINFO 1
  45. /* Clock Defines */
  46. #define V_OSCK 26000000 /* Clock output from T2 */
  47. #define V_SCLK (V_OSCK >> 1)
  48. #undef CONFIG_USE_IRQ /* no support for IRQs */
  49. #define CONFIG_MISC_INIT_R
  50. #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
  51. #define CONFIG_SETUP_MEMORY_TAGS 1
  52. #define CONFIG_INITRD_TAG 1
  53. #define CONFIG_REVISION_TAG 1
  54. /* Size of malloc() pool */
  55. #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
  56. /* Sector */
  57. #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10))
  58. #define CONFIG_SYS_GBL_DATA_SIZE 128 /* bytes reserved for */
  59. /* initial data */
  60. /* Hardware drivers */
  61. /* DDR - I use Micron DDR */
  62. #define CONFIG_OMAP3_MICRON_DDR 1
  63. /* DM9000 */
  64. #define CONFIG_NET_MULTI 1
  65. #define CONFIG_NET_RETRY_COUNT 20
  66. #define CONFIG_DRIVER_DM9000 1
  67. #define CONFIG_DM9000_BASE 0x2c000000
  68. #define DM9000_IO CONFIG_DM9000_BASE
  69. #define DM9000_DATA (CONFIG_DM9000_BASE + 0x400)
  70. #define CONFIG_DM9000_USE_16BIT 1
  71. #define CONFIG_DM9000_NO_SROM 1
  72. #undef CONFIG_DM9000_DEBUG
  73. /* NS16550 Configuration */
  74. #define CONFIG_SYS_NS16550
  75. #define CONFIG_SYS_NS16550_SERIAL
  76. #define CONFIG_SYS_NS16550_REG_SIZE (-4)
  77. #define CONFIG_SYS_NS16550_CLK 48000000 /* 48MHz (APLL96/2) */
  78. /* select serial console configuration */
  79. #define CONFIG_CONS_INDEX 3
  80. #define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3
  81. #define CONFIG_SERIAL3 3
  82. #define CONFIG_BAUDRATE 115200
  83. #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\
  84. 115200}
  85. /* MMC */
  86. #define CONFIG_MMC 1
  87. #define CONFIG_OMAP3_MMC 1
  88. #define CONFIG_DOS_PARTITION 1
  89. /* I2C */
  90. #define CONFIG_HARD_I2C 1
  91. #define CONFIG_SYS_I2C_SPEED 100000
  92. #define CONFIG_SYS_I2C_SLAVE 1
  93. #define CONFIG_SYS_I2C_BUS 0
  94. #define CONFIG_SYS_I2C_BUS_SELECT 1
  95. #define CONFIG_DRIVER_OMAP34XX_I2C 1
  96. /* TWL4030 */
  97. #define CONFIG_TWL4030_POWER 1
  98. #define CONFIG_TWL4030_LED 1
  99. /* Board NAND Info */
  100. #define CONFIG_SYS_NO_FLASH /* no NOR flash */
  101. #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
  102. #define MTDIDS_DEFAULT "nand0=nand"
  103. #define MTDPARTS_DEFAULT "mtdparts=nand:" \
  104. "512k(x-loader)," \
  105. "1920k(u-boot)," \
  106. "128k(u-boot-env)," \
  107. "4m(kernel)," \
  108. "-(fs)"
  109. #define CONFIG_NAND_OMAP_GPMC
  110. #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
  111. /* to access nand */
  112. #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
  113. /* to access nand at */
  114. /* CS0 */
  115. #define GPMC_NAND_ECC_LP_x16_LAYOUT 1
  116. #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */
  117. /* devices */
  118. #define CONFIG_JFFS2_NAND
  119. /* nand device jffs2 lives on */
  120. #define CONFIG_JFFS2_DEV "nand0"
  121. /* start of jffs2 partition */
  122. #define CONFIG_JFFS2_PART_OFFSET 0x680000
  123. #define CONFIG_JFFS2_PART_SIZE 0xf980000 /* size of jffs2 */
  124. /* partition */
  125. /* commands to include */
  126. #include <config_cmd_default.h>
  127. #define CONFIG_CMD_DHCP /* DHCP support */
  128. #define CONFIG_CMD_EXT2 /* EXT2 Support */
  129. #define CONFIG_CMD_FAT /* FAT support */
  130. #define CONFIG_CMD_I2C /* I2C serial bus support */
  131. #define CONFIG_CMD_JFFS2 /* JFFS2 Support */
  132. #define CONFIG_CMD_MMC /* MMC support */
  133. #define CONFIG_CMD_MTDPARTS /* Enable MTD parts commands */
  134. #define CONFIG_CMD_NAND /* NAND support */
  135. #define CONFIG_CMD_NAND_LOCK_UNLOCK /* nand (un)lock commands */
  136. #undef CONFIG_CMD_FPGA /* FPGA configuration Support */
  137. #undef CONFIG_CMD_IMI /* iminfo */
  138. /* BOOTP/DHCP options */
  139. #define CONFIG_BOOTP_SUBNETMASK
  140. #define CONFIG_BOOTP_GATEWAY
  141. #define CONFIG_BOOTP_HOSTNAME
  142. #define CONFIG_BOOTP_NISDOMAIN
  143. #define CONFIG_BOOTP_BOOTPATH
  144. #define CONFIG_BOOTP_BOOTFILESIZE
  145. #define CONFIG_BOOTP_DNS
  146. #define CONFIG_BOOTP_DNS2
  147. #define CONFIG_BOOTP_SEND_HOSTNAME
  148. #define CONFIG_BOOTP_NTPSERVER
  149. #define CONFIG_BOOTP_TIMEOFFSET
  150. #undef CONFIG_BOOTP_VENDOREX
  151. /* Environment information */
  152. #define CONFIG_ENV_OVERWRITE /* allow to overwrite serial and ethaddr */
  153. #define CONFIG_BOOTDELAY 3
  154. #define CONFIG_EXTRA_ENV_SETTINGS \
  155. "loadaddr=0x82000000\0" \
  156. "console=ttyS2,115200n8\0" \
  157. "vram=12M\0" \
  158. "dvimode=1024x768MR-16@60\0" \
  159. "defaultdisplay=dvi\0" \
  160. "nfsopts=hard,tcp,rsize=65536,wsize=65536\0" \
  161. "kernelopts=rw\0" \
  162. "commonargs=" \
  163. "setenv bootargs console=${console} " \
  164. "vram=${vram} " \
  165. "omapfb.mode=dvi:${dvimode} " \
  166. "omapdss.def_disp=${defaultdisplay}\0" \
  167. "mmcargs=" \
  168. "run commonargs; " \
  169. "setenv bootargs ${bootargs} " \
  170. "root=/dev/mmcblk0p2 " \
  171. "${kernelopts}\0" \
  172. "nandargs=" \
  173. "run commonargs; " \
  174. "setenv bootargs ${bootargs} " \
  175. "omapfb.mode=dvi:${dvimode} " \
  176. "omapdss.def_disp=${defaultdisplay} " \
  177. "root=/dev/mtdblock4 " \
  178. "rootfstype=jffs2 " \
  179. "${kernelopts}\0" \
  180. "netargs=" \
  181. "run commonargs; " \
  182. "setenv bootargs ${bootargs} " \
  183. "root=/dev/nfs " \
  184. "nfsroot=${serverip}:${rootpath},${nfsopts} " \
  185. "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off " \
  186. "${kernelopts} " \
  187. "dnsip1=${dnsip} " \
  188. "dnsip2=${dnsip2}\0" \
  189. "loadbootscript=fatload mmc 0 ${loadaddr} boot.scr\0" \
  190. "bootscript=echo Running bootscript from mmc ...; " \
  191. "source ${loadaddr}\0" \
  192. "loaduimage=fatload mmc 0 ${loadaddr} uImage\0" \
  193. "eraseenv=nand unlock 0x260000 0x20000; nand erase 0x260000 0x20000\0" \
  194. "mmcboot=echo Booting from mmc ...; " \
  195. "run mmcargs; " \
  196. "bootm ${loadaddr}\0" \
  197. "nandboot=echo Booting from nand ...; " \
  198. "run nandargs; " \
  199. "nand read ${loadaddr} 280000 400000; " \
  200. "bootm ${loadaddr}\0" \
  201. "netboot=echo Booting from network ...; " \
  202. "dhcp ${loadaddr}; " \
  203. "run netargs; " \
  204. "bootm ${loadaddr}\0" \
  205. "autoboot=if mmc init 0; then " \
  206. "if run loadbootscript; then " \
  207. "run bootscript; " \
  208. "else " \
  209. "if run loaduimage; then " \
  210. "run mmcboot; " \
  211. "else run nandboot; " \
  212. "fi; " \
  213. "fi; " \
  214. "else run nandboot; fi\0"
  215. #define CONFIG_BOOTCOMMAND "run autoboot"
  216. /* Miscellaneous configurable options */
  217. #define CONFIG_SYS_LONGHELP /* undef to save memory */
  218. #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
  219. #define CONFIG_AUTO_COMPLETE 1
  220. #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
  221. #define CONFIG_SYS_PROMPT "OMAP3 DevKit8000 # "
  222. #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */
  223. /* Print Buffer Size */
  224. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
  225. sizeof(CONFIG_SYS_PROMPT) + 16)
  226. #define CONFIG_SYS_MAXARGS 128 /* max number of command args */
  227. /* Boot Argument Buffer Size */
  228. #define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE)
  229. #define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0 + 0x07000000)
  230. #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + \
  231. 0x01000000) /* 16MB */
  232. #define CONFIG_SYS_LOAD_ADDR (OMAP34XX_SDRC_CS0 + 0x02000000)
  233. /*
  234. * OMAP3 has 12 GP timers, they can be driven by the system clock
  235. * (12/13/16.8/19.2/38.4MHz) or by 32KHz clock. We use 13MHz (V_SCLK).
  236. * This rate is divided by a local divisor.
  237. */
  238. #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2)
  239. #define CONFIG_SYS_PTV 2 /* Divisor: 2^(PTV+1) => 8 */
  240. #define CONFIG_SYS_HZ 1000
  241. /* The stack sizes are set up in start.S using the settings below */
  242. #define CONFIG_STACKSIZE (128 << 10) /* regular stack 128 KiB */
  243. #ifdef CONFIG_USE_IRQ
  244. #define CONFIG_STACKSIZE_IRQ (4 << 10) /* IRQ stack 4 KiB */
  245. #define CONFIG_STACKSIZE_FIQ (4 << 10) /* FIQ stack 4 KiB */
  246. #endif
  247. /* Physical Memory Map */
  248. #define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
  249. #define PHYS_SDRAM_1 OMAP34XX_SDRC_CS0
  250. #define PHYS_SDRAM_1_SIZE (128 << 20) /* at least 128 MiB */
  251. #define PHYS_SDRAM_2 OMAP34XX_SDRC_CS1
  252. /* SDRAM Bank Allocation method */
  253. #define SDRC_R_B_C 1
  254. /* NAND and environment organization */
  255. #define PISMO1_NAND_SIZE GPMC_SIZE_128M
  256. #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */
  257. #define CONFIG_ENV_IS_IN_NAND 1
  258. #define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */
  259. #define CONFIG_ENV_OFFSET boot_flash_off
  260. #ifndef __ASSEMBLY__
  261. extern unsigned int boot_flash_base;
  262. extern volatile unsigned int boot_flash_env_addr;
  263. extern unsigned int boot_flash_off;
  264. extern unsigned int boot_flash_sec;
  265. extern unsigned int boot_flash_type;
  266. #endif
  267. #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
  268. #define CONFIG_SYS_INIT_SP_ADDR (LOW_LEVEL_SRAM_STACK - CONFIG_SYS_GBL_DATA_SIZE)
  269. #endif /* __CONFIG_H */