smdk2400.h 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. /*
  2. * (C) Copyright 2002
  3. * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
  4. * Marius Groeger <mgroeger@sysgo.de>
  5. * Gary Jennejohn <gj@denx.de>
  6. *
  7. * Configuation settings for the SAMSUNG board.
  8. *
  9. * See file CREDITS for list of people who contributed to this
  10. * project.
  11. *
  12. * This program is free software; you can redistribute it and/or
  13. * modify it under the terms of the GNU General Public License as
  14. * published by the Free Software Foundation; either version 2 of
  15. * the License, or (at your option) any later version.
  16. *
  17. * This program is distributed in the hope that it will be useful,
  18. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. * GNU General Public License for more details.
  21. *
  22. * You should have received a copy of the GNU General Public License
  23. * along with this program; if not, write to the Free Software
  24. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  25. * MA 02111-1307 USA
  26. */
  27. #ifndef __CONFIG_H
  28. #define __CONFIG_H
  29. /*
  30. * If we are developing, we might want to start armboot from ram
  31. * so we MUST NOT initialize critical regs like mem-timing ...
  32. */
  33. #define CONFIG_INIT_CRITICAL /* undef for developing */
  34. /*
  35. * High Level Configuration Options
  36. * (easy to change)
  37. */
  38. #define CONFIG_ARM920T 1 /* This is an ARM920T core */
  39. #define CONFIG_S3C2400 1 /* in a SAMSUNG S3C2400 SoC */
  40. #define CONFIG_SMDK2400 1 /* on an SAMSUNG SMDK2400 Board */
  41. /* input clock of PLL */
  42. #define CONFIG_SYS_CLK_FREQ 12000000 /* SMDK2400 has 12 MHz input clock */
  43. #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */
  44. #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
  45. #define CONFIG_SETUP_MEMORY_TAGS 1
  46. #define CONFIG_INITRD_TAG 1
  47. /*
  48. * Size of malloc() pool
  49. */
  50. #define CFG_MALLOC_LEN (CFG_ENV_SIZE + 128*1024)
  51. #define CFG_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */
  52. /*
  53. * Hardware drivers
  54. */
  55. #define CONFIG_DRIVER_CS8900 1 /* we have a CS8900 on-board */
  56. #define CS8900_BASE 0x07000300 /* agrees with WIN CE PA */
  57. #define CS8900_BUS16 1 /* the Linux driver does accesses as shorts */
  58. /*
  59. * select serial console configuration
  60. */
  61. #define CONFIG_SERIAL1 1 /* we use SERIAL 1 on SAMSUNG */
  62. #undef CONFIG_HWFLOW /* include RTS/CTS flow control support */
  63. #undef CONFIG_MODEM_SUPPORT /* enable modem initialization stuff */
  64. /*
  65. * The following enables modem debugging stuff. The dbg() and
  66. * 'char screen[1024]' are used for debug printfs. Unfortunately,
  67. * it is usable only from BDI
  68. */
  69. #undef CONFIG_MODEM_SUPPORT_DEBUG
  70. /* allow to overwrite serial and ethaddr */
  71. #define CONFIG_ENV_OVERWRITE
  72. #define CONFIG_BAUDRATE 115200
  73. #define CONFIG_TIMESTAMP 1 /* Print timestamp info for images */
  74. /* Use s3c2400's RTC */
  75. #define CONFIG_RTC_S3C24X0 1
  76. #ifndef USE_920T_MMU
  77. #define CONFIG_COMMANDS_tmp ((CONFIG_CMD_DFL & ~CFG_CMD_CACHE) | \
  78. CFG_CMD_DATE)
  79. #else
  80. #define CONFIG_COMMANDS_tmp (CONFIG_CMD_DFL | CFG_CMD_DATE)
  81. #endif
  82. #ifdef CONFIG_HWFLOW
  83. #define CONFIG_COMMANDS (CONFIG_COMMANDS_tmp | CFG_CMD_HWFLOW)
  84. #else
  85. #define CONFIG_COMMANDS CONFIG_COMMANDS_tmp
  86. #endif
  87. /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
  88. #include <cmd_confdefs.h>
  89. #define CONFIG_BOOTDELAY 3
  90. #if 0
  91. #define CONFIG_BOOTARGS "root=ramfs devfs=mount console=ttySA0,9600"
  92. #define CONFIG_ETHADDR 08:00:3e:26:0a:5b
  93. #endif
  94. #define CONFIG_NETMASK 255.255.255.0
  95. #define CONFIG_IPADDR 134.98.93.36
  96. #define CONFIG_SERVERIP 134.98.93.22
  97. #if 0
  98. #define CONFIG_BOOTFILE "elinos-lart"
  99. #define CONFIG_BOOTCOMMAND "tftp; bootm"
  100. #endif
  101. #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
  102. #define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port */
  103. /* what's this ? it's not used anywhere */
  104. #define CONFIG_KGDB_SER_INDEX 1 /* which serial port to use */
  105. #endif
  106. /*
  107. * Miscellaneous configurable options
  108. */
  109. #define CFG_LONGHELP /* undef to save memory */
  110. #define CFG_PROMPT "SMDK2400 # " /* Monitor Command Prompt */
  111. #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
  112. #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
  113. #define CFG_MAXARGS 16 /* max number of command args */
  114. #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
  115. #define CFG_MEMTEST_START 0x0c000000 /* memtest works on */
  116. #define CFG_MEMTEST_END 0x0e000000 /* 32 MB in DRAM */
  117. #undef CFG_CLKS_IN_HZ /* everything, incl board info, in Hz */
  118. #define CFG_LOAD_ADDR 0x0cf00000 /* default load address */
  119. /* the PWM TImer 4 uses a counter of 15625 for 10 ms, so we need */
  120. /* it to wrap 100 times (total 1562500) to get 1 sec. */
  121. #define CFG_HZ 1562500
  122. /* valid baudrates */
  123. #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
  124. /*-----------------------------------------------------------------------
  125. * Stack sizes
  126. *
  127. * The stack sizes are set up in start.S using the settings below
  128. */
  129. #define CONFIG_STACKSIZE (128*1024) /* regular stack */
  130. #ifdef CONFIG_USE_IRQ
  131. #define CONFIG_STACKSIZE_IRQ (4*1024) /* IRQ stack */
  132. #define CONFIG_STACKSIZE_FIQ (4*1024) /* FIQ stack */
  133. #endif
  134. /*-----------------------------------------------------------------------
  135. * Physical Memory Map
  136. */
  137. #define CONFIG_NR_DRAM_BANKS 1 /* we have 1 bank of DRAM */
  138. #define PHYS_SDRAM_1 0x0c000000 /* SDRAM Bank #1 */
  139. #define PHYS_SDRAM_1_SIZE 0x02000000 /* 32 MB */
  140. #define CFG_FLASH_BASE 0x00000000 /* Flash Bank #1 */
  141. /*-----------------------------------------------------------------------
  142. * FLASH and environment organization
  143. */
  144. #define CFG_MAX_FLASH_BANKS 1 /* max number of memory banks */
  145. #define CFG_MAX_FLASH_SECT (64) /* max number of sectors on one chip */
  146. /* timeout values are in ticks */
  147. #define CFG_FLASH_ERASE_TOUT (5*CFG_HZ) /* Timeout for Flash Erase */
  148. #define CFG_FLASH_WRITE_TOUT (5*CFG_HZ) /* Timeout for Flash Write */
  149. #define CFG_ENV_IS_IN_FLASH 1
  150. /* Address and size of Primary Environment Sector */
  151. #define CFG_ENV_ADDR (CFG_FLASH_BASE + 0x40000)
  152. #define CFG_ENV_SIZE 0x40000
  153. /* Address and size of Redundant Environment Sector */
  154. #define CFG_ENV_ADDR_REDUND (CFG_ENV_ADDR + CFG_ENV_SIZE)
  155. #define CFG_ENV_SIZE_REDUND (CFG_ENV_SIZE)
  156. #endif /* __CONFIG_H */