mx1ads.h 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. /*
  2. * include/configs/mx1ads.h
  3. *
  4. * (c) Copyright 2004
  5. * Techware Information Technology, Inc.
  6. * http://www.techware.com.tw/
  7. *
  8. * Ming-Len Wu <minglen_wu@techware.com.tw>
  9. *
  10. * This is the Configuration setting for Motorola MX1ADS board
  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_MC9328 1 /* It's a Motorola MC9328 SoC */
  40. #define CONFIG_MX1ADS 1 /* on a Motorola MX1ADS Board */
  41. #define BOARD_LATE_INIT 1
  42. #define USE_920T_MMU 1
  43. #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */
  44. #if 0
  45. #define CFG_MX1_GPCR 0x000003AB /* for MX1ADS 0L44N */
  46. #define CFG_MX1_GPCR 0x000003AB /* for MX1ADS 0L44N */
  47. #define CFG_MX1_GPCR 0x000003AB /* for MX1ADS 0L44N */
  48. #endif
  49. /*
  50. * Size of malloc() pool
  51. */
  52. #define CFG_MALLOC_LEN (CFG_ENV_SIZE + 128*1024)
  53. #define CFG_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */
  54. /*
  55. * CS8900 Ethernet drivers
  56. */
  57. #define CONFIG_DRIVER_CS8900 1 /* we have a CS8900 on-board */
  58. #define CS8900_BASE 0x15000300
  59. #define CS8900_BUS16 1 /* the Linux driver does accesses as shorts */
  60. /*
  61. * select serial console configuration
  62. */
  63. #define CONFIG_UART1 1
  64. /* #define CONFIG_UART2 1 */
  65. #define CONFIG_BAUDRATE 115200
  66. /***********************************************************
  67. * Command definition
  68. ***********************************************************/
  69. #define CONFIG_COMMANDS \
  70. (CONFIG_CMD_DFL | \
  71. CFG_CMD_CACHE | \
  72. /*CFG_CMD_NAND |*/ \
  73. /*CFG_CMD_EEPROM |*/ \
  74. /*CFG_CMD_I2C |*/ \
  75. /*CFG_CMD_USB |*/ \
  76. CFG_CMD_REGINFO | \
  77. CFG_CMD_ELF)
  78. /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
  79. #include <cmd_confdefs.h>
  80. #define CONFIG_BOOTDELAY 3
  81. #define CONFIG_BOOTARGS "root=/dev/docbp mem=48M"
  82. #define CONFIG_ETHADDR 08:00:3e:26:0a:5c
  83. #define CONFIG_NETMASK 255.255.255.0
  84. #define CONFIG_IPADDR 192.168.0.22
  85. #define CONFIG_SERVERIP 192.168.0.11
  86. #define CONFIG_BOOTFILE "mx1ads"
  87. /*#define CONFIG_BOOTCOMMAND "tftp; bootm" */
  88. #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
  89. #define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port */
  90. /* what's this ? it's not used anywhere */
  91. #define CONFIG_KGDB_SER_INDEX 1 /* which serial port to use */
  92. #endif
  93. /*
  94. * Miscellaneous configurable options
  95. */
  96. #define CFG_HUSH_PARSER 1
  97. #define CFG_PROMPT_HUSH_PS2 "> "
  98. #define CFG_LONGHELP /* undef to save memory */
  99. #ifdef CFG_HUSH_PARSER
  100. #define CFG_PROMPT "MX1ADS$ " /* Monitor Command Prompt */
  101. #else
  102. #define CFG_PROMPT "MX1ADS=> " /* Monitor Command Prompt */
  103. #endif
  104. #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
  105. #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16)
  106. /* Print Buffer Size */
  107. #define CFG_MAXARGS 16 /* max number of command args */
  108. #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
  109. #define CFG_MEMTEST_START 0x09000000 /* memtest works on */
  110. #define CFG_MEMTEST_END 0x0AF00000 /* 63 MB in DRAM */
  111. #undef CFG_CLKS_IN_HZ /* everything, incl board info, in Hz */
  112. #define CFG_LOAD_ADDR 0x08800000 /* default load address */
  113. #define CFG_HZ 1000
  114. /* valid baudrates */
  115. #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
  116. /*-----------------------------------------------------------------------
  117. * Stack sizes
  118. *
  119. * The stack sizes are set up in start.S using the settings below
  120. */
  121. #define CONFIG_STACKSIZE (128*1024) /* regular stack */
  122. #ifdef CONFIG_USE_IRQ
  123. #define CONFIG_STACKSIZE_IRQ (4*1024) /* IRQ stack */
  124. #define CONFIG_STACKSIZE_FIQ (4*1024) /* FIQ stack */
  125. #endif
  126. /*-----------------------------------------------------------------------
  127. * Physical Memory Map
  128. */
  129. #define CONFIG_NR_DRAM_BANKS 1 /* we have 1 bank of SDRAM */
  130. #define PHYS_SDRAM_1 0x08000000 /* SDRAM on CSD0 */
  131. #define PHYS_SDRAM_1_SIZE 0x04000000 /* 64 MB */
  132. #define CFG_MAX_FLASH_BANKS 1 /* 1 bank of SyncFlash */
  133. #define CFG_FLASH_BASE 0x0C000000 /* SyncFlash on CSD1 */
  134. #define FLASH_BANK_SIZE 0x01000000 /* 16 MB Total */
  135. /*-----------------------------------------------------------------------
  136. * FLASH and environment organization
  137. */
  138. #define CONFIG_SYNCFLASH 1
  139. #define PHYS_FLASH_SIZE 0x01000000
  140. #define CFG_MAX_FLASH_SECT (16)
  141. #define CFG_ENV_ADDR (CFG_FLASH_BASE+0x00ff0000)
  142. #define CFG_ENV_IS_IN_FLASH 1
  143. #define CFG_ENV_SIZE 0x0f000 /* Total Size of Environment Sector */
  144. #define CFG_ENV_SECT_SIZE 0x100000
  145. #endif /* __CONFIG_H */