ap325rxa.h 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. /*
  2. * Configuation settings for the Renesas Solutions AP-325RXA board
  3. *
  4. * Copyright (C) 2008 Renesas Solutions Corp.
  5. * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  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 __AP325RXA_H
  26. #define __AP325RXA_H
  27. #undef DEBUG
  28. #define CONFIG_SH 1
  29. #define CONFIG_SH4 1
  30. #define CONFIG_CPU_SH7723 1
  31. #define CONFIG_AP325RXA 1
  32. #define CONFIG_CMD_LOADB
  33. #define CONFIG_CMD_LOADS
  34. #define CONFIG_CMD_FLASH
  35. #define CONFIG_CMD_MEMORY
  36. #define CONFIG_CMD_NET
  37. #define CONFIG_CMD_PING
  38. #define CONFIG_CMD_NFS
  39. #define CONFIG_CMD_SDRAM
  40. #define CONFIG_CMD_SAVEENV
  41. #define CONFIG_CMD_IDE
  42. #define CONFIG_CMD_EXT2
  43. #define CONFIG_DOS_PARTITION
  44. #define CONFIG_BAUDRATE 38400
  45. #define CONFIG_BOOTDELAY 3
  46. #define CONFIG_BOOTARGS "console=ttySC2,38400"
  47. #define CONFIG_VERSION_VARIABLE
  48. #undef CONFIG_SHOW_BOOT_PROGRESS
  49. /* SMC9118 */
  50. #define CONFIG_DRIVER_SMC911X 1
  51. #define CONFIG_DRIVER_SMC911X_32_BIT 1
  52. #define CONFIG_DRIVER_SMC911X_BASE 0xB6080000
  53. /* MEMORY */
  54. #define AP325RXA_SDRAM_BASE (0x88000000)
  55. #define AP325RXA_FLASH_BASE_1 (0xA0000000)
  56. #define AP325RXA_FLASH_BANK_SIZE (128 * 1024 * 1024)
  57. /* undef to save memory */
  58. #define CONFIG_SYS_LONGHELP
  59. /* Monitor Command Prompt */
  60. #define CONFIG_SYS_PROMPT "=> "
  61. /* Buffer size for input from the Console */
  62. #define CONFIG_SYS_CBSIZE 256
  63. /* Buffer size for Console output */
  64. #define CONFIG_SYS_PBSIZE 256
  65. /* max args accepted for monitor commands */
  66. #define CONFIG_SYS_MAXARGS 16
  67. /* Buffer size for Boot Arguments passed to kernel */
  68. #define CONFIG_SYS_BARGSIZE 512
  69. /* List of legal baudrate settings for this board */
  70. #define CONFIG_SYS_BAUDRATE_TABLE { 38400 }
  71. /* SCIF */
  72. #define CONFIG_SCIF_CONSOLE 1
  73. #define CONFIG_SCIF_A 1 /* SH7723 has SCIF and SCIFA */
  74. #define CONFIG_CONS_SCIF5 1
  75. /* Suppress display of console information at boot */
  76. #undef CONFIG_SYS_CONSOLE_INFO_QUIET
  77. #undef CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
  78. #undef CONFIG_SYS_CONSOLE_ENV_OVERWRITE
  79. #define CONFIG_SYS_MEMTEST_START (AP325RXA_SDRAM_BASE)
  80. #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + (60 * 1024 * 1024))
  81. /* Enable alternate, more extensive, memory test */
  82. #undef CONFIG_SYS_ALT_MEMTEST
  83. /* Scratch address used by the alternate memory test */
  84. #undef CONFIG_SYS_MEMTEST_SCRATCH
  85. /* Enable temporary baudrate change while serial download */
  86. #undef CONFIG_SYS_LOADS_BAUD_CHANGE
  87. #define CONFIG_SYS_SDRAM_BASE (AP325RXA_SDRAM_BASE)
  88. /* maybe more, but if so u-boot doesn't know about it... */
  89. #define CONFIG_SYS_SDRAM_SIZE (128 * 1024 * 1024)
  90. /* default load address for scripts ?!? */
  91. #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 16 * 1024 * 1024)
  92. /* Address of u-boot image in Flash (NOT run time address in SDRAM) ?!? */
  93. #define CONFIG_SYS_MONITOR_BASE (AP325RXA_FLASH_BASE_1)
  94. /* Monitor size */
  95. #define CONFIG_SYS_MONITOR_LEN (128 * 1024)
  96. /* Size of DRAM reserved for malloc() use */
  97. #define CONFIG_SYS_MALLOC_LEN (256 * 1024)
  98. /* size in bytes reserved for initial data */
  99. #define CONFIG_SYS_GBL_DATA_SIZE (256)
  100. #define CONFIG_SYS_BOOTMAPSZ (8 * 1024 * 1024)
  101. /* FLASH */
  102. #define CONFIG_FLASH_CFI_DRIVER 1
  103. #define CONFIG_SYS_FLASH_CFI
  104. #undef CONFIG_SYS_FLASH_QUIET_TEST
  105. /* print 'E' for empty sector on flinfo */
  106. #define CONFIG_SYS_FLASH_EMPTY_INFO
  107. /* Physical start address of Flash memory */
  108. #define CONFIG_SYS_FLASH_BASE (AP325RXA_FLASH_BASE_1)
  109. /* Max number of sectors on each Flash chip */
  110. #define CONFIG_SYS_MAX_FLASH_SECT 512
  111. /*
  112. * IDE support
  113. */
  114. #define CONFIG_IDE_RESET 1
  115. #define CONFIG_SYS_PIO_MODE 1
  116. #define CONFIG_SYS_IDE_MAXBUS 1 /* IDE bus */
  117. #define CONFIG_SYS_IDE_MAXDEVICE 1
  118. #define CONFIG_SYS_ATA_BASE_ADDR 0xB4180000
  119. #define CONFIG_SYS_ATA_STRIDE 2 /* 1bit shift */
  120. #define CONFIG_SYS_ATA_DATA_OFFSET 0x200 /* data reg offset */
  121. #define CONFIG_SYS_ATA_REG_OFFSET 0x200 /* reg offset */
  122. #define CONFIG_SYS_ATA_ALT_OFFSET 0x210 /* alternate register offset */
  123. /* if you use all NOR Flash , you change dip-switch. Please see Manual. */
  124. #define CONFIG_SYS_MAX_FLASH_BANKS 1
  125. #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE + (0 * AP325RXA_FLASH_BANK_SIZE)}
  126. /* Timeout for Flash erase operations (in ms) */
  127. #define CONFIG_SYS_FLASH_ERASE_TOUT (3 * 1000)
  128. /* Timeout for Flash write operations (in ms) */
  129. #define CONFIG_SYS_FLASH_WRITE_TOUT (3 * 1000)
  130. /* Timeout for Flash set sector lock bit operations (in ms) */
  131. #define CONFIG_SYS_FLASH_LOCK_TOUT (3 * 1000)
  132. /* Timeout for Flash clear lock bit operations (in ms) */
  133. #define CONFIG_SYS_FLASH_UNLOCK_TOUT (3 * 1000)
  134. /*
  135. * Use hardware flash sectors protection instead
  136. * of U-Boot software protection
  137. */
  138. #undef CONFIG_SYS_FLASH_PROTECTION
  139. #undef CONFIG_SYS_DIRECT_FLASH_TFTP
  140. /* ENV setting */
  141. #define CONFIG_ENV_IS_IN_FLASH
  142. #define CONFIG_ENV_OVERWRITE 1
  143. #define CONFIG_ENV_SECT_SIZE (128 * 1024)
  144. #define CONFIG_ENV_SIZE (CONFIG_ENV_SECT_SIZE)
  145. #define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + CONFIG_SYS_MONITOR_LEN)
  146. /* Offset of env Flash sector relative to CONFIG_SYS_FLASH_BASE */
  147. #define CONFIG_ENV_OFFSET (CONFIG_ENV_ADDR - CONFIG_SYS_FLASH_BASE)
  148. #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SECT_SIZE)
  149. /* Board Clock */
  150. #define CONFIG_SYS_CLK_FREQ 33333333
  151. #define TMU_CLK_DIVIDER (4) /* 4 (default), 16, 64, 256 or 1024 */
  152. #define CONFIG_SYS_HZ 1000
  153. #endif /* __AP325RXA_H */