da850evm.h 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /*
  2. * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
  3. *
  4. * Based on davinci_dvevm.h. Original Copyrights follow:
  5. *
  6. * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation; either version 2 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program; if not, write to the Free Software
  20. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  21. */
  22. #ifndef __CONFIG_H
  23. #define __CONFIG_H
  24. /*
  25. * Board
  26. */
  27. /*
  28. * SoC Configuration
  29. */
  30. #define CONFIG_MACH_DAVINCI_DA850_EVM
  31. #define CONFIG_ARM926EJS /* arm926ejs CPU core */
  32. #define CONFIG_SOC_DA8XX /* TI DA8xx SoC */
  33. #define CONFIG_SYS_CLK_FREQ clk_get(DAVINCI_ARM_CLKID)
  34. #define CONFIG_SYS_OSCIN_FREQ 24000000
  35. #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE
  36. #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID)
  37. #define CONFIG_SYS_HZ 1000
  38. #define CONFIG_SKIP_LOWLEVEL_INIT
  39. /*
  40. * Memory Info
  41. */
  42. #define CONFIG_SYS_MALLOC_LEN (0x10000 + 1*1024*1024) /* malloc() len */
  43. #define CONFIG_SYS_GBL_DATA_SIZE 128 /* reserved for initial data */
  44. #define PHYS_SDRAM_1 DAVINCI_DDR_EMIF_DATA_BASE /* DDR Start */
  45. #define PHYS_SDRAM_1_SIZE (64 << 20) /* SDRAM size 64MB */
  46. #define CONFIG_MAX_RAM_BANK_SIZE (512 << 20) /* max size from SPRS586*/
  47. /* memtest start addr */
  48. #define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM_1 + 0x2000000)
  49. /* memtest will be run on 16MB */
  50. #define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_1 + 0x2000000 + 16*1024*1024)
  51. #define CONFIG_NR_DRAM_BANKS 1 /* we have 1 bank of DRAM */
  52. #define CONFIG_STACKSIZE (256*1024) /* regular stack */
  53. /*
  54. * Serial Driver info
  55. */
  56. #define CONFIG_SYS_NS16550
  57. #define CONFIG_SYS_NS16550_SERIAL
  58. #define CONFIG_SYS_NS16550_REG_SIZE -4 /* NS16550 register size */
  59. #define CONFIG_SYS_NS16550_COM1 DAVINCI_UART2_BASE /* Base address of UART2 */
  60. #define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID)
  61. #define CONFIG_CONS_INDEX 1 /* use UART0 for console */
  62. #define CONFIG_BAUDRATE 115200 /* Default baud rate */
  63. #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
  64. /*
  65. * I2C Configuration
  66. */
  67. #define CONFIG_HARD_I2C
  68. #define CONFIG_DRIVER_DAVINCI_I2C
  69. #define CONFIG_SYS_I2C_SPEED 25000
  70. #define CONFIG_SYS_I2C_SLAVE 10 /* Bogus, master-only in U-Boot */
  71. /*
  72. * U-Boot general configuration
  73. */
  74. #define CONFIG_BOOTFILE "uImage" /* Boot file name */
  75. #define CONFIG_SYS_PROMPT "DA850-evm > " /* Command Prompt */
  76. #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
  77. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
  78. #define CONFIG_SYS_MAXARGS 16 /* max number of command args */
  79. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */
  80. #define CONFIG_SYS_LOAD_ADDR (PHYS_SDRAM_1 + 0x700000)
  81. #define CONFIG_VERSION_VARIABLE
  82. #define CONFIG_AUTO_COMPLETE
  83. #define CONFIG_SYS_HUSH_PARSER
  84. #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
  85. #define CONFIG_CMDLINE_EDITING
  86. #define CONFIG_SYS_LONGHELP
  87. #define CONFIG_CRC32_VERIFY
  88. #define CONFIG_MX_CYCLIC
  89. /*
  90. * Linux Information
  91. */
  92. #define LINUX_BOOT_PARAM_ADDR (CONFIG_SYS_MEMTEST_START + 0x100)
  93. #define CONFIG_CMDLINE_TAG
  94. #define CONFIG_SETUP_MEMORY_TAGS
  95. #define CONFIG_BOOTARGS \
  96. "mem=32M console=ttyS2,115200n8 root=/dev/mtdblock2 rw noinitrd ip=dhcp"
  97. #define CONFIG_BOOTDELAY 3
  98. /*
  99. * U-Boot commands
  100. */
  101. #include <config_cmd_default.h>
  102. #define CONFIG_CMD_ENV
  103. #define CONFIG_CMD_ASKENV
  104. #define CONFIG_CMD_DHCP
  105. #define CONFIG_CMD_DIAG
  106. #define CONFIG_CMD_MII
  107. #define CONFIG_CMD_PING
  108. #define CONFIG_CMD_SAVES
  109. #define CONFIG_CMD_MEMORY
  110. #ifndef CONFIG_DRIVER_TI_EMAC
  111. #undef CONFIG_CMD_NET
  112. #undef CONFIG_CMD_DHCP
  113. #undef CONFIG_CMD_MII
  114. #undef CONFIG_CMD_PING
  115. #endif
  116. #if !defined(CONFIG_USE_NAND) && \
  117. !defined(CONFIG_USE_NOR) && \
  118. !defined(CONFIG_USE_SPIFLASH)
  119. #define CONFIG_ENV_IS_NOWHERE
  120. #define CONFIG_SYS_NO_FLASH
  121. #define CONFIG_ENV_SIZE (16 << 10)
  122. #undef CONFIG_CMD_IMLS
  123. #undef CONFIG_CMD_ENV
  124. #endif
  125. /* additions for new relocation code, must added to all boards */
  126. #define CONFIG_SYS_SDRAM_BASE 0xc0000000
  127. #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x1000 - /* Fix this */ \
  128. CONFIG_SYS_GBL_DATA_SIZE)
  129. #endif /* __CONFIG_H */